Skip to content

Commit 7148fbd

Browse files
committed
ci: lava: Run media-ctl -p in smoke tests
Signed-off-by: Loïc Minier <[email protected]>
1 parent 5a829d2 commit 7148fbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/lava/qcs6490-rb3gen2-core-kit/boot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ actions:
5252
repository: https://github.com/linaro/test-definitions.git
5353
parameters:
5454
SKIP_INSTALL: "True"
55-
TESTS: "pwd, uname -a, ip a"
55+
TESTS: "pwd, uname -a, ip a, media-ctl -p"
5656
- command:
5757
name: network_turn_on
5858
context:

ci/lava/qrb2210-rb1/boot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ actions:
5353
repository: https://github.com/linaro/test-definitions.git
5454
parameters:
5555
SKIP_INSTALL: "True"
56-
TESTS: "pwd, uname -a, ip a"
56+
TESTS: "pwd, uname -a, ip a, media-ctl -p"
5757
- command:
5858
name: network_turn_on
5959
context:

0 commit comments

Comments
 (0)