diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..e46c7c6 --- /dev/null +++ b/tests/tests.yml @@ -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 +