diff options
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" |