X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=yardstick%2Ftests%2Funit%2Fcommon%2Ftest_template_format.py;h=56253efbc28d750da57b086116fe136c8aac7a72;hb=6cd3aed0077d6cced71417a48f92527ef1ecbd3e;hp=44aa80333fa7557038dcb21049379b99f58b2af1;hpb=810f91e242a5d1a562712df72a9ec95605ed1bab;p=yardstick.git diff --git a/yardstick/tests/unit/common/test_template_format.py b/yardstick/tests/unit/common/test_template_format.py index 44aa80333..56253efbc 100644 --- a/yardstick/tests/unit/common/test_template_format.py +++ b/yardstick/tests/unit/common/test_template_format.py @@ -45,10 +45,3 @@ class TemplateFormatTestCase(unittest.TestCase): "Resources: {}\n" \ "Outputs: {}" self.assertRaises(ValueError, template_format.parse, yaml2) - - -def main(): - unittest.main() - -if __name__ == '__main__': - main()