diff --git a/gating.yaml b/gating.yaml index b599fdc..6f49862 100644 --- a/gating.yaml +++ b/gating.yaml @@ -4,4 +4,4 @@ product_versions: - rhel-9 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/tests/sanity.sh b/tests/sanity.sh deleted file mode 100644 index 4136d8d..0000000 --- a/tests/sanity.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -set -ex - -DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" - -dnf install -y python3-qrcode - -exec ${DIR}/test_ipa_otptoken.py diff --git a/tests/test_ipa_otptoken.py b/tests/test_ipa_otptoken.py index 0c9e0b4..412fdb8 100644 --- a/tests/test_ipa_otptoken.py +++ b/tests/test_ipa_otptoken.py @@ -11,7 +11,7 @@ logging.basicConfig(level=logging.INFO) log = logging.getLogger() TEXT = "example data" -HASH = "4d0186bad6cb0ea83f634959bba9bd2494f2b15cc785285e0914521246452e06" +HASH = "45100bc2be879090a4b219d4adf9e8342e123ba8cd74769343ef4b3656a3dc2f" def main(): diff --git a/tests/tests.yml b/tests/tests.yml index 6bf64e7..2d6dff4 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -3,8 +3,9 @@ tags: - classic roles: - - role: standard-test-scripts + - role: standard-test-source + - role: standard-test-basic tests: - - sanity.sh - files: - - test_ipa_otptoken.py + - simple: + dir: "tests" + run: ./test_ipa_otptoken.py