]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Rework functional test case infrasatructure
authorSteven Dake <sdake@redhat.com>
Fri, 7 Sep 2012 20:22:42 +0000 (13:22 -0700)
committerSteven Dake <sdake@redhat.com>
Mon, 10 Sep 2012 00:26:21 +0000 (17:26 -0700)
commitc292ddb164bceab5883aa585a6a2357c0e33b7aa
tree26da755f38c762fc7a7d51b800f44d03e710bf39
parent489ed4cab4410a2cc727a904bc53dfdd3b19e270
Rework functional test case infrasatructure

To support multi-instance, two new classes were made:
Stack - represents a stack
Instance - represents an instance

For multi-instance stacks, create multiple Instance objects
for each instance in the stack.

For each instance in a stack, an instance object can be created which
helps validate the individual instance sets up properly.

test_WordPress_Single_Instance_With_EBS.py fails - see issue #226

Change-Id: Iddec87cd1332a9b5796c5c7e7d382ef723c3544e
Signed-off-by: Steven Dake <sdake@redhat.com>
Signed-off-by: Tomas Sedovic <tsedovic@redhat.com>
Signed-off-by: Ian Main <imain@redhat.com>
heat/tests/functional/test_WordPress_Single_Instance.py
heat/tests/functional/test_WordPress_Single_Instance_With_EBS.py
heat/tests/functional/test_WordPress_Single_Instance_With_EBS_EIP.py
heat/tests/functional/test_WordPress_Single_Instance_With_EIP.py
heat/tests/functional/test_WordPress_Single_Instance_With_HA.py
heat/tests/functional/test_WordPress_With_LB.py
heat/tests/functional/util.py