From cd1958c5f897aad5e88f110046c142d533bf9037 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 26 Dec 2024 17:26:24 +0530 Subject: [PATCH] TMT: fetch tests from upstream Resolves: RHEL-69441 Signed-off-by: Lokesh Mandvekar --- plans/conmon.fmf | 27 --------------------------- tests/main.fmf | 14 -------------- 2 files changed, 41 deletions(-) delete mode 100644 plans/conmon.fmf delete mode 100644 tests/main.fmf diff --git a/plans/conmon.fmf b/plans/conmon.fmf deleted file mode 100644 index 60aa12b..0000000 --- a/plans/conmon.fmf +++ /dev/null @@ -1,27 +0,0 @@ ---- -summary: Run conmon tests -description: Test plan for conmon -contact: Yuhui Jiang - -provision: - how: container - -prepare: - - name: Install packages - how: install - package: [crun, podman, podman-tests, git] - - name: Prepare bats - how: shell - script: - - rm -rf /tmp/bats-core-1.11.0 - - curl -s -L https://github.com/bats-core/bats-core/archive/refs/tags/v1.11.0.tar.gz | tar xvz -C /tmp - - /tmp/bats-core-1.11.0/install.sh /usr - -discover: - how: fmf - filter: 'tag: gate' - url: https://gitlab.com/yujiang1/conmon.git - ref: c9s - -execute: - how: tmt diff --git a/tests/main.fmf b/tests/main.fmf deleted file mode 100644 index cbb0ac2..0000000 --- a/tests/main.fmf +++ /dev/null @@ -1,14 +0,0 @@ ---- -summary: conmon tests -description: Using podman system tests to test conmon -contact: Yuhui Jiang -framework: shell -require: [podman,conmon] - -tag: 'gate' - -test: | - /usr/bin/bats -t /usr/share/podman/test/system/030-run.bats - /usr/bin/bats -t /usr/share/podman/test/system/075-exec.bats - -duration: 15m