Update manual project Collection integration test to be compatible with EEs

This commit is contained in:
beeankha
2021-03-26 15:35:52 -04:00
parent 81024f8dfe
commit f38c9e7478
3 changed files with 30 additions and 21 deletions

View File

@@ -127,7 +127,7 @@ py.test awx_collection/test/awx/
## Running Integration Tests
The integration tests require a virtualenv with `ansible` >= 2.9 and `tower_cli`.
The integration tests require a virtualenv with `ansible` >= 2.9 and `awxkit`.
The collection must first be installed, which can be done using `make install_collection`.
You also need a configuration file, as described in the running section.