openstack-dashboard charm needs amulet tests
Bug #1398920 reported by
Ryan Beisner
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openstack-dashboard (Juju Charms Collection) |
Fix Released
|
Medium
|
Liam Young |
Bug Description
openstack-dashboard charm needs amulet tests
Related branches
lp://staging/~gnuoy/charms/trusty/openstack-dashboard/amulet
Merged
into
lp://staging/~openstack-charmers-archive/charms/trusty/openstack-dashboard/next
at
revision 53
- Corey Bryant: Approve
-
Diff: 1183 lines (+1079/-1)17 files modifiedMakefile (+11/-1)
charm-helpers-tests.yaml (+5/-0)
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 (+181/-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 (+194/-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 (+108/-0)
tests/charmhelpers/contrib/openstack/amulet/utils.py (+294/-0)
Changed in openstack-dashboard (Juju Charms Collection): | |
status: | New → Confirmed |
importance: | Undecided → Medium |
assignee: | nobody → Liam Young (gnuoy) |
Changed in openstack-dashboard (Juju Charms Collection): | |
milestone: | none → 15.04 |
status: | Confirmed → Fix Released |
To post a comment you must log in.