Skip to content

Commit 5cdfb12

Browse files
committed
Rename the ethernet port from ETH to END.
Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>
1 parent 7c5f8a7 commit 5cdfb12

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
metadata:
22
name: ethernet
33
format: "Lava-Test Test Definition 1.0"
4-
description: "This test case validates the basic functionality of the Ethernet interface (`eth0`) on the device. It checks for:
4+
description: "This test case validates the basic functionality of the Ethernet interface on the device. It checks for:
55
- Interface presence
66
- Interface status (UP/DOWN)
77
- Basic connectivity via ping to `8.8.8.8`"
@@ -10,13 +10,9 @@ metadata:
1010
scope:
1111
- functional
1212

13-
params:
14-
INTERFACE: "eth0"
15-
1613
run:
1714
steps:
1815
- REPO_PATH=$PWD
1916
- cd Runner/suites/Connectivity/Ethernet/
20-
- ./run.sh "${INTERFACE}" || true
17+
- ./run.sh || true
2118
- $REPO_PATH/Runner/utils/send-to-lava.sh Ethernet.res
22-

0 commit comments

Comments
 (0)