diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-10-16 23:50:28 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-10-17 15:01:54 +0900 |
commit | fb5883dfb45376109cd16609b5bec971c3a470b4 (patch) | |
tree | 149c24ac84aab0cdb439321cf23fc6e0be17a5b5 /test/scenario_test/route_server_policy_test.py | |
parent | fffd98da1d98eeba91aabeb1cade3312552be5df (diff) |
scenario_test: fix the regression due to fffd98da
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'test/scenario_test/route_server_policy_test.py')
-rw-r--r-- | test/scenario_test/route_server_policy_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scenario_test/route_server_policy_test.py b/test/scenario_test/route_server_policy_test.py index ae6ea9fc..758bba14 100644 --- a/test/scenario_test/route_server_policy_test.py +++ b/test/scenario_test/route_server_policy_test.py @@ -2055,7 +2055,7 @@ class ExportPolicyMedAdd(object): def check(env): lookup_scenario('ImportPolicyCommunityAction').check(env) - @scenario(29) + @staticmethod def check2(env): g1 = env.g1 q1 = env.q1 |