diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-08-22 03:07:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-22 03:07:37 +0000 |
commit | e71da0adfe3fae77311d7a75c5a74b87dfa0890e (patch) | |
tree | 9091571ac6468d3686fad85279c784d32498396b | |
parent | 4de16cbc3c7a4e03542c6256f3aeda79dbf49b62 (diff) | |
parent | a32270bbe65f74e3a07c937ccc86424e4f17e63e (diff) |
Merge "test_vsperf_dpdk: remove unused and incorrect mock open"
-rw-r--r-- | tests/unit/benchmark/scenarios/networking/test_vsperf_dpdk.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unit/benchmark/scenarios/networking/test_vsperf_dpdk.py b/tests/unit/benchmark/scenarios/networking/test_vsperf_dpdk.py index 3b9f99b08..de5bae2f3 100644 --- a/tests/unit/benchmark/scenarios/networking/test_vsperf_dpdk.py +++ b/tests/unit/benchmark/scenarios/networking/test_vsperf_dpdk.py @@ -28,8 +28,6 @@ from yardstick.benchmark.scenarios.networking import vsperf_dpdk @mock.patch('yardstick.benchmark.scenarios.networking.vsperf_dpdk.subprocess') @mock.patch('yardstick.benchmark.scenarios.networking.vsperf_dpdk.ssh') -@mock.patch("yardstick.benchmark.scenarios.networking.vsperf_dpdk.open", - mock.mock_open()) class VsperfDPDKTestCase(unittest.TestCase): def setUp(self): |