~yellow/charms/trusty/openstack-dashboard/dashboard-plugin

« back to all changes in this revision

Viewing changes to tests/README

  • Committer: james.page at ubuntu
  • Date: 2015-09-09 07:50:29 UTC
  • mfrom: (77.1.12 openstack-dashboard)
  • Revision ID: james.page@ubuntu.com-20150909075029-zckohdx1aggq4eib
[1chb1n,r=james-page]

Update tests for T-K, V-K, prep for T-L and W-L. Clean up old lint. Resolve bug 1474030 race in svc restart checks.

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
openstack-dashboard 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