From: Cédric Ollivier Date: Wed, 29 Nov 2017 05:59:24 +0000 (+0100) Subject: Remove one obsolete test in test_odl.py X-Git-Tag: opnfv-6.0.0~296 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F93%2F47993%2F1;p=functest.git Remove one obsolete test in test_odl.py 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 --- 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)