Skip recreate Daisy server VM if it exists in python 61/45461/1
authorAlex Yang <yangyang1@zte.com.cn>
Wed, 18 Oct 2017 07:17:01 +0000 (15:17 +0800)
committerAlex Yang <yangyang1@zte.com.cn>
Wed, 18 Oct 2017 07:17:01 +0000 (15:17 +0800)
commit69eeb5a35db243d90e03248e4d84ad5e25ed08f1
tree70e348e1c1e35d79e4bd00815deac83f62bab84d
parent7e0f730d0926b5efb93fb749ddf3951266df8b9b
Skip recreate Daisy server VM if it exists in python

Do not recreate daisy server if it exists.
Reference to the bash code in patch [1].

[1] https://gerrit.opnfv.org/gerrit/#/c/40337/

Change-Id: If472c59ea180e550f358af4a3a9c7b42e575eddc
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
deploy/daisy_server.py
deploy/deploy.py
deploy/environment.py
tests/unit/test_daisy_server.py
tests/unit/test_deploy.py
tests/unit/test_environment.py