c1cfbbae49
Test basic wpa_supplicant features by using NetworkManager's wifi and 802.1x integration tests from: https://gitlab.freedesktop.org/NetworkManager/NetworkManager-ci
15 lines
368 B
YAML
15 lines
368 B
YAML
# 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
|
|
|