Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enabler] Remove zos_fetch dependency from zos_copy test cases to aid in ZOAU 1.3 migration #1147

Closed
Tracked by #931
ddimatos opened this issue Dec 28, 2023 · 0 comments · Fixed by #1184
Closed
Tracked by #931
Assignees
Labels
Enabler Enabler task In Plan Issue has been accepted put into a planned release

Comments

@ddimatos
Copy link
Collaborator

ddimatos commented Dec 28, 2023

Ansible module functional test case

test_zos_copy_func.py

Enabler description

Module zos_fetch is used in the identified test case test_zos_copy_func.py that results in several behaviors that this issue will change:

  • It will remove the need to run this test suite for every zos_fetch change, which is detected by our dependency finder.
  • It will reduce the test case module dependency to ease the current migration and future ones.

See the following is a sample code:

fetch_result = hosts.all.zos_fetch(src=src_lib, dest=tmp_folder.name, is_binary=True)
@ddimatos ddimatos added the Enabler Enabler task label Dec 28, 2023
@ddimatos ddimatos added this to the [Q1] [2024] Enablers milestone Dec 29, 2023
@ddimatos ddimatos assigned rexemin and unassigned IBMAnsibleHelper Jan 2, 2024
@ddimatos ddimatos added the In Plan Issue has been accepted put into a planned release label Jan 3, 2024
@rexemin rexemin moved this from 📗In plan to 👀 Reviewing in IBM Ansible z/OS Core Collection Jan 22, 2024
@rexemin rexemin moved this from 👀 Reviewing to 🏗 In progress in IBM Ansible z/OS Core Collection Jan 24, 2024
@rexemin rexemin moved this from 🏗 In progress to 🔍 Validation in IBM Ansible z/OS Core Collection Jan 26, 2024
@fernandofloresg fernandofloresg moved this from 🔍 Validation to ✅ Done in IBM Ansible z/OS Core Collection Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enabler Enabler task In Plan Issue has been accepted put into a planned release
Projects
Development

Successfully merging a pull request may close this issue.

3 participants