Dasharo Compatibility: Thunderbolt docking station NET interface
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.
TDN001.001 Ethernet connection (Ubuntu 22.04)
Test description
This test aims to verify that the connection to internet via docking station's Ethernet port can be obtained on Ubuntu 22.04.
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.
- Plug in a Ethernet cable with internet connection to docking station.
- Wait for internet connection to initialize.
-
Ping
3mdeb.com
using command in terminal:ping 3mdeb.com
Expected result
-
Command should return ping info:
PING 3mdeb.com (178.32.205.96) 56(84) bytes of data. 64 bytes from cluster026.hosting.ovh.net (178.32.205.96): icmp_seq=1 ttl=50 time=44.3 ms 64 bytes from cluster026.hosting.ovh.net (178.32.205.96): icmp_seq=2 ttl=50 time=47.7 ms 64 bytes from cluster026.hosting.ovh.net (178.32.205.96): icmp_seq=3 ttl=50 time=41.1 ms ...
-
Log should not contain phrase information that host is unreachable.
Failed ping for Ubuntu 22.04:
ping: connect: Network is unreachable
TDN001.002 Ethernet connection (Windows 11)
Test description
This test aims to verify that the connection to internet via docking station's Ethernet port can be obtained on Windows 11.
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.
- Plug in a Ethernet cable with internet connection to docking station.
- Wait for internet connection to initialize.
-
Ping
3mdeb.com
using command in PowerShell:ping 3mdeb.com
Expected result
-
Command should return ping info:
Pinging 3mdeb.com [178.32.205.96] with 32 bytes of data: Reply from 178.32.205.96: bytes=32 time=50ms TTL=50 Reply from 178.32.205.96: bytes=32 time=47ms TTL=50 Reply from 178.32.205.96: bytes=32 time=46ms TTL=50
-
Log should not contain phrase information that host is unreachable.
Failed ping for Windows 11:
Ping request could not find host 3mdeb.com. Please check the name and try again.