Merge "Add vfw ixload testcase for heat"
[yardstick.git] / yardstick / network_services / vnf_generic / vnf / base.py
index 7391633..7781195 100644 (file)
@@ -176,6 +176,13 @@ class GenericVNF(VNFObject):
         """
         raise NotImplementedError()
 
+    def wait_for_instantiate(self):
+        """ Wait for VNF to start
+
+        :return: True/False
+        """
+        raise NotImplementedError()
+
     def terminate(self):
         """ Kill all VNF processes