aboutsummaryrefslogtreecommitdiffstats
path: root/functest/core/testcase.py
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2017-12-19 19:12:27 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2017-12-19 19:12:27 +0100
commitafa5e6098c7fd24ee2a9259a5dbff64a3e2d0a68 (patch)
tree242a0e92f873ceaf803b0f5f3357d54bc71cf962 /functest/core/testcase.py
parent5c20154ceafd6d2dc1e625e2e1b5bc335f1084a6 (diff)
Delete TestCase.create_snapshot()
OSGC has been removed then this method can be safely removed. It also updates run_tests.py. Change-Id: I4030b7f0351d24d095313ae990b08e65d8f69115 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest/core/testcase.py')
-rw-r--r--functest/core/testcase.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/functest/core/testcase.py b/functest/core/testcase.py
index ae0da9d7e..fa3802872 100644
--- a/functest/core/testcase.py
+++ b/functest/core/testcase.py
@@ -178,17 +178,6 @@ class TestCase(object):
self.__logger.exception("The results cannot be pushed to DB")
return TestCase.EX_PUSH_TO_DB_ERROR
- def create_snapshot(self): # pylint: disable=no-self-use
- """Save the testing environment before running test.
-
- It can be overriden if resources must be listed running the
- test case.
-
- Returns:
- TestCase.EX_OK
- """
- return TestCase.EX_OK
-
def clean(self):
"""Clean the resources.