From 12a60c2bff1089852a3a8f9af09009084baca19d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Bene=C5=A1?= Date: Wed, 11 Oct 2023 16:26:57 +0200 Subject: [PATCH] tests: add NetworkManager tests We have a NetworkManager test suite (aka NMCI) ready where we use hostapd for wireless and 802.1x tests. We have almost 60 of them. Covering from 802.1x peap, tls, ttls (with md5, mschapv2, pap, chap, gtc) over to simulated wifi wehre wpa2-psk, tls, ttls, peap is used. Wpa3 is used in psk, h2e, owe and enterprise too. Tests are listed here: https://gitlab.freedesktop.org/NetworkManager/NetworkManager-ci/-/blob/main/run/osci/hostapd.tests?ref_type=heads the feature file where the tests are is here: https://gitlab.freedesktop.org/NetworkManager/NetworkManager-ci/-/blob/main/features/scenarios/wifi_hwsim.feature?ref_type=heads and https://gitlab.freedesktop.org/NetworkManager/NetworkManager-ci/-/blob/main/features/scenarios/ethernet.feature?ref_type=heads#L404 --- tests/tests.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/tests.yml diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..b8d821b --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,13 @@ +# Tests for NetworkManager +- hosts: localhost + roles: + - role: standard-test-basic + tags: + - classic + repositories: + - repo: "https://gitlab.freedesktop.org/NetworkManager/NetworkManager-ci" + dest: "NetworkManager-ci" + tests: + - sanity-tests: + dir: NetworkManager-ci + run: run/osci/run-tests hostapd