X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=functest%2Fopnfv_tests%2Fopenstack%2Fsnaps%2Fhealth_check.py;h=3a9c821d2bad9197f34dc53dac2865312c07701a;hb=1e6b7a08862b4a8ebe372fc5f3a46356181618f3;hp=8a88ac6b8d32fae7c0898b835baed3919060d819;hpb=e26f3c31bc6e11fdf34e559596cb14581c21dca1;p=functest.git diff --git a/functest/opnfv_tests/openstack/snaps/health_check.py b/functest/opnfv_tests/openstack/snaps/health_check.py index 8a88ac6b8..3a9c821d2 100644 --- a/functest/opnfv_tests/openstack/snaps/health_check.py +++ b/functest/opnfv_tests/openstack/snaps/health_check.py @@ -12,12 +12,12 @@ import unittest +from snaps.openstack.tests.create_instance_tests import SimpleHealthCheck +from snaps.openstack.tests.os_source_file_test import OSIntegrationTestCase + from functest.opnfv_tests.openstack.snaps.snaps_test_runner import ( SnapsTestRunner) -from snaps.openstack.tests.os_source_file_test import OSIntegrationTestCase -from snaps.openstack.tests.create_instance_tests import SimpleHealthCheck - class HealthCheck(SnapsTestRunner): """