Add support for credential_type in tower_credential module (#3820)

* Add support for credential_type

* Finish up credential_type parameter with tests

* make inputs mutually exclusive with other params

* Test credential type with dict input
This commit is contained in:
Alan Rominger
2019-10-22 14:39:27 -04:00
committed by Ryan Petrello
parent ab6322a8f7
commit 70269d9a0d
5 changed files with 223 additions and 17 deletions

View File

@@ -34,7 +34,7 @@ in the `awx_collection_test_venv` folder so that `make test_collection` can
be ran to actually run the tests. A single test can be ran via:
```
make test_collection MODULE_TEST_DIRS=awx_collection/test/awx/test_organization.py
make test_collection COLLECTION_TEST_DIRS=awx_collection/test/awx/test_organization.py
```
## Building