bad410a739
Switch to using bundletester for execution of functional tests, leveraging tox to build out test virtualenvs. Rename amulet tests inline with gate-* and dfs-* naming standards. Update README to refer to functional testing section of the charm guide. Change-Id: I853d2f7e1f2d6e7acbf9098abf626c182d121059
24 lines
746 B
Plaintext
24 lines
746 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
coverage>=3.6
|
|
mock>=1.2
|
|
flake8>=2.2.4,<=2.4.1
|
|
os-testr>=0.4.1
|
|
charm-tools>=2.0.0
|
|
requests==2.6.0
|
|
# BEGIN: Amulet OpenStack Charm Helper Requirements
|
|
# Liberty client lower constraints
|
|
amulet>=1.14.3,<2.0
|
|
bundletester>=0.6.1,<1.0
|
|
python-ceilometerclient>=1.5.0,<2.0
|
|
python-cinderclient>=1.4.0,<2.0
|
|
python-glanceclient>=1.1.0,<2.0
|
|
python-heatclient>=0.8.0,<1.0
|
|
python-novaclient>=2.30.1,<3.0
|
|
python-openstackclient>=1.7.0,<2.0
|
|
python-swiftclient>=2.6.0,<3.0
|
|
pika>=0.10.0,<1.0
|
|
distro-info
|
|
# END: Amulet OpenStack Charm Helper Requirements
|