functest.opnfv_tests.openstack.vping.vping_userdata module¶
vping_userdata testcase.
-
class
functest.opnfv_tests.openstack.vping.vping_userdata.VPingUserdata(**kwargs)¶ Bases:
functest.core.singlevm.VmReady2Class to execute the vPing test using userdata and the VM’s console
-
clean()¶ Clean the resources.
It can be overriden if resources must be deleted after running the test case.
-
run(**kwargs)¶ Sets up the OpenStack VM instance objects then executes the ping and validates. :return: the exit code from the super.execute() method
-