Skip to content

Commit

Permalink
WIP: util: basic-platform-setup: add manual AMI tests
Browse files Browse the repository at this point in the history
We do not have keyword for AMI firmware yet, so some manual steps are
necessary.

Signed-off-by: Daniil Klimuk <[email protected]>
  • Loading branch information
DaniilKl committed Aug 6, 2024
1 parent cd34e29 commit db669a1
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions util/basic-platform-setup.robot
Original file line number Diff line number Diff line change
Expand Up @@ -126,18 +126,37 @@ BPS003.002 Sonoff Power Off
${result}= Wait For Serial Output timeout=10
Should Not Be True ${result} msg=Failed power off DUT via Sonoff

BPS004.001 Boot to OS - Ubuntu
[Documentation] This test verifies if platform can be booted to Ubunto and if correct credentials are set.
BPS004.001 Boot to OS - Dasharo, Ubuntu
[Documentation] This test verifies if platform with Dasharo firmware can
... be booted to Ubunto and if correct credentials are set.
Power On
Boot System Or From Connected Disk ubuntu
Login To Linux
Switch To Root User

BPS004.002 Boot to OS - Windows
[Documentation] This test verifies if platform can be booted to Windows, if SSH server is enabled and if correct credentials are set.
BPS004.002 Boot to OS - Dasharo, Windows
[Documentation] This test verifies if platform with Dasharo firmware can
... be booted to Windows, if SSH server is enabled and if correct
... credentials are set.
Power On
Login To Windows

BPS004.003 Boot to OS - AMI, Ubuntu
[Documentation] This test verifies if platform with AMI firmware can
... be booted to Ubuntu and if correct credentials are set.
Power On
Execute Manual Step Boot to Ubuntu
Login To Linux
Switch To Root User

BPS004.004 Boot to OS - AMI, Windows
[Documentation] This test verifies if platform with AMI firmware can be
... booted to Windows, if SSH server is enabled and if correct
... credentials are set.
Power On
Execute Manual Step Boot to Windows
Login To Windows

BPS005.001 External flashing
[Documentation] This test verifies if the flash die can be detected.
${rc}= Rte Flash Probe
Expand Down

0 comments on commit db669a1

Please sign in to comment.