diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2017-12-20 18:00:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-12-20 18:00:35 +0000 |
commit | a53fd6452a077b1905ff8f5ae1d24bdd112f2f82 (patch) | |
tree | d2dba516e060185736fb78057731fead14a89c29 /functest/ci/run_tests.py | |
parent | 7510ff6e0e8e66fa6aa85bd7fb5e698ed66256d8 (diff) | |
parent | afa5e6098c7fd24ee2a9259a5dbff64a3e2d0a68 (diff) |
Merge "Delete TestCase.create_snapshot()"
Diffstat (limited to 'functest/ci/run_tests.py')
-rw-r--r-- | functest/ci/run_tests.py | 3 |
1 files changed, 0 insertions, 3 deletions
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) |