def test_valid_seq_data_input_single_src(ansible_zos_module): hosts = ansible_zos_module run_validate_success.process_single_src(hosts, DESTINATION, SYSLIB, src=SOURCE, replace=True, location='DATA_SET', dbd_name='SEQ1')
def test_valid_large_uss_file_input_single_src(ansible_zos_module): hosts = ansible_zos_module hosts.all.copy( src='./functional/modules/ims_dbd_gen/uss_file/data/WMGAT.dbd', dest=LARGE_SOURCE, checksum='76087228113a2bd209d2e48628fc576ab7d131e4') run_validate_success.process_single_src(hosts, DESTINATION, SYSLIB, src=LARGE_SOURCE, replace=True, location='USS')
def test_valid_uss_file_input_single_src(ansible_zos_module): hosts = ansible_zos_module hosts.all.copy( src='./functional/modules/ims_dbd_gen/uss_file/data/dbdgen02', dest=SOURCE, checksum='5dd4785e9f4a7d4c4bc36e15ce3b58223113a680') run_validate_success.process_single_src(hosts, DESTINATION, SYSLIB, src=SOURCE, replace=True, location='USS')
def test_valid_seq_data_input_single_src(ansible_zos_module): # Here we pass valid seq data set as input source to expect successful generation of dbdlib hosts = ansible_zos_module run_validate_success.process_single_src(hosts, DESTINATION, SYSLIB, src=SOURCE, replace=True, location='DATA_SET', dbd_name='SEQ1')
def test_valid_large_uss_file_input_single_src(ansible_zos_module): hosts = ansible_zos_module hosts.all.copy(src='./functional/modules/ims_psb_gen/uss_file/data/PWMGAT.psb', dest=LARGE_SOURCE, checksum='0b335c7b949129115a7cc282f395bccec6675f7f') run_validate_success.process_single_src(hosts, DESTINATION, SYSLIB, src=LARGE_SOURCE, replace=True, location='USS')
def test_valid_uss_file_input_single_src(ansible_zos_module): hosts = ansible_zos_module hosts.all.copy(src='./functional/modules/ims_psb_gen/uss_file/data/psbgen01', dest=SOURCE, checksum='58715368daf0bcfddb5947900423702aad30fc51') run_validate_success.process_single_src(hosts, DESTINATION, SYSLIB, src=SOURCE, replace=True, location='USS')