Add some UT test cases and fix pep8 errors for cli and env_setup. 09/16309/2
authorzhifeng.jiang <jiang.zhifeng@zte.com.cn>
Sun, 3 Jul 2016 15:04:40 +0000 (23:04 +0800)
committerzhifeng.jiang <jiang.zhifeng@zte.com.cn>
Tue, 5 Jul 2016 12:05:26 +0000 (20:05 +0800)
commit4c7387f811c01bd74b5ae6e0d0cca4bc98d298e8
tree3ca8f61a152b196ca65ef526ae9659c0bddbb411
parent1560721b960531785a29d70a572f0ee791234fb0
Add some UT test cases and fix pep8 errors for cli and env_setup.

JIRA:QTIP-89

Change-Id: I4a46898071001f679f1a032a560d605dffc8eb9f
Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
13 files changed:
func/cli.py
func/env_setup.py
requirements.txt
setup.py [new file with mode: 0644]
tests/cli_test.py [new file with mode: 0644]
tests/env_setup_test.py [new file with mode: 0644]
tests/output/hosts [new file with mode: 0644]
tests/test_case/bm_ping.yaml [new file with mode: 0644]
tests/test_case/bm_with_proxy.yaml [new file with mode: 0644]
tests/test_case/bm_without_proxy.yaml [new file with mode: 0644]
tests/test_case/vm.yaml [new file with mode: 0644]
tests/test_case/vm_error.yaml [new file with mode: 0644]
tox.ini