From 9f6a0c501af7375a2c242869e249f72bc6ed5770 Mon Sep 17 00:00:00 2001 From: Naoto Hanaue Date: Tue, 10 Feb 2015 19:21:45 +0900 Subject: scenario_test: fix the location of the directory to use in the docker volume --- test/scenario_test/exabgp_test_conf/exabgp.env | 42 ++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 test/scenario_test/exabgp_test_conf/exabgp.env (limited to 'test/scenario_test/exabgp_test_conf') diff --git a/test/scenario_test/exabgp_test_conf/exabgp.env b/test/scenario_test/exabgp_test_conf/exabgp.env new file mode 100644 index 00000000..22f0fdb5 --- /dev/null +++ b/test/scenario_test/exabgp_test_conf/exabgp.env @@ -0,0 +1,42 @@ +[exabgp.api] +encoder = text + +[exabgp.cache] +attributes = false +nexthops = false + +[exabgp.daemon] +daemonize = false +pid = '' +user = 'root' + +[exabgp.log] +#all = false +all = false +configuration = false +daemon = true +destination = '/root/share_volume/exabgpd.log' +#destination = 'syslog' +enable = true +level = INFO +message = false +network = true +packets = false +parser = false +processes = true +rib = false +routes = false +short = false +supervisor = true +timers = false + +[exabgp.pdb] +enable = false + +[exabgp.profile] +enable = false +file = '' + +[exabgp.tcp] +timeout = 1 + -- cgit v1.2.3