charm-rabbitmq-server/tests
Mario Splivalo 9d9c6c778d Prevent running apt-get update/upgrade on restart
As config-changed hook runs each time jujud is restarted, the hook
could upgrade rabbitmq without operator warrant.

This change runs apt-get update/upgrade in config-changed only
if "source" charm options is changed.

Change-Id: I56781659b02b883c9b15867dac6f9c8d27b5d975
Closes-Bug: 1694377
2017-08-11 13:57:08 +01:00
..
charmhelpers Prevent running apt-get update/upgrade on restart 2017-08-11 13:57:08 +01:00
README.md Use bundletester for amulet test execution 2016-07-21 17:58:15 +00:00
basic_deployment.py Refactor amqp_changed to make it less noisy 2017-06-29 11:58:13 +01:00
gate-basic-artful-pike Updates for pike b1 2017-05-24 13:41:34 +01:00
gate-basic-trusty-icehouse Update tox.ini files from release-tools gold copy 2016-09-19 09:33:20 +01:00
gate-basic-trusty-kilo Update tox.ini files from release-tools gold copy 2016-09-19 09:33:20 +01:00
gate-basic-trusty-liberty Update tox.ini files from release-tools gold copy 2016-09-19 09:33:20 +01:00
gate-basic-trusty-mitaka Update tox.ini files from release-tools gold copy 2016-09-19 09:33:20 +01:00
gate-basic-xenial-mitaka Update tox.ini files from release-tools gold copy 2016-09-19 09:33:20 +01:00
gate-basic-xenial-newton Update amulet test definitions for Newton 2016-10-10 20:54:43 -05:00
gate-basic-xenial-ocata Enable Ocata Amulet Tests 2017-03-22 10:25:55 +00:00
gate-basic-xenial-pike Updates for pike b1 2017-05-24 13:41:34 +01:00
gate-basic-yakkety-newton Wait until clustered before running client hooks 2017-01-23 08:31:00 -08:00
gate-basic-zesty-ocata Enable Zesty-Ocata Amulet Tests 2017-04-28 08:44:03 -07:00
test-requirements.txt tests: use test-requirements.txt for bundletester support 2017-02-13 11:26:31 +00:00
tests.yaml Modify tests.yaml which specifies bundletester config params 2017-08-09 14:29:30 -06: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.