Skip to content

Commit

Permalink
Added fix for upstream pipeline failure https://gitlab.com/dogtagpki/…
Browse files Browse the repository at this point in the history
…pki/-/pipelines/291988444

Signed-off-by: Gaurav Swami <[email protected]>
  • Loading branch information
gswami91 committed Apr 26, 2021
1 parent 5203e26 commit 25415ef
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/workflows/qe-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,19 @@ jobs:
-qsvvv \
tests/dogtag/pytest-ansible/pytest/sanity/test_role_users.py
- name: Run SCEP test
run: |
pip3 install -r tests/dogtag/pytest-ansible/requirements.txt
pip3 install -e tests/dogtag/pytest-ansible
pytest-3 \
--ansible-host-pattern master \
--ansible-inventory inventory \
--ansible-module-path tests/dogtag/pytest-ansible/common-modules \
--junit-xml pki_cert_scep_1664435_junit.xml \
-qsvvv \
tests/dogtag/pytest-ansible/pytest/ca/scep/test_bug_1664435_pki_ca_scep_enrollment.py
- name: Gather artifacts
if: always()
run: |
Expand Down
2 changes: 1 addition & 1 deletion tests/dogtag/pytest-ansible/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ topo-00-BZ-1664435-ca-scep-gs:
stage: tier2-other
script:
- ansible-playbook -u fedora --become -i $HOSTFILE $PYTEST_DIR/installation/main.yml --extra-vars "topology=topology-00" -vv | sed 's/\\n/\n/g'
- py.test --html=$CI_PROJECT_DIR/${CI_JOB_NAME}_html_report.html --self-contained-html --ansible-user=fedora --ansible-become --ansible-inventory $HOSTFILE --ansible-host-pattern master --ansible-playbook-inventory $HOSTFILE --ansible-playbook-directory $PYTEST_DIR/pytest/ca/bugzilla/ $PYTEST_DIR/pytest-ansible/pytest/ca/scep/test_bug_1664435_pki_ca_scep_enrollment.py -qsvv --junitxml $CI_PROJECT_DIR/BZ_1664435_junit.xml
- py.test --html=$CI_PROJECT_DIR/${CI_JOB_NAME}_html_report.html --self-contained-html --ansible-user=fedora --ansible-become --ansible-inventory $HOSTFILE --ansible-host-pattern master $PYTEST_DIR/pytest/ca/scep/test_bug_1664435_pki_ca_scep_enrollment.py -q -s --junitxml $CI_PROJECT_DIR/BZ_1664435_junit.xml -qsvv

#=================================================================================================================================================================================================================
#
Expand Down

0 comments on commit 25415ef

Please sign in to comment.