summaryrefslogtreecommitdiff
path: root/test/integration/targets/tower_project/tasks/main.yml
Commit message (Collapse)AuthorAgeFilesLines
* Migrated to awx.awxAnsible Core Team2020-03-091-106/+0
|
* Fixing exception import for tower modules (#50447)jainnikhil302019-01-091-0/+28
| | | | | | | | | | * fixing the exception import from tower modules * Adding tests for checking tower modules are failing with correct msg * fixed failing tests * fixed failing test in tower_team
* Added organization in the scm_credential get (#49884)Andrea Tartaglia2018-12-191-0/+29
| | | | | | | | | | | | * Added organization in the scm_credential get * Fallback looking for cred in project org * Tests project with multi org credential * Fixed CI issue * Added changelog fragment
* Properly detect credentials for tower_projectDavid Moreau Simard2018-08-021-0/+7
| | | | | It seemed like it was mostly the wrong variables been looked at, making it so a git repository could not be created without a credential.
* test: manual tower projects don't require credsPierre-Louis Bonicoli2018-06-261-0/+15
|
* add some Tower module integration tests (and fix a bug or two) (#37421)Ryan Petrello2018-03-161-0/+27
* add additional test coverage for tower modules * add test coverage for the tower_credential module * add test coverage for the tower_user module * fix a bug in py3 for tower_credential when ssh_key_data is specified * add test coverage for tower_host, tower_label, and tower_project * add test coverage for tower_inventory and tower_job_template * add more test coverage for tower modules - tower_job_launch - tower_job_list - tower_job_wait - tower_job_cancel * add a check mode/version assertion for tower module integration tests * add test coverage for the tower_role module * add test coverage for the tower_group module * add more integration test edge cases for various tower modules * give the job_wait module more time before failing * randomize passwords in the tower_user and tower_group tests