Replace blivet tests with custom GUI tests #51

Merged
akatch merged 15 commits from issue_9 into develop 2021-10-26 15:56:01 +00:00
Showing only changes of commit 39afe44e3f - Show all commits

View File

@ -120,7 +120,7 @@
"TEST_TARGET": "ISO" "TEST_TARGET": "ISO"
}, },
"version": "*" "version": "*"
}, },
"rocky-package-set-x86_64-*": { "rocky-package-set-x86_64-*": {
"arch": "x86_64", "arch": "x86_64",
"distri": "rocky", "distri": "rocky",
@ -138,7 +138,7 @@
"TEST_TARGET": "ISO" "TEST_TARGET": "ISO"
}, },
"version": "*" "version": "*"
}, },
"rocky-universal-x86_64-*": { "rocky-universal-x86_64-*": {
"arch": "x86_64", "arch": "x86_64",
"distri": "rocky", "distri": "rocky",
@ -185,7 +185,7 @@
"rocky-package-set-aarch64-*-aarch64": { "rocky-package-set-aarch64-*-aarch64": {
"machine": "aarch64", "machine": "aarch64",
"product": "rocky-package-set-aarch64-*" "product": "rocky-package-set-aarch64-*"
}, },
"rocky-package-set-x86_64-*-64bit": { "rocky-package-set-x86_64-*-64bit": {
"machine": "64bit", "machine": "64bit",
"product": "rocky-package-set-x86_64-*" "product": "rocky-package-set-x86_64-*"
@ -197,7 +197,7 @@
"rocky-universal-aarch64-*-aarch64": { "rocky-universal-aarch64-*-aarch64": {
"machine": "aarch64", "machine": "aarch64",
"product": "rocky-universal-aarch64-*" "product": "rocky-universal-aarch64-*"
}, },
"rocky-universal-x86_64-*-64bit": { "rocky-universal-x86_64-*-64bit": {
"machine": "64bit", "machine": "64bit",
"product": "rocky-universal-x86_64-*" "product": "rocky-universal-x86_64-*"
@ -425,18 +425,6 @@
"ROOT_PASSWORD": "weakpassword" "ROOT_PASSWORD": "weakpassword"
} }
}, },
"install_blivet_with_swap": {
"profiles": {
"rocky-universal-aarch64-*-aarch64": 50,
"rocky-universal-x86_64-*-64bit": 50,
"rocky-universal-x86_64-*-uefi": 51
},
"settings": {
"PARTITIONING": "custom_blivet_with_swap",
"POSTINSTALL": "disk_custom_with_swap_postinstall",
"ROOT_PASSWORD": "weakpassword"
}
},
"install_blivet_software_raid": { "install_blivet_software_raid": {
"profiles": { "profiles": {
"rocky-universal-aarch64-*-aarch64": 40, "rocky-universal-aarch64-*-aarch64": 40,