functest.opnfv_tests.openstack.snaps.health_check module

snaps_health_check test case implementation

class functest.opnfv_tests.openstack.snaps.health_check.HealthCheck(**kwargs)

Bases: functest.opnfv_tests.openstack.snaps.snaps_test_runner.SnapsTestRunner

This test executes the SNAPS Python Test case SimpleHealthCheck which creates a VM with a single port with an IPv4 address that is assigned by DHCP. This test then validates the expected IP with the actual

run(**kwargs)

Builds the test suite then calls super.run() :param kwargs: the arguments to pass on :return: