diff options
author | Nara Huang <nara.huang@canonical.com> | 2019-03-27 13:37:22 +0800 |
---|---|---|
committer | Nara Huang <nara.huang@canonical.com> | 2019-03-27 13:37:22 +0800 |
commit | 4a868698f62f088aa7c7aa0ccd5cb1088f08b5a1 (patch) | |
tree | a5697bc55a2b9172629aebab3c501d0fe3ad9e35 /units/dock | |
parent | e1bf49eabfe8780983ab9d286dec64c389729712 (diff) |
Modify Dock MAC address passthrough test
Diffstat (limited to 'units/dock')
-rw-r--r-- | units/dock/jobs.pxu | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/units/dock/jobs.pxu b/units/dock/jobs.pxu index 34decb6..c425402 100644 --- a/units/dock/jobs.pxu +++ b/units/dock/jobs.pxu @@ -478,18 +478,22 @@ id: dock/mac-address-pass-through category_id: dock-network plugin: manual depends: dock/cold-plug -estimated_duration: 60 -_summary: MAC address pass through function test -_purpose: - Test MAC address pass through function with docking station (Dell Dock specific function, TB15, WD15) -_steps: - Skip this test if your docking station does not support MAC address pass through. - 1. Make sure the dock is connected to network using an Ethernet cable - 2. Run 'ifconfig' to get system specific MAC address and IP - 3. Ping the IP address from another system - 4. Run 'arp -a IP' from another system to get the MAC address of the test unit through dock -_verification: - Is the MAC address got from arp matching with specific MAC address? +estimated_duration: 180 +_summary: MAC address passthrough function test +_purpose: + Test MAC address passthrough function with dock station. +_steps: + Skip this test if your dock station does not support MAC address passthrough. + 1. Find Passthrough MAC Address in BIOS setup + 2. Check "Passthrough MAC Address" is enabled + 2. Connect dock to system + 3. Boot to OS + 4. Run "ip a" in terminal to get dock ethernet MAC address +_verification: + 1. Is the Passthrough MAC Address the same as MAC address found in step 4? + 2. If BIOS doesn't have Passthrough MAC Address in BIOS setup, a bug should be filed. + 3. If dock ethernet MAC address is not the same as BIOS Passthrough MAC Address, a + bug should be filed. ### USB Tests ### |