diff options
author | Jing Lu <lvjing5@huawei.com> | 2017-02-14 06:04:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-14 06:04:31 +0000 |
commit | fbdae0656a3b4784faaa530b641057c441af4342 (patch) | |
tree | 6a8680ee9afe4df8cb57b0f7dda12e7080dc3f11 /tests/unit | |
parent | d292f1a4d00640ea6436d6d41eba5d03aea46a78 (diff) | |
parent | d588d72de2ef5504ea4e2cb6333534e0dc4d79c6 (diff) |
Merge "test_tg_text: fix indentation"
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/network_services/vnf_generic/vnf/test_tg_trex.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/network_services/vnf_generic/vnf/test_tg_trex.py b/tests/unit/network_services/vnf_generic/vnf/test_tg_trex.py index eb0dbf628..a76fbbd2a 100644 --- a/tests/unit/network_services/vnf_generic/vnf/test_tg_trex.py +++ b/tests/unit/network_services/vnf_generic/vnf/test_tg_trex.py @@ -195,7 +195,7 @@ class TestTrexTrafficGen(unittest.TestCase): self.assertEqual({}, restult) def test_listen_traffic(self): - with mock.patch("yardstick.ssh.SSH") as ssh: + with mock.patch("yardstick.ssh.SSH") as ssh: vnfd = self.VNFD['vnfd:vnfd-catalog']['vnfd'][0] ssh_mock = mock.Mock(autospec=ssh.SSH) ssh_mock.execute = \ |