Signed-off-by: Steven Dake <sdake@redhat.com>
== 'F16-x86_64-gold')
assert(result['ResourceProperties']['InstanceType'] == 'm1.large')
-
def test_stack_list(self):
stack = self.start_wordpress_stack('test_stack_list')
rt = {}
assert(s['stack_id'] > 0)
assert(s['template_description'].find('WordPress') != -1)
- # allows testing of the test directly, shown below if __name__ == '__main__':
+ # allows testing of the test directly
if __name__ == '__main__':
sys.argv.append(__file__)
nose.main()