From c1cfbbae4960da09908b8e0e70b8dffc0c751152 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Bene=C5=A1?= Date: Thu, 5 Sep 2019 14:46:34 +0200 Subject: [PATCH] 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 --- tests/tests.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/tests.yml 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 +