~openstack-charmers/charms/trusty/lxd/next

« back to all changes in this revision

Viewing changes to tests/README.md

  • Committer: Ryan Beisner
  • Date: 2016-07-20 21:54:09 UTC
  • Revision ID: ryan.beisner@canonical.com-20160720215409-uxdb54qmrhgfzo48
Use bundletester for amulet test execution

Switch to using bundletester for execution of functional tests,
leveraging tox to build out test virtualenvs.

Rename amulet tests inline with gate-*, dev-* and dfs-*
naming standards.

Update README to refer to functional testing section of the charm
guide.

Change-Id: I892dfad152eff14d7e67313197c61dacc4a9eca2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Overview
 
2
 
 
3
This directory provides Amulet tests to verify basic deployment functionality
 
4
from the perspective of this charm, its requirements and its features, as
 
5
exercised in a subset of the full OpenStack deployment test bundle topology.
 
6
 
 
7
For full details on functional testing of OpenStack charms please refer to
 
8
the [functional testing](http://docs.openstack.org/developer/charm-guide/testing.html#functional-testing)
 
9
section of the OpenStack Charm Guide.