X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=yardstick%2Ftests%2Funit%2Fcommon%2Ftest_template_format.py;h=56253efbc28d750da57b086116fe136c8aac7a72;hb=b4bba7a8d9d1e3379209d13a3272412e55f1dc74;hp=44aa80333fa7557038dcb21049379b99f58b2af1;hpb=a78ca014513be16e01f43ac070ae040403fe44fe;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()