aboutsummaryrefslogtreecommitdiffstats
path: root/functest/ci
diff options
context:
space:
mode:
Diffstat (limited to 'functest/ci')
-rw-r--r--functest/ci/config_functest.yaml1
-rw-r--r--functest/ci/run_tests.py3
2 files changed, 0 insertions, 4 deletions
diff --git a/functest/ci/config_functest.yaml b/functest/ci/config_functest.yaml
index 315c6c9c..48322a6c 100644
--- a/functest/ci/config_functest.yaml
+++ b/functest/ci/config_functest.yaml
@@ -22,7 +22,6 @@ general:
openstack:
creds: /home/opnfv/functest/conf/openstack.creds
- snapshot_file: /home/opnfv/functest/conf/openstack_snapshot.yaml
image_name: Cirros-0.3.5
image_name_alt: Cirros-0.3.5-1
diff --git a/functest/ci/run_tests.py b/functest/ci/run_tests.py
index 166dbfc9..6748484d 100644
--- a/functest/ci/run_tests.py
+++ b/functest/ci/run_tests.py
@@ -137,9 +137,6 @@ class Runner(object):
test_dict = ft_utils.get_dict_by_test(test.get_name())
test_case = cls(**test_dict)
self.executed_test_cases[test.get_name()] = test_case
- if self.clean_flag:
- if test_case.create_snapshot() != test_case.EX_OK:
- return testcase.TestCase.EX_RUN_ERROR
try:
kwargs = run_dict['args']
test_case.run(**kwargs)