File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
20
20
- uses : sclorg/testing-farm-as-github-action@main
21
21
with :
22
22
api_key : ${{ secrets.TF_INTERNAL_API_KEY }}
23
- compose : " RHEL-8.8 .0-Nightly"
23
+ compose : " RHEL-9.4 .0-Nightly"
24
24
git_url : " https://gitlab.cee.redhat.com/platform-eng-core-services/sclorg-tmt-plans"
25
25
git_ref : " master"
26
26
tf_scope : " private"
27
- tmt_plan_regex : " rhel8 -openshift-4 "
27
+ tmt_plan_regex : " rhel9 -openshift-pytest "
28
28
update_pull_request_status : true
29
- pull_request_status_name : " RHEL8 -OpenShift-4 - imagestream test ${{ matrix.version }}"
30
- variables : " REPO_URL=${{ github.server_url }}/${{ github.repository }};REPO_NAME=${{ github.repository }};PR_NUMBER=${{ github.event.issue.number }};OS=rhel8 ;SINGLE_VERSION=${{ matrix.version }};TEST_NAME=test-openshift-4 "
29
+ pull_request_status_name : " RHEL9 -OpenShift-4 - imagestream test ${{ matrix.version }}"
30
+ variables : " REPO_URL=${{ github.server_url }}/${{ github.repository }};REPO_NAME=${{ github.repository }};PR_NUMBER=${{ github.event.issue.number }};OS=rhel9 ;SINGLE_VERSION=${{ matrix.version }};TEST_NAME=test-openshift-pytest "
Original file line number Diff line number Diff line change 1
- .PHONY : test-openshift-4
2
- test-openshift-4 :
3
- cd tests && PYTHONPATH=$(CURDIR ) python3 -m pytest --verbose --color=yes --showlocals .
1
+ .PHONY : test-openshift-pytest
2
+ test-openshift-pytest :
3
+ cd tests && PYTHONPATH=$(CURDIR ) python3.12 -m pytest -s -rA --showlocals -vv test_django * .py
You can’t perform that action at this time.
0 commit comments