Codebase list cinder-tempest-plugin / 975953f
Merge "Sync Sphinx requirement" Zuul authored 6 years ago Gerrit Code Review committed 6 years ago
4 changed file(s) with 7 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
00 If you would like to contribute to the development of OpenStack, you must
11 follow the steps in this page:
22
3 http://docs.openstack.org/infra/manual/developers.html
3 https://docs.openstack.org/infra/manual/developers.html
44
55 If you already have a good understanding of how the system works and your
66 OpenStack accounts are set up, you can skip to the development workflow
77 section of this documentation to learn how changes to OpenStack should be
88 submitted for review via the Gerrit tool:
99
10 http://docs.openstack.org/infra/manual/developers.html#development-workflow
10 https://docs.openstack.org/infra/manual/developers.html#development-workflow
1111
1212 Pull requests submitted through GitHub will be ignored.
1313
00 Openstack Style Commandments
1
2 ===============================================
1 ============================
32
43 Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/
0 ===============================================
0 ==============================
11 Tempest Integration for Cinder
2 ===============================================
2 ==============================
33
44 This directory contains additional Cinder tempest tests.
55
55
66 coverage!=4.4,>=4.0 # Apache-2.0
77 python-subunit>=1.0.0 # Apache-2.0/BSD
8 sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
8 sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
9 sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
910 oslotest>=3.2.0 # Apache-2.0
1011 testrepository>=0.0.18 # Apache-2.0/BSD
1112 testtools>=2.2.0 # MIT