Skip to content

Commit

Permalink
Port Charm RabbitMQ func tests from Amulet to Zaza
Browse files Browse the repository at this point in the history
func-test-pr: openstack-charmers/zaza-openstack-tests#60

Change-Id: I876a90ce58c89e4a760dad88d5a2381d60171037
Closes-Bug: #1828424
  • Loading branch information
exsdev0 committed Oct 10, 2019
1 parent d07161c commit 466ab24
Show file tree
Hide file tree
Showing 25 changed files with 460 additions and 1,064 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ test:
@tox -e py36

functional_test:
@echo Starting amulet tests...
@tox -e func27
@echo Starting Zaza tests...
@tox -e func
21 changes: 3 additions & 18 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,8 @@ mock>=1.2
flake8>=2.2.4,<=2.4.1
stestr>=2.2.0
requests>=2.18.4
# BEGIN: Amulet OpenStack Charm Helper Requirements
# Liberty client lower constraints
amulet>=1.14.3,<2.0;python_version=='2.7'
bundletester>=0.6.1,<1.0;python_version=='2.7'
python-ceilometerclient>=1.5.0
python-cinderclient>=1.4.0,<5.0 # Train cinderclient removes v1.client
python-glanceclient>=1.1.0
python-heatclient>=0.8.0
python-keystoneclient>=1.7.1
python-neutronclient>=3.1.0
python-novaclient>=2.30.1
python-openstackclient>=1.7.0
python-swiftclient>=2.6.0
pika>=0.10.0,<1.0
distro-info
git+https://github.com/juju/charm-helpers.git#egg=charmhelpers
# END: Amulet OpenStack Charm Helper Requirements
# NOTE: workaround for 14.04 pip/tox
pytz
pyudev # for ceph-* charm unit tests (not mocked?)
git+https://github.com/openstack-charmers/zaza.git#egg=zaza
git+https://github.com/openstack-charmers/zaza-openstack-tests.git#egg=zaza.openstack
pika==1.1.0
9 changes: 0 additions & 9 deletions tests/README.md

This file was deleted.

Loading

0 comments on commit 466ab24

Please sign in to comment.