aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/benchmark
diff options
context:
space:
mode:
authorRoss Brattain <ross.b.brattain@intel.com>2017-08-22 03:07:37 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-08-22 03:07:37 +0000
commite71da0adfe3fae77311d7a75c5a74b87dfa0890e (patch)
tree9091571ac6468d3686fad85279c784d32498396b /tests/unit/benchmark
parent4de16cbc3c7a4e03542c6256f3aeda79dbf49b62 (diff)
parenta32270bbe65f74e3a07c937ccc86424e4f17e63e (diff)
Merge "test_vsperf_dpdk: remove unused and incorrect mock open"
Diffstat (limited to 'tests/unit/benchmark')
-rw-r--r--tests/unit/benchmark/scenarios/networking/test_vsperf_dpdk.py2
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):