diff options
author | Hiroshi Yokoi <yokoi.hiroshi@po.ntts.co.jp> | 2015-06-24 21:32:11 +0900 |
---|---|---|
committer | Hiroshi Yokoi <yokoi.hiroshi@po.ntts.co.jp> | 2015-07-01 14:26:31 +0900 |
commit | d45e2c9dfafb78001dd3b17fe42c1eb822bff3e9 (patch) | |
tree | b1c5315fe35da5e89d876ab0d82900d3b4ab3cc2 /test/scenario_test/constant.py | |
parent | 8339ada8dfffd086a4fadc10e729bbe07d3e3e83 (diff) |
scenario_test: add test cases for distribute policy
Diffstat (limited to 'test/scenario_test/constant.py')
-rw-r--r-- | test/scenario_test/constant.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/scenario_test/constant.py b/test/scenario_test/constant.py index 3b447813..65908a4f 100644 --- a/test/scenario_test/constant.py +++ b/test/scenario_test/constant.py @@ -66,3 +66,4 @@ ADJ_RIB_OUT = "adj-out" LOCAL_RIB = "local" GLOBAL_RIB = "global rib" NEIGHBOR = "neighbor" +POLICY = "policy" |