Skip to content

Dasharo Compatibility: Thunderbolt docking station NET interface

Test cases common documentation

Test setup

  1. Proceed with the Generic test setup: firmware.
  2. Proceed with the Generic test setup: OS installer.
  3. Proceed with the Generic test setup: OS installation.
  4. Proceed with the Generic test setup: OS boot from disk.
  5. 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

  1. FIRMWARE = Dasharo
  2. OPERATING_SYSTEM = Ubuntu 22.04

Test setup

  1. Proceed with the Test cases common documentation section.

Test steps

  1. Power on the DUT.
  2. Boot into the system.
  3. Log into the system by using the proper login and password.
  4. Plug in a Ethernet cable with internet connection to docking station.
  5. Wait for internet connection to initialize.
  6. Ping 3mdeb.com using command in terminal:

    ping 3mdeb.com
    

Expected result

  1. 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
    ...
    
  2. 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

  1. FIRMWARE = Dasharo
  2. OPERATING_SYSTEM = Windows 11

Test setup

  1. Proceed with the Test cases common documentation section.

Test steps

  1. Power on the DUT.
  2. Boot into the system.
  3. Log into the system by using the proper login and password.
  4. Plug in a Ethernet cable with internet connection to docking station.
  5. Wait for internet connection to initialize.
  6. Ping 3mdeb.com using command in PowerShell:

    ping 3mdeb.com
    

Expected result

  1. 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
    
  2. 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.