Merge "Testcase to find storage bottlenecks using Yardstick for Multistack"
[yardstick.git] / yardstick / network_services / vnf_generic / vnf / tg_prox.py
index c266f2c..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
 
@@ -56,7 +56,6 @@ class ProxTrafficGen(SampleVNFTrafficGen):
 
         self.runs_traffic = True
         self.traffic_finished = False
-        self.tg_port_pairs = None
         self._tg_process = None
         self._traffic_process = None
 
@@ -64,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()