From ab078759cf584b9c47dda0c85141f80605be84d9 Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Feb 16 2021 16:46:47 +0000 Subject: DNM: FZCI f34 container test --- diff --git a/tests/simple-test/runtest.sh b/tests/simple-test/runtest.sh deleted file mode 100644 index b073d31..0000000 --- a/tests/simple-test/runtest.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash - -# Include Beaker environment -. /usr/bin/rhts-environment.sh -. /usr/lib/beakerlib/beakerlib.sh - -PACKAGE="python3-sphinxcontrib-openapi" - -rlJournalStart - rlPhaseStartSetup - rlAssertRpm $PACKAGE - rlPhaseEnd - - rlPhaseStartTest - rlRun "python3 -c 'from sphinxcontrib import openapi'" - rlPhaseEnd - -rlJournalPrintText -rlJournalEnd diff --git a/tests/simple-test/runtest.yml b/tests/simple-test/runtest.yml deleted file mode 100644 index 4f7c443..0000000 --- a/tests/simple-test/runtest.yml +++ /dev/null @@ -1,10 +0,0 @@ -- hosts: '{{ hosts | default("localhost") }}' - vars: - package: python3-sphinxcontrib-openapi - tasks: - - name: Check if package exists - command: "rpm -q {{ package }}" - args: - warn: no - - name: Runtest - shell: "python3 -c 'from sphinxcontrib import openapi'" diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index 4f15362..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,11 +0,0 @@ ---- -- hosts: localhost - roles: - - role: standard-test-beakerlib - tags: - - classic - - atomic - tests: - - simple-test - required_packages: - - python3-sphinxcontrib-openapi