diff options
author | 2017-04-13 09:09:41 +0800 | |
---|---|---|
committer | 2017-04-26 09:57:43 +0800 | |
commit | e3f9edb5064e280056addd6fc47535d3ee1a2435 (patch) | |
tree | ecee7fd75398f91bb8729b685e5109123a7ee5a3 /test-requirements.txt | |
parent | 263682e54a4d75d1f33c76735ffa2fe9debe0161 (diff) |
add framework and tox
JIRA: DOCTOR-93
Change-Id: Ife3255c4fe2d170c5d1b8354aaab24d5b1e3bc64
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 00000000..a2ce1d9b --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1,22 @@ +Flask==0.10.1 +paramiko==1.16.0 +scp==0.10.2 +requests>=2.8.0 +oslo.config==3.22.0 # Apache-2.0 +python-openstackclient==2.3.0 +python-ceilometerclient==2.6.2 +python-heatclient==1.7.0 +python-keystoneclient==3.5.0 +python-neutronclient==6.0.0 +python-novaclient==6.0.0 +python-congressclient==1.5.0 +virtualenv==15.1.0 +coverage>=4.0 # Apache-2.0 +oslotest>=1.10.0 # Apache-2.0 +python-subunit>=0.0.18 # Apache-2.0/BSD +testtools>=1.4.0 # MIT +oslotest>=1.10.0 # Apache-2.0 +testrepository>=0.0.18 # Apache-2.0/BSD +testresources>=0.2.4 # Apache-2.0/BSD +testscenarios>=0.4 # Apache-2.0/BSD +oslosphinx>=4.7.0 # Apache-2.0
\ No newline at end of file |