Skip to content

Commit

Permalink
Merge pull request #10809 from rwx788/yast
Browse files Browse the repository at this point in the history
Add yaml schedule for the ssh-X test scenario
  • Loading branch information
Rodion I committed Aug 13, 2020
2 parents faea482 + b1ff09e commit 8b4297c
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions schedule/yast/ssh-x.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: ssh-X
description: >
Conduct an installation using ssh with X-Forwarding.
Might only be effective for zVM and powerVM
vars:
DESKTOP: textmode
PATTERNS: minimal,base
VIDEOMODE: ssh-x
schedule:
- installation/bootloader_start
- installation/welcome
- installation/accept_license
# Required on zVM
- '{{disk_activation}}'
- installation/scc_registration
- installation/addon_products_sle
- installation/system_role
- installation/partitioning
- installation/partitioning_finish
- installation/installer_timezone
- installation/user_settings
- installation/user_settings_root
- installation/select_patterns
- installation/installation_overview
- installation/disable_grub_timeout
- installation/start_install
- installation/await_install
- installation/logs_from_installation_system
- installation/reboot_after_installation
- boot/reconnect_mgmt_console
# Called on powerVM BACKEND
- '{{grub_test}}'
- installation/first_boot
conditional_schedule:
disk_activation:
BACKEND:
s390x:
- installation/disk_activation
grub_test:
BACKEND:
pvm_hmc:
- installation/grub_test

0 comments on commit 8b4297c

Please sign in to comment.