Add vBNG test cases stats processing functionality
[yardstick.git] / yardstick / network_services / vnf_generic / vnf / acl_vnf.py
index e51d387..46380e2 100644 (file)
@@ -251,3 +251,7 @@ class AclApproxVnf(SampleVNF):
             setup_env_helper_type = AclApproxSetupEnvSetupEnvHelper
 
         super(AclApproxVnf, self).__init__(name, vnfd, setup_env_helper_type, resource_helper_type)
+
+    def wait_for_instantiate(self):
+        """Wait for VNF to initialize"""
+        self.wait_for_initialize()