summaryrefslogtreecommitdiffstats
path: root/dovetail
diff options
context:
space:
mode:
authorGeorg Kunz <georg.kunz@ericsson.com>2018-05-01 22:08:15 +0000
committerGeorg Kunz <georg.kunz@ericsson.com>2018-05-01 22:08:15 +0000
commit5c6f12ac2324be2cd61bdd365045e6e94417c418 (patch)
tree9468d6ce522b5df1a661ced9038640bbb52779a9 /dovetail
parent67de42416576c952ec0d6a159a0d57fc4cabc414 (diff)
Integrating Functest Patrole test case
Adding the new Patrole test case of Functest to Dovetail and to the proposed_tests test suite. JIRA: DOVETAIL-649 Change-Id: I2c3f583cdbd3af75cec020b0fe97f287d23498a5 Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Diffstat (limited to 'dovetail')
-rw-r--r--dovetail/test_runner.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/dovetail/test_runner.py b/dovetail/test_runner.py
index 6ecbda90..28988de8 100644
--- a/dovetail/test_runner.py
+++ b/dovetail/test_runner.py
@@ -137,6 +137,8 @@ class FunctestRunner(DockerRunner):
source_file = os.path.join(result_path, 'refstack', 'tempest.log')
elif validate_testcase == 'bgpvpn':
source_file = os.path.join(result_path, 'bgpvpn.log')
+ elif validate_testcase == 'patrole':
+ source_file = os.path.join(result_path, 'patrole', 'tempest.log')
else:
source_file = None
if source_file: