refactor create shared network process to eliminate reduplicate 39/19539/4
authorSerenaFeng <feng.xiaowei@zte.com.cn>
Thu, 25 Aug 2016 03:20:17 +0000 (11:20 +0800)
committerSerenaFeng <feng.xiaowei@zte.com.cn>
Fri, 26 Aug 2016 08:21:30 +0000 (16:21 +0800)
commit007868e4810aaf9a2664b030281fe7c818fc3494
tree2e060b693956ab112ce1dff28e489377c1057387
parent874eac1d00c9624d084b3c7b01075a7645c5b840
refactor create shared network process to eliminate reduplicate

Some places shared network is created through create_network_full first,
then update it to shared, abstract a uniformed method to eliminate reduplicate

JIRA: FUNCTEST-437

Change-Id: I13c20ab061323188c5eb3b8c861674df38083c62
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
testcases/OpenStack/rally/run_rally-cert.py
testcases/OpenStack/tempest/run_tempest.py
utils/openstack_utils.py