neutron-api charm needs amulet tests
Bug #1398937 reported by
Ryan Beisner
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron-api (Juju Charms Collection) |
Fix Released
|
Medium
|
Liam Young |
Bug Description
neutron-api charm needs amulet tests
Related branches
lp://qastaging/~gnuoy/charms/trusty/neutron-api/amulet
Merged
into
lp://qastaging/~openstack-charmers-archive/charms/trusty/neutron-api/next
at
revision 79
- Corey Bryant (community): Approve
- Ryan Beisner (community): Approve
-
Diff: 1517 lines (+1303/-20)23 files modifiedMakefile (+12/-2)
charm-helpers-tests.yaml (+5/-0)
hooks/charmhelpers/contrib/python/packages.py (+2/-2)
hooks/charmhelpers/core/fstab.py (+2/-2)
hooks/charmhelpers/core/sysctl.py (+2/-2)
hooks/charmhelpers/core/unitdata.py (+1/-1)
hooks/charmhelpers/fetch/archiveurl.py (+10/-10)
hooks/charmhelpers/fetch/giturl.py (+1/-1)
tests/00-setup (+11/-0)
tests/14-basic-precise-icehouse (+11/-0)
tests/15-basic-trusty-icehouse (+9/-0)
tests/16-basic-trusty-juno (+11/-0)
tests/README (+53/-0)
tests/basic_deployment.py (+382/-0)
tests/charmhelpers/__init__.py (+38/-0)
tests/charmhelpers/contrib/__init__.py (+15/-0)
tests/charmhelpers/contrib/amulet/__init__.py (+15/-0)
tests/charmhelpers/contrib/amulet/deployment.py (+93/-0)
tests/charmhelpers/contrib/amulet/utils.py (+195/-0)
tests/charmhelpers/contrib/openstack/__init__.py (+15/-0)
tests/charmhelpers/contrib/openstack/amulet/__init__.py (+15/-0)
tests/charmhelpers/contrib/openstack/amulet/deployment.py (+111/-0)
tests/charmhelpers/contrib/openstack/amulet/utils.py (+294/-0)
Changed in neutron-api (Juju Charms Collection): | |
importance: | Undecided → Medium |
status: | New → Triaged |
Changed in neutron-api (Juju Charms Collection): | |
assignee: | nobody → Liam Young (gnuoy) |
milestone: | none → 15.04 |
Changed in neutron-api (Juju Charms Collection): | |
status: | Triaged → Fix Committed |
Changed in neutron-api (Juju Charms Collection): | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.