From 509846e6d69ff88572b238b7a449285e52b0e235 Mon Sep 17 00:00:00 2001
From: Monty Taylor <mordred@redhat.com>
Date: Fri, 18 Nov 2016 08:51:28 -0600
Subject: [PATCH] Add a few lines about testing (#5662)

---
 lib/ansible/modules/cloud/openstack/README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/lib/ansible/modules/cloud/openstack/README.md b/lib/ansible/modules/cloud/openstack/README.md
index 4a872b11954..36cdcd383fe 100644
--- a/lib/ansible/modules/cloud/openstack/README.md
+++ b/lib/ansible/modules/cloud/openstack/README.md
@@ -54,3 +54,11 @@ Libraries
   users as a primary audience, they are for intra-server communication. The
   python-openstacksdk is the future there, and shade will migrate to it when
   its ready in a manner that is not noticable to ansible users.
+
+Testing
+-------
+
+* Integration testing is currently done in OpenStack's CI system in
+  http://git.openstack.org/cgit/openstack-infra/shade/tree/shade/tests/ansible
+* Testing in shade produces an obvious chicken-and-egg scenario. Work is under
+  way to trigger from and report on PRs directly.