Remove tool provisioning from DpdkVnfSetupEnvHelper._setup_dpdk
[yardstick.git] / yardstick / network_services / vnf_generic / vnf / tg_prox.py
index 40eda75..151252c 100644 (file)
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-from __future__ import print_function, absolute_import
+from __future__ import absolute_import
 
 import logging
 
@@ -63,9 +63,6 @@ class ProxTrafficGen(SampleVNFTrafficGen):
         self.vpci_if_name_ascending = self._sort_vpci(vnfd)
         self.resource_helper.vpci_if_name_ascending = self._sort_vpci(vnfd)
 
-    def listen_traffic(self, traffic_profile):
-        pass
-
     def terminate(self):
         self._vnf_wrapper.terminate()
         super(ProxTrafficGen, self).terminate()