Add hints about charm testing in the documentation
Change-Id: I83c4994ea82283bc0808a647d5f89f62a16aa549
diff --git a/README.md b/README.md
index c1f53a9..285de5e 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,11 @@
Options with a blank 'default' field are mandatory and have to be
provided by an administrator.
+# Testing
+
+Information about how the charm is tested can be found in the
+CONTRIBUTING.md and tests/README.md files.
+
# Contributing
See CONTRIBUTING.md for how you can submit changes to this project.
\ No newline at end of file
diff --git a/tests/README.md b/tests/README.md
index d81ed2d..4a46671 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -1,20 +1,20 @@
# Overview
-This directory provides Zaza test definitions and bundles 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.
+This directory provides Zaza test definitions and bundles 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.
-Run the smoke tests with:
+The Zaza tests for this charm require an OpenStack + StorPool cluster
+iSCSI connection setup. This setup is usually not available on developer
+machines. StorPool runs the Zaza tests on its [in-house Software
+Factory](https://spfactory.storpool.com).Zaza tests are [mapped to Zuul
+jobs](https://spfactory.storpool.com/r/plugins/gitiles/config/+/refs/heads/master/zuul.d/charm-cinder-storpool-iscsi.yaml).
+Each Zaza bundle has a separate job for better visibility.
-```bash
-cd ../
-tox -e build
-tox -e func-smoke
-```
-
-For full details on functional testing of OpenStack charms please refer to
-the [functional testing](https://docs.openstack.org/charm-guide/latest/reference/testing.html#functional-testing)
+For full details on functional testing of OpenStack charms please refer
+to the [functional
+testing](https://docs.openstack.org/charm-guide/latest/reference/testing.html#functional-testing)
section of the OpenStack Charm Guide.
# Bundle Sets
@@ -39,3 +39,8 @@
| rabbitmq-server | */edge | 3.9/edge |
| OpenStack Base Charms (e.g., cinder, keystone) | ussuri/stable | latest/stable |
| OpenStack Base Charms (e.g., cinder, keystone) | wallaby/stable | latest/stable |
+
+## Current Budles
+
+The currently supported bundles are listed in `tests/tests.yaml`. The
+bundle names there map to YAML files in `tests/bundles`.
\ No newline at end of file