Skip to content

Commit

Permalink
config: runtime: tests: add wifi basic test template
Browse files Browse the repository at this point in the history
Add template for WiFi basic test.

Signed-off-by: Laura Nao <[email protected]>
  • Loading branch information
laura-nao committed Jun 20, 2024
1 parent 905ec00 commit 4f7292b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions config/runtime/tests/wifi-basic.jinja2
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{# This test verifies WiFi basic functionality:
# - Checks rfkill soft block/unblock
# - Performs a scan for nearby networks
# - Checks that monitor/managed modes can be enabled
# This test assumes there are APs within reach.
-#}
- test:
timeout:
minutes: 5
definitions:
- repository:
metadata:
format: Lava-Test Test Definition 1.0
name: {{ node.name }}
description: "WiFi basic test plan"
os:
- debian
scope:
- functional
run:
steps:
- KERNELCI_LAVA=y /usr/bin/wifi-basic-parser.sh
from: inline
name: {{ node.name }}
path: inline/{{ node.name }}.yaml

0 comments on commit 4f7292b

Please sign in to comment.