test_tg_text: fix indentation 59/28159/2
authorRoss Brattain <ross.b.brattain@intel.com>
Tue, 7 Feb 2017 00:45:58 +0000 (16:45 -0800)
committerRoss Brattain <ross.b.brattain@intel.com>
Wed, 8 Feb 2017 06:25:30 +0000 (06:25 +0000)
flake8 error

Change-Id: Ia4c90c2703335123ea48c8421a84d7288126dcf6
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
tests/unit/network_services/vnf_generic/vnf/test_tg_trex.py

index f1f6b3d..12d4405 100644 (file)
@@ -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 = \