diff options
author | Alex Yang <yangyang1@zte.com.cn> | 2017-04-26 14:14:43 +0800 |
---|---|---|
committer | Alex Yang <yangyang1@zte.com.cn> | 2017-04-28 19:19:27 +0800 |
commit | 0d09e2b7301defd1f408d17373cbf991a922c693 (patch) | |
tree | 35db51d8f9b9d8ae2c8d27dfd159ea0953d6f92c /test-requirements.txt | |
parent | 12eaf7b46bec6d25caf0d2d58c7a1eb69f33a3d8 (diff) |
Implement the deployment script with python
1. deploy.py: control the work flow of the deployment
2. daisy_server.py: maintain the ssh connection with daisy server
and execute ssh commands
3. environment.py: create/find/delete the nodes/vms, install operating system
and openstack on nodes
4. libvirt_utils.py: deal with the vm templates and call virsh commands
5. utils.py: some common functions such as file/directory/bash operation
Change-Id: I1caa4b0b3118665e15410e8f02bcb6473e5a530b
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 0483907e..ea421d4a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,7 @@ +configobj +paramiko +pyyaml +scp pytest pytest-cov pytest-faker |