From ffe262c539703ca94e8b25747fe56a50ec3b4d5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Bene=C5=A1?= Date: Mon, 9 Sep 2019 09:36:16 +0200 Subject: [PATCH] tests: add tests definition file Add very basic tests together with NM integration * start service * init db * add basic single ethernet two port setup * add bond setup * add vlan setup Executing these tests: * nmcli_add_basic_openvswitch_configuration * nmcli_add_openvswitch_bond_configuration * nmcli_add_openvswitch_vlan_configuration * NM_reboot_openvswitch_vlan_configuration from: https://gitlab.freedesktop.org/NetworkManager/NetworkManager-ci/blob/master/nmcli/features/ovs.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..2901fd0 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,14 @@ +# Tests for OVS using NM's OVS 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 openvswitch +