User assert in test

User assertion in unit test.

Change-Id: I50543bbe620b58575865e20cdde2a4851664daf9
This commit is contained in:
Sahdev Zala 2016-01-19 08:57:52 -08:00
parent 8f6e94eeb8
commit 2ba0bd9739

View File

@ -285,4 +285,4 @@ class PropertyTest(TestCase):
custom_def = yamlparser.simple_parse(tosca_custom_def)
name = list(nodetemplates.keys())[0]
tpl = NodeTemplate(name, nodetemplates, custom_def)
tpl.validate()
self.assertIsNone(tpl.validate())