2019-09-05 12:46:34 +00:00
|
|
|
# Tests for wpa_supplicant using NM's wifi and 802.1x tests
|
|
|
|
- hosts: localhost
|
|
|
|
roles:
|
|
|
|
- role: standard-test-basic
|
|
|
|
tags:
|
|
|
|
- classic
|
|
|
|
repositories:
|
2019-09-05 14:21:33 +00:00
|
|
|
- repo: "https://gitlab.freedesktop.org/NetworkManager/NetworkManager-ci"
|
2019-09-05 12:46:34 +00:00
|
|
|
dest: "NetworkManager-ci"
|
|
|
|
tests:
|
|
|
|
- sanity-tests:
|
|
|
|
dir: NetworkManager-ci
|
|
|
|
run: run/osci/run-tests wpa_supplicant
|
|
|
|
|