Actions
action #181295
opencoordination #169654: [epic] Create test scenarios for Agama
Move s390x zVM setting inside bootloader code
Status:
Workable
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
2025-04-23
Due date:
% Done:
0%
Estimated time:
Description
Motivation¶
Now in agama job groups, we set the s390x zVM settings inside yaml file, we should remove these setting from yaml file and set them in bootloader_s390x.pm to make test simple and clear.
.extrabootparams_s390x_zvm: &extrabootparams_s390x_zvm
EXTRABOOTPARAMS: 'cio_ignore=all,!condev,!0.0.0150 rd.zdev=dasd,0.0.0150 hvc_iucv=8 live.password=nots3cr3t inst.register_url=%SCC_URL%'
.extrabootparams_s390x_zvm_zfcp: &extrabootparams_s390x_zvm_zfcp
EXTRABOOTPARAMS: 'cio_ignore=all,!condev,!0.0.0150 hvc_iucv=8 live.password=nots3cr3t inst.register_url=%SCC_URL%'
#.extrabootparams_s390x_zvm_unattended: &extrabootparams_s390x_zvm_unattended
# EXTRABOOTPARAMS: 'cio_ignore=all,!condev,!0.0.0150 rd.zdev=dasd,0.0.0150 hvc_iucv=8 live.password=nots3cr3t inst.register_url=%SCC_URL% inst.finish=stop'
.extrabootparams_s390x_zvm_no_registration: &extrabootparams_s390x_zvm_no_registration
EXTRABOOTPARAMS: 'cio_ignore=all,!condev,!0.0.0150 rd.zdev=dasd,0.0.0150 hvc_iucv=8 live.password=nots3cr3t'
.extrabootparams_s390x_zvm_zfcp_no_registration: &extrabootparams_s390x_zvm_zfcp_no_registration
EXTRABOOTPARAMS: 'cio_ignore=all,!condev,!0.0.0150 hvc_iucv=8 live.password=nots3cr3t'
Acceptance criteria¶
- AC1: Update bootloader_s390x.pm to add s390x zVM setting for agama test.
Updated by JERiveraMoya 5 days ago
- Tags set to qe-yam-apr-sprint-fy25
- Description updated (diff)
- Status changed from New to Workable
- Parent task set to #169654
Actions