From 7c26e04d89406d7af06d2ad2c951d9d50a797cf0 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 20 Jan 2011 19:59:13 +0000 Subject: Generate Python executables during compilation rather than from ./configure. Change (almost) all programs to use rpki.conf instead of separate config files for each program, and add support for ${prefix}/etc/rpki.conf like normal system programs. svn path=/buildtools/make-python-executable.py; revision=3620 --- rpkid/tests/smoketest.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'rpkid/tests/smoketest.py') diff --git a/rpkid/tests/smoketest.py b/rpkid/tests/smoketest.py index 3b4fe7bc..448d93b4 100644 --- a/rpkid/tests/smoketest.py +++ b/rpkid/tests/smoketest.py @@ -7,8 +7,6 @@ Usage: python smoketest.py [ { -c | --config } config_file ] [ { -p | --profile } ] [ { -y | --yaml } yaml_script ] -Default config_file is smoketest.conf, override with --config option. - Default yaml_script is smoketest.yaml, override with -yaml option. yaml_script is a YAML file describing the tests to be run, and is @@ -65,8 +63,7 @@ else: os.environ["TZ"] = "UTC" time.tzset() -cfg_file = "smoketest.conf" - +cfg_file = None yaml_script = None profile = False -- cgit v1.2.3