forked from os-autoinst/os-autoinst-distri-opensuse
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request os-autoinst#18583 from alvarocarvajald/sap-ase
Add installation and smoke test for SAP ASE
- Loading branch information
Showing
4 changed files
with
342 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: test_ase | ||
description: > | ||
SAP ASE smoke test for SLES for SAP. | ||
This will install SAP ASE in SUT, and then perform some small tests to confirm | ||
ASE is running after installation. | ||
It does not test for automatic startup after a boot, nor covers SAP ASE HA scenarios. | ||
Requires installation media and response file as openQA assets. | ||
vars: | ||
BOOTFROM: c | ||
BOOT_HDD_IMAGE: '1' | ||
HDD_SCC_REGISTERED: '1' | ||
# Below have to be entered in the OpenQA UI because it doesn't read this YAML | ||
# HDD_1: SLE-%VERSION%-%ARCH%-Build%BUILD%-sles4sap-%DESKTOP%.qcow2 | ||
schedule: | ||
- boot/boot_to_desktop | ||
- console/system_prepare | ||
- sles4sap/patterns | ||
- sles4sap/ase_install | ||
- sles4sap/ase_test |
Oops, something went wrong.