From 7cc6f65b6c7f0a17c93eeefa1ecbc3daac1a69e7 Mon Sep 17 00:00:00 2001 From: Daniel Zatovic Date: Mon, 3 Jul 2023 13:49:03 +0200 Subject: [PATCH] Copy the "tests" directory from c9s branch. The directory was not imported when creating the c8s branch. --- tests/.fmf/version | 1 + tests/provision.fmf | 5 +++++ tests/tests.yml | 28 ++++++++++++++++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 tests/.fmf/version create mode 100644 tests/provision.fmf create mode 100644 tests/tests.yml diff --git a/tests/.fmf/version b/tests/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/tests/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/tests/provision.fmf b/tests/provision.fmf new file mode 100644 index 0000000..952b5a6 --- /dev/null +++ b/tests/provision.fmf @@ -0,0 +1,5 @@ +--- +standard-inventory-qcow2: + qemu: + m: 3G + diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..21e7c29 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,28 @@ +- hosts: localhost + roles: + - role: standard-test-source + tags: + - classic + - role: standard-test-basic + tags: + - classic + tests: + - upstream_test_suite: + dir: source/tests + run: make -f Makefile.localtest tests + environment: + CRYPTSETUP_PATH: /sbin + required_packages: + - cryptsetup + - cryptsetup-devel + - integritysetup + - veritysetup + - gcc + - make + - kernel-headers + - device-mapper-devel + - expect + - keyutils + - jq + - vim-common + - sharutils