aboutsummaryrefslogtreecommitdiffstats
path: root/sfc/lib
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2018-03-05 15:14:29 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-03-05 15:14:29 +0000
commit52461860ac156ea729703535ff7e81b41e991108 (patch)
tree5134edb2360acee7a15a98ac43cf84a09b36214c /sfc/lib
parent1fbd7bfcf3af86719721add8b8ca1f04dc0beb48 (diff)
parentaf5a2328a5474930c3967c1b1431fe8757dff236 (diff)
Merge "Import xtesting module"
Diffstat (limited to 'sfc/lib')
-rw-r--r--sfc/lib/config.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sfc/lib/config.py b/sfc/lib/config.py
index 6ced2763..5ee3077a 100644
--- a/sfc/lib/config.py
+++ b/sfc/lib/config.py
@@ -31,7 +31,6 @@ class CommonConfig(object):
def __init__(self):
self.line_length = 30
- self.test_db = os.environ['TEST_DB_URL']
self.functest_repo_path = os.path.dirname(functest.__file__)
self.functest_logging_api = os.path.join(self.functest_repo_path,
"ci", "logging.ini")