charm-neutron-gateway/tests
Liam Young a5b680daa6 Correct package list post-upgrade
The list of packages to install post-upgrade was being retrieved
using the pre-upgrade OpenStack release version due to the
os_release function using a caches value.

This change syncs in charmhelpers which includes the reset_os_release
function to clear the cache. This charm now uses that function to
clear the cache after the dist-upgrade

Change-Id: I23f7af2b464c7e710423c15122c06bcea84e27a3
Closes-Bug: 1631897
2016-10-10 12:38:06 +00:00
..
charmhelpers Correct package list post-upgrade 2016-10-10 12:38:06 +00:00
setup Move 00-setup to prevent extra, unnecessary bootstrap in test runs. 2016-01-08 21:45:00 +00:00
basic_deployment.py Add apparmor template for neutron services 2016-09-28 23:06:50 +00:00
dfs-basic-trusty-icehouse Use bundletester for amulet test execution 2016-07-18 17:58:02 +01:00
dfs-basic-trusty-kilo Use bundletester for amulet test execution 2016-07-18 17:58:02 +01:00
gate-basic-precise-icehouse Use bundletester for amulet test execution 2016-07-18 17:58:02 +01:00
gate-basic-trusty-icehouse Use bundletester for amulet test execution 2016-07-18 17:58:02 +01:00
gate-basic-trusty-kilo Use bundletester for amulet test execution 2016-07-18 17:58:02 +01:00
gate-basic-trusty-liberty Use bundletester for amulet test execution 2016-07-18 17:58:02 +01:00
gate-basic-trusty-mitaka Use bundletester for amulet test execution 2016-07-18 17:58:02 +01:00
gate-basic-xenial-mitaka Use bundletester for amulet test execution 2016-07-18 17:58:02 +01:00
README.md Use bundletester for amulet test execution 2016-07-18 17:58:02 +01:00
tests.yaml Use bundletester for amulet test execution 2016-07-18 17:58:02 +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.