aboutsummaryrefslogtreecommitdiffstats
path: root/functest/tests/unit
diff options
context:
space:
mode:
Diffstat (limited to 'functest/tests/unit')
-rw-r--r--functest/tests/unit/openstack/vmtp/test_vmtp.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/functest/tests/unit/openstack/vmtp/test_vmtp.py b/functest/tests/unit/openstack/vmtp/test_vmtp.py
index 7f8cf40c7..fcbb0c46b 100644
--- a/functest/tests/unit/openstack/vmtp/test_vmtp.py
+++ b/functest/tests/unit/openstack/vmtp/test_vmtp.py
@@ -83,6 +83,7 @@ class VmtpTesting(unittest.TestCase):
mock_obj.assert_called_once_with('vmtp_{}'.format(self.testcase.guid))
args[0].assert_not_called()
+
if __name__ == "__main__":
logging.disable(logging.CRITICAL)
unittest.main(verbosity=2)