From afa5e6098c7fd24ee2a9259a5dbff64a3e2d0a68 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 19 Dec 2017 19:12:27 +0100 Subject: Delete TestCase.create_snapshot() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- functest/tests/unit/core/test_testcase.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'functest/tests/unit/core/test_testcase.py') diff --git a/functest/tests/unit/core/test_testcase.py b/functest/tests/unit/core/test_testcase.py index 6fbf62e22..73ed3470a 100644 --- a/functest/tests/unit/core/test_testcase.py +++ b/functest/tests/unit/core/test_testcase.py @@ -223,10 +223,6 @@ class TestCaseTesting(unittest.TestCase): self.assertIn(duration, message) self.assertIn('FAIL', message) - def test_create_snapshot(self): - self.assertEqual(self.test.create_snapshot(), - testcase.TestCase.EX_OK) - def test_clean(self): self.assertEqual(self.test.clean(), None) -- cgit 1.2.3-korg