From 0720ce5fe2a448eb4508f6841dfffdc5a1090e2d Mon Sep 17 00:00:00 2001 From: Wei Shi Date: Sun, 18 Feb 2024 16:29:27 +0800 Subject: [PATCH] Add basic STI tests for gating Signed-off-by: Wei Shi --- tests/tests.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/tests.yml diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..4663990 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,9 @@ +- hosts: localhost + roles: + - role: standard-test-basic + tags: + - classic + tests: + - simple: + dir: . + run: "bootc --help"