charm-ceilometer-agent/tests
James Page 3d3b26ded6 Add support for application version
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: I0cef2ddc2dfc04bb6631ec61e7f890ebae94961f
2016-09-20 12:01:50 +01:00
..
charmhelpers Add support for application version 2016-09-20 12:01:50 +01:00
README.md Use bundletester for amulet test execution 2016-07-19 03:37:59 +00:00
basic_deployment.py Use bundletester for amulet test execution 2016-07-19 03:37:59 +00:00
dev-basic-xenial-newton Use bundletester for amulet test execution 2016-07-19 03:37:59 +00:00
dev-basic-yakkety-newton Use bundletester for amulet test execution 2016-07-19 03:37:59 +00:00
gate-basic-precise-icehouse Use bundletester for amulet test execution 2016-07-19 03:37:59 +00:00
gate-basic-trusty-icehouse Use bundletester for amulet test execution 2016-07-19 03:37:59 +00:00
gate-basic-trusty-kilo Use bundletester for amulet test execution 2016-07-19 03:37:59 +00:00
gate-basic-trusty-liberty Use bundletester for amulet test execution 2016-07-19 03:37:59 +00:00
gate-basic-trusty-mitaka Use bundletester for amulet test execution 2016-07-19 03:37:59 +00:00
gate-basic-xenial-mitaka Use bundletester for amulet test execution 2016-07-19 03:37:59 +00:00
tests.yaml Use bundletester for amulet test execution 2016-07-19 03:37:59 +00:00

README.md

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.