Protect VMTP vs cidr conflicts
[functest.git] / functest / opnfv_tests / openstack / snaps / health_check.py
index db882c3..3a9c821 100644 (file)
@@ -8,16 +8,16 @@
 #
 # http://www.apache.org/licenses/LICENSE-2.0
 
-# pylint: disable=missing-docstring
+"""snaps_health_check test case implementation"""
 
 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):
     """