From 12583eeea0b14325328950fc981d704e36198919 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 29 Nov 2017 06:59:24 +0100 Subject: Remove one obsolete test in test_odl.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It completes "Create RobotFramework class" [1] which decreased coverage to 99% (test_odl.py) [1] https://gerrit.opnfv.org/gerrit/#/c/47841/ Change-Id: I2a2d448daeb6d1f50064588167cafd32e07aa502 Signed-off-by: Cédric Ollivier --- functest/tests/unit/odl/test_odl.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'functest') diff --git a/functest/tests/unit/odl/test_odl.py b/functest/tests/unit/odl/test_odl.py index a331a6f36..ff25cd7a9 100644 --- a/functest/tests/unit/odl/test_odl.py +++ b/functest/tests/unit/odl/test_odl.py @@ -178,9 +178,6 @@ class ODLMainTesting(ODLTesting): report='NONE', stdout=mock.ANY, variable=variable) - if len(args) > 2: - args[2].assert_called_with( - os.path.join(self.test.res_dir, 'stdout.txt')) def _test_no_keyword(self, key): kwargs = self._get_run_suites_kwargs(key) -- cgit 1.2.3-korg