diff options
author | Naoto Hanaue <hanaue.naoto@po.ntts.co.jp> | 2015-04-20 18:44:01 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-04-22 18:12:51 +0900 |
commit | e8ff6de23a4b30af2aa495afadfb27d3afa7efcb (patch) | |
tree | 10be1ee115392c4a070a9153982652f5dcc85949 /test/scenario_test/constant.py | |
parent | c5264192a2295fa617cc1569257796fedf06d9b6 (diff) |
scenario_test: support to the new cli client
Diffstat (limited to 'test/scenario_test/constant.py')
-rw-r--r-- | test/scenario_test/constant.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scenario_test/constant.py b/test/scenario_test/constant.py index 131cfd04..a5132022 100644 --- a/test/scenario_test/constant.py +++ b/test/scenario_test/constant.py @@ -62,5 +62,5 @@ A_PART_OF_CURRENT_DIR = "/test/scenario_test" ADJ_RIB_IN = "adj-in" ADJ_RIB_OUT = "adj-out" LOCAL_RIB = "local" -GLOBAL_RIB = "global" +GLOBAL_RIB = "global rib" NEIGHBOR = "neighbor" |