aboutsummaryrefslogtreecommitdiffstats
path: root/sfc/lib
diff options
context:
space:
mode:
authorLinda Wang <wangwulin@huawei.com>2018-03-05 01:57:28 +0000
committerManuel Buil <mbuil@suse.com>2018-03-05 15:47:00 +0100
commitaf5a2328a5474930c3967c1b1431fe8757dff236 (patch)
tree95e327742e2dd7b667f9797f7686e15c07b387ad /sfc/lib
parent39e1f4dba0bc9e6bd1c3bd43b7077c6745635e0c (diff)
Import xtesting module
Change-Id: Id524fbf1677844b5172f52c857cf8bed8d075ff3 Signed-off-by: Linda Wang <wangwulin@huawei.com>
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")