summaryrefslogtreecommitdiffstats
path: root/awx_collection/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* let an organization admin to add new users to it's tower organizationIvan Aragonés Muniesa2022-02-091-0/+170
|
* add execution adminitrator to role moduleSean Sullivan2022-02-081-0/+15
|
* Merge pull request #11380 from sean-m-sullivan/new_nameShane McDonald2022-01-107-24/+119
|\ | | | | add new name to multiple modules
| * add new name to multiple modulessean-m-ssullivan2022-01-067-24/+119
| |
* | add better error and documentation on labelssean-m-sullivan2022-01-062-0/+38
|/
* update to allow use of id for unified job templatesean-m-ssullivan2021-10-121-5/+5
|
* add ability to lookup unified job template by orgsean-m-ssullivan2021-09-272-1/+113
|
* add credentials option to schedulessean-m-ssullivan2021-09-161-80/+176
|
* Update README with recent Collections changesbeeankha2021-08-181-1/+1
|
* Update integration test playbooks to work with most current Collections modulesbeeankha2021-08-179-65/+83
|
* Remove Collections module parameters deprecated in Controller 4.0.0beeankha2021-08-033-284/+136
|
* Merge pull request #10108 from saito-hideki/issue/10057Shane McDonald2021-07-231-0/+18
|\ | | | | Fix to handle ask_* parameters correctly when set false
| * Fix to handle parameters with Boolean values correctlyHideki Saito2021-07-011-0/+18
| | | | | | | | | | | | * Addresses the issue #10057 Signed-off-by: Hideki Saito <saito@fgrep.org>
* | Default source_project for inventory source to organizationtpage2021-07-071-0/+8
|/ | | | Signed-off-by: tpage <tpage@redhat.com>
* Add test playbook for EE collections modulebeeankha2021-06-261-0/+47
|
* controller_token, alias tower_tokenSeth Foster2021-06-221-8/+8
|
* Remove insights_credential from inventoryBill Nottingham2021-06-221-2/+0
|
* various sanity fixesSeth Foster2021-06-081-4/+4
|
* fixed ansible-test sanity import tests; removed sanity-ignore filesSarabraj Singh2021-06-083-27/+0
|
* removed un-reference-able python modules from ignore-2.9.txtSarabraj Singh2021-06-081-7/+1
|
* actually make use of option aliasesSeth Foster2021-06-081-9/+9
|
* auth_plugin env alternativeSeth Foster2021-06-082-15/+15
|
* tower_username to controller_username, etcSeth Foster2021-06-084-20/+20
|
* Added env variable CONTROLLER_HOST, et al. Add awx.awx namespace to the ↵Seth Foster2021-06-082-2/+2
| | | | runtime.yml redirects, and added templating task to change to ansible.controller
* mostly includes renaming non-syntax references to towerSeth Foster2021-06-0834-160/+160
|
* controller_meta, templatingSeth Foster2021-06-084-18/+18
|
* more rename, mostly in testSeth Foster2021-06-0826-200/+200
|
* regex replace tower_*: to ''Seth Foster2021-06-0833-251/+251
|
* pycharm refactor rename files and class, linux rename tower_ controller_Seth Foster2021-06-0839-0/+0
|
* Update ad hoc command cancel testbeeankha2021-05-171-1/+2
|
* Fix failing integration test playbooksbeeankha2021-05-171-0/+1
|
* Remove source_script from tower_inventory_source integration testHideki Saito2021-05-141-2/+1
| | | | | | * Fixes #10104 Signed-off-by: Hideki Saito <saito@fgrep.org>
* Merge pull request #10077 from sean-m-sullivan/job_launch_tagssoftwarefactory-project-zuul[bot]2021-05-041-0/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix tower_job_launch tags being passed to API SUMMARY #10008 Fix tower_job_launch tags being passed to API Previously the wrong field was being used on the api to pass tags, also while the module accepts lists, the API does not, so it would error. Take a users list, and converts to comma separated string, in order to maintain status quo. ISSUE TYPE Bugfix Pull Request COMPONENT NAME awx_collection AWX VERSION 19.1.0 Reviewed-by: Bianca Henderson <beeankha@gmail.com> Reviewed-by: Rebeccah Hunter <rhunter@redhat.com> Reviewed-by: Alan Rominger <arominge@redhat.com>
| * fix job launch inputssean-m-ssullivan2021-05-021-0/+6
| |
* | add search label by orgsean-m-ssullivan2021-04-292-4/+41
|/
* update tests and survey change statussean-m-ssullivan2021-04-281-0/+118
|
* project update fixsean-m-ssullivan2021-04-261-242/+238
|
* Merge pull request #9896 from sean-m-sullivan/approval_nodesoftwarefactory-project-zuul[bot]2021-04-251-143/+234
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add workflow approval and node wait modules SUMMARY Please see #9878 this is a clean PR after redoing my fork. Add a module to find a workflow approval node and approve or deny it, based on Issue #8013. Add a module to wait for a specific workflow node to complete and return information on it. Both of these are based on tests I have been creating for testing workflows. Scenario Launch workflow Wait for A node in the workflow to finish, compare output to expected output. If it matches, approve the approval node, otherwise deny the approval node. Workflow completes. Even used in concert I've added the wait feature to both of these so a user can wait on either to appear. This does require a workflow to use unique names on the job nodes they are waiting on, As the job # is created on the fly, it would be difficult for user to specify, A future update could explore searching for a specific identifier among a workflow template and then finding that job created by that identifier. Currently without the modules this depends on generous use of the uri module, with until and retry coupled together. ISSUE TYPE Feature Pull Request COMPONENT NAME awx-collection AWX VERSION 19.0.0 Reviewed-by: Bianca Henderson <beeankha@gmail.com>
| * fix completenesssean-m-ssullivan2021-04-231-143/+234
| |
* | add tower workflow schema updatesean-m-ssullivan2021-04-221-0/+145
|/
* update test logicsean-m-ssullivan2021-04-061-10/+11
|
* add instance groupssean-m-ssullivan2021-04-033-2/+63
|
* add test logicsean-m-ssullivan2021-03-301-0/+1
|
* Update unit test to pull in product names that are no longer hardcodedbeeankha2021-03-261-1/+1
|
* Update manual project Collection integration test to be compatible with EEsbeeankha2021-03-261-19/+28
|
* Remove/modify usage of tower-cli in Collections testsbeeankha2021-03-261-15/+3
|
* remove unnecessary references to bwrap, bubblewrap, and prootRyan Petrello2021-03-252-16/+16
|
* fix busted pep8 collection testsRyan Petrello2021-03-243-0/+3
| | | | see: https://github.com/psf/black/issues/1841
* Merge branch 'devel' into copy_awx_collectionSean Sullivan2021-03-121-2/+9
|\
| * fix tower collection integration test race conditionNikhil Jain2021-03-121-0/+12
| |