functest.opnfv_tests.openstack.patrole.patrole module¶
-
class
functest.opnfv_tests.openstack.patrole.patrole.Patrole(**kwargs)¶ Bases:
functest.opnfv_tests.openstack.tempest.tempest.TempestCommon-
configure(**kwargs)¶ Create all openstack resources for tempest-based testcases and write tempest.conf.
-
run(**kwargs)¶ Boot the new VM
Here are the main actions: - publish the image - create the flavor
Returns: - TestCase.EX_OK - TestCase.EX_RUN_ERROR on error
-