From 962f8ed21b97d40bc501c4854a4e28310023642d Mon Sep 17 00:00:00 2001 From: Georg Kunz Date: Sat, 5 May 2018 20:20:53 +0000 Subject: 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 --- dovetail/test_runner.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dovetail') 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: -- cgit 1.2.3-korg