From 9cb80bc871f71bea87f569f33d329fb68ac48905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Bene=C5=A1?= Date: Mon, 9 Sep 2019 14:29:15 +0200 Subject: [PATCH] tests: add OSCI test definition Add very basic libreswan server based integration tests: * basic connect with 2 minutes stability check * ikev1/ikev2 * terminating libreswan service * DNS pull Using these tests from NM repo: * libreswan_add_profile * libreswan_connection_renewal * libreswan_main * libreswan_activate_asking_for_password_and_secret * libreswan_delete_active_profile * libreswan_dns NM repo: https://gitlab.freedesktop.org/NetworkManager/NetworkManager-ci/blob/master/nmcli/features/libreswan.feature --- 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..1d79939 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,14 @@ +# Tests for libreswan using NM's tests +- 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 libreswan +