We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5f8a7 commit 5cdfb12Copy full SHA for 5cdfb12
1 file changed
Runner/suites/Connectivity/Ethernet/Ethernet.yaml
@@ -1,7 +1,7 @@
1
metadata:
2
name: ethernet
3
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:
+ description: "This test case validates the basic functionality of the Ethernet interface on the device. It checks for:
5
- Interface presence
6
- Interface status (UP/DOWN)
7
- Basic connectivity via ping to `8.8.8.8`"
@@ -10,13 +10,9 @@ metadata:
10
scope:
11
- functional
12
13
-params:
14
- INTERFACE: "eth0"
15
-
16
run:
17
steps:
18
- REPO_PATH=$PWD
19
- cd Runner/suites/Connectivity/Ethernet/
20
- - ./run.sh "${INTERFACE}" || true
+ - ./run.sh || true
21
- $REPO_PATH/Runner/utils/send-to-lava.sh Ethernet.res
22
0 commit comments