Add some unittest files such as test_nova.py 95/42595/4
authorzhongjun <zhong.jun@zte.com.cn>
Thu, 21 Sep 2017 01:40:12 +0000 (09:40 +0800)
committerzhongjun <zhong.jun@zte.com.cn>
Thu, 21 Sep 2017 09:07:05 +0000 (17:07 +0800)
commitfc12fe83562430bc406877583111ed725d08edc8
tree22b90d93b501c9f4d73214b453105d4584bde683
parent2045ccff6a31ce649cfabc0ba896e9d0d708e3e0
Add some unittest files such as test_nova.py

1.Add test_glance.py, test_neutron.py and test_nova.py unittest
files, and modify the neutron.py to adapt the unittest.
2.Add some unittest functions in test_post_execute.py,
test_deploy.py, test_keystoneauth.py.
3.rename test_prepare_execure.py to test_prepare_execute.py.

Change-Id: Ie0640d133e27c558648416a6a5cf044a00ffa67f
Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
deploy/post/execute.py
tests/unit/post/test_glance.py [new file with mode: 0644]
tests/unit/post/test_keystoneauth.py
tests/unit/post/test_neutron.py [new file with mode: 0644]
tests/unit/post/test_nova.py [new file with mode: 0644]
tests/unit/post/test_post_execute.py
tests/unit/prepare/test_prepare_execute.py
tests/unit/test_deploy.py
tests/unit/test_utils.py