cae0a2c4f5
Juju 2.0 provides support for display of the version of an application deployed by a charm in juju status. Insert the os_application_version_set function into the existing assess_status function - this gets called after all hook executions, and periodically after that, so any changes in package versions due to normal system updates will also be reflected in the status output. This review also includes a resync of charm-helpers to pickup hookenv and contrib.openstack support for this feature. Change-Id: I75009a66ce9c9d43e234f9c5acbb185ac4a66ba5 |
||
---|---|---|
.. | ||
charmhelpers | ||
setup | ||
basic_deployment.py | ||
gate-basic-precise-icehouse | ||
gate-basic-trusty-icehouse | ||
gate-basic-trusty-kilo | ||
gate-basic-trusty-liberty | ||
gate-basic-trusty-mitaka | ||
gate-basic-xenial-mitaka | ||
README.md | ||
tests.yaml |
Overview
This directory provides Amulet tests to verify basic deployment functionality from the perspective of this charm, its requirements and its features, as exercised in a subset of the full OpenStack deployment test bundle topology.
For full details on functional testing of OpenStack charms please refer to the functional testing section of the OpenStack Charm Guide.