refstack client integration 25/30225/8
authorMatthewLi <matthew.lijun@huawei.com>
Fri, 10 Mar 2017 05:03:09 +0000 (00:03 -0500)
committerMatthewLi <matthew.lijun@huawei.com>
Wed, 15 Mar 2017 09:26:27 +0000 (05:26 -0400)
commit99f308dc9b11e8f99d928840de576af274229331
tree6c7b7be0d06f8c5b451dac1bde8e902d59d1cad1
parent11d59071a11fcec1ef9fcd323070c6d4f151c7cd
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>
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