From 497412e120d80844e55c79fbe47ce62fbec26edc Mon Sep 17 00:00:00 2001 From: Hiroshi Yokoi Date: Mon, 25 May 2015 11:33:21 +0900 Subject: scenario_test: add policy test cases for new action and conditions --- test/scenario_test/constant.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/scenario_test/constant.py') 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" -- cgit v1.2.3