Remove tool provisioning from DpdkVnfSetupEnvHelper._setup_dpdk
[yardstick.git] / yardstick / network_services / vnf_generic / vnf / tg_rfc2544_ixia.py
index a8b19cf..630c8b9 100644 (file)
@@ -174,7 +174,7 @@ class IxiaResourceHelper(ClientResourceHelper):
                     break
 
             self.client.ix_stop_traffic()
-        except Exception:
+        except Exception:  # pylint: disable=broad-except
             LOG.exception("Run Traffic terminated")
 
         self._terminated.value = 1
@@ -201,9 +201,6 @@ class IxiaTrafficGen(SampleVNFTrafficGen):
     def _check_status(self):
         pass
 
-    def scale(self, flavor=""):
-        pass
-
     def terminate(self):
         self.resource_helper.stop_collect()
         super(IxiaTrafficGen, self).terminate()