Dasharo compatibility: SATA hot plug
Test cases common documentation
Test setup
- Proceed with the Generic test setup: firmware.
- Proceed with the Generic test setup: OS installer.
- Proceed with the Generic test setup: OS installation.
- Proceed with the Generic test setup: OS boot from disk.
SHT001.001 SATA hot plug (firmware)
Test description
This test aims to verify that the disk connected to the SATA port could be detected after hot-plug.
Test configuration data
FIRMWARE
= Dasharo
Test setup
- Proceed with the Test cases common documentation section.
- Any operating system should be installed on the SATA disk.
Test steps
- Power on the DUT.
- Hold the
BOOT_MENU_KEY
to enter the UEFI Boot Menu. - Select the
UEFI Shell
option using the arrow keys and pressEnter
. -
Execute the following command in the shell:
map -t hd
-
Note the results.
- Connect the disk to the SATA port.
-
Execute the following command in the shell:
map -t hd -r
Expected result
- The output of the first command should contain mapping table for all hard disks connected to the device.
- The output of the second command should contain refreshed mapping table for all hard disks connected to the device.
- The refreshed list should contain additional item - mounted SATA disk.
SHT001.002 SATA hot plug (Ubuntu)
Test description
This test aims to verify that the disk connected to the SATA port could be detected after hot-plug.
Test configuration data
FIRMWARE
= DasharoOPERATING_SYSTEM
= Ubuntu
Test setup
- Proceed with the Test cases common documentation section.
Test steps
- Power on the DUT.
- Boot into the system.
- Log into the system by using the proper login and password.
- Connect the disk to the SATA port.
-
Check that the connected disk is detected by running the following command:
sudo parted -l
-
Note the results.
Expected result
The SATA disk should be detected in OS, example output:
(...)
Model: ATA SSDPR-CL100-240- (scsi)
Disk /dev/sda: 240GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
2 538MB 240GB 240GB ext4
(...)
SHT001.003 SATA hot plug (Windows)
Test description
This test aims to verify that the disk connected to the SATA port could be detected after hot-plug.
Test configuration data
FIRMWARE
= DasharoOPERATING_SYSTEM
= Windows
Test setup
- Proceed with the Test cases common documentation section.
Test steps
- Power on the DUT.
- Boot into the system.
- Log into the system by using the proper login and password.
- Connect the disk to the SATA port.
-
Check that the connected disk is detected by running the following command:
Get-WMIObject -Class Win32_DiskDrive
-
Note the results.
Expected result
The SATA disk should be detected in OS, example output:
(...)
Partitions : 4
DeviceID : \\.\PHYSICALDRIVE0
Model : SSDPR-CL100-240-G2
Size : 240054796800
Caption : SSDPR-CL100-240-G2
(...)