Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ tests:
FIREWATCH_FAIL_WITH_TEST_FAILURES: "true"
IGNORE_SECONDARY_POLICIES: "true"
MAP_TESTS: "true"
OCS_TEST_FILTER: not test_bucket_creation_deletion
ODF_VERSION_MAJOR_MINOR: "4.21"
OPENSHIFT_REQUIRED_CORES: "72"
OPENSHIFT_REQUIRED_MEMORY: "288"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ fi

START_TIME=$(date "+%s")

run-ci --color=yes -o cache_dir=/tmp tests/ -m 'acceptance and not ui' -k '' \
run-ci --color=yes -o cache_dir=/tmp tests/ -m 'acceptance and not ui' -k "${OCS_TEST_FILTER}" \
--ocsci-conf "${LOGS_CONFIG}" \
--collect-logs \
--ocs-version "${OCS_VERSION}" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ ref:
- name: DR__RP__CR_COMP_NAME
default: "lp-ocp-compat--ODF"
documentation: If test mapping is applied, differentiate between the CNV and ODF jobs
- name: OCS_TEST_FILTER
default: ""
documentation: Pytest -k filter expression to exclude tests (e.g. 'not test_bucket_creation_deletion')
- name: DISABLE_ENVIRONMENT_CHECKER
default: "false"
documentation: If true, skip the OCS environment checker during teardown