summaryrefslogtreecommitdiffstats
path: root/sdnvpn
diff options
context:
space:
mode:
authorPeriyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>2018-06-07 14:34:00 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-06-07 14:34:00 +0000
commit9ce4e2db4f6ace34dbd4a6308983589e8e810471 (patch)
treeea34cb1a0011684dd9cad94410fc799fb97d8087 /sdnvpn
parenta239b4b3be5e21c522b3f189f3e3f7246e15630f (diff)
parente4a20909b2b80691a38e66b54f8c588199ffe4e0 (diff)
Merge "Re-enabling execution of tempest tests" into stable/fraser
Diffstat (limited to 'sdnvpn')
-rw-r--r--sdnvpn/test/functest/run_tempest.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sdnvpn/test/functest/run_tempest.py b/sdnvpn/test/functest/run_tempest.py
index efe5c1d..a1ef004 100644
--- a/sdnvpn/test/functest/run_tempest.py
+++ b/sdnvpn/test/functest/run_tempest.py
@@ -55,7 +55,8 @@ def main():
logger.info("Configuring default tempest conf file")
os.popen(cmd)
- cmd_line = "tempest run -t --regex networking_bgpvpn_tempest"
+ cmd_line = "tempest run -t --regex networking_bgpvpn_tempest " \
+ "--config-file /etc/tempest/tempest.conf"
logger.info("Executing: %s" % cmd_line)
cmd = os.popen(cmd_line)
output = cmd.read()