diff --git a/main.fmf b/main.fmf new file mode 100644 index 0000000..0bc64a2 --- /dev/null +++ b/main.fmf @@ -0,0 +1,5 @@ +plan: + import: + url: https://gitlab.cee.redhat.com/desktopqe/libusb1.git + name: /plan/gate + ref: rhel-10 diff --git a/plans/integration.fmf b/plans/integration.fmf deleted file mode 100644 index acd5262..0000000 --- a/plans/integration.fmf +++ /dev/null @@ -1,11 +0,0 @@ -summary: Basic libusb test -discover: - how: fmf -prepare: - - name: packages - how: install - package: - - glibc-common - - libusb1-tests-examples -execute: - how: tmt diff --git a/tests/gating.yaml b/tests/gating.yaml deleted file mode 100644 index d71584a..0000000 --- a/tests/gating.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- !Policy -product_versions: - - fedora-* -decision_context: bodhi_update_push_testing -rules: - - !PassingTestCaseRule {test_case_name: dist.depcheck} diff --git a/tests/integration/main.fmf b/tests/integration/main.fmf deleted file mode 100644 index 3716652..0000000 --- a/tests/integration/main.fmf +++ /dev/null @@ -1,3 +0,0 @@ -summary: - Test for libusb1 -test: bash ./run.sh diff --git a/tests/integration/run.sh b/tests/integration/run.sh deleted file mode 100644 index c342b67..0000000 --- a/tests/integration/run.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -set -e - -ldd /usr/bin/libusb-test-stress -/usr/bin/libusb-test-stress -/usr/bin/libusb-test-umockdev -/usr/bin/libusb-test-libusb -/usr/bin/libusb-example-listdevs -