ibm_zos_core
ibm_zos_core copied to clipboard
[Enabler][Portability] [zos_find] Ensure test suite portability by removing hard coded data.
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:
There is one test that looks for a data set older than 2 days of age patterns=['IMSTESTL.IMS01.RESTART', 'IMSTESTL.IMS01.LGMSGL'], uses IMSTESTL, I think this could be replaced for a system data set SYS1.something…
Many data set names are hardcoded, that is no a big problem because they get created and deleted each time the test runs, but those don’t have the ANSIBLE HLQ used across the suite, I recommend updating them.
Ansible module
zos_find