Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/cfg/openqa_elemental_16.0_jobgroup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

.common_settings: &common_settings
CONSOLE: ttyS0
CONTAINER_RUNTIMES: podman
K8S: rke2
KERNEL_CMD_LINE: 'console=%CONSOLE% testframework=openqa net.ifnames=0'
TEST_PASSWORD: Elemental@R00t
Expand All @@ -31,7 +32,6 @@

.common_microos_boot_settings: &common_microos_boot_settings
BOOTFROM: disk
CONTAINER_RUNTIMES: podman
DESKTOP: textmode
EXCLUDE_MODULES: suseconnect_scc
HDD_1: 'SL-Micro.%ARCH%-6.2-Default-Updated.qcow2'
Expand Down
2 changes: 1 addition & 1 deletion tests/cfg/openqa_elemental_main_jobgroup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

.common_settings: &common_settings
CONSOLE: ttyS0
CONTAINER_RUNTIMES: podman
K8S: rke2
KERNEL_CMD_LINE: 'console=%CONSOLE% testframework=openqa net.ifnames=0'
TEST_PASSWORD: Elemental@R00t
Expand All @@ -31,7 +32,6 @@

.common_microos_boot_settings: &common_microos_boot_settings
BOOTFROM: disk
CONTAINER_RUNTIMES: podman
DESKTOP: textmode
EXCLUDE_MODULES: suseconnect_scc
HDD_1: 'SL-Micro.%ARCH%-6.2-Default-Updated.qcow2'
Expand Down