Merge "vPE Sample VNF is missing in the installation scripts"
[yardstick.git] / yardstick / network_services / vnf_generic / vnf / tg_ping.py
index 5238a5f..a989543 100644 (file)
@@ -113,10 +113,6 @@ class PingTrafficGen(SampleVNFTrafficGen):
                                              resource_helper_type)
         self._result = {}
 
-    def scale(self, flavor=""):
-        """ scale vnf-based on flavor input """
-        pass
-
     def _check_status(self):
         return self._tg_process.is_alive()