refstack client integration 23/30723/1
authorMatthewLi <matthew.lijun@huawei.com>
Fri, 10 Mar 2017 05:03:09 +0000 (00:03 -0500)
committerMorgan Richomme <morgan.richomme@orange.com>
Thu, 16 Mar 2017 16:06:46 +0000 (16:06 +0000)
commitf82abe8d8a83ac181d1e2d29fa99a1c501ae03bc
treedb40ad9cacb908724828f0d96c0ac5733eea01e9
parentfe5f9e696823d969333c03fc28eb2a61f449f48b
refstack client integration

JIRA: DOVETAIL-366
JIRA: FUNCTEST-758

usage:
1,functest testcase run refstack_defcore, will run the
default testcases in defcore_201608.txt
2,cd <path>/functest/functest/opnfv_tests/openstack/refstack_client
  python refstack_client.py -c <tempest-conf-file-path> --testlist <testlist-path>

this has been worked with openstack-refstack experts, etc.
tested workedi.
result see http://paste.openstack.org/show/602173/

Change-Id: I1aaffea01dec9dc8d1c572885bdf516614a16894
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
(cherry picked from commit 99f308dc9b11e8f99d928840de576af274229331)
12 files changed:
docker/Dockerfile
functest/ci/config_functest.yaml
functest/ci/testcases.yaml
functest/opnfv_tests/openstack/refstack_client/__init__.py [new file with mode: 0644]
functest/opnfv_tests/openstack/refstack_client/defcore_201608.txt [new file with mode: 0644]
functest/opnfv_tests/openstack/refstack_client/refstack_client.py [new file with mode: 0755]
functest/opnfv_tests/openstack/tempest/conf_utils.py
functest/opnfv_tests/openstack/tempest/tempest.py
functest/tests/unit/opnfv_tests/openstack/refstack_client/__init__.py [new file with mode: 0644]
functest/tests/unit/opnfv_tests/openstack/refstack_client/test_refstack_client.py [new file with mode: 0644]
functest/tests/unit/opnfv_tests/openstack/tempest/test_conf_utils.py
functest/tests/unit/opnfv_tests/openstack/tempest/test_tempest.py