aboutsummaryrefslogtreecommitdiffstats
path: root/functest
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2017-11-29 06:59:24 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2017-11-29 07:02:03 +0100
commit12583eeea0b14325328950fc981d704e36198919 (patch)
treecb1ed0a34dc96113933b671a291c56bbd9d3f291 /functest
parent2526db124832a9b9a51166b77159c6edaec9aa2a (diff)
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 <cedric.ollivier@orange.com>
Diffstat (limited to 'functest')
-rw-r--r--functest/tests/unit/odl/test_odl.py3
1 files changed, 0 insertions, 3 deletions
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)