New python script to check openstack deployment 67/37067/11
authorjose.lausuch <jose.lausuch@ericsson.com>
Fri, 7 Jul 2017 10:44:36 +0000 (12:44 +0200)
committerjose.lausuch <jose.lausuch@ericsson.com>
Tue, 11 Jul 2017 10:34:29 +0000 (12:34 +0200)
commit5b6b314d4c36dbe6e8da4e7d2d2813356397ef77
treedf8c12a6b413c12a4f114953012262d11caf6e46
parent26972ddefa2349dcc1ffe96be25a905046be8110
New python script to check openstack deployment

This is a crucial part of functest env prepare.
The former check_os.sh is missing some error
control and is sometimes trying to connect to an
empty endpoint if the sed/awk commands were wrong.
This python script is more robust in that sense.
You can see an example of execution in [1].

[1] http://paste.openstack.org/raw/614852/

Change-Id: I622befa13b58d2d31a08d307befb12a2be28fe4d
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
functest/ci/check_deployment.py [new file with mode: 0644]
functest/tests/unit/ci/test_check_deployment.py [new file with mode: 0644]
setup.cfg