Skip to content

Commit a772d94

Browse files
authored
Merge pull request #102 from lool/more-smoke-tests
Add more smoke tests from lava-definitions
2 parents 6bb1c10 + 29ac3f4 commit a772d94

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ actions:
5353
parameters:
5454
SKIP_INSTALL: "True"
5555
TESTS: "pwd, uname -a, ip a"
56+
- from: git
57+
name: "wlan-smoke-test"
58+
path: automated/linux/wlan-smoke/wlan-smoke.yaml
59+
repository: https://github.com/linaro/test-definitions.git
60+
parameters:
61+
SKIP_INSTALL: "True"
5662
- command:
5763
name: network_turn_on
5864
context:

ci/lava/qrb2210-rb1/boot.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ actions:
5454
parameters:
5555
SKIP_INSTALL: "True"
5656
TESTS: "pwd, uname -a, ip a"
57+
- from: git
58+
name: "wlan-smoke-test"
59+
path: automated/linux/wlan-smoke/wlan-smoke.yaml
60+
repository: https://github.com/linaro/test-definitions.git
61+
parameters:
62+
SKIP_INSTALL: "True"
5763
- command:
5864
name: network_turn_on
5965
context:

0 commit comments

Comments
 (0)