tests: add tests yml definition file
Test basic wpa_supplicant features by using NetworkManager's wifi and 802.1x integration tests from: https://gitlab.freedesktop.org/NetworkManager/NetworkManager-ci
This commit is contained in:
parent
908d38195b
commit
c1cfbbae49
14
tests/tests.yml
Normal file
14
tests/tests.yml
Normal file
@ -0,0 +1,14 @@
|
||||
# Tests for wpa_supplicant using NM's wifi and 802.1x tests
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- classic
|
||||
repositories:
|
||||
- repo: "https://gitlab.com/NetworkManager/NetworkManager-ci"
|
||||
dest: "NetworkManager-ci"
|
||||
tests:
|
||||
- sanity-tests:
|
||||
dir: NetworkManager-ci
|
||||
run: run/osci/run-tests wpa_supplicant
|
||||
|
Loading…
Reference in New Issue
Block a user