Commit Graph

70 Commits

Author SHA1 Message Date
John Westcott IV 7f66f084f1 Restructuring modules so that lookup don't happen if deleting 2020-04-27 14:11:23 -04:00
Caleb Boylan 5eea4e8881 Remove tower_receive and tower_send tests 2020-04-21 13:46:13 -07:00
Caleb Boylan f8a23f20aa Collection: Assert tower_project job is successful 2020-04-21 10:14:08 -07:00
Caleb Boylan 1e24d8b5fa Collection: Add integration tests for project scm_allow_override 2020-04-21 09:58:39 -07:00
Francois Herbert 68a0bbe125 Support adding/removing notifications to job_templates 2020-04-20 13:02:41 +12:00
Caleb Boylan b19360ac9b Collection: Ignore some sanity errors in ansible 2.9 2020-04-17 09:32:54 -07:00
beeankha 8926f635df Mark send, receive, and workflow_job_template modules as deprecated
Add routing.yml file to mark modules for deprecation and pass sanity tests

Ignore sanity tests for deprecated modules
2020-04-16 11:25:38 -04:00
beeankha 4acdf8584b Update workflow_launch module and test playbook 2020-04-09 15:12:49 -04:00
beeankha cf607691ac Pass data and errors more clearly, change extra_vars to be a dict, update test playbook to have a task utilizing extra_vars 2020-04-09 12:40:13 -04:00
beeankha d7adcfb119 Revert unnecessary changes made to test playbook during rebase 2020-04-09 12:38:06 -04:00
beeankha 97d26728e4 Fix one more linter issue 2020-04-09 12:38:06 -04:00
John Westcott IV 6403895eae Puting tasks back to natural order 2020-04-09 12:38:06 -04:00
beeankha 8b26ff1fe6 Fix linter errors 2020-04-09 12:38:06 -04:00
beeankha 9ddd020348 Fix sanity tests and edit test playbook 2020-04-09 12:38:06 -04:00
John Westcott IV a2d1c32da3 Initial commit of tests for tower_workflow_launch 2020-04-09 12:38:06 -04:00
softwarefactory-project-zuul[bot] 0b433ebb1c Merge pull request #6609 from beeankha/wfjt_module_inventory_fix
Resolve Name to ID Properly in WFJT Module

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-06 23:42:34 +00:00
beeankha e346493921 Add inventory param to the wfjt module test playbook 2020-04-06 15:21:57 -04:00
beeankha b0f68d97da Update comment in test playbook: 2020-04-06 12:38:46 -04:00
John Westcott IV c1bb62cc36 Removing recursive check, allowwing old pattern to commence 2020-04-06 10:11:18 -04:00
beeankha f5cf7c204f Update unit test, edit credential module to pass sanity tests 2020-04-06 10:11:18 -04:00
John Westcott IV 8b881d195d Change lookup to include organization 2020-04-06 10:11:18 -04:00
John Westcott IV fd24918ba8 Initial conversion of tower_credential 2020-04-06 10:11:18 -04:00
AlanCoding e99500cf16 Mark test as xfail, move to unit testing 2020-04-02 14:48:33 -04:00
beeankha 5d68f796aa Rebase + fix typos 2020-04-02 09:21:33 -04:00
John Westcott IV 32783f7aaf Fixing linting errors 2020-04-02 09:14:50 -04:00
John Westcott IV 8699a8fbc2 Resolving comments on PR
Made notification type optional

Fixed examples to use notification_configuration

Fixed defaults for headers to prevent deprication warning

Removed default on messages
2020-04-02 09:14:49 -04:00
John Westcott IV eb4db4ed43 Adding field change to readme and example and test of custom messages 2020-04-02 09:14:49 -04:00
John Westcott IV 649aafb454 Initial conversion of tower_notification 2020-04-02 09:14:49 -04:00
softwarefactory-project-zuul[bot] d64b898390 Merge pull request #6491 from john-westcott-iv/second_tower_job_template_update
Second attempt at converting tower_job_template

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-01 14:09:22 +00:00
beeankha bb184f8ffb Update booleans to pass linter 2020-04-01 08:58:28 -04:00
Caleb Boylan 04ccff0e3f Collection: add tower_group child group tests 2020-03-31 09:43:53 -07:00
John Westcott IV db38339179 Second attempt at converting tower_job_template 2020-03-30 23:35:11 -04:00
beeankha 6d6322ae4d Update integration tests, update tower_wait module 2020-03-27 15:05:23 -04:00
John Westcott IV 914ea54925 Make module prefer interval (if set) over min/max
Fix linting issues for True vs true

Fix up unit test related errors
2020-03-27 15:05:23 -04:00
John Westcott IV b9b62e3771 Removing assert that job is pending on job launch 2020-03-27 15:05:23 -04:00
John Westcott IV e03911d378 Depricate min and max interval in favor of interval 2020-03-27 15:05:23 -04:00
John Westcott IV f6bfdef34d Removed old secho comment from Tower-CLI
Fixed job name for tests
2020-03-27 15:05:23 -04:00
John Westcott IV 7494ba7b9c Initial cut at tower_job_wait conversion 2020-03-27 15:05:23 -04:00
AlanCoding 8ba4388014 Rewrite tests to use the new modules 2020-03-23 22:47:30 -04:00
AlanCoding f3e8623a21 Move workflow test target 2020-03-23 22:34:11 -04:00
softwarefactory-project-zuul[bot] 31fabad3e5 Merge pull request #6370 from AlanCoding/convert_tower_role
Initial conversion of tower_role

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-23 18:34:32 +00:00
AlanCoding 49356236ac Add coverage from issue resolved with tower_role conversion 2020-03-22 13:43:39 -04:00
AlanCoding 4ea1101477 update test assertion 2020-03-20 23:49:15 -04:00
Caleb Boylan 1bd74a96d6 Collection: Fix some tests that broke during the random name update 2020-03-19 09:40:48 -07:00
softwarefactory-project-zuul[bot] d0a3c5a42b Merge pull request #6323 from AlanCoding/rm_verify_ssl_test
Replace verify_ssl test that did not work right

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-18 19:33:24 +00:00
softwarefactory-project-zuul[bot] e9a48cceba Merge pull request #6319 from squidboylan/collection_test_refactor
Collection test refactor

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-18 14:53:04 +00:00
Caleb Boylan a03d74d828 Collection: Use random names when we create objects in our tests 2020-03-18 07:02:14 -07:00
AlanCoding ca3cf244fd Replace verify_ssl test that did not work right 2020-03-17 21:43:30 -04:00
AlanCoding d9932eaf6a Add integration test 2020-03-17 19:37:30 -04:00
softwarefactory-project-zuul[bot] 47ff56c411 Merge pull request #6297 from squidboylan/collection_tests
Collection tests

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-16 20:07:13 +00:00