Skip to content

Commit

Permalink
Merge pull request #10228 from jknphy/move_yast2_lan_yast_group
Browse files Browse the repository at this point in the history
Move yast2 lan tests to YaST job group
  • Loading branch information
jknphy committed May 19, 2020
2 parents 5c8b4f7 + 87e5f53 commit a708a48
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 1 deletion.
1 change: 0 additions & 1 deletion schedule/functional/allpatterns.yaml
Expand Up @@ -42,7 +42,6 @@ schedule:
- console/zypper_lr
- console/zypper_ref
- console/ncurses
- console/yast2_lan
- console/curl_https
- console/salt
- console/glibc_sanity
Expand Down
43 changes: 43 additions & 0 deletions schedule/yast/yast2_ncurses_gnome.yaml
@@ -0,0 +1,43 @@
---
name: yast2_ncurses_gnome
description: >
Test for yast2 UI, ncurses only. Running on created gnome images
which provides both text console for ncurses UI tests as well as
the gnome environment for the GUI tests.
schedule:
- "{{pre_boot_to_desktop}}"
- boot/boot_to_desktop
- console/prepare_test_data
- console/consoletest_setup
- "{{yast_modules}}"
- console/coredump_collect
conditional_schedule:
pre_boot_to_desktop:
ARCH:
aarch64:
- boot/uefi_bootmenu
s390x:
- installation/bootloader_start
yast_modules:
ARCH:
x86_64:
- console/yast2_rmt
- console/yast2_ntpclient
- console/yast2_tftp
- console/yast2_proxy
- console/yast2_vnc
- console/yast2_nis
- console/yast2_http
- console/yast2_ftp
- console/yast2_apparmor
- console/yast2_lan
- console/yast2_lan_hostname
- console/yast2_dns_server
- console/yast2_nfs_client
- console/yast2_snapper_ncurses
aarch64:
- console/yast2_lan
ppc64le:
- console/yast2_lan
s390x:
- console/yast2_lan
17 changes: 17 additions & 0 deletions schedule/yast/yast2_ncurses_textmode.yaml
@@ -0,0 +1,17 @@
---
name: yast2_ncurses_textmode
description: >
Test for yast2 UI, ncurses only. Running on created textmode image.
schedule:
- "{{pre_boot_to_desktop}}"
- boot/boot_to_desktop
- console/prepare_test_data
- console/consoletest_setup
- console/yast2_lan
conditional_schedule:
pre_boot_to_desktop:
ARCH:
aarch64:
- boot/uefi_bootmenu
s390x:
- installation/bootloader_start

0 comments on commit a708a48

Please sign in to comment.