1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Add a few lines about testing (#5662)

This commit is contained in:
Monty Taylor 2016-11-18 08:51:28 -06:00 committed by Matt Clay
parent 52698596bc
commit 509846e6d6

View file

@ -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.