From 3dedeff34095ab3ad44035e537914b2795f25495 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Tue, 18 Jul 2023 15:19:40 +0200 Subject: [PATCH] Remove deprecated STI test remains --- tests/tests.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 tests/tests.yml diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index 31fb8f3..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Tests for NetworkManager -- hosts: localhost - roles: - - role: standard-test-basic - tags: - - classic - repositories: - - repo: "https://github.com/NetworkManager/NetworkManager-ci" - dest: "NetworkManager-ci" - tests: - - sanity-tests: - dir: NetworkManager-ci - run: run/osci/run-tests dnsmasq - environment: - LC_ALL: C.UTF-8 - - role: standard-test-beakerlib - tags: - - classic - repositories: - - repo: "https://github.com/InfrastructureServices/dnsmasq-tests.git" - dest: "dnsmasq-tests" - fmf_filter: "tier: 1"