-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Enabler] [conftest.py] Hot fix for testing the collection in Ansible…
… 2.17.1 (#1772) * Hijacking ansible-pytest to pass env vars * Decorate environment computation function * Update python used in test * Add playbook env vars debugging * Fix typo * Add Python version to env vars * Fix Python version in test * Add changelog fragment * Update index used by test * Fix zos_copy test * Escape dataset name in command calling drm * Use shlex.quote only on dataset name * Escape $ on dataset name * Fix dataset name escape * Fix escaping issues in tests --------- Co-authored-by: Fernando Flores <[email protected]>
- Loading branch information
1 parent
a483fec
commit eca2257
Showing
9 changed files
with
58 additions
and
31 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
trivial: | ||
- tests/conftest.py - The testing suite could not load environment | ||
variables when executing modules. Fix now correctly passes all | ||
environment variables to the tests. | ||
(https://github.com/ansible-collections/ibm_zos_core/pull/1772). |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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