Skip to content

Commit

Permalink
Add default options to tests (#2364)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Jan 19, 2022
1 parent 882b548 commit 3b6a745
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/smoke-tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ runs:
--service=nodeport --node-ip=${{ steps.k8s.outputs.cluster_ip }} \
--html=tests-${{ steps.k8s.outputs.cluster }}.html \
--self-contained-html \
--show-ic-logs=yes --profile -vv -l \
--show-ic-logs=yes \
-m ${{ inputs.marker != '' && inputs.marker || '""' }}
working-directory: ./tests
shell: bash
4 changes: 2 additions & 2 deletions tests/pytest.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[pytest]
addopts = --tb=native -r fsxX --disable-warnings
addopts = --tb=native -ra --disable-warnings -x -l --profile -v
log_cli=true
markers =
smoke: marks test as a Smoke test
Expand All @@ -10,4 +10,4 @@ markers =
ingresses: mark test as an Ingresses test
appprotect: mark test as an AppProtect test
rewrite: mark test as an uri rewrite test
skip_for_nginx_oss: mark test as an Nginx Plus only test
skip_for_nginx_oss: mark test as an Nginx Plus only test

0 comments on commit 3b6a745

Please sign in to comment.