action #126857
Updated by JERiveraMoya almost 2 years ago
#### Motivation The test steps are described here: as following: https://github.com/openSUSE/agama/blob/master/autoinstallation/README.md 1. Boot with ALP iso (ex: https://download.opensuse.org/repositories/SUSE:/ALP:/Products:/Installer:/0.8/images/iso/d-installer-live.x86_64-ALP.iso), choose product 2. click on up-right to enter options 3. Click diagnostic tools and open terminal 4. In the cockpit console, run following cmds: Ex: ```/usr/bin/dinstaller config set software.product=ALP-Micro sleep 10 /usr/bin/dinstaller config set user.userName=joe user.password=doe /usr/bin/dinstaller install``` 5. Wait all packages downloaded, start installation #### Acceptance criteria **AC1**: Automate the auto-installation on ALP for ALP Bedrock with Agama #### Additional information Focus on .sh format for this first iteration. We will need to cover three format in our test coverage in follow-up tickets. Here are steps provided by developers: See documentation https://github.com/openSUSE/agama/blob/master/autoinstallation/scripts/auto.sh https://github.com/yast/agama/pull/495/files and the script with all the formats for auto-installation: https://github.com/openSUSE/agama/blob/master/autoinstallation/scripts/auto.sh We will need to create a new job group for D-Installer in Development in O3. Reboot should be done via command line, do not create needles for unattended installation, for any interaction with the UI we will use a proper test framework in the future (ie playwright).