summaryrefslogtreecommitdiffstats
path: root/dovetail/test_runner.py
diff options
context:
space:
mode:
authorStamatis Katsaounis <mokats@intracom-telecom.com>2019-02-16 19:48:58 +0200
committerDan Xu <xudan16@huawei.com>2019-02-20 09:37:55 +0000
commite37ce9db19fb583f60fc8d31a4093a8313ff47b8 (patch)
treed9bac48462457ff22044120738e5121b3a91d512 /dovetail/test_runner.py
parentaddca54f10fc065b8c619ddfd31ee843afbefdd4 (diff)
Remove deprecated ONAP lifecycle test case
This patch removes the ONAP lifecycle deprecated test case. Furthermore, it clears helper functions as well as unwanted configuration. Change-Id: Ib958457cf120ffb641a72be028d3a031741c44c6 Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
Diffstat (limited to 'dovetail/test_runner.py')
-rw-r--r--dovetail/test_runner.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/dovetail/test_runner.py b/dovetail/test_runner.py
index 9745597d..00cc99e5 100644
--- a/dovetail/test_runner.py
+++ b/dovetail/test_runner.py
@@ -270,13 +270,6 @@ class ShellRunner(Runner):
'exception: {}'.format(result_filename, e))
-class VnftestRunner(DockerRunner):
-
- def __init__(self, testcase):
- self.type = 'vnftest'
- super(VnftestRunner, self).__init__(testcase)
-
-
class OnapVtpRunner(DockerRunner):
config_file_name = 'onap-vtp_config.yml'
@@ -316,7 +309,6 @@ class TestRunnerFactory(object):
"yardstick": YardstickRunner,
"bottlenecks": BottlenecksRunner,
"shell": ShellRunner,
- "vnftest": VnftestRunner,
"functest-k8s": FunctestK8sRunner,
"onap-vtp": OnapVtpRunner,
"onap-vvp": OnapVvpRunner