Fix up ansible-test sanity checks due to ansible 2.17 release#15208
Merged
Conversation
805e06e to
37e91f9
Compare
37e91f9 to
1d4769e
Compare
gundalow
previously requested changes
May 21, 2024
AlanCoding
reviewed
May 21, 2024
``` fixture 'credentialtype_ssh' not found ```
example failure
```
<testhost> EXEC /bin/sh -c '/usr/bin/python3 && sleep 0'
fatal: [testhost]: FAILED! => {
"changed": false,
"invocation": {
"module_args": {
"become_enabled": null,
"controller_config_file": null,
"controller_host": null,
"controller_oauthtoken": null,
"controller_password": null,
"controller_username": null,
"credential": "AWX-Collection-tests-ad_hoc_command-ssh-cred-ThLYQcDoJvqKDIzL",
"diff_mode": null,
"execution_environment": null,
"extra_vars": {
"var1": "test var"
},
"forks": null,
"interval": 2.0,
"inventory": "Demo Inventory",
"job_type": null,
"limit": null,
"module_args": null,
"module_name": "ping",
"request_timeout": null,
"timeout": null,
"validate_certs": null,
"verbosity": null,
"wait": true
}
},
"msg": "Failed to launch command, see response for details",
"response": {
"json": {
"extra_vars": [
"Not a valid string."
]
},
"status_code": 400
}
}
```
Signed-off-by: Seth Foster <fosterbseth@gmail.com>
Member
|
closing and reopen to trigger CI... github action runners seems to be struggling today? |
TheRealHaoLiu
approved these changes
May 21, 2024
thedoubl3j
approved these changes
May 21, 2024
djyasin
pushed a commit
to djyasin/awx
that referenced
this pull request
Sep 16, 2024
…e#15208) * Fix up ansible sanity checks * Fix awx-collection test failure * Add ignore for ansible-test 2.17 --------- Signed-off-by: Seth Foster <fosterbseth@gmail.com> Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>
djyasin
pushed a commit
to djyasin/awx
that referenced
this pull request
Nov 11, 2024
…e#15208) * Fix up ansible sanity checks * Fix awx-collection test failure * Add ignore for ansible-test 2.17 --------- Signed-off-by: Seth Foster <fosterbseth@gmail.com> Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>
djyasin
pushed a commit
to djyasin/awx
that referenced
this pull request
Jul 22, 2025
* Fix up ansible-test sanity checks due to ansible 2.17 release (ansible#15208) * Fix up ansible sanity checks * Fix awx-collection test failure * Add ignore for ansible-test 2.17 --------- Signed-off-by: Seth Foster <fosterbseth@gmail.com> Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com> * Fix 'black' linting issue * Update conftest.py --------- Signed-off-by: Seth Foster <fosterbseth@gmail.com> Co-authored-by: Seth Foster <fosterseth@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SUMMARY
Address the following ansible sanity errors
ISSUE TYPE
COMPONENT NAME
AWX VERSION