charm-neutron-api/tests
James Page fa1451445c 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: I33cce8efc03f9217552234a8e03133d360ce95e3
2016-09-20 12:25:54 +01:00
..
charmhelpers Add support for application version 2016-09-20 12:25:54 +01:00
basic_deployment.py Use bundletester for amulet test execution 2016-07-18 17:57:18 +01:00
dfs-basic-trusty-icehouse Use bundletester for amulet test execution 2016-07-18 17:57:18 +01:00
dfs-basic-trusty-kilo-git Use bundletester for amulet test execution 2016-07-18 17:57:18 +01:00
gate-basic-precise-icehouse Use bundletester for amulet test execution 2016-07-18 17:57:18 +01:00
gate-basic-trusty-icehouse Use bundletester for amulet test execution 2016-07-18 17:57:18 +01:00
gate-basic-trusty-kilo Use bundletester for amulet test execution 2016-07-18 17:57:18 +01:00
gate-basic-trusty-liberty Use bundletester for amulet test execution 2016-07-18 17:57:18 +01:00
gate-basic-trusty-mitaka Use bundletester for amulet test execution 2016-07-18 17:57:18 +01:00
gate-basic-xenial-mitaka Use bundletester for amulet test execution 2016-07-18 17:57:18 +01:00
README.md Use bundletester for amulet test execution 2016-07-18 17:57:18 +01:00
tests.yaml Use bundletester for amulet test execution 2016-07-18 17:57:18 +01:00

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.