From 2996fdc8c39412d5d3a41089cd771381d1846d62 Mon Sep 17 00:00:00 2001 From: zguo Date: Tue, 5 Nov 2024 09:22:19 +0800 Subject: [PATCH] Enable sts(tmt) gating test for rhel-10 Signed-off-by: zguo --- .fmf/version | 1 + plans/sts.fmf | 4 ++++ tests/provision.fmf | 5 ----- tests/tests.yml | 27 --------------------------- 4 files changed, 5 insertions(+), 32 deletions(-) create mode 100644 .fmf/version create mode 100644 plans/sts.fmf delete mode 100644 tests/provision.fmf delete mode 100644 tests/tests.yml diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/plans/sts.fmf b/plans/sts.fmf new file mode 100644 index 0000000..6632211 --- /dev/null +++ b/plans/sts.fmf @@ -0,0 +1,4 @@ +plan: + import: + url: https://gitlab.com/rh-kernel-stqe/sts + name: /plans/lio/core diff --git a/tests/provision.fmf b/tests/provision.fmf deleted file mode 100644 index e660f07..0000000 --- a/tests/provision.fmf +++ /dev/null @@ -1,5 +0,0 @@ ---- - -standard-inventory-qcow2: - qemu: - m: 2G diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index f844ced..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,27 +0,0 @@ ---- -# Tests suitable to run in classic environment -- hosts: localhost - roles: - - role: standard-test-basic - # python-stqe cannot be installed on 'atomic', no need to run on 'container' - tags: - - classic - repositories: - - repo: "https://gitlab.com/rh-kernel-stqe/python-stqe.git" - dest: "python-stqe" - version: stable - tests: - # Install python-stqe first - # make sure we use same version of libsan - - install_stqe: - dir: python-stqe - run: pip3 install libsan==0.3.0 && python3 setup.py install --prefix= - - iscsi-initiator-utils: - dir: ./ - run: stqe-test run --fmf -f tags:targetcli_basic - required_packages: - # required for python-stqe - - python3-pyyaml - - python3-netifaces - - python3-augeas - - python3-pip