python-qrcode: fix gating tests
Signed-off-by: Florence Blanc-Renaud <flo@redhat.com>
This commit is contained in:
parent
69da1fc85e
commit
a23465adff
@ -4,4 +4,4 @@ product_versions:
|
|||||||
- rhel-9
|
- rhel-9
|
||||||
decision_context: osci_compose_gate
|
decision_context: osci_compose_gate
|
||||||
rules:
|
rules:
|
||||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||||
|
|||||||
@ -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
|
|
||||||
@ -11,7 +11,7 @@ logging.basicConfig(level=logging.INFO)
|
|||||||
log = logging.getLogger()
|
log = logging.getLogger()
|
||||||
|
|
||||||
TEXT = "example data"
|
TEXT = "example data"
|
||||||
HASH = "4d0186bad6cb0ea83f634959bba9bd2494f2b15cc785285e0914521246452e06"
|
HASH = "45100bc2be879090a4b219d4adf9e8342e123ba8cd74769343ef4b3656a3dc2f"
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|||||||
@ -3,8 +3,9 @@
|
|||||||
tags:
|
tags:
|
||||||
- classic
|
- classic
|
||||||
roles:
|
roles:
|
||||||
- role: standard-test-scripts
|
- role: standard-test-source
|
||||||
|
- role: standard-test-basic
|
||||||
tests:
|
tests:
|
||||||
- sanity.sh
|
- simple:
|
||||||
files:
|
dir: "tests"
|
||||||
- test_ipa_otptoken.py
|
run: ./test_ipa_otptoken.py
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user