python-qrcode: fix gating tests

Signed-off-by: Florence Blanc-Renaud <flo@redhat.com>
This commit is contained in:
Florence Blanc-Renaud 2026-05-29 09:42:04 +02:00
parent 69da1fc85e
commit a23465adff
4 changed files with 7 additions and 14 deletions

View File

@ -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}

View File

@ -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

View File

@ -11,7 +11,7 @@ logging.basicConfig(level=logging.INFO)
log = logging.getLogger()
TEXT = "example data"
HASH = "4d0186bad6cb0ea83f634959bba9bd2494f2b15cc785285e0914521246452e06"
HASH = "45100bc2be879090a4b219d4adf9e8342e123ba8cd74769343ef4b3656a3dc2f"
def main():

View File

@ -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