~openstack-charmers-archive/charms/trusty/neutron-gateway/trunk

« back to all changes in this revision

Viewing changes to tests/README

  • Committer: James Page
  • Date: 2015-10-22 13:23:58 UTC
  • Revision ID: james.page@ubuntu.com-20151022132358-qin1nvlnqn4aezaz
Tags: 15.10
15.10 Charm release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
This directory provides Amulet tests that focus on verification of
2
2
quantum-gateway deployments.
3
3
 
 
4
test_* methods are called in lexical sort order, although each individual test
 
5
should be idempotent, and expected to pass regardless of run order.
 
6
 
 
7
Test name convention to ensure desired test order:
 
8
    1xx service and endpoint checks
 
9
    2xx relation checks
 
10
    3xx config checks
 
11
    4xx functional checks
 
12
    9xx restarts and other final checks
 
13
 
4
14
In order to run tests, you'll need charm-tools installed (in addition to
5
15
juju, of course):
6
16
    sudo add-apt-repository ppa:juju/stable