diff options
author | Hiroshi Yokoi <yokoi.hiroshi@po.ntts.co.jp> | 2015-05-25 11:33:21 +0900 |
---|---|---|
committer | Hiroshi Yokoi <yokoi.hiroshi@po.ntts.co.jp> | 2015-05-27 21:04:43 +0900 |
commit | 497412e120d80844e55c79fbe47ce62fbec26edc (patch) | |
tree | e0cdfc6061454ae87aecee30d5d659a267cbdedb /test/scenario_test/constant.py | |
parent | 637b5f9ba663b739de54069d91b1d87ddd3b4855 (diff) |
scenario_test: add policy test cases for new action and conditions
Diffstat (limited to 'test/scenario_test/constant.py')
-rw-r--r-- | test/scenario_test/constant.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/scenario_test/constant.py b/test/scenario_test/constant.py index a5132022..ebcf897c 100644 --- a/test/scenario_test/constant.py +++ b/test/scenario_test/constant.py @@ -33,6 +33,7 @@ EXABGP_CONTAINER_NAME = "exabgp" EXABGP_ADDRESS = "10.0.0.100/16" EXABGP_CONFDIR = SHARE_VOLUME + "/exabgp_test_conf" EXABGP_LOG_FILE = "exabgpd.log" +EXABGP_COMMON_CONF = "exabgp-gobgp-common.conf" STARTUP_FILE_NAME = "gobgp_startup.sh" STARTUP_FILE = SHARE_VOLUME + "/" + STARTUP_FILE_NAME INSTALL_FILE_NAME = "gobgp_install.sh" @@ -59,6 +60,7 @@ BASE_MASK = {IPv4: "/16", IPv6: "/64"} A_PART_OF_CURRENT_DIR = "/test/scenario_test" + ADJ_RIB_IN = "adj-in" ADJ_RIB_OUT = "adj-out" LOCAL_RIB = "local" |