aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick
diff options
context:
space:
mode:
authorRoss Brattain <ross.b.brattain@intel.com>2017-10-05 20:28:37 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-10-05 20:28:37 +0000
commite49f9eff83fe3a610fc95aee197938ac3158a0b7 (patch)
treee7c8e9200a6e27b1d164d3e927485f11fdb26bc6 /yardstick
parentd004be4dc2b28617ff95ff71fe228e0209ae5328 (diff)
parent9a2fbfba167cba07df6d67f8f0c0cb680989b63f (diff)
Merge "add wait_for_instantiate"
Diffstat (limited to 'yardstick')
-rw-r--r--yardstick/network_services/vnf_generic/vnf/base.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/yardstick/network_services/vnf_generic/vnf/base.py b/yardstick/network_services/vnf_generic/vnf/base.py
index 7391633af..778119568 100644
--- a/yardstick/network_services/vnf_generic/vnf/base.py
+++ b/yardstick/network_services/vnf_generic/vnf/base.py
@@ -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