]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat tests : Add verify_wordpress helper function
authorSteven Hardy <shardy@redhat.com>
Tue, 4 Sep 2012 16:18:37 +0000 (17:18 +0100)
committerSteven Hardy <shardy@redhat.com>
Tue, 4 Sep 2012 16:57:44 +0000 (17:57 +0100)
commit94493237040f957ad2bd4186886d46309c2de88d
tree6fdd55322ba93917e194182235a89dfdf9a0d629
parent44bb725f41c6690dc13e3a350a5675469f24750a
heat tests : Add verify_wordpress helper function

Functional tests : Add a new VerifyStack class and retry decorator,
which allows easy implementation of tests for stack successful creation.

Initial simple verify_wordpress function scrapes a wordpress homepage
and looks for a known string in the html result.

Change-Id: I32bd4bea04228c4f393894c65d040d55c65ddbca
Signed-off-by: Steven Hardy <shardy@redhat.com>
heat/tests/functional/verify.py [new file with mode: 0644]