Skip to content

Commit

Permalink
Add yaml schedule for the ssh-X test scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodion Iafarov committed Aug 12, 2020
1 parent d7470c2 commit aeca21b
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions schedule/yast/ssh-x.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
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_filesystem
- 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 aeca21b

Please sign in to comment.