From 02c58f06c73c3207293265d464c09ab3f483b61d Mon Sep 17 00:00:00 2001 From: Ryan Beisner Date: Thu, 17 Nov 2016 15:09:04 -0600 Subject: [PATCH] Update readme Change-Id: Ie894b4c379ea6a7ee0946805d8b2f74360173dfb --- src/tests/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/tests/README.md diff --git a/src/tests/README.md b/src/tests/README.md new file mode 100644 index 0000000..046be7f --- /dev/null +++ b/src/tests/README.md @@ -0,0 +1,9 @@ +# 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](http://docs.openstack.org/developer/charm-guide/testing.html#functional-testing) +section of the OpenStack Charm Guide.