ibm_zos_core icon indicating copy to clipboard operation
ibm_zos_core copied to clipboard

[Enabler][Portability] [zos_copy] Ensure test suite portability by removing hard coded data.

Open fernandofloresg opened this issue 7 months ago • 0 comments

Is there an existing issue for this?

  • [X] There are no existing issues.

Enabler description

This issue is tracked by epic: [Epic][Portability] Ensure test suite execution portability & parallelism.

Issue:

In order to ensure test portability and parallel execution we need to remove data set names and user names that are hardcoded. In this test the following needs to be removed:

This section of code contains different hardcoded data set names that need to be removed and created on the fly. image

SYS1.SAMPLIB(IZUPRM00) is used to test bug #543 in GitHub, it basically needs a symbol in the LISTCAT output, this resides in a volume that accomplished that, will testing for a data set name with a special character be sufficient to test this scenario?

Research if we should keep “/etc/profile” as source in the tests or just create a file under “/tmp”.

Ansible module

zos_copy

fernandofloresg avatar Jul 12 '24 19:07 fernandofloresg