Dasharo Compatibility: Thunderbolt docking station
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.
- The
Thunderbolt docking station
connected to the Thunderbolt port.
TDS001.001 Thunderbolt laptop charging (Ubuntu 22.04)
Test description
This test aims to verify whether the DUT can be charged using a PD power supply connected to the docking station, which is connected to the Thunderbolt port.
Test configuration data
FIRMWARE
= DasharoOPERATING_SYSTEM
= Ubuntu 22.04
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.
- Disconnect any charger from the DUT.
- Connect the charger plug to the docking station.
-
Open a terminal window and run the following command:
cat /sys/class/power_supply/BAT0/status
-
Note the results
Expected result
Output of the command should show one of this: Charging
or Full
. That means
laptop is charged properly.
Example output:
Charging
TDS001.002 Thunderbolt laptop charging (Windows 11)
Test description
This test aims to verify whether the DUT can be charged using a PD power supply connected to the docking station, which is connected to the Thunderbolt port.
Test configuration data
FIRMWARE
= DasharoOPERATING_SYSTEM
= Windows 11
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.
- Disconnect any charger from the DUT.
- Connect the charger plug to the docking station.
-
Open PowerShell and and run the following command:
Get-WmiObject win32_battery
-
Note the results
Expected result
If BatteryStatus
is equal 2, that means laptop is charged properly.
Example part of output:
BatteryStatus : 2