summaryrefslogtreecommitdiffstats
path: root/dovetail
diff options
context:
space:
mode:
authorGeorg Kunz <georg.kunz@ericsson.com>2018-05-05 20:20:53 +0000
committerGeorg Kunz <georg.kunz@ericsson.com>2018-05-11 09:28:50 +0000
commit962f8ed21b97d40bc501c4854a4e28310023642d (patch)
tree051e23cbf4391e3d79322a168d533c66443fddfc /dovetail
parent05efb85b4c2703be7145420c06aae5acb6778e2b (diff)
Adding Neutron trunk port tests to proposed_tests suite
Adding the Neutron trunk port tempest tests to Dovetail and the proposed_tests test suite. JIRA: DOVETAIL-648 Change-Id: Ia77980a245fd1bca6e5f0e567467432e12bf974e Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Diffstat (limited to 'dovetail')
-rw-r--r--dovetail/test_runner.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/dovetail/test_runner.py b/dovetail/test_runner.py
index 7370c81b..aba457e5 100644
--- a/dovetail/test_runner.py
+++ b/dovetail/test_runner.py
@@ -184,6 +184,10 @@ class FunctestRunner(DockerRunner):
source_file = os.path.join(result_path, 'bgpvpn.log')
elif validate_testcase == 'patrole':
source_file = os.path.join(result_path, 'patrole', 'tempest.log')
+ elif validate_testcase == 'neutron_trunk':
+ source_file = os.path.join(result_path,
+ 'neutron_trunk',
+ 'tempest.log')
else:
source_file = None
if source_file: