Skip to content

Fix get_used_percentage for non-LSO deployments in test_mon_data_avail_warn - #15138

Merged
ebenahar merged 1 commit into
red-hat-storage:masterfrom
amr1ta:fix-mon-data-avail-warn-non-lso
Jun 22, 2026
Merged

Fix get_used_percentage for non-LSO deployments in test_mon_data_avail_warn#15138
ebenahar merged 1 commit into
red-hat-storage:masterfrom
amr1ta:fix-mon-data-avail-warn-non-lso

Conversation

@amr1ta

@amr1ta amr1ta commented May 13, 2026

Copy link
Copy Markdown
Contributor

PR #14707 split get_used_percentage() into LSO/non-LSO branches and applied .strip().splitlines()[-1] to the LSO path to extract the data line from df -Th output. The non-LSO else branch was missing this step, causing mount_details.split()[5] to hit 'Use%' from the df header row instead of the actual percentage, raising ValueError: invalid literal for int() with base 10: 'Use'.

Apply the same .strip().splitlines()[-1] to the non-LSO branch.

…l_warn

PR red-hat-storage#14707 split get_used_percentage() into LSO/non-LSO branches and applied
.strip().splitlines()[-1] to the LSO path to extract the data line from
df -Th output. The non-LSO else branch was missing this step, causing
mount_details.split()[5] to hit 'Use%' from the df header row instead of
the actual percentage, raising ValueError: invalid literal for int() with
base 10: 'Use'.

Apply the same .strip().splitlines()[-1] to the non-LSO branch.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Amrita Mahapatra <49347640+amr1ta@users.noreply.github.com>
@amr1ta
amr1ta requested a review from a team as a code owner May 13, 2026 11:25
@openshift-ci

openshift-ci Bot commented Jun 22, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: amr1ta, AviadP, ebenahar

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ebenahar
ebenahar merged commit 64b01a6 into red-hat-storage:master Jun 22, 2026
7 of 8 checks passed
amr1ta added a commit to amr1ta/ocs-ci that referenced this pull request Jul 6, 2026
…l_warn (red-hat-storage#15138)

Signed-off-by: Amrita Mahapatra <49347640+amr1ta@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
amr1ta added a commit to amr1ta/ocs-ci that referenced this pull request Jul 14, 2026
…l_warn (red-hat-storage#15138)

Signed-off-by: Amrita Mahapatra <49347640+amr1ta@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
DanielOsypenko pushed a commit to DanielOsypenko/ocs-ci that referenced this pull request Jul 21, 2026
…l_warn (red-hat-storage#15138)

Signed-off-by: Amrita Mahapatra <49347640+amr1ta@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
dgaikwad pushed a commit to dgaikwad/ocs-ci that referenced this pull request Jul 23, 2026
…l_warn (red-hat-storage#15138)

Signed-off-by: Amrita Mahapatra <49347640+amr1ta@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
avd-sagare added a commit to avd-sagare/ocs-ci that referenced this pull request Aug 4, 2026
PR for creating premigration FA cluster
fix test_corrupt_pg_alerts for many OSDs (#15822)
Merge pull request #15849 from vavuthu/defaulting_ocsci_to_5_0
Merge pull request #15838 from dahorak/make-get-latest-ds-olm-tag-more-efficient
Defaulting ocs-ci to ODF 5.0
Added code to deploy Fusion Access operator (#15542)
Add YAML log filter to reduce PackageManifest verbosity in logs (#14024)
Fix duplicate OCP import in RDR conftest (#15850)
Add MCG max-size quota lifecycle test (#15831)
Add KEDA autoscaling test for NooBaa endpoints (#15682)
Merge pull request #15810 from petr-balogh/upgrade-to-5.0
Dont create acm idms if ACM is Gaed (#15836)
Add Fixture to check if cnv operator is present and has hyperconverged installed and skip test if not present (#15820)
Suppress Strimzi CRD YAML spam from AMQ setup logs (#15691)
Merge pull request #15834 from vavuthu/use_latest_stable_tag_for_odf5
use stable tag for ODF 5.0
Use filtered quay API queries in get_latest_ds_olm_tag to avoid timeouts
W/A for bug OCPBUGS-100052
Fix OCP release image URL for OCP 5.0+
Verify forceful deployment checkbox absent in non-LSO UI deployment (#15767)
Fix test_nsfs_list_buckets and add nsfs_only access test (#15494)
Fix test_noobaa_space_available_using_cli: replace fixed sleeps with polling (#15483)
Fix TestBlockExternalAccess to delete only disableRoutes instead of entire multiCloudGateway section (#15484)
add @retry to create_multiclusterengine_resource (#15642)
Add GCP Workload Identity Federation (STS) deployment support (#15372)
Skip submariner MG if current phase is import clusters as submariner wouldn't be present (#15678)
Add Support for Running RDR Test on Disconnected Env (#15807)
Add regression test for odf object enable/disable help (DFBUGS-6384) (#15791)
Force-delete pods on unreachable nodes in delete_resources() (#15524)
adress FDF and EC deploy issues (#15784)
Skip test_ceph_osd_slow_ops_alert on compact mode deployments (#15635)
Merge pull request #15790 from petr-balogh/fix-cephx-exteranl-toolbox-pod-template
Add ApplicationCleanupPending alert verification for discovered apps (#15260)
Merge pull request #15812 from sagihirshfeld/fix-cnpg-cluster-kind-ambiguity
Use fully qualified CNPG Cluster kind to avoid ClusterAPI ambiguity
Merge pull request #15689 from vavuthu/defaulting_to_odf423
Merge pull request #15806 from sidhant-agrawal/rdr-fix-mirroring-health-check-fixture
Fixes for Mcg replication and clone deletion tests (#15492)
deployment/cnv: wait for HyperConverged healthy before enabling softw… (#15717)
Use wait_for_mirroring_status_ok in RDR health check fixture, giving transient issues time to recover before skipping.
Skip acm-idms in disconnected cluster (#15563)
Bump gitpython from 3.1.41 to 3.1.52 (#15799)
EC 2+2 cli on vsphere with multus (#15779)
Reduce TimeoutSampler per-iteration log noise (#15581)
Update exteranal mode template for CephX changes
IBM HCI disconnected mode changes (#15198)
minor fix: EC gradual and bulk node shutdown (#15789)
lso idempotency on FDF multicluster deployment 422 (#15719)
EC BM ai_1az_rhcos_nvme_3m_3w_ec_4plus2_fdf_provider (#15763)
Merge pull request #15587 from paraggit/fix_dashboard_test
Apply OCS-CI logging guidelines to Magenta squad test cases (#15387)
VirtualMachine lifecycle in fusionaccess (#15753)
Update magenta squad test with latest logging enhancements (#15433)
Revert "Force GCP deployments to use CCO passthrough mode (#15517)" (#15771)
Fixed Encryption Dashboard test case
Add DR Topology view UI automation (#15479)
Add parametrized top-10 ranking test for CephFS subvolume metrics UI (RHSTOR-7679) (#15628)
this file was acceidentally added by one of the recent PRs (#15781)
fix test_health_score_changes_based_on_alert_severity (#15577)
Merge pull request #15705 from vavuthu/config_files_odf_5_0
Merge pull request #15715 from vavuthu/fix_type_error_in_mask_secrets
Fix ACM hub namespace name and configure ACM to import MCE clusters after installing multiclusterhub (#15055)
 Add UI test for Erasure Coding pool creation and lifecycle (#15736)
EC pool names fix in MG tests 422 (#15684)
EC UI config upi_1az_rhcos_vsan_lso_vmdk_3m_5w_ec_2plus2_ui (#15762)
Merge pull request #15764 from shivamdurgbuns/issue/15752
Increase wait_for_nodes_status default timeout to 600s (#15629)
Improve RDR managed workload teardown and relocate waits (#15555)
Merge pull request #15558 from deepanjanacharya/update-doc-acm
Adds medium and low tests for validating RGW STS feature and optimised code to avoid duplication (#15511)
adding post_upgrade marker (#15740)
create pvcs from se-linux storageclass for cephfs stress tests (#15477)
fix(ibm_hci): recover missing rackIP from backups and verify BMC conn… (#15685)
Fixing DNS deletion issue
Fix platform constant and lso issue  (#15650)
Improve TimeoutSampler failure diagnostics (#15580)
Merge pull request #15739 from petr-balogh/fix-upgrade-reporting
Update JUnit XML version properties to reflect post-upgrade versions
Merge pull request #15735 from openshift-cherrypick-robot/cherry-pick-15721-to-master
use RHCOS GA template for OCP 4.19
Merge pull request #15724 from vavuthu/increase_default_vm_start_time+out
UI-test_blocking_pool_creation_rules-fix (#15725)
Deprecate test_stop_start_node_validate_topology (#15728)
Fix secondary DB query grep to match parameterized queries (#15603)
Fix revert_noobaa_endpoint_scc for Provider Client clusters (#15610)
Exclude CNPG backup VolumeSnapshots from MCG leftover check (#15604)
Seperate dr deployment part into a testcase  to help  run deployment … (#14872)
Increase default vSphere VM start timeout from 240s to 600s
fix: use node-type-aware timeout in test_registry_reboot_node[master] (#15700)
Merge pull request #15716 from vavuthu/fix_lso_deployment_failure_after_cp_restart
Use 'oc wait' command to wait for multiclusterhub Running status (#15383)
[Fusion access]Creation of external system,lungroups,fs via UI (#15686)
Add cnsa_remote_mount mark (#15706)
Fix odf noobaa CLI namespace flag placement for non-openshift-storage namespaces (#15617)
Fix early-binding namespace default in NooBaa DB pod lookup functions (#15623)
Create documentation for acm-submariner fix
Skip ocs-provider-server serviceexport for client or if already present in the provider cluster (#15523)
Add scale test for multiple STS backingstores and namespacestores (#15562)
Add multi-target and pod-restart tests for replication alert (RHSTOR-8110) (#15561)
Fix LSO deployment failure after control-plane node restart
Fix TypeError in mask_secrets when secret is None
Added ODFBUG blocker for the testcase (#15707)
Fix and refactor test_monitor_recovery.py to align with updated steps (#15409)
Adding ODF 5.0 config files
Handle PV deletion race during VM teardown (#15579)
Avoid NooBaa pod collisions in degraded-state node-stop tests (#15597)
Defaulting ocs-ci to ODF 4.23
Merge pull request #15670 from shivamdurgbuns/issue/15669
Adding condition to check the LB starting with kube-<cluster-prefix>
Merge pull request #15668 from petr-balogh/fix-prereq-anchor
Fix Sphinx anchor link in code_review.md documentation
Merge pull request #15663 from petr-balogh/replace-detect-secrets
Replace detect-secrets with gitleaks for secret scanning
Adds IBM HCI platform as on prem platform (#15648)
EC node operations. Gradual and bulk shut-down. 422 (#15575)
Merge pull request #15376 from clacroix12/fdf-upgrade
rosa hcp tag quota issue. improve removal (#15589)
Add BareMetal bluestore OSD simulation conf files for encrypted scenarios (#15551)
Fix MCE deployment picking wrong CSV in multicluster-engine namespace (#15645)
Wait for CephBlockPool Ready before creating StorageClass (#15234)
rosa hcp login update (#15631)
download hcp binary - self heal (#15549)
bug fix on ec_allowed marker (#15453)
reclaim space post PVC detatch plus EC. DFBUGS-7982 (#15550)
EC-test_cephfs_rwx_pvc_ec_pool_create_io_delete (#15554)
Add operator restart PriorityClass persistence test (RHSTOR-7764) (#15476)
Merge pull request #15625 from petr-balogh/fix-upgrade-api-timeout-retry
Add post-upgrade test to verify NFS driver pods are absent by default after ODF 4.22 upgrade (#15472)
Skip force-delete of PDB-protected Ceph daemon pods during OCP upgrad… (#15501)
KMM deployment and image registry pvc (#15393)
Fix HTTP 504 timeout handling in OCP upgrade graph API
Merge pull request #15285 from petr-balogh/fix-vsphere-cleanup
Indentify the default cephblockpoolradosnamespace when more than one is present for a storageconsumer (#15462)
Fix "test_resize_osd" test failures: parse crash, weight lag, and Quay rate limit (#15593)
RHSTOR-8247: Automated a medium priority testcase (#15588)
Fix race condition in ceph full thresholds verification (#15530)
Fix bucket policy UI principal to use ARN format on OCS 4.21+ (#15586)
Add test for bound CephFS snapshot delete rejection (RHSTOR-7731) (#15518)
Resume running bucket creation/deletion performance tests (#15506)
Add expected ceph config values for ODF 4.18 z-stream backports (#15527)
Merge pull request #15553 from vavuthu/use_rhcos_in_ocp5_0
use RHCOS in OCP 5.0
Adds  UI tests for s3 vector policy feature (#15508)
fix: use case-insensitive matching in get_plugin_provisioner_leader (#15567)
Fix test failure in test_enable_bucket_versioning (#15560)
Merge pull request #14795 from red-hat-storage/dependabot/uv/pygments-2.20.0
add test_external_systems_empty_state (#15422)
Add dual-stack (IPv4+IPv6) OCP deployment support for vSphere UPI (#14998)
Force GCP deployments to use CCO passthrough mode (#15517)
Merge pull request #15529 from shyRozen/ipv6-external-deployment
Add UI tests TC2 and TC3: CephFS subvolume metrics (RHSTOR-7679) (#15481)
patch-metadata-pool-EC-day-2-FIX (#15522)
Run capacity alert tests near end of suite to prevent cluster poisoning (#15502)
Wait for ReclaimSpaceCronJob and fall back to <pvc>-reclaimspace when annotation is missing (#14929)
Wait for NooBaa DB readiness after endpoint max count change (#15187)
Optimize discovered-apps failover and relocate test with batched phases (#15304)
Add FDF Image Mirroring Functionality (#15184)
adjust timing in mce multicluster deployment (#14879)
Merge pull request #15519 from DanielOsypenko/resolve-client-profile-mapping-non-defult-ns
Fix test_nodes_restart[True] NotImplementedError on baremetal (#15439)
Add external IPv6 deployment config for vSphere UPI
resolve client profile mapping for non-default storage ns
Adding missing step for ODF mon pod crashes (#15486)
Add df size check to test_outcluster_nfs_export to catch NFS quota regression (#15470)
Adjust expected mon_target_pg_per_osd for lower-req clusters (#15438)
Add ignore_leftovers to TestPodsCsiLogRotation (#15503)
Adjust logging standards to test_check_number_of_pgs (#15347)
Fix CephCrashMonitor join() failure on Python 3.11+ (#15489)
Update Submariner to 0.24.0 and mark ACM released for OCP 4.22 (#15452)
Merge pull request #15460 from jilju/fix_cephblockpoolyaml_annotation_in_metadata
`test_write_to_full_bucket`: Increase PV-pool backingstore memory limit to 800Mi (#15006)
Update create_multiclusterservice condition to skip when host networking (#15499)
Add self-ref MCG as ULS platform and test replication alert on underlying bucket deletion (#15363)
Adds medium proirity UI tests for s3 vector feature (#15456)
Merge pull request #15487 from vavuthu/ocp_423_config
Add NooBaa and StorageCluster health checks to health_checker fixture (#15386)
Merge pull request #15468 from sagihirshfeld/ignore-cnpg-pods-leftovers
Add encrypted BlueStore dm-crypt OSD simulation on worker nodes (#15235)
Adds high priority tests for RGW STS feature (#15413)
Adds vector policy and medium proirity tests for s3 vector feature (#15425)
Merge pull request #15334 from vavuthu/add_stable_tag_for_423
Adding OCP 4.23 config files
Disable default redhat-operators catalogsource for non hosted client cluster (#15475)
Apply OCS-CI logging guidelines to NFS feature test (#15398)
Fix get_used_percentage for non-LSO deployments in test_mon_data_avail_warn (#15138)
Merge pull request #15325 from dahorak/add-block-only-configuration-and-fix-validate-pdb-creation-function-for-disabled-components
Add multus case in test_blackbox_exporter_probe (#15431)
Adding certificate pull for ceph reef (#15416)
Fall back to latest known version in must-gather test (#15443)
Ignore cnpg-controller-manager pod leftovers in MCG tests
A new test cases for noobaa bucket error state improvements (#15419)
Merge pull request #15406 from ypersky1980/ypersky_test_nfs_db_mount_fix
Update cephblockpool template to move annotation from spec
Fix unreliable pull-model ApplicationSet health check in RDR workloads (#15236)
Merge pull request #15436 from DanielOsypenko/422-valicate-topology-osd-count
Merge pull request #15437 from vavuthu/add_ocp5
Add UI test TC1: CephFS subvolume metrics section reachable (RHSTOR-7679) (#15435)
get get_registry_svc dynamically based on ocp version
Merge pull request #14733 from deepanjanacharya/dacharya-fix
Adds UI tests for S3 vector feature (#15330)
Test to automate RHSTOR 4474: On-premise deployments of ODF, where we have 5 or more nodes,racks or rooms add the ability to configure 5 MONs (#15333)
Fix must-gather image repo and tag for ODF 4.14-4.18 (#15074)
Adding OCP5 config file
Merge pull request #15336 from Akarsha-rai/fix-mdr-worker-node-ips-15277
Auto-configure ACM and Submariner based on OCP version
Add pre-commit and CI check to block new usage of deprecated functions (#15352)
Add invalid forceful deployment key test, wipe-devices helper, and no-wipe verification (#15400)
fix verify_consumer_configmap for Block only deployment
Merge pull request #15378 from rh-aaleem/introduce-base-class
Add workaround for DFBUGS-7417
fix ocs_install_verification for disabled components
add option to disable cephObjectStoreUsers
fix validate_pdb_creation function for disabled components
Add ibm hci conf (#14082)
Merge pull request #15364 from AviadP/cache-oc-plugin-list
Adds negative tests for RGW disablehttp feature (#15312)
Included new logging standards and added drain node logic to cover RHSTOR-6148 (#15288)
Adds high priority tests for s3 vector feature (#15297)
Fixed krkn container chaos test (#14407)
Add retry logic and GA fallback for OCP nightly version service (#15394)
External replica1 exporter test (#14476)
Merge pull request #15384 from petr-balogh/ocp-4.22-ga-config
OCP 4-22-GA config
Merge pull request #15332 from ypersky1980/ypersky_test_sts_assume_role_fix
added test test_disable_alerts_and_verify_health_score  (#15305)
Cache oc plugin list output in exec_cmd to avoid redundant subprocess calls
fix test_reclaim_space_cronjob_with_annotation 422-419 (#15301)
Apply logging guidelines to "test_node_replacement_proactive.py" file (#15295)
Test fixes for system tests with bugs (#15350)
RHSTOR 8248 - Add staggered CronJob scheduling edge-case tests (#15209)
Add disconnected deployment support for external mode (#15194)
Add retry logic for getting router-default service in configure_ingress_load_balancer_security_group (#15186)
external mode ipv6 (#14477)
422 provider multicluster updage fix - csv issue (#15299)
Fix test_verify_backingstore_uses_rgw failing on client clusters (#15318)
use stable tag for ODF 4.23
adding fixes
DRS: wait after machineconfig change (#14522)
Merge pull request #15290 from vavuthu/ec_config_file
Add vSphere LSO UI conf files for pre-used disks and forceful deployment  (#15284)
EC config file
is_ec_pool_supported - safety check to prevent err on client cl (#15313)
Add happy path test for NooBaa denyHTTP feature ( RHSTOR-8118)  (#15274)
Add GetBucketVersioning check before replication with versioning suspension test (#15273)
ec-day2-tests-adjustments-NON-ui (#15239)
Fixing critical test case in HealthOverview (#15257)
Merge pull request #15282 from ypersky1980/ypersky_test_bucket_delete_with_objects_fix
Merge pull request #15302 from vavuthu/odf_423_config_new
422 Add LSO Advanced Settings automation: forceful deployment, erasure coding, and EC scheme validation (#15259)
Add ODF 4.23 config file
NooBaa object browser on client - list objects with folders (#15245)
Merge pull request #15218 from sagihirshfeld/noobaa-azure-sts-followup
Merge pull request #15255 from sagihirshfeld/test-mcg-replication-alert-iam-key-revocation
Merge pull request #15244 from petr-balogh/enhance-mdr-upgrade
MCG PriorityClassNames feature: Add PVPool backingstore tests (RHSTOR-7764) (#15238)
Merge pull request #15296 from Shilpi-Das1/odf-cli-path-change
Fix intermittent test_pv_pool_with_nfs failures due to NFS mount timeout (#15205)
odf-cli: extract cross-platform binaries from amd64 image
delete storage policies as post destroy checks (#15197)
Merge pull request #15231 from udaysk23/rgw_http
Merge pull request #15251 from udaysk23/rgw_sts
Merge pull request #15195 from udaysk23/s3_vector
delete storage policies as post destroy checks
Adds tests for disable RGW http feature
Adds test for s3 vector Happy path verification
Merge pull request #15116 from sagihirshfeld/test-endpoint-network-disruption
Verify replication after recovering the IAM key
Address review comments on Azure STS credential handling
Fix bytes-in-scope bug in MI role assignment on test storage account
Add Polarion IDs for Azure STS test cases
Add platform markers to STS tests to prevent cross-platform runs
Grant MI role assignments on test storage account
Remove extra CRD fields from Azure STS backingstore and namespacestore
Add Azure STS backingstore and namespacestore test params
Add Azure STS backingstore and namespacestore creation support
Add get_azure_sts_creds_from_sub() utility for Azure STS
Adds tests for qualifying RGW sts feature
Fix vsphere-cleanup to prevent destroying wrong cluster resources
test script to check coexistence of different storage classes (#15106)
Add kubeadmin-password download support for HyperShift hosted clusters (#15248)
Add SVG parametrize and provider Prometheus checks to alert test (#15230)
Merge pull request #15278 from vavuthu/user_overwrite_flag_for_unzip
IBM HCI related Changes for RDR (#14107)
adding retries
use overwrite flag for unzip
Merge pull request #15191 from ypersky1980/test_fill_bucket_new_fix
Revert firing-only filter — match pending alerts too
Merge pull request #15121 from sagihirshfeld/test-noobaa-prometheus-rules
Clarify boolean condition in _wait_for_replication_alert
Address Claude Code review feedback
Address CodeRabbit review feedback
Use get_alerts_by_labels for bucket-scoped alert polling
Fix teardown ordering to delete OBCs before backingstore
Refactor IAM key revocation test to use factories and reusable fixtures
Add IAM key revocation test for NooBaaReplicationTargetUnreachable alert
remote obc test cases (#15185)
Merge pull request #15250 from red-hat-storage/revert-15103-health_part2
Revert "Extend alert test case for critical alerts (#15103)"
Add happy-path test for NooBaaReplicationTargetUnreachable alert (RHSTOR-8110) (#15117)
Merge pull request #15246 from petr-balogh/blackobx-4.21
Merge pull request #15232 from ypersky1980/ypersky_test_noobaa_sts_fix
Fix remaining 4.22.0-78 reference in test_health_overview
Update blackbox exporter version check to 4.21.7-1
Fix DR cluster operator upgrade test pod/CSV selection
Added retry to delete storageclass operation (#15160)
Merge pull request #15243 from red-hat-storage/revert-15240-get_arch_fix
Revert "Update odf-cli path"
Merge pull request #15240 from ezio-auditore/get_arch_fix
Update odf-cli path
Extend alert test case for critical alerts (#15103)
topology tests - fix TypeError (#15229)
adding a fix to PR review
fixes following review comments
adding fixes and skip due to a product bug
adding another spelling fix
spelling fix
adding a review fix
skip blackbox check after upgrade (#15222)
adding a fix
Verify NetworkPolicy creation after apply
Clean up endpoint network disruption test
Trigger RTD rebuild
Add endpoint network disruption test for DFBUGS-5838
RHSTOR-7656 - Test generation of MDS alert for xattr latency (#14045)
Update mirrors in hostedcluster during operator install and skip machineconfigpool check on hosted cluster (#15120)
Add happy-path test for the MCG PriorityClassNames feature (RHSTOR-7764) (#15176)
Harden bucket logging tests against race condition and PVC leftovers (#15007)
Fix test_multiregion_mirror timeout failures by rewriting mirroring check logic (#15206)
Fix test_account_update_with_custom_creds_using_cli CLI path mismatch and shell quoting (#15204)
skip blackbox check after upgrade
RHSTOR-8518-Checking auto created Virt SC  (#15098)
Add topology-aware provisioning tests for external mode (RHSTOR-5525) (#15151)
Merge pull request #15207 from ypersky1980/ypersky_test_obj_owner_in_obc_buckets
Merge pull request #15203 from ypersky1980/ypersky_test_mcg_namespace_object_versions_crd_fix
Merge pull request #15193 from ypersky1980/test_bucket_list_command_fix
Merge pull request #15192 from ypersky1980/ypersky_basic_bucket_policy_operations_fix
Merge pull request #14905 from ypersky1980/ypersky_iam_policy
Fix StaleElementReferenceException and PVC creation race in PVC UI tests (#14959)
adding a review fix
adding a fix
adding a fix
adding a fix to test_mcg_namespace_s3_ops_crd.py
Merge pull request #15190 from petr-balogh/fix-operator-group-for-fdf-fusion-deployments
Prevent duplicate OperatorGroups in FDF and operator deployments
Merge pull request #15199 from vavuthu/update_blackbox_exporter_label
update update_blackbox_exporter_labe in test cases
added test_blackbox_exporter_probe (#15196)
Merge pull request #15153 from anajain16/bucket_versioning
Increase timeout (#15202)
CephFS stress test automation: Run continuous lookups (#15038)
Function explicitly checks for MDR mode (#15178)
Update odf-blackbox-exporter label
Add test for CephFSOrphanedSnapshot alert (#15155)
Add fixture to download virtctl before RDR tests (#15144)
adding a review fix
adding a fix to test_bucket_list_command test case
adding a fix to the test_basic_bucket_policy_operations test case
adding a review fix
Merge pull request #15108 from sagihirshfeld/noobaa-azure-sts-mi
Centralize TLS configuration for NooBaa And RGW (#15134)
Add Ceph BlueStore Simulation Support During LSO Deployment (#13799)
Merge pull request #15133 from udaysk23/rgw_ec_validation
Merge pull request #15113 from vavuthu/remove_wa_for_DFBUGS-6749
Merge pull request #15164 from clacroix12/fdf-4.22-config
Simplify create_noobaa_managed_identity return value
Merge pull request #15014 from sagihirshfeld/change-object-expiration-lifecycle-intervals
Address review comment: remove unused get_azure_sts_creds_from_sub()
Fix downstream subctl image extract path and binary handling (#15104)
Add live deployment param to deploy-fdf (#15118)
Merge pull request #15124 from jilju/fix_15123
Merge pull request #15035 from sagihirshfeld/fix-race-condition-in-test-block-access-from-storagecluster
Merge pull request #15129 from sagihirshfeld/fix-test-rgw-keda-ha-external-mode
Merge pull request #15013 from sagihirshfeld/fix-test-multiple-bucket-notofis-setups
Merge pull request #15167 from ypersky1980/ypersky_default_backingstore_override_fix
Update finding radosnamespace and cephblockpoolradosnamespace (#15145)
Add RDR health check fixture and fix ceph_health_recover no-op when no pattern matches (#15050)
adding a fix to test_default_backingstore_override_post_upgrade
adding a fix
adding policy deletion
Remove test_failover, trim test_relocate and test_failover_and_relocate (#15097)
Add FDF 4.22 config
Merge pull request #15152 from petr-balogh/add-code-rabbit-config
Add code rabbit config file
Automate the NetworkFence workflow with cephcsi on non-stretch cluster (#14304)
error msg tests fix 4.22 (#15089)
zoom out not UI fallback on test_validate_topology_node_details_llm (#14991)
Merge pull request #15149 from petr-balogh/assume-ceph-19-for-odf-4.18-and-above-if-not-determined
improve bucket_versioning
Remove duplicate constant HYPERSHIFT_ADDON_DISCOVERYPREFIX (#15092)
Assuming ceph version is >= 19 if not determined for ODF 4.18 and above
Merge pull request #15115 from shivamdurgbuns/bug/rgwssldeployment_fix
RHSTOR-8248-Happypath (#14876)
fix for 14755 - Added new function to get the leader pod of odf external snapshotter (#14914)
fix packing logs in collect_pod_container_rpm_package (#15139)
Adds test for RGW EC config verification
Enable obc on client cluster and test crud operations (#14957)
Skip test_rgw_keda_ha in external mode
Fix NFS mount failure on IBM Cloud by fixing retry logic and opening port 2049 (#15119)
Use list copy to avoid updating original config value dr_cluster_relations
Add tier1 post-upgrade test for NooBaa PrometheusRule existence
Automate bug DFBUGS 3778 (#14894)
Add parameter to pass hcp image url (#15101)
vSphere UPI deployment: allow EFI Securre Boot (#14782)
Add support for custom upstream Ramen image in DR deployment (#14779)
Merge pull request #15071 from openshift-cherrypick-robot/cherry-pick-14948-to-master
Merge pull request #15002 from petr-balogh/enhancements-for-stress-suite-memory-leaks
Revert "Merge pull request #15062 from vavuthu/fix_ceph_health_DFBUGS-6749"
Fix:issue-14958:Update MDR Code for Fencing IP Configuration (#14962)
Fix:issue-14958:Update MDR Code for Fencing IP Configuration
Add NooBaa managed identity for Azure STS/WIF deployments
Merge pull request #15091 from dahorak/add-ocs-tls-profiles-to-required-packages
Fix PVC clone and expand submit locators for console changes (#14977)
add workaround for issue 15085 (#15086)
local-cluster_dropdown fix on 4.22 (#15080)
test_requested_capacity_breakdown 4.22 fixes (#15084)
Merge pull request #14968 from clacroix12/update-logging-skill
Merge pull request #15064 from petr-balogh/ocp-config-for-fusion-and-fdf-deploy
kubeconfig should always create even if kubeconfig is there (#15066)
Noobaa chaos scenarios (#14286)
Fix parse_subvolume_ls_output to handle column-padded odf-cli output (#15065)
Wait for NFS StorageClass propagation to client cluster (#14841)
Merge pull request #15062 from vavuthu/fix_ceph_health_DFBUGS-6749
EC day1 tunning operational tests (#15040)
Fix ceph health and do not fail in case Jira was updated
workaround for the devicehealth module ceph health failure during ODF deployment (DFBUGS-6749)
Merge pull request #14884 from sagihirshfeld/fix/craft-s3-command-ssl-check-mcg-obj
Merge pull request #14892 from sagihirshfeld/refactor/consolidate-craft-s3-command
test_delete_lifecycle_rule (#15008)
Change LSO deployment the same way how we have normal deployment
Load ocp config for fusiong and fdf deployment entrypoints
Fix skipif_hci_provider_and_client eager evaluation by using a fixture (#14766)
Merge pull request #15005 from sagihirshfeld/deprecate-test-db-scc
Merge pull request #14960 from dahorak/mirror-ceph-volsync-plugin-operator-for-disconnected-deployment
Merge pull request #15032 from vavuthu/use_jumphost_only_for_ibmcloud_rhcs
Add RDR bug verification test for DFBUGS-5285 (#14796)
Update logging in test_deployment using update-logging skill
Add update-logging claude skill
Add UI test for MCO operator rebranding validation (#14898)
Add test to verify MCO updates peer secret on mon failover (DFBUGS-4801) (#14799)
Fix race condition: wait for disableRoutes propagation to noobaa CR before checking routes
deploy nightly builds on ROSA HCP with w/a (#14980)
adjust HCP getters for 4.22 deployments (#15015)
use jump host only for IBMcloud RHCS deploymnets
Configure ingress LB security group for IBM Cloud IPI (#15012)
Merge pull request #15009 from petr-balogh/chromedriver-fix
Fix window-size chrome driver issue
Increase lifecycle interval in lifecycle configuration tests
Reduce noobaa-core load in object expiration tests by tuning lifecycle intervals
Fix positional arg bug in test_multiple_bucket_notifs_setups
Document rdr deployment/usage in ocs-ci (#14685)
Deprecate test_db_scc — NooBaa DB no longer uses custom SCC
Merge pull request #14911 from shyRozen/fix-catalogsource-grpc-pod-config
Eliminate redundant pod.get() calls in health checks
Reuse PrometheusAPI instance to prevent memory leaks
Add explicit memory cleanup in pod health checks
Merge pull request #14859 from dahorak/add-configure-ingress-certificate-entrypoint
destroy OIDC provider on ROSA HCP. Adjust the flow. (#14981)
Fix odf_console_plugin_check to navigate to local cluster first (#14891)
add idempotency for aws HCP infra deployment (#14757)
EC-test_pvc_delete_and_verify_size_is_returned_to_backend_pool (#14967)
mirror ceph-volsync-plugin-operator for disconnected 4.22 deployment
Refactor IngressNodeFirewall deployment to use Operator base class (#14902)
Fix submariner install issue by adding a retry for the element (#14273)
Merge pull request #14952 from petr-balogh/aro-deployment-fixes
Use ACM 2.17 and MCE 2.17 builds (#14982)
[RDR] Enhance mirroring status and lastGroupSyncTime verification (#14801)
Fix RDR test_failover_after_multiple_pods_failure (#14496)
Storage cluster changes for FYRE environment (#14953)
fixes for CSV issue and app logs in logging (#14862)
Merge pull request #14814 from sagihirshfeld/skip-block-external-access-tests-in-mcg-only
Use 0.23.1 Submariner image (#14721)
Skip replica-1 test on LSO clusters without extra disks (#14878)
Merge pull request #14907 from jilju/fix_mdr_deployment
Merge pull request #14965 from vavuthu/fix_azure_iam_endpoint
Add more idms and add a option to use custom tags for oadp (#14899)
Add Logging Guide for Contributors (#14567)
set iam_endpoint to None on Azure
Fix ARO deployment to clean up orphaned Azure resources
Merge pull request #14881 from AviadP/replica1-vsphere-extra-disks
Merge pull request #14950 from vavuthu/fix_azure_deployment
vsphere: skip VMDK disk attach if workers already have enough disks (#14930)
Fix nightly oc client download using pullSpec extraction (#14943)
Merge pull request #14940 from petr-balogh/use-rhcos10-template
Updated kubeconfig with OCS QE Root CA certificate
change default openshift_install_timeout to 2 hours (#14910)
Enable RHCOS 10 support across all deployment platforms
add cert issue w/a to aws HCP clusters (#14942)
adding skip and mandatory encryption parameter (#14956)
Fix mon pod selection on LSO deployments in test_mon_data_avail_warn (#14707)
Updated DNS Record Setup with TimeoutSample
Added retry logic with 3 attempts and 10-second delays to handle Azure AD propagation
Fix Azure ARO deployment failures by creating dedicated service principal
Merge pull request #14939 from vavuthu/fix_external_cluster_deployment
Merge pull request #14932 from petr-balogh/remove-operatorsource
Add support for multiple RHCOS templates in VMware deployments
Fix _collect_bound_ocs_pvcs to match NooBaa PVCs
Implement custom logger class OCSCILogger (#14668)
Remove OperatorSource references and related code
Added Krknctl random scenario execution (#14677)
deployment/baremetal: fix clean_disks skipping virtio-blk on KVM/Fyre (#14915)
Merge pull request #14860 from petr-balogh/cleanup-disks-for-fdf-deployments-with-lso
read screenshots with llm for UI tests (#14451)
ec day-1 deployment min changes (#14730)
Add grpcPodConfig to CatalogSource to prevent TRANSIENT_FAILURE
Fix upgrade blocking logic to allow lower CSV versions (#14909)
apply w/a for cert issue on hypershift cluster creation (#14906)
Update the managed cluster to identify clusterset name in MDR test
adding a test case for iam user policy actions
node ip extract for vsphere Agents (#14689)
resolve default storage class AWS > gp3-csi (#14696)
Consolidate duplicate craft_s3_command into bucket_utils
OCP 4.21+, use GA build for ACM (#14724)
Fix craft_s3_command to check mcg_obj.ssl for disabling SSL verification
workload_ui: fix retry usage, wait for all containers, add container names in logs (#14429)
Merge pull request #14868 from petr-balogh/avoid-upgrade-if-there-is-different-build-before-changing-channel
Support deploying vSphere LSO clusters with multiple device classes (#14695)
fixed pf6 locators (#14864)
Prevent upgrade conflicts from unexpected catalog builds
Merge pull request #14877 from petr-balogh/increase-timeout-for-ibm-cloud-ipi
Increase timeout for IBM Cloud deployment also for 3 workers
Merge pull request #14875 from DanielOsypenko/locators-422-and-UI-deployment
locators with v4.22 and UI deployment fix
Skip upgrade run for dr_cluster_operator upgrade , just do validation (#14718)
Add disk cleanup to FDF deployment with LSO
Add configure-ssl-certs CLI entry point for configuring custom certificates
Merge pull request #14857 from petr-balogh/ibmcloud-indrease-timeout-in-6-worker-node-setup
Merge pull request #14792 from DanielOsypenko/ui-llm-fallback-enhancements
fix locators  (#14802)
Increase timeout for OCP IBM Cloud deployment on IBM Cloud
Add volumegroupsnapshotclasses in storageconsumer for remote clients (#14715)
Match the name of catalogsource in client cluster with provider cluster (#14822)
Retry ceph osd tree commands if we encounter  errors (#14844)
Merge pull request #14846 from petr-balogh/rosa-version-entrypoint
Run IO from only one block RWX pod at a time in test (#14781)
Merge pull request #14812 from sagihirshfeld/move-snpashotclass-assignment-to-fixture
Add get-rosa-version entry point for querying ROSA OCP versions
Add get-rosa-version entrypoint
Merge pull request #14789 from petr-balogh/fix-roks-rdr-deployment
Use the value of auto_repair from config while deploying hcp cluster (#14824)
Update Phase for Mirrorpeer Check (#14817)
Use hypershift prefix in hosted cluster names when configuring gitops (#14758)
Support Running RDR test on HCP clients (#14815)
Merge pull request #14833 from vavuthu/change_brew_registry_precise
Deploy Unreleased OADP version when GA build not found (#14797)
use registry proxy
Adding a test for iam user actions (#14774)
Merge pull request #14736 from shylesh/skip-acm-upgrade
Disable image policy for 4.21 (#14818)
latest db backup changes (#14794)
Skip TestBlockExternalAccess in MCG-only deployments
Use an autouse fixture to init the class member
Update FDF pre-release registry (#14803)
Fix mon pod validation failure during IBM ROKS deployment
FIx image path for isf catalogsource (#14800)
add list of 4.22 packages for disconnected deployment (#14773)
Bump pygments from 2.19.2 to 2.20.0
UI Fallback enhancements
CephFS stress test with component failures (#14684)
Use the context of cluster_name in the function is_hosted_cluster (#14723)
storage monitoring for FDF (#14754)
update-2.12-fusion-image (#14738)
Adds support of validation on MCG only cluster and created fixture for backup task (#14550)
Fix NFS mount failure on IBM Cloud when client VM is in a different VPC (#14676)
add check for diskutilization alert (#14717)
Fix IO write overload in test_resize_osd on vSphere (#14665)
Merge pull request #14722 from vavuthu/retry_fetching_mcgcli
Merge pull request #14735 from petr-balogh/rp_assignee
Skip ACM upgrade tests from DR upgrade tests until its completely implemented
Add primary and backup assignee to xunit and rp_attirbutes
Fix teardown of pgsql_factory_fixture (#14713)
Defaulting ocs-ci to ODF 4.22 (#14637)
Defaulting ocs-ci to ODF 4.22
checking if it is a hci in case of storage setup (#14490)
Merge pull request #14727 from petr-balogh/ignore-deleted-azure-cluster-if-already-destroyed
Fix ARO cluster deletion failure when resources already deleted
Add config override for vsphere vm start timeout (#14640)
Add retry logic for CLI binary image extraction
Merge pull request #14714 from yitzhak12/fix-get-nodes-retry-on-transient-api-timeout
Fix AttributeError in Sanity.create_resources() on HCI client clusters (#14444)
Fixes 13284: support IPv6 mon endpoint format (#14573)
Add retry param to get_nodes() to handle transient API server timeouts
test_get_mon_endpoint adjusted to run on provider mode setups (#14617)
Fix ValueError in get_event_line_datetime by using re.match instead of re.search (#14624)
A fix to test_bucket_replication_and_its_metrics test  (#14703)
Fixes 13102 : Adjust validate_cluster_resource_profil test for multicluster env (#14584)
added screenshots (#14666)
Add detection to check whether the operator is installed. (#14172)
Fixes 14614: fix for fstring attributeError issue of assertion failuer Path (#14615)
Adjust the test test_operator_restart for provider mode setup (#14628)
deploy FDF client when FDF Operator on Mgmnt cluster (#14698)
use timeoutsampler instead of flaky for prometheus rule failure test (#13972)
fix to creation of duplicate bucket negative test case (#14688)
Merge pull request #14704 from petr-balogh/update-jira-for-cloud
Fix jira to use cloud credentials
Merge pull request #14630 from ypersky1980/ypersky_test_noobaa_metrics_fix
Merge pull request #14691 from ypersky1980/test_bucket_used_bytes_metric_fix
Connect Scale (#14101)
increasing timeout for prometheus query
Add hypershift addon prefix in cluster name for mirrorpeer and drpolicy if cluster is hcp cluster (#14632)
Create DPA and update submarinerconfig for client clusters (#13463)
Add password (#13112)
Remove changing submariner channel to 0.21 if 0.22 is detected (#14536)
Use 0.22.1 submariner image (#14480)
Added ceph crash check before krkn command failure check (#14534)
Merge pull request #14404 from petr-balogh/fix-xunit-file-when-aborted
Merge pull request #14664 from petr-balogh/fix-control-planes-mon-skew-as-well
Adds support of Noobaa backup for  MCG_ONLY OCS deployment (#14643)
Configure NTP server for disconnected env properly
Fix vsphere nodes ssh with jump host
Update NTP also on masters in case of compact node
Merge pull request #14654 from petr-balogh/add-timeout-before-bootstrap-complete
Merge pull request #13088 from vavuthu/fix_fusion_test_runs
Merge pull request #14530 from petr-balogh/handle-resources-or-modules-for-terraform
adjust csv for FDF clusters
Merge pull request #14652 from petr-balogh/ignore-matric-exporter-upgrade-mcg-only
Wait 10 mins before we wait for bootstrap to complete
UI with AI runtime locator fallback (#14611)
Ignore ocs-metrics-exporter upgrade check for MCG only deployments
Merge pull request #14650 from vavuthu/fix_bootstrap_must_gather
Merge pull request #14651 from vavuthu/fix_ocp422_deployment
Disable image policy
Fix replica1_setup race by waiting for CephBlockPools before OSDs (#14437)
Improvements in get_module_ip
Handle resources or modules for terraform
gather bootstrap must gather during timed out exception
Fix mon healthcheck log pattern to be more resilient to log format changes (#14623)
Merge pull request #14636 from dahorak/fix-provider-client-odf-upgrade
Add VLAN-based multus networking support for baremetal deployments (#14585)
Avoid the check for the service ocs-provider-server in client cluster during RDR deployment (#14627)
Merge pull request #14618 from vavuthu/ocp_421_ga
fix verify_image_versions for provider-client upgrade
Fix discovered-apps teardown failures and update test naming and docstrings (#14489)
fixing typo following bug fix and increasing timeout
Merge pull request #14609 from petr-balogh/add_ca_crt_to_kubeconifg
Adding OCP 4.21 GA config files
Fix #11596: adjust test_get_health for provider mode execution. (#14579)
Update to correct CA for api
Fix issue-14605: Pass validate=False for the ceph_health_status for this negative test (#14606)
Update kubeconfig with custom CA
correct the markers for test_mds_cpu_alert_triggered (#14598)
Fixes #12886: Skip a test on external mode setup. (#14577)
node operations AWS HCP (#14472)
Feat: Test "Attach Storage" UI workflow and add TestMultipleDeviceClassesUI (#14274)
Fixed Reclaimspace tests (#14458)
Merge pull request #14583 from vavuthu/increase_time_for_mcp_wait_during_upgrade
Increase timeout for MCP master during upgrade
Merge pull request #14574 from petr-balogh/fix-registry-pvc
Merge pull request #14438 from DanielOsypenko/destroy-aws-hcp
Fix: #13671 Skip the test for ocs version less than 4.20 (#13672)
Fix PVC issue contains still emptyDir as well as PVC
Unset the flag before waiting for pods and cleanup backup file (#14558)
Use cluster namespace from client config during client deployment (#14517)
RHSTOR-7671:Add runbook link verification for ODFOperatorNotUpgradeable alert (#14560)
Add custom toleration for blackbox-exporter (#14547)
Merge pull request #14405 from petr-balogh/add-stop-test-option-for-run-ci
new tset case added for health overview (#14546)
destroy client cluster with hcp
[RHSTOR-7242]RDR VM resource clean up - Critical Tests (#14266)
Updated noobaa_configmap validation to support extra parameters along with mandatory parameters (#14510)
Excluder CatalogSource pods from status check (#14542)
Merge pull request #14537 from jilju/remove_tests_affected_by_DFBUGS-4795_from_acceptance
Skip Invoking setup ACM UI fixture when it's false (#14360)
Remove acceptance marker from test cases affected by DFBUGS-4795
Merge pull request #14529 from openshift-cherrypick-robot/cherry-pick-14422-to-master
Fix bug introduced in commit 69c27c7cb
Merge pull request #14524 from petr-balogh/ignore-matric-exporter-upgrade
Skip matric exporter check upgrade due bug DFBUGS-5811
additional-network parameter, nad and machineconfig for data replication separation (#14181)
Merge pull request #14504 from DanielOsypenko/instantiate-logger-with-__name__
Run the on provider cluster where toolbox exists for provider mode setup (#14509)
stop using full path in a log line
Validating Node Availability (CPU & Memory) to Prevent Pod Scheduling Failures (#14361)
DRS: exclude clusterNetwork, serviceNetwork and link-local CIDRs from IP selection and return interface name (#14448)
Create number of VMs based on resources availability (#13229)
Merge pull request #14487 from jilju/fix_14486
Increase timeout for PVC clone and restore in tests
Merge pull request #14484 from petr-balogh/prevent-long-parametrization
Fix long test case names
Prevent additional oc calls when we do collect only
Check for long test names
Merge pull request #14420 from clacroix12/fix-test-name-length
Merge pull request #14479 from DanielOsypenko/external-spoke-implement-abstract-spoke-ocp
External Spoke: implement abstract methods
Merge pull request #14445 from dahorak/ibmcloud-bm-retry-ibmcloud-command
Merge pull request #14436 from dahorak/remove-wa-for-DFBUGS-3777
Merge pull request #14370 from dahorak/custom-api-ingress-ssl-cert-allow-change-of-existing-cert
Merge pull request #14465 from openshift-cherrypick-robot/cherry-pick-14460-to-master
Merge pull request #14459 from vavuthu/ignore_aro_checks_during_upgrdae
Add support for dynamic vnet for ARO
skip aro co checks during OCP upgrade
disable W/A for DFBUGS-3777
Merge pull request #14452 from DanielOsypenko/deploy-storage-cap-fix-421
remove cluster net route from multus nncps (#14439)
deploy-storage-cap-fix-421
Fix get_ocp_version() to handle deployment scenarios without kubeconfig (#14447)
Add S3LoginForm page object for Object Storage  authentication (#14296)
Adds support of noobaa backup for all ocs deployment (#14389)
Only ensure LSO is installed if we are configured for local storage (#14040)
Fix report properties for FDF deployments (#14363)
Default FusionServiceInstance backingStorageType to Dynamic and make it configurable (#14383)
retry ibmcloud command for any reason when command fails
Data replication separation: use ipp addr to get private ip (#14431)
Add truncate_long_lines() to reduce log volume from OLM metadata (#14018)
extend runbook for new alerts (#14432)
Merge pull request #14428 from suchita-g/13647_csv_equal_to_configmap_new
Skipped BM, Azure & IBM Power platform runs in test_automated_recovery_from_failed_nodes_reactive.py (#14356)
Merge pull request #14342 from DanielOsypenko/deploy-aws-hcp-421
Fix test_csv_script_equal_to_configmap_script on ODF 4.19+
Fix test_negative_custom_taint handling of already-deleted pods (#14424)
External replica1 core setup (#14339)
Verify RBD Block PVC Monitoring Metrics : Included test cases other than happy path (#14136)
mgmnt-client connectivity and ports
adjust timing
sts-workaround
w/a fix of failing upload OIDC discovery documents
create iam role, create cluster, correct infra vpc cidr
create infra for aws hcp
waiting for all container of warp (#14262)
Reduce parametrized args in test_csi_addons_socket_creation_per_pods_node
test_health_score_changes_based_on_alert_severity (#14320)
Merge pull request #14415 from petr-balogh/multi-arch-upgrade-support
Merge pull request #14413 from petr-balogh/fix-mismatch-of-nodeplugin-pods
Fix count of nodeplugin pods to match also app nodes
Merge pull request #14414 from petr-balogh/fix-4.21-ui-deployment-size-selection
ISCSI configuration script (#13812)
Merge pull request #14416 from vavuthu/use_thin_sc_for_vmfs_deployment
use thin-csi when used disable_custom_sc
Merge pull request #14390 from Akarsha-rai/fix-14388
Multi arch upgrade support
Fix UI deployment
Merge pull request #14375 from petr-balogh/reduction-of-logging-for-timeout-sampler
Merge pull request #14409 from petr-balogh/limit-log-in-docs-generation
Limit output for Docs generation
Fix xml file when run-ci is aborted
Add possibility to stop execution and skip rest of test cases
Fixed Krkn INstallation (#14348)
deploy-fusion/fdf: allow login to OCP via provided OCP URL and password (#14182)
Merge pull request #14335 from dahorak/allow-ocp-only-upgrade-without-odf
Merge pull request #14395 from petr-balogh/fix-issue-14394
Fix issue #14394
Fix for mon recovery1 (#14386)
DFBUGS-5082:TC8:Test cephfs CSI-ADDON pods Behaviour when daemonset pod crash (#14391)
Adding a fix to policy scenarios - adjust Principal to contain ARN (#14364)
Fixes java mvn permission issue along with execution issue (#14311)
Adds happy path coverage for noobaa db backup and recovery process using cli (#14317)
Fixes issue-14284: Enhancing wait time in test to resolve flakyness (#14387)
Fix-issue-14388: factory was updated so workload_path is optional and defaults to workload_dir when missing
Merge pull request #14374 from suchita-g/issue-13645-2
Merge pull request #14268 from sagihirshfeld/fix-test-scaling-under-load
Merge pull request #14372 from AviadP/fix_missing_timedelta
Merge pull request #14377 from petr-balogh/noba-sts-only-for-rgw-ssl
Limit noobaa sts changes only to rgw SSL deployments
Merge pull request #14368 from petr-balogh/increase-timeout-for-noobaa-sts
Limit log info in timeout sampler to 1 minute
Fix unittest for timeout_sampler
Reduce noise on timeout  sampler on info log level
Fixes 13645: test enhancement to resolve flakyness
Merge pull request #14245 from petr-balogh/mute-ceph-warn-netsplit
Reorder RDR upgrade tests (#14334)
Mute ceph netsplit warning after deployment
Resolving issue 13645 by running test steps on hub cluster (#14371)
Added missing import timedelta
allow OCP upgrade on OCP only cluster (without ODF)
allow custom changing ingress and api certs
Use apply instead of create for external mode deployment
Change to apply for subscription to make deployment more robust
Increase timeout for STS
DFBUGS-5082:tc7:Validate socket creation for cephfs-csi-addon for provisioner (#14358)
add ClusterIP as allowed providerAPIServerServiceType (#13414)
Setup N-1 Submariner for IBM cloud RDR deployment (#14341)
Use dr- prefix for hosted clusters in submariner installation stage (#14359)
add IBM Cloud ipi_1az_rhcos_sno_1m_0w.yaml config (#14345)
DFBUGS-5082:TC6:TC cephfs CSI-ADDON pods behaviour when daemonset pod restart (#14357)
DFBUGS-5082:tc5:verify cephfs-CSI addon DaemonSet deployes on all nodes (#14355)
Preupgrade check verification is applicable only for provider. (#14352)
DFBUGS-5082:TC4:validate cephfs-CSI addon DaemonSet status arguments (#14351)
remove ocs-metric pod check from mcg only deployment (#14329)
Merge pull request #14350 from suchita-g/DFBUGS_5082_automation_tc3
DFBUGS-5082-TC3:Validate containers ready status of cephfs-CSI-addon pods
Merge pull request #14349 from suchita-g/DFBUGS_5082_automation_tc2
DFBUGS-5082-2:Verify cephfs CSI-addons server used pod network effectively
Fix: Skip retry when mirroring replaying count exceeds expected (#14338)
Add foundation infrastructure for external cluster replica-1 topology support (#14280)
Merge pull request #14326 from openshift-cherrypick-robot/cherry-pick-14318-to-master
Fix install_packages to work on alpine based image
Do not exclude master node when listing worker nodes in compact mode (#14306)
Use since also for MG collection for cpeh helalth fix (#14260)
Skip serviceexport if ocs-provider-server service type is NodePort or if client cluster (#14312)
add OCP 4.22 config files (#14307)
resolve-syntax-issue-Error-improvements-tests (#14196)
Added Krkn Node Scenarios (#13921)
Introduce  dr workload   in pytest_sessionstart hook in the case of RDR upgrade (#13530)
Adds test script to validate snapshot parameter present in noobaa db backup yaml (#14258)
Add Name filter selection before PVC search in UI (#14272)
Add Standard and Premium SSD support for Azure Performance Plus deployment (#14289)
Fix ReplicationGroupDestination check after failover (#14288)
Fix missing IBM Cloud api_key for multi cluster execution (#14242)
Merge pull request #14291 from jilju/submariner_azure_text
Use existing method to check submariner Azure page
Merge pull request #14264 from paraggit/disable_kv
Add dev user infrastructure for S3 Object Browser UI (#14197)
update get_all_path to collect paths from tar.gz file (#14281)
Happy path for RHSTOR-6943 ( Noobaa Metrics) (#14199)
create new stress decorator and tag existing stress tests (#14156)
Merge pull request #14275 from vavuthu/document_ntp_server
Create RDR workload on random namespace (#13769)
Use run_io direct=1 when PVC volume mode is Block (#14253)
document ntp_server
Fixed Keyrotation test Failures.
DFBUGS-5082-1:validate configuration of cephfs CSI Addon daemonset (#14216)
use separated lvs for disk and partitions in case of partitioned_disk_on_workers (#13772)
ACM and CNV stabilization (#14119)
Check VGS in pod logs without logging container logs in console (#14267)
post-upgr-verification-fix. plugin num check (#14215)
Set a time limit and increase the load to upscale faster
Merge pull request #14180 from vavuthu/use_odf4-odf-must-gather-rhel9
Merge pull request #14179 from vavuthu/RHCOS-420-GA-template
Updated order of skip test for hci client cluster tag (#14168)
Merge pull request #14261 from prsurve/fix_cnv
fix path for discovered_apps
Merge pull request #14243 from suchita-g/issue#13644
Submariner Azure details is needed for IPI deployment only (#14254)
Add DV and DVT cnv workload (#14256)
Corrects volume snapshot class name for db backup and recovery process (#14206)
test_health_overview_modal and test_silence_health_alerts (#14198)
Fix condition for drs deployment on client (#14083)
apply workaround for DFBUGS-5083 (#14202)
Added version check (#14104)
Deploy HCP agent clusters on vSphere (#13858)
Merge pull request #14246 from clacroix12/fusion-2-13-config
Add Fusion 2.13 pre release config
Skip test_get_health test on external mode setup
Merge pull request #14241 from red-hat-storage/dependabot/uv/pyasn1-0.6.2
Bump pyasn1 from 0.6.1 to 0.6.2
Add uv project requirements (#14113)
Merge pull request #14233 from petr-balogh/fix-ocp-mg-collection
Fix ocp mg collection
RHSTOR-7671: Test to verify upgrade False status when storagecluster not ready (#14209)
Increased timeout for pod stabilize & ignoring storage client pod (#13899)
Merge pull request #14211 from jilju/fix_14210
Merge pull request #14193 from petr-balogh/wa-for-noobaa-rgw-ssl
Verify blackbox pod post deployment and upgrade (#14054)
W/A for noobaa RGW SSL issue
Update deployment CR check in pod_factory_fixture
Use Deployment in the fixture create_pvcs_and_pods (#14195)
Merge pull request #14201 from petr-balogh/fix-multi-arch-image
feat(expansion): Add support for multiple device classes with same storage size (#14032)
fix for getting multi arch image
trim large base64 from logs[exec_cmd] (#13545)
Added S3 and OBC bucket creation via UI before comparison (#13868)
Improving function get_failure_domain() (#13988)
FDF 2AZ Arbiter support (#14118)
Merge pull request #14142 from dahorak/external-mode-cluster-with-rgw-ssl-apply-ca-certificate-before-subscription
Add re-try for CommandFailed for is_available in operators.py (#14171)
add possibility to pack mg log files to one tarball (#14117)
use odf4-odf-must-gather-rhel9 must-gather
OCP 4.20 GA RHCOS template
change amq pod names (#14173)
Merge pull request #14133 from petr-balogh/must-gather-since-time-support
Submariner Addon installation on Azure (#14100)
Merge pull request #14138 from jilju/temp_node_count
Map platform node to IBMCloudBMNodes if platform is baremetal and deployment_type is ai (#14130)
Updating remove_toleration() with precheck and gracefull handling (#14006)
Merge pull request #14135 from sidhant-agrawal/fix-issue-14134
Fixing test est_overprovision_level_policy_control_with_capacity (#13815)
Deprecating system_test mark in favor of system (#14153)
Merge pull request #14137 from vavuthu/odf_422_config
Remove marker 'skip_resize_pre_conditions' from the autoscaler tests (#14131)
Update Get worker node count to include master nodes with worker role (#14140)
Increase the timeout to 900 seconds (#14053)
Extend timeout to allow objects to expire (#14031)
external mode with rgw ssl: apply CA cert before ODF subscription
Remove excessive logging from ODFCLIRunner::run_noobaa (#14124)
Fix replica-1 test race condition and ensure teardown runs on failure (#14110)
clean_up_pods_for_provider-safe-upgrade (#14073)
Provider.Remove rgw checks on cloud platforms (#14099)
Remove gateway node count from ocs validation on Azure
Adding ODF 4.22 config files
happypath testcases for RHSTOR-5363 (#13788)
Skip PVCs with "vs-" prefix in backend volume collection
Enable since option for MG
fix locator change for obc creation  (#14108)
Merge pull request #14127 from suchita-g/issues-13264-testgethealth
Add Support for filebrowser and mongodb workload for discoveredapps (#13525)
Fix ACM UI locators for PatternFly 6 migration (#14122)
Also include the ssl property in the creation of the nsfs_s3_obj (#13805)
Automated Happy Path RHSTOR-8091 (#13847)
Fixes- issue #13264 Exclude rook-ceph-osd-key-rotation-* pod
extend timeout for oc-mirror make build command (#14103)
calculate number of nmstate pods dynamically (#14116)
Merge pull request #14114 from clacroix12/fix-black-formatting-issue
Fix black formatting issues
Test patch and verify ceph mon healthcheck and verify the new values are respected (#14085)
Merge pull request #14105 from dahorak/extend-timeout-for-openshift-install-wait-for-install-complete-command
Refactor: Replace FIO benchmarks with FillPoolJob for cluster scaling tests (#14094)
Fixing issue #13514, by skipping for intransit scenarios (#14025)
Fix test failure for external mode cluster when wrong pods are checked (#13531)
extend timeout for wait-for install-complete command
Merge pull request #14098 from petr-balogh/fix-odf-configure-performance__selector-for-4.21
Fixed odf-cli path issue (#14080)
Use Automated Way to configure Importing MCE based cluster to ACM (#13942)
Merge pull request #14093 from petr-balogh/fix-ceph-health-recover-for-deployment-case
Merge pull request #13866 from dahorak/fix-assisted-installer-destroy-old-clusters
assisted instaler deployment: set platform (#13838)
Performance profile UI fix for 4.21
Adds happy path coverage for noobaa db backup and recovery process (#14062)
Happy path coverage for RHSTOR-7576: NooBaa utilization of secondary DB pod for read-only queries (#13974)
Increase the sleep time after put-bucket-notif (#13891)
Recover ceph health if possible in deployment test
RGW-HA Happy Path Automation (#13685)
Verifying liveness and readiness probes of OCS & MCG operator (Happy Path) (#13992)
Merge pull request #14084 from petr-balogh/dynamic-fetching-ocp-multi-arch-image
RHSTOR-7671:TC to verify ODF upgrade prevent status when Ceph Health WARN (#14074)
Merge pull request #13960 from petr-balogh/add-retry-for-idms-extract
Increase timeout for Installing HyperConverged (#13353)
Enable Graviton testing and dynamic fetching of multi arch OCP release image
Fix typo: DR_OPS_NAMESAPCE -> DR_OPS_NAMESPACE (#14081)
OCS-7413 Test to verify Azure Performance Plus CSI volume parameters (#14022)
Wait for warp pod to become running... (#14014)
Get ocs_registry_image before ocs_install_verification (#14057)
Merge pull request #14065 from paraggit/skip_nfs_resource_check
Merge pull request #14069 from vavuthu/fetch_ntp_server_from_env_section
Merge pull request #14052 from petr-balogh/update-idms-for-ibm-spectrum-scale-unreleased-content
Bump marshmallow from 3.26.1 to 3.26.2 (#13993)
deprecate test_noobaa_postgres_cm_post_ocs_upgrade 4.21 (#14072)
fetch user provided NTP server
Bump urllib3 from 2.5.0 to 2.6.3 (#14063)
Update test_odf_resources_requests_and_limits.py (#14064)
Merge pull request #14047 from shylesh/fix-multicluster-iteration
Skip nfs resource check on the client cluster
Fix missing update_jira params in ceph_health_check_with_toolbox_recovery (#14055)
Add toolbox pod recovery to health_checker fixture to prevent test failures after node disruption (#13854)
Merge pull request #14028 from vavuthu/update_rhcos_odf421
Update FDF IDMS with spectrum scale STG content
update rhcos for ODF 4.21
Merge pull request #14044 from vavuthu/get_ocs_registry_image
IBM Cloud - W/A for timeout isses waiting for Kubernetes API (#14039)
Update ACM, MCE, and Submariner versions for OCP 4.21 (#14005)
Fix multicluster iteration
get ocs_registry_image before ocs_install_verification
Fixes content check in boto response (#13865)
UI public access block happy path (#13896)
provider-storage-validation-fix-421 (#14026)
Dont create service export when provider service is using nodeport (#13934)
fix missing setters for Deployment properties (#14034)
Fix locator for test_store_creation_and_deletion (#14012)
verify_provider_mode_deployment - remove redundancy (#14019)
save DOM as html for UI analysis (#14023)
bump-mce-2.11 (#14008)
increase mce timeouts for cloud provider platforms (#14007)
Metallb operator 421 (#14003)
Merge pull request #13978 from petr-balogh/fix-multi-platform-deployment
Allow enable CLI submariner deployment
Fix IBM Cloud set region for multi platform run
Adds logic for installing the LSO operator if its not there (#13951)
Fix must-gather test failure in post-upgrade scenarios (#13889)
Fix osd size locator for UI deployment (#13973)
Introduce FillPoolPod utility and fixture for cluster capacity filling (#13856)
Changed the fixture scope from "session" to "class" in the TestCephtoolboxPod class. (#14001)
Merge pull request #13961 from AviadP/replace_skipif_marker_test_node_maintenance
Merge pull request #13991 from sagihirshfeld/fix-test-sts-assume-role
Fix test_sts_assume_role
Re-enable Consistency Group feature for ODF 4.21+ (#13785)
Storage class noobaa locator change (#13976)
add ui marker to black squad test cases (#13962)
Additional fixes
W/A for multi platform deployment issue
Add fio parameter direct=1 in the test case test_snapshot_restore_with_different_access_mode for block volume mode pvc (#13636)
Increase timeout for PVC in test_expansion_snapshot_clone (#13963)
Fix the default value of client_namespace (#13970)
Increase NooBaa's logging level for flaky tests  (#13894)
Refactor CephFS stress helpers file for better state management (#13966)
Fix install clusteradm (#13971)
Add config files for missing fusion and fdf versions (#13953)
Remove the node param from the deployment_pod_factory (#13916)
Fix for, issue#13624 (#13694)
Updated test_nfs_pvc_subvolume_deletion testcase (#13708)
Replaced Skipif marker in test_node_maintenance
Add retry for idms extraction
Fix 4.21 UI deployment (#13952)
Refactored Resiliency tests (#13409)
extending pods in exclusion list (#13923)
Test CephFS stress cleanup using parallel deletion (#13950)
Merge pull request #13365 from subhamkrai/add-multus-existing-cluster
add multus support for existing cluster
Update submariner unreleased image to latest version (#13927)
Verify Azure machines are stopped (#13915)
Merge pull request #13949 from petr-balogh/add-disconnected-4.21-packages
Add disconnected packages for 4.21
Use GA build for ACM and submariner (#13846)
Merge pull request #13919 from petr-balogh/new-way-for-installing-unreleased-operators
Add NMStateOprator new implementation
New way to install unreleased operators
CephFS stress automation - Directory, File creations and Metadata ops from multiple clients concurrently (#13897)
Fix the argument name in AZURE.compute_client and the methods to poweroff, start and restart Azure machines (#13910)
Use the namespace openshift-storage for client clusters (#13911)
Fixed keyrotation test failure (#13809)
RHSTOR-7473: Support new performance plus option in Azure cluster deployments in ODF (#13767)
Verify RBD Block PVC Monitoring Metrics (Happy Path) (#13841)
Add ceph health recovery for netsplit issue (#13850)
remove rgw check on aws provider (#13836)
skip test_detach_attach_worker_volume for ROSA HCP (#13864)
catch destroy applience cluster 404 (#13873)
Defaulting ocs-ci to ODF 4.21 (#13774)
Add support for RHCS deployment under existing VPC on IBM Cloud (#13350)
AssistedInstaller: fix destroy process for old clusters
Merge pull request #13852 from petr-balogh/fix-external-mg-collection
Fix external MG script
Setup Storage for Fusion 2.11 (#13485)
Deployment and testcase for openshift logging with lokistack (#13094)
Merge pull request #13817 from petr-balogh/ceph_health_fix_update_bug
Merge pull request #13608 from petr-balogh/dont-fail-on-mg-collection-on-success-when-fails
Merge pull request #13517 from petr-balogh/use-CSafeLoader
Do not fail deployment when MG collection on success run failed
Enhance logic for ceph_health_recovery to update Jira
Excluding localhost from proxy traffic (#13813)
Changed deploymentconfig to deployment (#13807)
Add node status check before test begins (#13439)
verify_last_heartbeat_timestamp-skip-if-no-odf (#13832)
Fixed Encryption dashboard tests cases (#13814)
Updated timeout time (#13607)
Add early workload resources status check before DRPC creation for CNV workloads (#13797)
skipping test_crashcollector_pod_existence_on_ceph_pods_running_nodes if failure domain is host (#13777)
Updated test_nfs_not_enabled_by_default to test nfs pod provisioning when nfs is disabled (#13590)
Fixing cluster context switch issue for multi ns test (#13792)
Merge pull request #13789 from petr-balogh/update-slow-ops-pattern
Test and helper methods for UI-bucket lifecycle policy (#12618)
Fix missing resource_name fallback in wait_for_resource_oc_wait() (#13780)
Fix ephemeral pod test PVC deletion check (#13609)
enhance teardown (#13036)
Merge pull request #13790 from petr-balogh/external-mg-fix
CephFS Stress automation - cluster and verification checks (#13599)
Update slow ops pattern to match multiple mon pods
disable certificate check for external RHCS (#13563)
Fix external cluster log collection
Merge pull request #13711 from AviadP/fix_test_csi_logs_rotation_logrotate_state
Ocp upgrade hosted cluster (#13470)
Merge pull request #13784 from vavuthu/handle_bom_response1
Merge pull request #13783 from petr-balogh/apply-on-monitoring-configmap
handle bom response
Merge pull request #13773 from petr-balogh/rdr-ibm-roks-managed-4.20
Merge pull request #13610 from AviadP/fix-kernel-crash-test-skipif-taints
Apply changes to monitoring configmap if it exists
fix broken download hcp kubeconfig 420 (#13683)
wait all storage PVCs are Bound on Deployment #13746
test_bucket_create-locator-fix-4.20 (#13649)
fleet-manager-dropdown-420 (#13559)
test_obc_creation_and_deletion-fix-420 (#13651)
clear if text exists in re-check (#13734)
Fix audit for detect-secrets
Somtime 2fA is not required for IBM Cloud
Add retry for get_resoruce function
Add resource group to login command for IBM Cloud managed
Add ability to log in to IBM Cloud via W3ID credentials
Add W/A for submariner ROKS deployment
Retry on EOFError in _extract_virtctl_binary method
Retry in case of StaleElementReferenceException hit
Increase wait for node on IBM Cloud ROKS cluster
Changed DR Policy to 10min
Increase timeout in subctl gather logs command
Increase time to wait for import clusters via ACM
Increse timeouts for RDR ROKS
Change DR Policy for IBM Cloud Managed platform to odf3-odf4-10m
Increase timeout for RDR scenario for node restart to 900 sec
add new regions config files for ibm cloud
Increase timout for validation Submariner for IBM Cloud ROKS
Increase sumbmariner gateway change for IBM Cloud ROKS
Change ACM Page title for IBM Cloud ROKS
UI Login for IBM Cloud Managed - ROKS
Introduce run_for_all_clusters wrapper
Add cnv_latest_stable to IBM ROKS config files
Take zone from subnet_ids_per_zone if available
Add ibm cloud roks config for 3 different zones
Update ibm cloud roks zone key
Merge pull request #13768 from petr-balogh/bump-subctl-to-0.21
Handle CNV teardown failure due to updated test function name (#13771)
[RDR] Standalone protection type and Integrate Fleet Virtulization perspective related change for CNV VM UI tests (#13378)
Bumb subctl to 0.21
Merge pull request #13611 from petr-balogh/move-annotation-to-create-service-exporter-function
Move annotation in create_service_exporter function
Removing unwanted info log and typo correction (#13603)
Merge pull request #13761 from petr-balogh/fix-storage-class-creation-refactoring
Fix iss…
avd-sagare added a commit to avd-sagare/ocs-ci that referenced this pull request Aug 10, 2026
PR for creating premigration FA cluster
fix test_corrupt_pg_alerts for many OSDs (#15822)
Merge pull request #15849 from vavuthu/defaulting_ocsci_to_5_0
Merge pull request #15838 from dahorak/make-get-latest-ds-olm-tag-more-efficient
Defaulting ocs-ci to ODF 5.0
Added code to deploy Fusion Access operator (#15542)
Add YAML log filter to reduce PackageManifest verbosity in logs (#14024)
Fix duplicate OCP import in RDR conftest (#15850)
Add MCG max-size quota lifecycle test (#15831)
Add KEDA autoscaling test for NooBaa endpoints (#15682)
Merge pull request #15810 from petr-balogh/upgrade-to-5.0
Dont create acm idms if ACM is Gaed (#15836)
Add Fixture to check if cnv operator is present and has hyperconverged installed and skip test if not present (#15820)
Suppress Strimzi CRD YAML spam from AMQ setup logs (#15691)
Merge pull request #15834 from vavuthu/use_latest_stable_tag_for_odf5
use stable tag for ODF 5.0
Use filtered quay API queries in get_latest_ds_olm_tag to avoid timeouts
W/A for bug OCPBUGS-100052
Fix OCP release image URL for OCP 5.0+
Verify forceful deployment checkbox absent in non-LSO UI deployment (#15767)
Fix test_nsfs_list_buckets and add nsfs_only access test (#15494)
Fix test_noobaa_space_available_using_cli: replace fixed sleeps with polling (#15483)
Fix TestBlockExternalAccess to delete only disableRoutes instead of entire multiCloudGateway section (#15484)
add @retry to create_multiclusterengine_resource (#15642)
Add GCP Workload Identity Federation (STS) deployment support (#15372)
Skip submariner MG if current phase is import clusters as submariner wouldn't be present (#15678)
Add Support for Running RDR Test on Disconnected Env (#15807)
Add regression test for odf object enable/disable help (DFBUGS-6384) (#15791)
Force-delete pods on unreachable nodes in delete_resources() (#15524)
adress FDF and EC deploy issues (#15784)
Skip test_ceph_osd_slow_ops_alert on compact mode deployments (#15635)
Merge pull request #15790 from petr-balogh/fix-cephx-exteranl-toolbox-pod-template
Add ApplicationCleanupPending alert verification for discovered apps (#15260)
Merge pull request #15812 from sagihirshfeld/fix-cnpg-cluster-kind-ambiguity
Use fully qualified CNPG Cluster kind to avoid ClusterAPI ambiguity
Merge pull request #15689 from vavuthu/defaulting_to_odf423
Merge pull request #15806 from sidhant-agrawal/rdr-fix-mirroring-health-check-fixture
Fixes for Mcg replication and clone deletion tests (#15492)
deployment/cnv: wait for HyperConverged healthy before enabling softw… (#15717)
Use wait_for_mirroring_status_ok in RDR health check fixture, giving transient issues time to recover before skipping.
Skip acm-idms in disconnected cluster (#15563)
Bump gitpython from 3.1.41 to 3.1.52 (#15799)
EC 2+2 cli on vsphere with multus (#15779)
Reduce TimeoutSampler per-iteration log noise (#15581)
Update exteranal mode template for CephX changes
IBM HCI disconnected mode changes (#15198)
minor fix: EC gradual and bulk node shutdown (#15789)
lso idempotency on FDF multicluster deployment 422 (#15719)
EC BM ai_1az_rhcos_nvme_3m_3w_ec_4plus2_fdf_provider (#15763)
Merge pull request #15587 from paraggit/fix_dashboard_test
Apply OCS-CI logging guidelines to Magenta squad test cases (#15387)
VirtualMachine lifecycle in fusionaccess (#15753)
Update magenta squad test with latest logging enhancements (#15433)
Revert "Force GCP deployments to use CCO passthrough mode (#15517)" (#15771)
Fixed Encryption Dashboard test case
Add DR Topology view UI automation (#15479)
Add parametrized top-10 ranking test for CephFS subvolume metrics UI (RHSTOR-7679) (#15628)
this file was acceidentally added by one of the recent PRs (#15781)
fix test_health_score_changes_based_on_alert_severity (#15577)
Merge pull request #15705 from vavuthu/config_files_odf_5_0
Merge pull request #15715 from vavuthu/fix_type_error_in_mask_secrets
Fix ACM hub namespace name and configure ACM to import MCE clusters after installing multiclusterhub (#15055)
 Add UI test for Erasure Coding pool creation and lifecycle (#15736)
EC pool names fix in MG tests 422 (#15684)
EC UI config upi_1az_rhcos_vsan_lso_vmdk_3m_5w_ec_2plus2_ui (#15762)
Merge pull request #15764 from shivamdurgbuns/issue/15752
Increase wait_for_nodes_status default timeout to 600s (#15629)
Improve RDR managed workload teardown and relocate waits (#15555)
Merge pull request #15558 from deepanjanacharya/update-doc-acm
Adds medium and low tests for validating RGW STS feature and optimised code to avoid duplication (#15511)
adding post_upgrade marker (#15740)
create pvcs from se-linux storageclass for cephfs stress tests (#15477)
fix(ibm_hci): recover missing rackIP from backups and verify BMC conn… (#15685)
Fixing DNS deletion issue
Fix platform constant and lso issue  (#15650)
Improve TimeoutSampler failure diagnostics (#15580)
Merge pull request #15739 from petr-balogh/fix-upgrade-reporting
Update JUnit XML version properties to reflect post-upgrade versions
Merge pull request #15735 from openshift-cherrypick-robot/cherry-pick-15721-to-master
use RHCOS GA template for OCP 4.19
Merge pull request #15724 from vavuthu/increase_default_vm_start_time+out
UI-test_blocking_pool_creation_rules-fix (#15725)
Deprecate test_stop_start_node_validate_topology (#15728)
Fix secondary DB query grep to match parameterized queries (#15603)
Fix revert_noobaa_endpoint_scc for Provider Client clusters (#15610)
Exclude CNPG backup VolumeSnapshots from MCG leftover check (#15604)
Seperate dr deployment part into a testcase  to help  run deployment … (#14872)
Increase default vSphere VM start timeout from 240s to 600s
fix: use node-type-aware timeout in test_registry_reboot_node[master] (#15700)
Merge pull request #15716 from vavuthu/fix_lso_deployment_failure_after_cp_restart
Use 'oc wait' command to wait for multiclusterhub Running status (#15383)
[Fusion access]Creation of external system,lungroups,fs via UI (#15686)
Add cnsa_remote_mount mark (#15706)
Fix odf noobaa CLI namespace flag placement for non-openshift-storage namespaces (#15617)
Fix early-binding namespace default in NooBaa DB pod lookup functions (#15623)
Create documentation for acm-submariner fix
Skip ocs-provider-server serviceexport for client or if already present in the provider cluster (#15523)
Add scale test for multiple STS backingstores and namespacestores (#15562)
Add multi-target and pod-restart tests for replication alert (RHSTOR-8110) (#15561)
Fix LSO deployment failure after control-plane node restart
Fix TypeError in mask_secrets when secret is None
Added ODFBUG blocker for the testcase (#15707)
Fix and refactor test_monitor_recovery.py to align with updated steps (#15409)
Adding ODF 5.0 config files
Handle PV deletion race during VM teardown (#15579)
Avoid NooBaa pod collisions in degraded-state node-stop tests (#15597)
Defaulting ocs-ci to ODF 4.23
Merge pull request #15670 from shivamdurgbuns/issue/15669
Adding condition to check the LB starting with kube-<cluster-prefix>
Merge pull request #15668 from petr-balogh/fix-prereq-anchor
Fix Sphinx anchor link in code_review.md documentation
Merge pull request #15663 from petr-balogh/replace-detect-secrets
Replace detect-secrets with gitleaks for secret scanning
Adds IBM HCI platform as on prem platform (#15648)
EC node operations. Gradual and bulk shut-down. 422 (#15575)
Merge pull request #15376 from clacroix12/fdf-upgrade
rosa hcp tag quota issue. improve removal (#15589)
Add BareMetal bluestore OSD simulation conf files for encrypted scenarios (#15551)
Fix MCE deployment picking wrong CSV in multicluster-engine namespace (#15645)
Wait for CephBlockPool Ready before creating StorageClass (#15234)
rosa hcp login update (#15631)
download hcp binary - self heal (#15549)
bug fix on ec_allowed marker (#15453)
reclaim space post PVC detatch plus EC. DFBUGS-7982 (#15550)
EC-test_cephfs_rwx_pvc_ec_pool_create_io_delete (#15554)
Add operator restart PriorityClass persistence test (RHSTOR-7764) (#15476)
Merge pull request #15625 from petr-balogh/fix-upgrade-api-timeout-retry
Add post-upgrade test to verify NFS driver pods are absent by default after ODF 4.22 upgrade (#15472)
Skip force-delete of PDB-protected Ceph daemon pods during OCP upgrad… (#15501)
KMM deployment and image registry pvc (#15393)
Fix HTTP 504 timeout handling in OCP upgrade graph API
Merge pull request #15285 from petr-balogh/fix-vsphere-cleanup
Indentify the default cephblockpoolradosnamespace when more than one is present for a storageconsumer (#15462)
Fix "test_resize_osd" test failures: parse crash, weight lag, and Quay rate limit (#15593)
RHSTOR-8247: Automated a medium priority testcase (#15588)
Fix race condition in ceph full thresholds verification (#15530)
Fix bucket policy UI principal to use ARN format on OCS 4.21+ (#15586)
Add test for bound CephFS snapshot delete rejection (RHSTOR-7731) (#15518)
Resume running bucket creation/deletion performance tests (#15506)
Add expected ceph config values for ODF 4.18 z-stream backports (#15527)
Merge pull request #15553 from vavuthu/use_rhcos_in_ocp5_0
use RHCOS in OCP 5.0
Adds  UI tests for s3 vector policy feature (#15508)
fix: use case-insensitive matching in get_plugin_provisioner_leader (#15567)
Fix test failure in test_enable_bucket_versioning (#15560)
Merge pull request #14795 from red-hat-storage/dependabot/uv/pygments-2.20.0
add test_external_systems_empty_state (#15422)
Add dual-stack (IPv4+IPv6) OCP deployment support for vSphere UPI (#14998)
Force GCP deployments to use CCO passthrough mode (#15517)
Merge pull request #15529 from shyRozen/ipv6-external-deployment
Add UI tests TC2 and TC3: CephFS subvolume metrics (RHSTOR-7679) (#15481)
patch-metadata-pool-EC-day-2-FIX (#15522)
Run capacity alert tests near end of suite to prevent cluster poisoning (#15502)
Wait for ReclaimSpaceCronJob and fall back to <pvc>-reclaimspace when annotation is missing (#14929)
Wait for NooBaa DB readiness after endpoint max count change (#15187)
Optimize discovered-apps failover and relocate test with batched phases (#15304)
Add FDF Image Mirroring Functionality (#15184)
adjust timing in mce multicluster deployment (#14879)
Merge pull request #15519 from DanielOsypenko/resolve-client-profile-mapping-non-defult-ns
Fix test_nodes_restart[True] NotImplementedError on baremetal (#15439)
Add external IPv6 deployment config for vSphere UPI
resolve client profile mapping for non-default storage ns
Adding missing step for ODF mon pod crashes (#15486)
Add df size check to test_outcluster_nfs_export to catch NFS quota regression (#15470)
Adjust expected mon_target_pg_per_osd for lower-req clusters (#15438)
Add ignore_leftovers to TestPodsCsiLogRotation (#15503)
Adjust logging standards to test_check_number_of_pgs (#15347)
Fix CephCrashMonitor join() failure on Python 3.11+ (#15489)
Update Submariner to 0.24.0 and mark ACM released for OCP 4.22 (#15452)
Merge pull request #15460 from jilju/fix_cephblockpoolyaml_annotation_in_metadata
`test_write_to_full_bucket`: Increase PV-pool backingstore memory limit to 800Mi (#15006)
Update create_multiclusterservice condition to skip when host networking (#15499)
Add self-ref MCG as ULS platform and test replication alert on underlying bucket deletion (#15363)
Adds medium proirity UI tests for s3 vector feature (#15456)
Merge pull request #15487 from vavuthu/ocp_423_config
Add NooBaa and StorageCluster health checks to health_checker fixture (#15386)
Merge pull request #15468 from sagihirshfeld/ignore-cnpg-pods-leftovers
Add encrypted BlueStore dm-crypt OSD simulation on worker nodes (#15235)
Adds high priority tests for RGW STS feature (#15413)
Adds vector policy and medium proirity tests for s3 vector feature (#15425)
Merge pull request #15334 from vavuthu/add_stable_tag_for_423
Adding OCP 4.23 config files
Disable default redhat-operators catalogsource for non hosted client cluster (#15475)
Apply OCS-CI logging guidelines to NFS feature test (#15398)
Fix get_used_percentage for non-LSO deployments in test_mon_data_avail_warn (#15138)
Merge pull request #15325 from dahorak/add-block-only-configuration-and-fix-validate-pdb-creation-function-for-disabled-components
Add multus case in test_blackbox_exporter_probe (#15431)
Adding certificate pull for ceph reef (#15416)
Fall back to latest known version in must-gather test (#15443)
Ignore cnpg-controller-manager pod leftovers in MCG tests
A new test cases for noobaa bucket error state improvements (#15419)
Merge pull request #15406 from ypersky1980/ypersky_test_nfs_db_mount_fix
Update cephblockpool template to move annotation from spec
Fix unreliable pull-model ApplicationSet health check in RDR workloads (#15236)
Merge pull request #15436 from DanielOsypenko/422-valicate-topology-osd-count
Merge pull request #15437 from vavuthu/add_ocp5
Add UI test TC1: CephFS subvolume metrics section reachable (RHSTOR-7679) (#15435)
get get_registry_svc dynamically based on ocp version
Merge pull request #14733 from deepanjanacharya/dacharya-fix
Adds UI tests for S3 vector feature (#15330)
Test to automate RHSTOR 4474: On-premise deployments of ODF, where we have 5 or more nodes,racks or rooms add the ability to configure 5 MONs (#15333)
Fix must-gather image repo and tag for ODF 4.14-4.18 (#15074)
Adding OCP5 config file
Merge pull request #15336 from Akarsha-rai/fix-mdr-worker-node-ips-15277
Auto-configure ACM and Submariner based on OCP version
Add pre-commit and CI check to block new usage of deprecated functions (#15352)
Add invalid forceful deployment key test, wipe-devices helper, and no-wipe verification (#15400)
fix verify_consumer_configmap for Block only deployment
Merge pull request #15378 from rh-aaleem/introduce-base-class
Add workaround for DFBUGS-7417
fix ocs_install_verification for disabled components
add option to disable cephObjectStoreUsers
fix validate_pdb_creation function for disabled components
Add ibm hci conf (#14082)
Merge pull request #15364 from AviadP/cache-oc-plugin-list
Adds negative tests for RGW disablehttp feature (#15312)
Included new logging standards and added drain node logic to cover RHSTOR-6148 (#15288)
Adds high priority tests for s3 vector feature (#15297)
Fixed krkn container chaos test (#14407)
Add retry logic and GA fallback for OCP nightly version service (#15394)
External replica1 exporter test (#14476)
Merge pull request #15384 from petr-balogh/ocp-4.22-ga-config
OCP 4-22-GA config
Merge pull request #15332 from ypersky1980/ypersky_test_sts_assume_role_fix
added test test_disable_alerts_and_verify_health_score  (#15305)
Cache oc plugin list output in exec_cmd to avoid redundant subprocess calls
fix test_reclaim_space_cronjob_with_annotation 422-419 (#15301)
Apply logging guidelines to "test_node_replacement_proactive.py" file (#15295)
Test fixes for system tests with bugs (#15350)
RHSTOR 8248 - Add staggered CronJob scheduling edge-case tests (#15209)
Add disconnected deployment support for external mode (#15194)
Add retry logic for getting router-default service in configure_ingress_load_balancer_security_group (#15186)
external mode ipv6 (#14477)
422 provider multicluster updage fix - csv issue (#15299)
Fix test_verify_backingstore_uses_rgw failing on client clusters (#15318)
use stable tag for ODF 4.23
adding fixes
DRS: wait after machineconfig change (#14522)
Merge pull request #15290 from vavuthu/ec_config_file
Add vSphere LSO UI conf files for pre-used disks and forceful deployment  (#15284)
EC config file
is_ec_pool_supported - safety check to prevent err on client cl (#15313)
Add happy path test for NooBaa denyHTTP feature ( RHSTOR-8118)  (#15274)
Add GetBucketVersioning check before replication with versioning suspension test (#15273)
ec-day2-tests-adjustments-NON-ui (#15239)
Fixing critical test case in HealthOverview (#15257)
Merge pull request #15282 from ypersky1980/ypersky_test_bucket_delete_with_objects_fix
Merge pull request #15302 from vavuthu/odf_423_config_new
422 Add LSO Advanced Settings automation: forceful deployment, erasure coding, and EC scheme validation (#15259)
Add ODF 4.23 config file
NooBaa object browser on client - list objects with folders (#15245)
Merge pull request #15218 from sagihirshfeld/noobaa-azure-sts-followup
Merge pull request #15255 from sagihirshfeld/test-mcg-replication-alert-iam-key-revocation
Merge pull request #15244 from petr-balogh/enhance-mdr-upgrade
MCG PriorityClassNames feature: Add PVPool backingstore tests (RHSTOR-7764) (#15238)
Merge pull request #15296 from Shilpi-Das1/odf-cli-path-change
Fix intermittent test_pv_pool_with_nfs failures due to NFS mount timeout (#15205)
odf-cli: extract cross-platform binaries from amd64 image
delete storage policies as post destroy checks (#15197)
Merge pull request #15231 from udaysk23/rgw_http
Merge pull request #15251 from udaysk23/rgw_sts
Merge pull request #15195 from udaysk23/s3_vector
delete storage policies as post destroy checks
Adds tests for disable RGW http feature
Adds test for s3 vector Happy path verification
Merge pull request #15116 from sagihirshfeld/test-endpoint-network-disruption
Verify replication after recovering the IAM key
Address review comments on Azure STS credential handling
Fix bytes-in-scope bug in MI role assignment on test storage account
Add Polarion IDs for Azure STS test cases
Add platform markers to STS tests to prevent cross-platform runs
Grant MI role assignments on test storage account
Remove extra CRD fields from Azure STS backingstore and namespacestore
Add Azure STS backingstore and namespacestore test params
Add Azure STS backingstore and namespacestore creation support
Add get_azure_sts_creds_from_sub() utility for Azure STS
Adds tests for qualifying RGW sts feature
Fix vsphere-cleanup to prevent destroying wrong cluster resources
test script to check coexistence of different storage classes (#15106)
Add kubeadmin-password download support for HyperShift hosted clusters (#15248)
Add SVG parametrize and provider Prometheus checks to alert test (#15230)
Merge pull request #15278 from vavuthu/user_overwrite_flag_for_unzip
IBM HCI related Changes for RDR (#14107)
adding retries
use overwrite flag for unzip
Merge pull request #15191 from ypersky1980/test_fill_bucket_new_fix
Revert firing-only filter — match pending alerts too
Merge pull request #15121 from sagihirshfeld/test-noobaa-prometheus-rules
Clarify boolean condition in _wait_for_replication_alert
Address Claude Code review feedback
Address CodeRabbit review feedback
Use get_alerts_by_labels for bucket-scoped alert polling
Fix teardown ordering to delete OBCs before backingstore
Refactor IAM key revocation test to use factories and reusable fixtures
Add IAM key revocation test for NooBaaReplicationTargetUnreachable alert
remote obc test cases (#15185)
Merge pull request #15250 from red-hat-storage/revert-15103-health_part2
Revert "Extend alert test case for critical alerts (#15103)"
Add happy-path test for NooBaaReplicationTargetUnreachable alert (RHSTOR-8110) (#15117)
Merge pull request #15246 from petr-balogh/blackobx-4.21
Merge pull request #15232 from ypersky1980/ypersky_test_noobaa_sts_fix
Fix remaining 4.22.0-78 reference in test_health_overview
Update blackbox exporter version check to 4.21.7-1
Fix DR cluster operator upgrade test pod/CSV selection
Added retry to delete storageclass operation (#15160)
Merge pull request #15243 from red-hat-storage/revert-15240-get_arch_fix
Revert "Update odf-cli path"
Merge pull request #15240 from ezio-auditore/get_arch_fix
Update odf-cli path
Extend alert test case for critical alerts (#15103)
topology tests - fix TypeError (#15229)
adding a fix to PR review
fixes following review comments
adding fixes and skip due to a product bug
adding another spelling fix
spelling fix
adding a review fix
skip blackbox check after upgrade (#15222)
adding a fix
Verify NetworkPolicy creation after apply
Clean up endpoint network disruption test
Trigger RTD rebuild
Add endpoint network disruption test for DFBUGS-5838
RHSTOR-7656 - Test generation of MDS alert for xattr latency (#14045)
Update mirrors in hostedcluster during operator install and skip machineconfigpool check on hosted cluster (#15120)
Add happy-path test for the MCG PriorityClassNames feature (RHSTOR-7764) (#15176)
Harden bucket logging tests against race condition and PVC leftovers (#15007)
Fix test_multiregion_mirror timeout failures by rewriting mirroring check logic (#15206)
Fix test_account_update_with_custom_creds_using_cli CLI path mismatch and shell quoting (#15204)
skip blackbox check after upgrade
RHSTOR-8518-Checking auto created Virt SC  (#15098)
Add topology-aware provisioning tests for external mode (RHSTOR-5525) (#15151)
Merge pull request #15207 from ypersky1980/ypersky_test_obj_owner_in_obc_buckets
Merge pull request #15203 from ypersky1980/ypersky_test_mcg_namespace_object_versions_crd_fix
Merge pull request #15193 from ypersky1980/test_bucket_list_command_fix
Merge pull request #15192 from ypersky1980/ypersky_basic_bucket_policy_operations_fix
Merge pull request #14905 from ypersky1980/ypersky_iam_policy
Fix StaleElementReferenceException and PVC creation race in PVC UI tests (#14959)
adding a review fix
adding a fix
adding a fix
adding a fix to test_mcg_namespace_s3_ops_crd.py
Merge pull request #15190 from petr-balogh/fix-operator-group-for-fdf-fusion-deployments
Prevent duplicate OperatorGroups in FDF and operator deployments
Merge pull request #15199 from vavuthu/update_blackbox_exporter_label
update update_blackbox_exporter_labe in test cases
added test_blackbox_exporter_probe (#15196)
Merge pull request #15153 from anajain16/bucket_versioning
Increase timeout (#15202)
CephFS stress test automation: Run continuous lookups (#15038)
Function explicitly checks for MDR mode (#15178)
Update odf-blackbox-exporter label
Add test for CephFSOrphanedSnapshot alert (#15155)
Add fixture to download virtctl before RDR tests (#15144)
adding a review fix
adding a fix to test_bucket_list_command test case
adding a fix to the test_basic_bucket_policy_operations test case
adding a review fix
Merge pull request #15108 from sagihirshfeld/noobaa-azure-sts-mi
Centralize TLS configuration for NooBaa And RGW (#15134)
Add Ceph BlueStore Simulation Support During LSO Deployment (#13799)
Merge pull request #15133 from udaysk23/rgw_ec_validation
Merge pull request #15113 from vavuthu/remove_wa_for_DFBUGS-6749
Merge pull request #15164 from clacroix12/fdf-4.22-config
Simplify create_noobaa_managed_identity return value
Merge pull request #15014 from sagihirshfeld/change-object-expiration-lifecycle-intervals
Address review comment: remove unused get_azure_sts_creds_from_sub()
Fix downstream subctl image extract path and binary handling (#15104)
Add live deployment param to deploy-fdf (#15118)
Merge pull request #15124 from jilju/fix_15123
Merge pull request #15035 from sagihirshfeld/fix-race-condition-in-test-block-access-from-storagecluster
Merge pull request #15129 from sagihirshfeld/fix-test-rgw-keda-ha-external-mode
Merge pull request #15013 from sagihirshfeld/fix-test-multiple-bucket-notofis-setups
Merge pull request #15167 from ypersky1980/ypersky_default_backingstore_override_fix
Update finding radosnamespace and cephblockpoolradosnamespace (#15145)
Add RDR health check fixture and fix ceph_health_recover no-op when no pattern matches (#15050)
adding a fix to test_default_backingstore_override_post_upgrade
adding a fix
adding policy deletion
Remove test_failover, trim test_relocate and test_failover_and_relocate (#15097)
Add FDF 4.22 config
Merge pull request #15152 from petr-balogh/add-code-rabbit-config
Add code rabbit config file
Automate the NetworkFence workflow with cephcsi on non-stretch cluster (#14304)
error msg tests fix 4.22 (#15089)
zoom out not UI fallback on test_validate_topology_node_details_llm (#14991)
Merge pull request #15149 from petr-balogh/assume-ceph-19-for-odf-4.18-and-above-if-not-determined
improve bucket_versioning
Remove duplicate constant HYPERSHIFT_ADDON_DISCOVERYPREFIX (#15092)
Assuming ceph version is >= 19 if not determined for ODF 4.18 and above
Merge pull request #15115 from shivamdurgbuns/bug/rgwssldeployment_fix
RHSTOR-8248-Happypath (#14876)
fix for 14755 - Added new function to get the leader pod of odf external snapshotter (#14914)
fix packing logs in collect_pod_container_rpm_package (#15139)
Adds test for RGW EC config verification
Enable obc on client cluster and test crud operations (#14957)
Skip test_rgw_keda_ha in external mode
Fix NFS mount failure on IBM Cloud by fixing retry logic and opening port 2049 (#15119)
Use list copy to avoid updating original config value dr_cluster_relations
Add tier1 post-upgrade test for NooBaa PrometheusRule existence
Automate bug DFBUGS 3778 (#14894)
Add parameter to pass hcp image url (#15101)
vSphere UPI deployment: allow EFI Securre Boot (#14782)
Add support for custom upstream Ramen image in DR deployment (#14779)
Merge pull request #15071 from openshift-cherrypick-robot/cherry-pick-14948-to-master
Merge pull request #15002 from petr-balogh/enhancements-for-stress-suite-memory-leaks
Revert "Merge pull request #15062 from vavuthu/fix_ceph_health_DFBUGS-6749"
Fix:issue-14958:Update MDR Code for Fencing IP Configuration (#14962)
Fix:issue-14958:Update MDR Code for Fencing IP Configuration
Add NooBaa managed identity for Azure STS/WIF deployments
Merge pull request #15091 from dahorak/add-ocs-tls-profiles-to-required-packages
Fix PVC clone and expand submit locators for console changes (#14977)
add workaround for issue 15085 (#15086)
local-cluster_dropdown fix on 4.22 (#15080)
test_requested_capacity_breakdown 4.22 fixes (#15084)
Merge pull request #14968 from clacroix12/update-logging-skill
Merge pull request #15064 from petr-balogh/ocp-config-for-fusion-and-fdf-deploy
kubeconfig should always create even if kubeconfig is there (#15066)
Noobaa chaos scenarios (#14286)
Fix parse_subvolume_ls_output to handle column-padded odf-cli output (#15065)
Wait for NFS StorageClass propagation to client cluster (#14841)
Merge pull request #15062 from vavuthu/fix_ceph_health_DFBUGS-6749
EC day1 tunning operational tests (#15040)
Fix ceph health and do not fail in case Jira was updated
workaround for the devicehealth module ceph health failure during ODF deployment (DFBUGS-6749)
Merge pull request #14884 from sagihirshfeld/fix/craft-s3-command-ssl-check-mcg-obj
Merge pull request #14892 from sagihirshfeld/refactor/consolidate-craft-s3-command
test_delete_lifecycle_rule (#15008)
Change LSO deployment the same way how we have normal deployment
Load ocp config for fusiong and fdf deployment entrypoints
Fix skipif_hci_provider_and_client eager evaluation by using a fixture (#14766)
Merge pull request #15005 from sagihirshfeld/deprecate-test-db-scc
Merge pull request #14960 from dahorak/mirror-ceph-volsync-plugin-operator-for-disconnected-deployment
Merge pull request #15032 from vavuthu/use_jumphost_only_for_ibmcloud_rhcs
Add RDR bug verification test for DFBUGS-5285 (#14796)
Update logging in test_deployment using update-logging skill
Add update-logging claude skill
Add UI test for MCO operator rebranding validation (#14898)
Add test to verify MCO updates peer secret on mon failover (DFBUGS-4801) (#14799)
Fix race condition: wait for disableRoutes propagation to noobaa CR before checking routes
deploy nightly builds on ROSA HCP with w/a (#14980)
adjust HCP getters for 4.22 deployments (#15015)
use jump host only for IBMcloud RHCS deploymnets
Configure ingress LB security group for IBM Cloud IPI (#15012)
Merge pull request #15009 from petr-balogh/chromedriver-fix
Fix window-size chrome driver issue
Increase lifecycle interval in lifecycle configuration tests
Reduce noobaa-core load in object expiration tests by tuning lifecycle intervals
Fix positional arg bug in test_multiple_bucket_notifs_setups
Document rdr deployment/usage in ocs-ci (#14685)
Deprecate test_db_scc — NooBaa DB no longer uses custom SCC
Merge pull request #14911 from shyRozen/fix-catalogsource-grpc-pod-config
Eliminate redundant pod.get() calls in health checks
Reuse PrometheusAPI instance to prevent memory leaks
Add explicit memory cleanup in pod health checks
Merge pull request #14859 from dahorak/add-configure-ingress-certificate-entrypoint
destroy OIDC provider on ROSA HCP. Adjust the flow. (#14981)
Fix odf_console_plugin_check to navigate to local cluster first (#14891)
add idempotency for aws HCP infra deployment (#14757)
EC-test_pvc_delete_and_verify_size_is_returned_to_backend_pool (#14967)
mirror ceph-volsync-plugin-operator for disconnected 4.22 deployment
Refactor IngressNodeFirewall deployment to use Operator base class (#14902)
Fix submariner install issue by adding a retry for the element (#14273)
Merge pull request #14952 from petr-balogh/aro-deployment-fixes
Use ACM 2.17 and MCE 2.17 builds (#14982)
[RDR] Enhance mirroring status and lastGroupSyncTime verification (#14801)
Fix RDR test_failover_after_multiple_pods_failure (#14496)
Storage cluster changes for FYRE environment (#14953)
fixes for CSV issue and app logs in logging (#14862)
Merge pull request #14814 from sagihirshfeld/skip-block-external-access-tests-in-mcg-only
Use 0.23.1 Submariner image (#14721)
Skip replica-1 test on LSO clusters without extra disks (#14878)
Merge pull request #14907 from jilju/fix_mdr_deployment
Merge pull request #14965 from vavuthu/fix_azure_iam_endpoint
Add more idms and add a option to use custom tags for oadp (#14899)
Add Logging Guide for Contributors (#14567)
set iam_endpoint to None on Azure
Fix ARO deployment to clean up orphaned Azure resources
Merge pull request #14881 from AviadP/replica1-vsphere-extra-disks
Merge pull request #14950 from vavuthu/fix_azure_deployment
vsphere: skip VMDK disk attach if workers already have enough disks (#14930)
Fix nightly oc client download using pullSpec extraction (#14943)
Merge pull request #14940 from petr-balogh/use-rhcos10-template
Updated kubeconfig with OCS QE Root CA certificate
change default openshift_install_timeout to 2 hours (#14910)
Enable RHCOS 10 support across all deployment platforms
add cert issue w/a to aws HCP clusters (#14942)
adding skip and mandatory encryption parameter (#14956)
Fix mon pod selection on LSO deployments in test_mon_data_avail_warn (#14707)
Updated DNS Record Setup with TimeoutSample
Added retry logic with 3 attempts and 10-second delays to handle Azure AD propagation
Fix Azure ARO deployment failures by creating dedicated service principal
Merge pull request #14939 from vavuthu/fix_external_cluster_deployment
Merge pull request #14932 from petr-balogh/remove-operatorsource
Add support for multiple RHCOS templates in VMware deployments
Fix _collect_bound_ocs_pvcs to match NooBaa PVCs
Implement custom logger class OCSCILogger (#14668)
Remove OperatorSource references and related code
Added Krknctl random scenario execution (#14677)
deployment/baremetal: fix clean_disks skipping virtio-blk on KVM/Fyre (#14915)
Merge pull request #14860 from petr-balogh/cleanup-disks-for-fdf-deployments-with-lso
read screenshots with llm for UI tests (#14451)
ec day-1 deployment min changes (#14730)
Add grpcPodConfig to CatalogSource to prevent TRANSIENT_FAILURE
Fix upgrade blocking logic to allow lower CSV versions (#14909)
apply w/a for cert issue on hypershift cluster creation (#14906)
Update the managed cluster to identify clusterset name in MDR test
adding a test case for iam user policy actions
node ip extract for vsphere Agents (#14689)
resolve default storage class AWS > gp3-csi (#14696)
Consolidate duplicate craft_s3_command into bucket_utils
OCP 4.21+, use GA build for ACM (#14724)
Fix craft_s3_command to check mcg_obj.ssl for disabling SSL verification
workload_ui: fix retry usage, wait for all containers, add container names in logs (#14429)
Merge pull request #14868 from petr-balogh/avoid-upgrade-if-there-is-different-build-before-changing-channel
Support deploying vSphere LSO clusters with multiple device classes (#14695)
fixed pf6 locators (#14864)
Prevent upgrade conflicts from unexpected catalog builds
Merge pull request #14877 from petr-balogh/increase-timeout-for-ibm-cloud-ipi
Increase timeout for IBM Cloud deployment also for 3 workers
Merge pull request #14875 from DanielOsypenko/locators-422-and-UI-deployment
locators with v4.22 and UI deployment fix
Skip upgrade run for dr_cluster_operator upgrade , just do validation (#14718)
Add disk cleanup to FDF deployment with LSO
Add configure-ssl-certs CLI entry point for configuring custom certificates
Merge pull request #14857 from petr-balogh/ibmcloud-indrease-timeout-in-6-worker-node-setup
Merge pull request #14792 from DanielOsypenko/ui-llm-fallback-enhancements
fix locators  (#14802)
Increase timeout for OCP IBM Cloud deployment on IBM Cloud
Add volumegroupsnapshotclasses in storageconsumer for remote clients (#14715)
Match the name of catalogsource in client cluster with provider cluster (#14822)
Retry ceph osd tree commands if we encounter  errors (#14844)
Merge pull request #14846 from petr-balogh/rosa-version-entrypoint
Run IO from only one block RWX pod at a time in test (#14781)
Merge pull request #14812 from sagihirshfeld/move-snpashotclass-assignment-to-fixture
Add get-rosa-version entry point for querying ROSA OCP versions
Add get-rosa-version entrypoint
Merge pull request #14789 from petr-balogh/fix-roks-rdr-deployment
Use the value of auto_repair from config while deploying hcp cluster (#14824)
Update Phase for Mirrorpeer Check (#14817)
Use hypershift prefix in hosted cluster names when configuring gitops (#14758)
Support Running RDR test on HCP clients (#14815)
Merge pull request #14833 from vavuthu/change_brew_registry_precise
Deploy Unreleased OADP version when GA build not found (#14797)
use registry proxy
Adding a test for iam user actions (#14774)
Merge pull request #14736 from shylesh/skip-acm-upgrade
Disable image policy for 4.21 (#14818)
latest db backup changes (#14794)
Skip TestBlockExternalAccess in MCG-only deployments
Use an autouse fixture to init the class member
Update FDF pre-release registry (#14803)
Fix mon pod validation failure during IBM ROKS deployment
FIx image path for isf catalogsource (#14800)
add list of 4.22 packages for disconnected deployment (#14773)
Bump pygments from 2.19.2 to 2.20.0
UI Fallback enhancements
CephFS stress test with component failures (#14684)
Use the context of cluster_name in the function is_hosted_cluster (#14723)
storage monitoring for FDF (#14754)
update-2.12-fusion-image (#14738)
Adds support of validation on MCG only cluster and created fixture for backup task (#14550)
Fix NFS mount failure on IBM Cloud when client VM is in a different VPC (#14676)
add check for diskutilization alert (#14717)
Fix IO write overload in test_resize_osd on vSphere (#14665)
Merge pull request #14722 from vavuthu/retry_fetching_mcgcli
Merge pull request #14735 from petr-balogh/rp_assignee
Skip ACM upgrade tests from DR upgrade tests until its completely implemented
Add primary and backup assignee to xunit and rp_attirbutes
Fix teardown of pgsql_factory_fixture (#14713)
Defaulting ocs-ci to ODF 4.22 (#14637)
Defaulting ocs-ci to ODF 4.22
checking if it is a hci in case of storage setup (#14490)
Merge pull request #14727 from petr-balogh/ignore-deleted-azure-cluster-if-already-destroyed
Fix ARO cluster deletion failure when resources already deleted
Add config override for vsphere vm start timeout (#14640)
Add retry logic for CLI binary image extraction
Merge pull request #14714 from yitzhak12/fix-get-nodes-retry-on-transient-api-timeout
Fix AttributeError in Sanity.create_resources() on HCI client clusters (#14444)
Fixes 13284: support IPv6 mon endpoint format (#14573)
Add retry param to get_nodes() to handle transient API server timeouts
test_get_mon_endpoint adjusted to run on provider mode setups (#14617)
Fix ValueError in get_event_line_datetime by using re.match instead of re.search (#14624)
A fix to test_bucket_replication_and_its_metrics test  (#14703)
Fixes 13102 : Adjust validate_cluster_resource_profil test for multicluster env (#14584)
added screenshots (#14666)
Add detection to check whether the operator is installed. (#14172)
Fixes 14614: fix for fstring attributeError issue of assertion failuer Path (#14615)
Adjust the test test_operator_restart for provider mode setup (#14628)
deploy FDF client when FDF Operator on Mgmnt cluster (#14698)
use timeoutsampler instead of flaky for prometheus rule failure test (#13972)
fix to creation of duplicate bucket negative test case (#14688)
Merge pull request #14704 from petr-balogh/update-jira-for-cloud
Fix jira to use cloud credentials
Merge pull request #14630 from ypersky1980/ypersky_test_noobaa_metrics_fix
Merge pull request #14691 from ypersky1980/test_bucket_used_bytes_metric_fix
Connect Scale (#14101)
increasing timeout for prometheus query
Add hypershift addon prefix in cluster name for mirrorpeer and drpolicy if cluster is hcp cluster (#14632)
Create DPA and update submarinerconfig for client clusters (#13463)
Add password (#13112)
Remove changing submariner channel to 0.21 if 0.22 is detected (#14536)
Use 0.22.1 submariner image (#14480)
Added ceph crash check before krkn command failure check (#14534)
Merge pull request #14404 from petr-balogh/fix-xunit-file-when-aborted
Merge pull request #14664 from petr-balogh/fix-control-planes-mon-skew-as-well
Adds support of Noobaa backup for  MCG_ONLY OCS deployment (#14643)
Configure NTP server for disconnected env properly
Fix vsphere nodes ssh with jump host
Update NTP also on masters in case of compact node
Merge pull request #14654 from petr-balogh/add-timeout-before-bootstrap-complete
Merge pull request #13088 from vavuthu/fix_fusion_test_runs
Merge pull request #14530 from petr-balogh/handle-resources-or-modules-for-terraform
adjust csv for FDF clusters
Merge pull request #14652 from petr-balogh/ignore-matric-exporter-upgrade-mcg-only
Wait 10 mins before we wait for bootstrap to complete
UI with AI runtime locator fallback (#14611)
Ignore ocs-metrics-exporter upgrade check for MCG only deployments
Merge pull request #14650 from vavuthu/fix_bootstrap_must_gather
Merge pull request #14651 from vavuthu/fix_ocp422_deployment
Disable image policy
Fix replica1_setup race by waiting for CephBlockPools before OSDs (#14437)
Improvements in get_module_ip
Handle resources or modules for terraform
gather bootstrap must gather during timed out exception
Fix mon healthcheck log pattern to be more resilient to log format changes (#14623)
Merge pull request #14636 from dahorak/fix-provider-client-odf-upgrade
Add VLAN-based multus networking support for baremetal deployments (#14585)
Avoid the check for the service ocs-provider-server in client cluster during RDR deployment (#14627)
Merge pull request #14618 from vavuthu/ocp_421_ga
fix verify_image_versions for provider-client upgrade
Fix discovered-apps teardown failures and update test naming and docstrings (#14489)
fixing typo following bug fix and increasing timeout
Merge pull request #14609 from petr-balogh/add_ca_crt_to_kubeconifg
Adding OCP 4.21 GA config files
Fix #11596: adjust test_get_health for provider mode execution. (#14579)
Update to correct CA for api
Fix issue-14605: Pass validate=False for the ceph_health_status for this negative test (#14606)
Update kubeconfig with custom CA
correct the markers for test_mds_cpu_alert_triggered (#14598)
Fixes #12886: Skip a test on external mode setup. (#14577)
node operations AWS HCP (#14472)
Feat: Test "Attach Storage" UI workflow and add TestMultipleDeviceClassesUI (#14274)
Fixed Reclaimspace tests (#14458)
Merge pull request #14583 from vavuthu/increase_time_for_mcp_wait_during_upgrade
Increase timeout for MCP master during upgrade
Merge pull request #14574 from petr-balogh/fix-registry-pvc
Merge pull request #14438 from DanielOsypenko/destroy-aws-hcp
Fix: #13671 Skip the test for ocs version less than 4.20 (#13672)
Fix PVC issue contains still emptyDir as well as PVC
Unset the flag before waiting for pods and cleanup backup file (#14558)
Use cluster namespace from client config during client deployment (#14517)
RHSTOR-7671:Add runbook link verification for ODFOperatorNotUpgradeable alert (#14560)
Add custom toleration for blackbox-exporter (#14547)
Merge pull request #14405 from petr-balogh/add-stop-test-option-for-run-ci
new tset case added for health overview (#14546)
destroy client cluster with hcp
[RHSTOR-7242]RDR VM resource clean up - Critical Tests (#14266)
Updated noobaa_configmap validation to support extra parameters along with mandatory parameters (#14510)
Excluder CatalogSource pods from status check (#14542)
Merge pull request #14537 from jilju/remove_tests_affected_by_DFBUGS-4795_from_acceptance
Skip Invoking setup ACM UI fixture when it's false (#14360)
Remove acceptance marker from test cases affected by DFBUGS-4795
Merge pull request #14529 from openshift-cherrypick-robot/cherry-pick-14422-to-master
Fix bug introduced in commit 69c27c7cb
Merge pull request #14524 from petr-balogh/ignore-matric-exporter-upgrade
Skip matric exporter check upgrade due bug DFBUGS-5811
additional-network parameter, nad and machineconfig for data replication separation (#14181)
Merge pull request #14504 from DanielOsypenko/instantiate-logger-with-__name__
Run the on provider cluster where toolbox exists for provider mode setup (#14509)
stop using full path in a log line
Validating Node Availability (CPU & Memory) to Prevent Pod Scheduling Failures (#14361)
DRS: exclude clusterNetwork, serviceNetwork and link-local CIDRs from IP selection and return interface name (#14448)
Create number of VMs based on resources availability (#13229)
Merge pull request #14487 from jilju/fix_14486
Increase timeout for PVC clone and restore in tests
Merge pull request #14484 from petr-balogh/prevent-long-parametrization
Fix long test case names
Prevent additional oc calls when we do collect only
Check for long test names
Merge pull request #14420 from clacroix12/fix-test-name-length
Merge pull request #14479 from DanielOsypenko/external-spoke-implement-abstract-spoke-ocp
External Spoke: implement abstract methods
Merge pull request #14445 from dahorak/ibmcloud-bm-retry-ibmcloud-command
Merge pull request #14436 from dahorak/remove-wa-for-DFBUGS-3777
Merge pull request #14370 from dahorak/custom-api-ingress-ssl-cert-allow-change-of-existing-cert
Merge pull request #14465 from openshift-cherrypick-robot/cherry-pick-14460-to-master
Merge pull request #14459 from vavuthu/ignore_aro_checks_during_upgrdae
Add support for dynamic vnet for ARO
skip aro co checks during OCP upgrade
disable W/A for DFBUGS-3777
Merge pull request #14452 from DanielOsypenko/deploy-storage-cap-fix-421
remove cluster net route from multus nncps (#14439)
deploy-storage-cap-fix-421
Fix get_ocp_version() to handle deployment scenarios without kubeconfig (#14447)
Add S3LoginForm page object for Object Storage  authentication (#14296)
Adds support of noobaa backup for all ocs deployment (#14389)
Only ensure LSO is installed if we are configured for local storage (#14040)
Fix report properties for FDF deployments (#14363)
Default FusionServiceInstance backingStorageType to Dynamic and make it configurable (#14383)
retry ibmcloud command for any reason when command fails
Data replication separation: use ipp addr to get private ip (#14431)
Add truncate_long_lines() to reduce log volume from OLM metadata (#14018)
extend runbook for new alerts (#14432)
Merge pull request #14428 from suchita-g/13647_csv_equal_to_configmap_new
Skipped BM, Azure & IBM Power platform runs in test_automated_recovery_from_failed_nodes_reactive.py (#14356)
Merge pull request #14342 from DanielOsypenko/deploy-aws-hcp-421
Fix test_csv_script_equal_to_configmap_script on ODF 4.19+
Fix test_negative_custom_taint handling of already-deleted pods (#14424)
External replica1 core setup (#14339)
Verify RBD Block PVC Monitoring Metrics : Included test cases other than happy path (#14136)
mgmnt-client connectivity and ports
adjust timing
sts-workaround
w/a fix of failing upload OIDC discovery documents
create iam role, create cluster, correct infra vpc cidr
create infra for aws hcp
waiting for all container of warp (#14262)
Reduce parametrized args in test_csi_addons_socket_creation_per_pods_node
test_health_score_changes_based_on_alert_severity (#14320)
Merge pull request #14415 from petr-balogh/multi-arch-upgrade-support
Merge pull request #14413 from petr-balogh/fix-mismatch-of-nodeplugin-pods
Fix count of nodeplugin pods to match also app nodes
Merge pull request #14414 from petr-balogh/fix-4.21-ui-deployment-size-selection
ISCSI configuration script (#13812)
Merge pull request #14416 from vavuthu/use_thin_sc_for_vmfs_deployment
use thin-csi when used disable_custom_sc
Merge pull request #14390 from Akarsha-rai/fix-14388
Multi arch upgrade support
Fix UI deployment
Merge pull request #14375 from petr-balogh/reduction-of-logging-for-timeout-sampler
Merge pull request #14409 from petr-balogh/limit-log-in-docs-generation
Limit output for Docs generation
Fix xml file when run-ci is aborted
Add possibility to stop execution and skip rest of test cases
Fixed Krkn INstallation (#14348)
deploy-fusion/fdf: allow login to OCP via provided OCP URL and password (#14182)
Merge pull request #14335 from dahorak/allow-ocp-only-upgrade-without-odf
Merge pull request #14395 from petr-balogh/fix-issue-14394
Fix issue #14394
Fix for mon recovery1 (#14386)
DFBUGS-5082:TC8:Test cephfs CSI-ADDON pods Behaviour when daemonset pod crash (#14391)
Adding a fix to policy scenarios - adjust Principal to contain ARN (#14364)
Fixes java mvn permission issue along with execution issue (#14311)
Adds happy path coverage for noobaa db backup and recovery process using cli (#14317)
Fixes issue-14284: Enhancing wait time in test to resolve flakyness (#14387)
Fix-issue-14388: factory was updated so workload_path is optional and defaults to workload_dir when missing
Merge pull request #14374 from suchita-g/issue-13645-2
Merge pull request #14268 from sagihirshfeld/fix-test-scaling-under-load
Merge pull request #14372 from AviadP/fix_missing_timedelta
Merge pull request #14377 from petr-balogh/noba-sts-only-for-rgw-ssl
Limit noobaa sts changes only to rgw SSL deployments
Merge pull request #14368 from petr-balogh/increase-timeout-for-noobaa-sts
Limit log info in timeout sampler to 1 minute
Fix unittest for timeout_sampler
Reduce noise on timeout  sampler on info log level
Fixes 13645: test enhancement to resolve flakyness
Merge pull request #14245 from petr-balogh/mute-ceph-warn-netsplit
Reorder RDR upgrade tests (#14334)
Mute ceph netsplit warning after deployment
Resolving issue 13645 by running test steps on hub cluster (#14371)
Added missing import timedelta
allow OCP upgrade on OCP only cluster (without ODF)
allow custom changing ingress and api certs
Use apply instead of create for external mode deployment
Change to apply for subscription to make deployment more robust
Increase timeout for STS
DFBUGS-5082:tc7:Validate socket creation for cephfs-csi-addon for provisioner (#14358)
add ClusterIP as allowed providerAPIServerServiceType (#13414)
Setup N-1 Submariner for IBM cloud RDR deployment (#14341)
Use dr- prefix for hosted clusters in submariner installation stage (#14359)
add IBM Cloud ipi_1az_rhcos_sno_1m_0w.yaml config (#14345)
DFBUGS-5082:TC6:TC cephfs CSI-ADDON pods behaviour when daemonset pod restart (#14357)
DFBUGS-5082:tc5:verify cephfs-CSI addon DaemonSet deployes on all nodes (#14355)
Preupgrade check verification is applicable only for provider. (#14352)
DFBUGS-5082:TC4:validate cephfs-CSI addon DaemonSet status arguments (#14351)
remove ocs-metric pod check from mcg only deployment (#14329)
Merge pull request #14350 from suchita-g/DFBUGS_5082_automation_tc3
DFBUGS-5082-TC3:Validate containers ready status of cephfs-CSI-addon pods
Merge pull request #14349 from suchita-g/DFBUGS_5082_automation_tc2
DFBUGS-5082-2:Verify cephfs CSI-addons server used pod network effectively
Fix: Skip retry when mirroring replaying count exceeds expected (#14338)
Add foundation infrastructure for external cluster replica-1 topology support (#14280)
Merge pull request #14326 from openshift-cherrypick-robot/cherry-pick-14318-to-master
Fix install_packages to work on alpine based image
Do not exclude master node when listing worker nodes in compact mode (#14306)
Use since also for MG collection for cpeh helalth fix (#14260)
Skip serviceexport if ocs-provider-server service type is NodePort or if client cluster (#14312)
add OCP 4.22 config files (#14307)
resolve-syntax-issue-Error-improvements-tests (#14196)
Added Krkn Node Scenarios (#13921)
Introduce  dr workload   in pytest_sessionstart hook in the case of RDR upgrade (#13530)
Adds test script to validate snapshot parameter present in noobaa db backup yaml (#14258)
Add Name filter selection before PVC search in UI (#14272)
Add Standard and Premium SSD support for Azure Performance Plus deployment (#14289)
Fix ReplicationGroupDestination check after failover (#14288)
Fix missing IBM Cloud api_key for multi cluster execution (#14242)
Merge pull request #14291 from jilju/submariner_azure_text
Use existing method to check submariner Azure page
Merge pull request #14264 from paraggit/disable_kv
Add dev user infrastructure for S3 Object Browser UI (#14197)
update get_all_path to collect paths from tar.gz file (#14281)
Happy path for RHSTOR-6943 ( Noobaa Metrics) (#14199)
create new stress decorator and tag existing stress tests (#14156)
Merge pull request #14275 from vavuthu/document_ntp_server
Create RDR workload on random namespace (#13769)
Use run_io direct=1 when PVC volume mode is Block (#14253)
document ntp_server
Fixed Keyrotation test Failures.
DFBUGS-5082-1:validate configuration of cephfs CSI Addon daemonset (#14216)
use separated lvs for disk and partitions in case of partitioned_disk_on_workers (#13772)
ACM and CNV stabilization (#14119)
Check VGS in pod logs without logging container logs in console (#14267)
post-upgr-verification-fix. plugin num check (#14215)
Set a time limit and increase the load to upscale faster
Merge pull request #14180 from vavuthu/use_odf4-odf-must-gather-rhel9
Merge pull request #14179 from vavuthu/RHCOS-420-GA-template
Updated order of skip test for hci client cluster tag (#14168)
Merge pull request #14261 from prsurve/fix_cnv
fix path for discovered_apps
Merge pull request #14243 from suchita-g/issue#13644
Submariner Azure details is needed for IPI deployment only (#14254)
Add DV and DVT cnv workload (#14256)
Corrects volume snapshot class name for db backup and recovery process (#14206)
test_health_overview_modal and test_silence_health_alerts (#14198)
Fix condition for drs deployment on client (#14083)
apply workaround for DFBUGS-5083 (#14202)
Added version check (#14104)
Deploy HCP agent clusters on vSphere (#13858)
Merge pull request #14246 from clacroix12/fusion-2-13-config
Add Fusion 2.13 pre release config
Skip test_get_health test on external mode setup
Merge pull request #14241 from red-hat-storage/dependabot/uv/pyasn1-0.6.2
Bump pyasn1 from 0.6.1 to 0.6.2
Add uv project requirements (#14113)
Merge pull request #14233 from petr-balogh/fix-ocp-mg-collection
Fix ocp mg collection
RHSTOR-7671: Test to verify upgrade False status when storagecluster not ready (#14209)
Increased timeout for pod stabilize & ignoring storage client pod (#13899)
Merge pull request #14211 from jilju/fix_14210
Merge pull request #14193 from petr-balogh/wa-for-noobaa-rgw-ssl
Verify blackbox pod post deployment and upgrade (#14054)
W/A for noobaa RGW SSL issue
Update deployment CR check in pod_factory_fixture
Use Deployment in the fixture create_pvcs_and_pods (#14195)
Merge pull request #14201 from petr-balogh/fix-multi-arch-image
feat(expansion): Add support for multiple device classes with same storage size (#14032)
fix for getting multi arch image
trim large base64 from logs[exec_cmd] (#13545)
Added S3 and OBC bucket creation via UI before comparison (#13868)
Improving function get_failure_domain() (#13988)
FDF 2AZ Arbiter support (#14118)
Merge pull request #14142 from dahorak/external-mode-cluster-with-rgw-ssl-apply-ca-certificate-before-subscription
Add re-try for CommandFailed for is_available in operators.py (#14171)
add possibility to pack mg log files to one tarball (#14117)
use odf4-odf-must-gather-rhel9 must-gather
OCP 4.20 GA RHCOS template
change amq pod names (#14173)
Merge pull request #14133 from petr-balogh/must-gather-since-time-support
Submariner Addon installation on Azure (#14100)
Merge pull request #14138 from jilju/temp_node_count
Map platform node to IBMCloudBMNodes if platform is baremetal and deployment_type is ai (#14130)
Updating remove_toleration() with precheck and gracefull handling (#14006)
Merge pull request #14135 from sidhant-agrawal/fix-issue-14134
Fixing test est_overprovision_level_policy_control_with_capacity (#13815)
Deprecating system_test mark in favor of system (#14153)
Merge pull request #14137 from vavuthu/odf_422_config
Remove marker 'skip_resize_pre_conditions' from the autoscaler tests (#14131)
Update Get worker node count to include master nodes with worker role (#14140)
Increase the timeout to 900 seconds (#14053)
Extend timeout to allow objects to expire (#14031)
external mode with rgw ssl: apply CA cert before ODF subscription
Remove excessive logging from ODFCLIRunner::run_noobaa (#14124)
Fix replica-1 test race condition and ensure teardown runs on failure (#14110)
clean_up_pods_for_provider-safe-upgrade (#14073)
Provider.Remove rgw checks on cloud platforms (#14099)
Remove gateway node count from ocs validation on Azure
Adding ODF 4.22 config files
happypath testcases for RHSTOR-5363 (#13788)
Skip PVCs with "vs-" prefix in backend volume collection
Enable since option for MG
fix locator change for obc creation  (#14108)
Merge pull request #14127 from suchita-g/issues-13264-testgethealth
Add Support for filebrowser and mongodb workload for discoveredapps (#13525)
Fix ACM UI locators for PatternFly 6 migration (#14122)
Also include the ssl property in the creation of the nsfs_s3_obj (#13805)
Automated Happy Path RHSTOR-8091 (#13847)
Fixes- issue #13264 Exclude rook-ceph-osd-key-rotation-* pod
extend timeout for oc-mirror make build command (#14103)
calculate number of nmstate pods dynamically (#14116)
Merge pull request #14114 from clacroix12/fix-black-formatting-issue
Fix black formatting issues
Test patch and verify ceph mon healthcheck and verify the new values are respected (#14085)
Merge pull request #14105 from dahorak/extend-timeout-for-openshift-install-wait-for-install-complete-command
Refactor: Replace FIO benchmarks with FillPoolJob for cluster scaling tests (#14094)
Fixing issue #13514, by skipping for intransit scenarios (#14025)
Fix test failure for external mode cluster when wrong pods are checked (#13531)
extend timeout for wait-for install-complete command
Merge pull request #14098 from petr-balogh/fix-odf-configure-performance__selector-for-4.21
Fixed odf-cli path issue (#14080)
Use Automated Way to configure Importing MCE based cluster to ACM (#13942)
Merge pull request #14093 from petr-balogh/fix-ceph-health-recover-for-deployment-case
Merge pull request #13866 from dahorak/fix-assisted-installer-destroy-old-clusters
assisted instaler deployment: set platform (#13838)
Performance profile UI fix for 4.21
Adds happy path coverage for noobaa db backup and recovery process (#14062)
Happy path coverage for RHSTOR-7576: NooBaa utilization of secondary DB pod for read-only queries (#13974)
Increase the sleep time after put-bucket-notif (#13891)
Recover ceph health if possible in deployment test
RGW-HA Happy Path Automation (#13685)
Verifying liveness and readiness probes of OCS & MCG operator (Happy Path) (#13992)
Merge pull request #14084 from petr-balogh/dynamic-fetching-ocp-multi-arch-image
RHSTOR-7671:TC to verify ODF upgrade prevent status when Ceph Health WARN (#14074)
Merge pull request #13960 from petr-balogh/add-retry-for-idms-extract
Increase timeout for Installing HyperConverged (#13353)
Enable Graviton testing and dynamic fetching of multi arch OCP release image
Fix typo: DR_OPS_NAMESAPCE -> DR_OPS_NAMESPACE (#14081)
OCS-7413 Test to verify Azure Performance Plus CSI volume parameters (#14022)
Wait for warp pod to become running... (#14014)
Get ocs_registry_image before ocs_install_verification (#14057)
Merge pull request #14065 from paraggit/skip_nfs_resource_check
Merge pull request #14069 from vavuthu/fetch_ntp_server_from_env_section
Merge pull request #14052 from petr-balogh/update-idms-for-ibm-spectrum-scale-unreleased-content
Bump marshmallow from 3.26.1 to 3.26.2 (#13993)
deprecate test_noobaa_postgres_cm_post_ocs_upgrade 4.21 (#14072)
fetch user provided NTP server
Bump urllib3 from 2.5.0 to 2.6.3 (#14063)
Update test_odf_resources_requests_and_limits.py (#14064)
Merge pull request #14047 from shylesh/fix-multicluster-iteration
Skip nfs resource check on the client cluster
Fix missing update_jira params in ceph_health_check_with_toolbox_recovery (#14055)
Add toolbox pod recovery to health_checker fixture to prevent test failures after node disruption (#13854)
Merge pull request #14028 from vavuthu/update_rhcos_odf421
Update FDF IDMS with spectrum scale STG content
update rhcos for ODF 4.21
Merge pull request #14044 from vavuthu/get_ocs_registry_image
IBM Cloud - W/A for timeout isses waiting for Kubernetes API (#14039)
Update ACM, MCE, and Submariner versions for OCP 4.21 (#14005)
Fix multicluster iteration
get ocs_registry_image before ocs_install_verification
Fixes content check in boto response (#13865)
UI public access block happy path (#13896)
provider-storage-validation-fix-421 (#14026)
Dont create service export when provider service is using nodeport (#13934)
fix missing setters for Deployment properties (#14034)
Fix locator for test_store_creation_and_deletion (#14012)
verify_provider_mode_deployment - remove redundancy (#14019)
save DOM as html for UI analysis (#14023)
bump-mce-2.11 (#14008)
increase mce timeouts for cloud provider platforms (#14007)
Metallb operator 421 (#14003)
Merge pull request #13978 from petr-balogh/fix-multi-platform-deployment
Allow enable CLI submariner deployment
Fix IBM Cloud set region for multi platform run
Adds logic for installing the LSO operator if its not there (#13951)
Fix must-gather test failure in post-upgrade scenarios (#13889)
Fix osd size locator for UI deployment (#13973)
Introduce FillPoolPod utility and fixture for cluster capacity filling (#13856)
Changed the fixture scope from "session" to "class" in the TestCephtoolboxPod class. (#14001)
Merge pull request #13961 from AviadP/replace_skipif_marker_test_node_maintenance
Merge pull request #13991 from sagihirshfeld/fix-test-sts-assume-role
Fix test_sts_assume_role
Re-enable Consistency Group feature for ODF 4.21+ (#13785)
Storage class noobaa locator change (#13976)
add ui marker to black squad test cases (#13962)
Additional fixes
W/A for multi platform deployment issue
Add fio parameter direct=1 in the test case test_snapshot_restore_with_different_access_mode for block volume mode pvc (#13636)
Increase timeout for PVC in test_expansion_snapshot_clone (#13963)
Fix the default value of client_namespace (#13970)
Increase NooBaa's logging level for flaky tests  (#13894)
Refactor CephFS stress helpers file for better state management (#13966)
Fix install clusteradm (#13971)
Add config files for missing fusion and fdf versions (#13953)
Remove the node param from the deployment_pod_factory (#13916)
Fix for, issue#13624 (#13694)
Updated test_nfs_pvc_subvolume_deletion testcase (#13708)
Replaced Skipif marker in test_node_maintenance
Add retry for idms extraction
Fix 4.21 UI deployment (#13952)
Refactored Resiliency tests (#13409)
extending pods in exclusion list (#13923)
Test CephFS stress cleanup using parallel deletion (#13950)
Merge pull request #13365 from subhamkrai/add-multus-existing-cluster
add multus support for existing cluster
Update submariner unreleased image to latest version (#13927)
Verify Azure machines are stopped (#13915)
Merge pull request #13949 from petr-balogh/add-disconnected-4.21-packages
Add disconnected packages for 4.21
Use GA build for ACM and submariner (#13846)
Merge pull request #13919 from petr-balogh/new-way-for-installing-unreleased-operators
Add NMStateOprator new implementation
New way to install unreleased operators
CephFS stress automation - Directory, File creations and Metadata ops from multiple clients concurrently (#13897)
Fix the argument name in AZURE.compute_client and the methods to poweroff, start and restart Azure machines (#13910)
Use the namespace openshift-storage for client clusters (#13911)
Fixed keyrotation test failure (#13809)
RHSTOR-7473: Support new performance plus option in Azure cluster deployments in ODF (#13767)
Verify RBD Block PVC Monitoring Metrics (Happy Path) (#13841)
Add ceph health recovery for netsplit issue (#13850)
remove rgw check on aws provider (#13836)
skip test_detach_attach_worker_volume for ROSA HCP (#13864)
catch destroy applience cluster 404 (#13873)
Defaulting ocs-ci to ODF 4.21 (#13774)
Add support for RHCS deployment under existing VPC on IBM Cloud (#13350)
AssistedInstaller: fix destroy process for old clusters
Merge pull request #13852 from petr-balogh/fix-external-mg-collection
Fix external MG script
Setup Storage for Fusion 2.11 (#13485)
Deployment and testcase for openshift logging with lokistack (#13094)
Merge pull request #13817 from petr-balogh/ceph_health_fix_update_bug
Merge pull request #13608 from petr-balogh/dont-fail-on-mg-collection-on-success-when-fails
Merge pull request #13517 from petr-balogh/use-CSafeLoader
Do not fail deployment when MG collection on success run failed
Enhance logic for ceph_health_recovery to update Jira
Excluding localhost from proxy traffic (#13813)
Changed deploymentconfig to deployment (#13807)
Add node status check before test begins (#13439)
verify_last_heartbeat_timestamp-skip-if-no-odf (#13832)
Fixed Encryption dashboard tests cases (#13814)
Updated timeout time (#13607)
Add early workload resources status check before DRPC creation for CNV workloads (#13797)
skipping test_crashcollector_pod_existence_on_ceph_pods_running_nodes if failure domain is host (#13777)
Updated test_nfs_not_enabled_by_default to test nfs pod provisioning when nfs is disabled (#13590)
Fixing cluster context switch issue for multi ns test (#13792)
Merge pull request #13789 from petr-balogh/update-slow-ops-pattern
Test and helper methods for UI-bucket lifecycle policy (#12618)
Fix missing resource_name fallback in wait_for_resource_oc_wait() (#13780)
Fix ephemeral pod test PVC deletion check (#13609)
enhance teardown (#13036)
Merge pull request #13790 from petr-balogh/external-mg-fix
CephFS Stress automation - cluster and verification checks (#13599)
Update slow ops pattern to match multiple mon pods
disable certificate check for external RHCS (#13563)
Fix external cluster log collection
Merge pull request #13711 from AviadP/fix_test_csi_logs_rotation_logrotate_state
Ocp upgrade hosted cluster (#13470)
Merge pull request #13784 from vavuthu/handle_bom_response1
Merge pull request #13783 from petr-balogh/apply-on-monitoring-configmap
handle bom response
Merge pull request #13773 from petr-balogh/rdr-ibm-roks-managed-4.20
Merge pull request #13610 from AviadP/fix-kernel-crash-test-skipif-taints
Apply changes to monitoring configmap if it exists
fix broken download hcp kubeconfig 420 (#13683)
wait all storage PVCs are Bound on Deployment #13746
test_bucket_create-locator-fix-4.20 (#13649)
fleet-manager-dropdown-420 (#13559)
test_obc_creation_and_deletion-fix-420 (#13651)
clear if text exists in re-check (#13734)
Fix audit for detect-secrets
Somtime 2fA is not required for IBM Cloud
Add retry for get_resoruce function
Add resource group to login command for IBM Cloud managed
Add ability to log in to IBM Cloud via W3ID credentials
Add W/A for submariner ROKS deployment
Retry on EOFError in _extract_virtctl_binary method
Retry in case of StaleElementReferenceException hit
Increase wait for node on IBM Cloud ROKS cluster
Changed DR Policy to 10min
Increase timeout in subctl gather logs command
Increase time to wait for import clusters via ACM
Increse timeouts for RDR ROKS
Change DR Policy for IBM Cloud Managed platform to odf3-odf4-10m
Increase timeout for RDR scenario for node restart to 900 sec
add new regions config files for ibm cloud
Increase timout for validation Submariner for IBM Cloud ROKS
Increase sumbmariner gateway change for IBM Cloud ROKS
Change ACM Page title for IBM Cloud ROKS
UI Login for IBM Cloud Managed - ROKS
Introduce run_for_all_clusters wrapper
Add cnv_latest_stable to IBM ROKS config files
Take zone from subnet_ids_per_zone if available
Add ibm cloud roks config for 3 different zones
Update ibm cloud roks zone key
Merge pull request #13768 from petr-balogh/bump-subctl-to-0.21
Handle CNV teardown failure due to updated test function name (#13771)
[RDR] Standalone protection type and Integrate Fleet Virtulization perspective related change for CNV VM UI tests (#13378)
Bumb subctl to 0.21
Merge pull request #13611 from petr-balogh/move-annotation-to-create-service-exporter-function
Move annotation in create_service_exporter function
Removing unwanted info log and typo correction (#13603)
Merge pull request #13761 from petr-balogh/fix-storage-class-creation-refactoring
Fix iss…
avd-sagare added a commit to avd-sagare/ocs-ci that referenced this pull request Aug 19, 2026
PR for creating premigration FA cluster
fix test_corrupt_pg_alerts for many OSDs (#15822)
Merge pull request #15849 from vavuthu/defaulting_ocsci_to_5_0
Merge pull request #15838 from dahorak/make-get-latest-ds-olm-tag-more-efficient
Defaulting ocs-ci to ODF 5.0
Added code to deploy Fusion Access operator (#15542)
Add YAML log filter to reduce PackageManifest verbosity in logs (#14024)
Fix duplicate OCP import in RDR conftest (#15850)
Add MCG max-size quota lifecycle test (#15831)
Add KEDA autoscaling test for NooBaa endpoints (#15682)
Merge pull request #15810 from petr-balogh/upgrade-to-5.0
Dont create acm idms if ACM is Gaed (#15836)
Add Fixture to check if cnv operator is present and has hyperconverged installed and skip test if not present (#15820)
Suppress Strimzi CRD YAML spam from AMQ setup logs (#15691)
Merge pull request #15834 from vavuthu/use_latest_stable_tag_for_odf5
use stable tag for ODF 5.0
Use filtered quay API queries in get_latest_ds_olm_tag to avoid timeouts
W/A for bug OCPBUGS-100052
Fix OCP release image URL for OCP 5.0+
Verify forceful deployment checkbox absent in non-LSO UI deployment (#15767)
Fix test_nsfs_list_buckets and add nsfs_only access test (#15494)
Fix test_noobaa_space_available_using_cli: replace fixed sleeps with polling (#15483)
Fix TestBlockExternalAccess to delete only disableRoutes instead of entire multiCloudGateway section (#15484)
add @retry to create_multiclusterengine_resource (#15642)
Add GCP Workload Identity Federation (STS) deployment support (#15372)
Skip submariner MG if current phase is import clusters as submariner wouldn't be present (#15678)
Add Support for Running RDR Test on Disconnected Env (#15807)
Add regression test for odf object enable/disable help (DFBUGS-6384) (#15791)
Force-delete pods on unreachable nodes in delete_resources() (#15524)
adress FDF and EC deploy issues (#15784)
Skip test_ceph_osd_slow_ops_alert on compact mode deployments (#15635)
Merge pull request #15790 from petr-balogh/fix-cephx-exteranl-toolbox-pod-template
Add ApplicationCleanupPending alert verification for discovered apps (#15260)
Merge pull request #15812 from sagihirshfeld/fix-cnpg-cluster-kind-ambiguity
Use fully qualified CNPG Cluster kind to avoid ClusterAPI ambiguity
Merge pull request #15689 from vavuthu/defaulting_to_odf423
Merge pull request #15806 from sidhant-agrawal/rdr-fix-mirroring-health-check-fixture
Fixes for Mcg replication and clone deletion tests (#15492)
deployment/cnv: wait for HyperConverged healthy before enabling softw… (#15717)
Use wait_for_mirroring_status_ok in RDR health check fixture, giving transient issues time to recover before skipping.
Skip acm-idms in disconnected cluster (#15563)
Bump gitpython from 3.1.41 to 3.1.52 (#15799)
EC 2+2 cli on vsphere with multus (#15779)
Reduce TimeoutSampler per-iteration log noise (#15581)
Update exteranal mode template for CephX changes
IBM HCI disconnected mode changes (#15198)
minor fix: EC gradual and bulk node shutdown (#15789)
lso idempotency on FDF multicluster deployment 422 (#15719)
EC BM ai_1az_rhcos_nvme_3m_3w_ec_4plus2_fdf_provider (#15763)
Merge pull request #15587 from paraggit/fix_dashboard_test
Apply OCS-CI logging guidelines to Magenta squad test cases (#15387)
VirtualMachine lifecycle in fusionaccess (#15753)
Update magenta squad test with latest logging enhancements (#15433)
Revert "Force GCP deployments to use CCO passthrough mode (#15517)" (#15771)
Fixed Encryption Dashboard test case
Add DR Topology view UI automation (#15479)
Add parametrized top-10 ranking test for CephFS subvolume metrics UI (RHSTOR-7679) (#15628)
this file was acceidentally added by one of the recent PRs (#15781)
fix test_health_score_changes_based_on_alert_severity (#15577)
Merge pull request #15705 from vavuthu/config_files_odf_5_0
Merge pull request #15715 from vavuthu/fix_type_error_in_mask_secrets
Fix ACM hub namespace name and configure ACM to import MCE clusters after installing multiclusterhub (#15055)
 Add UI test for Erasure Coding pool creation and lifecycle (#15736)
EC pool names fix in MG tests 422 (#15684)
EC UI config upi_1az_rhcos_vsan_lso_vmdk_3m_5w_ec_2plus2_ui (#15762)
Merge pull request #15764 from shivamdurgbuns/issue/15752
Increase wait_for_nodes_status default timeout to 600s (#15629)
Improve RDR managed workload teardown and relocate waits (#15555)
Merge pull request #15558 from deepanjanacharya/update-doc-acm
Adds medium and low tests for validating RGW STS feature and optimised code to avoid duplication (#15511)
adding post_upgrade marker (#15740)
create pvcs from se-linux storageclass for cephfs stress tests (#15477)
fix(ibm_hci): recover missing rackIP from backups and verify BMC conn… (#15685)
Fixing DNS deletion issue
Fix platform constant and lso issue  (#15650)
Improve TimeoutSampler failure diagnostics (#15580)
Merge pull request #15739 from petr-balogh/fix-upgrade-reporting
Update JUnit XML version properties to reflect post-upgrade versions
Merge pull request #15735 from openshift-cherrypick-robot/cherry-pick-15721-to-master
use RHCOS GA template for OCP 4.19
Merge pull request #15724 from vavuthu/increase_default_vm_start_time+out
UI-test_blocking_pool_creation_rules-fix (#15725)
Deprecate test_stop_start_node_validate_topology (#15728)
Fix secondary DB query grep to match parameterized queries (#15603)
Fix revert_noobaa_endpoint_scc for Provider Client clusters (#15610)
Exclude CNPG backup VolumeSnapshots from MCG leftover check (#15604)
Seperate dr deployment part into a testcase  to help  run deployment … (#14872)
Increase default vSphere VM start timeout from 240s to 600s
fix: use node-type-aware timeout in test_registry_reboot_node[master] (#15700)
Merge pull request #15716 from vavuthu/fix_lso_deployment_failure_after_cp_restart
Use 'oc wait' command to wait for multiclusterhub Running status (#15383)
[Fusion access]Creation of external system,lungroups,fs via UI (#15686)
Add cnsa_remote_mount mark (#15706)
Fix odf noobaa CLI namespace flag placement for non-openshift-storage namespaces (#15617)
Fix early-binding namespace default in NooBaa DB pod lookup functions (#15623)
Create documentation for acm-submariner fix
Skip ocs-provider-server serviceexport for client or if already present in the provider cluster (#15523)
Add scale test for multiple STS backingstores and namespacestores (#15562)
Add multi-target and pod-restart tests for replication alert (RHSTOR-8110) (#15561)
Fix LSO deployment failure after control-plane node restart
Fix TypeError in mask_secrets when secret is None
Added ODFBUG blocker for the testcase (#15707)
Fix and refactor test_monitor_recovery.py to align with updated steps (#15409)
Adding ODF 5.0 config files
Handle PV deletion race during VM teardown (#15579)
Avoid NooBaa pod collisions in degraded-state node-stop tests (#15597)
Defaulting ocs-ci to ODF 4.23
Merge pull request #15670 from shivamdurgbuns/issue/15669
Adding condition to check the LB starting with kube-<cluster-prefix>
Merge pull request #15668 from petr-balogh/fix-prereq-anchor
Fix Sphinx anchor link in code_review.md documentation
Merge pull request #15663 from petr-balogh/replace-detect-secrets
Replace detect-secrets with gitleaks for secret scanning
Adds IBM HCI platform as on prem platform (#15648)
EC node operations. Gradual and bulk shut-down. 422 (#15575)
Merge pull request #15376 from clacroix12/fdf-upgrade
rosa hcp tag quota issue. improve removal (#15589)
Add BareMetal bluestore OSD simulation conf files for encrypted scenarios (#15551)
Fix MCE deployment picking wrong CSV in multicluster-engine namespace (#15645)
Wait for CephBlockPool Ready before creating StorageClass (#15234)
rosa hcp login update (#15631)
download hcp binary - self heal (#15549)
bug fix on ec_allowed marker (#15453)
reclaim space post PVC detatch plus EC. DFBUGS-7982 (#15550)
EC-test_cephfs_rwx_pvc_ec_pool_create_io_delete (#15554)
Add operator restart PriorityClass persistence test (RHSTOR-7764) (#15476)
Merge pull request #15625 from petr-balogh/fix-upgrade-api-timeout-retry
Add post-upgrade test to verify NFS driver pods are absent by default after ODF 4.22 upgrade (#15472)
Skip force-delete of PDB-protected Ceph daemon pods during OCP upgrad… (#15501)
KMM deployment and image registry pvc (#15393)
Fix HTTP 504 timeout handling in OCP upgrade graph API
Merge pull request #15285 from petr-balogh/fix-vsphere-cleanup
Indentify the default cephblockpoolradosnamespace when more than one is present for a storageconsumer (#15462)
Fix "test_resize_osd" test failures: parse crash, weight lag, and Quay rate limit (#15593)
RHSTOR-8247: Automated a medium priority testcase (#15588)
Fix race condition in ceph full thresholds verification (#15530)
Fix bucket policy UI principal to use ARN format on OCS 4.21+ (#15586)
Add test for bound CephFS snapshot delete rejection (RHSTOR-7731) (#15518)
Resume running bucket creation/deletion performance tests (#15506)
Add expected ceph config values for ODF 4.18 z-stream backports (#15527)
Merge pull request #15553 from vavuthu/use_rhcos_in_ocp5_0
use RHCOS in OCP 5.0
Adds  UI tests for s3 vector policy feature (#15508)
fix: use case-insensitive matching in get_plugin_provisioner_leader (#15567)
Fix test failure in test_enable_bucket_versioning (#15560)
Merge pull request #14795 from red-hat-storage/dependabot/uv/pygments-2.20.0
add test_external_systems_empty_state (#15422)
Add dual-stack (IPv4+IPv6) OCP deployment support for vSphere UPI (#14998)
Force GCP deployments to use CCO passthrough mode (#15517)
Merge pull request #15529 from shyRozen/ipv6-external-deployment
Add UI tests TC2 and TC3: CephFS subvolume metrics (RHSTOR-7679) (#15481)
patch-metadata-pool-EC-day-2-FIX (#15522)
Run capacity alert tests near end of suite to prevent cluster poisoning (#15502)
Wait for ReclaimSpaceCronJob and fall back to <pvc>-reclaimspace when annotation is missing (#14929)
Wait for NooBaa DB readiness after endpoint max count change (#15187)
Optimize discovered-apps failover and relocate test with batched phases (#15304)
Add FDF Image Mirroring Functionality (#15184)
adjust timing in mce multicluster deployment (#14879)
Merge pull request #15519 from DanielOsypenko/resolve-client-profile-mapping-non-defult-ns
Fix test_nodes_restart[True] NotImplementedError on baremetal (#15439)
Add external IPv6 deployment config for vSphere UPI
resolve client profile mapping for non-default storage ns
Adding missing step for ODF mon pod crashes (#15486)
Add df size check to test_outcluster_nfs_export to catch NFS quota regression (#15470)
Adjust expected mon_target_pg_per_osd for lower-req clusters (#15438)
Add ignore_leftovers to TestPodsCsiLogRotation (#15503)
Adjust logging standards to test_check_number_of_pgs (#15347)
Fix CephCrashMonitor join() failure on Python 3.11+ (#15489)
Update Submariner to 0.24.0 and mark ACM released for OCP 4.22 (#15452)
Merge pull request #15460 from jilju/fix_cephblockpoolyaml_annotation_in_metadata
`test_write_to_full_bucket`: Increase PV-pool backingstore memory limit to 800Mi (#15006)
Update create_multiclusterservice condition to skip when host networking (#15499)
Add self-ref MCG as ULS platform and test replication alert on underlying bucket deletion (#15363)
Adds medium proirity UI tests for s3 vector feature (#15456)
Merge pull request #15487 from vavuthu/ocp_423_config
Add NooBaa and StorageCluster health checks to health_checker fixture (#15386)
Merge pull request #15468 from sagihirshfeld/ignore-cnpg-pods-leftovers
Add encrypted BlueStore dm-crypt OSD simulation on worker nodes (#15235)
Adds high priority tests for RGW STS feature (#15413)
Adds vector policy and medium proirity tests for s3 vector feature (#15425)
Merge pull request #15334 from vavuthu/add_stable_tag_for_423
Adding OCP 4.23 config files
Disable default redhat-operators catalogsource for non hosted client cluster (#15475)
Apply OCS-CI logging guidelines to NFS feature test (#15398)
Fix get_used_percentage for non-LSO deployments in test_mon_data_avail_warn (#15138)
Merge pull request #15325 from dahorak/add-block-only-configuration-and-fix-validate-pdb-creation-function-for-disabled-components
Add multus case in test_blackbox_exporter_probe (#15431)
Adding certificate pull for ceph reef (#15416)
Fall back to latest known version in must-gather test (#15443)
Ignore cnpg-controller-manager pod leftovers in MCG tests
A new test cases for noobaa bucket error state improvements (#15419)
Merge pull request #15406 from ypersky1980/ypersky_test_nfs_db_mount_fix
Update cephblockpool template to move annotation from spec
Fix unreliable pull-model ApplicationSet health check in RDR workloads (#15236)
Merge pull request #15436 from DanielOsypenko/422-valicate-topology-osd-count
Merge pull request #15437 from vavuthu/add_ocp5
Add UI test TC1: CephFS subvolume metrics section reachable (RHSTOR-7679) (#15435)
get get_registry_svc dynamically based on ocp version
Merge pull request #14733 from deepanjanacharya/dacharya-fix
Adds UI tests for S3 vector feature (#15330)
Test to automate RHSTOR 4474: On-premise deployments of ODF, where we have 5 or more nodes,racks or rooms add the ability to configure 5 MONs (#15333)
Fix must-gather image repo and tag for ODF 4.14-4.18 (#15074)
Adding OCP5 config file
Merge pull request #15336 from Akarsha-rai/fix-mdr-worker-node-ips-15277
Auto-configure ACM and Submariner based on OCP version
Add pre-commit and CI check to block new usage of deprecated functions (#15352)
Add invalid forceful deployment key test, wipe-devices helper, and no-wipe verification (#15400)
fix verify_consumer_configmap for Block only deployment
Merge pull request #15378 from rh-aaleem/introduce-base-class
Add workaround for DFBUGS-7417
fix ocs_install_verification for disabled components
add option to disable cephObjectStoreUsers
fix validate_pdb_creation function for disabled components
Add ibm hci conf (#14082)
Merge pull request #15364 from AviadP/cache-oc-plugin-list
Adds negative tests for RGW disablehttp feature (#15312)
Included new logging standards and added drain node logic to cover RHSTOR-6148 (#15288)
Adds high priority tests for s3 vector feature (#15297)
Fixed krkn container chaos test (#14407)
Add retry logic and GA fallback for OCP nightly version service (#15394)
External replica1 exporter test (#14476)
Merge pull request #15384 from petr-balogh/ocp-4.22-ga-config
OCP 4-22-GA config
Merge pull request #15332 from ypersky1980/ypersky_test_sts_assume_role_fix
added test test_disable_alerts_and_verify_health_score  (#15305)
Cache oc plugin list output in exec_cmd to avoid redundant subprocess calls
fix test_reclaim_space_cronjob_with_annotation 422-419 (#15301)
Apply logging guidelines to "test_node_replacement_proactive.py" file (#15295)
Test fixes for system tests with bugs (#15350)
RHSTOR 8248 - Add staggered CronJob scheduling edge-case tests (#15209)
Add disconnected deployment support for external mode (#15194)
Add retry logic for getting router-default service in configure_ingress_load_balancer_security_group (#15186)
external mode ipv6 (#14477)
422 provider multicluster updage fix - csv issue (#15299)
Fix test_verify_backingstore_uses_rgw failing on client clusters (#15318)
use stable tag for ODF 4.23
adding fixes
DRS: wait after machineconfig change (#14522)
Merge pull request #15290 from vavuthu/ec_config_file
Add vSphere LSO UI conf files for pre-used disks and forceful deployment  (#15284)
EC config file
is_ec_pool_supported - safety check to prevent err on client cl (#15313)
Add happy path test for NooBaa denyHTTP feature ( RHSTOR-8118)  (#15274)
Add GetBucketVersioning check before replication with versioning suspension test (#15273)
ec-day2-tests-adjustments-NON-ui (#15239)
Fixing critical test case in HealthOverview (#15257)
Merge pull request #15282 from ypersky1980/ypersky_test_bucket_delete_with_objects_fix
Merge pull request #15302 from vavuthu/odf_423_config_new
422 Add LSO Advanced Settings automation: forceful deployment, erasure coding, and EC scheme validation (#15259)
Add ODF 4.23 config file
NooBaa object browser on client - list objects with folders (#15245)
Merge pull request #15218 from sagihirshfeld/noobaa-azure-sts-followup
Merge pull request #15255 from sagihirshfeld/test-mcg-replication-alert-iam-key-revocation
Merge pull request #15244 from petr-balogh/enhance-mdr-upgrade
MCG PriorityClassNames feature: Add PVPool backingstore tests (RHSTOR-7764) (#15238)
Merge pull request #15296 from Shilpi-Das1/odf-cli-path-change
Fix intermittent test_pv_pool_with_nfs failures due to NFS mount timeout (#15205)
odf-cli: extract cross-platform binaries from amd64 image
delete storage policies as post destroy checks (#15197)
Merge pull request #15231 from udaysk23/rgw_http
Merge pull request #15251 from udaysk23/rgw_sts
Merge pull request #15195 from udaysk23/s3_vector
delete storage policies as post destroy checks
Adds tests for disable RGW http feature
Adds test for s3 vector Happy path verification
Merge pull request #15116 from sagihirshfeld/test-endpoint-network-disruption
Verify replication after recovering the IAM key
Address review comments on Azure STS credential handling
Fix bytes-in-scope bug in MI role assignment on test storage account
Add Polarion IDs for Azure STS test cases
Add platform markers to STS tests to prevent cross-platform runs
Grant MI role assignments on test storage account
Remove extra CRD fields from Azure STS backingstore and namespacestore
Add Azure STS backingstore and namespacestore test params
Add Azure STS backingstore and namespacestore creation support
Add get_azure_sts_creds_from_sub() utility for Azure STS
Adds tests for qualifying RGW sts feature
Fix vsphere-cleanup to prevent destroying wrong cluster resources
test script to check coexistence of different storage classes (#15106)
Add kubeadmin-password download support for HyperShift hosted clusters (#15248)
Add SVG parametrize and provider Prometheus checks to alert test (#15230)
Merge pull request #15278 from vavuthu/user_overwrite_flag_for_unzip
IBM HCI related Changes for RDR (#14107)
adding retries
use overwrite flag for unzip
Merge pull request #15191 from ypersky1980/test_fill_bucket_new_fix
Revert firing-only filter — match pending alerts too
Merge pull request #15121 from sagihirshfeld/test-noobaa-prometheus-rules
Clarify boolean condition in _wait_for_replication_alert
Address Claude Code review feedback
Address CodeRabbit review feedback
Use get_alerts_by_labels for bucket-scoped alert polling
Fix teardown ordering to delete OBCs before backingstore
Refactor IAM key revocation test to use factories and reusable fixtures
Add IAM key revocation test for NooBaaReplicationTargetUnreachable alert
remote obc test cases (#15185)
Merge pull request #15250 from red-hat-storage/revert-15103-health_part2
Revert "Extend alert test case for critical alerts (#15103)"
Add happy-path test for NooBaaReplicationTargetUnreachable alert (RHSTOR-8110) (#15117)
Merge pull request #15246 from petr-balogh/blackobx-4.21
Merge pull request #15232 from ypersky1980/ypersky_test_noobaa_sts_fix
Fix remaining 4.22.0-78 reference in test_health_overview
Update blackbox exporter version check to 4.21.7-1
Fix DR cluster operator upgrade test pod/CSV selection
Added retry to delete storageclass operation (#15160)
Merge pull request #15243 from red-hat-storage/revert-15240-get_arch_fix
Revert "Update odf-cli path"
Merge pull request #15240 from ezio-auditore/get_arch_fix
Update odf-cli path
Extend alert test case for critical alerts (#15103)
topology tests - fix TypeError (#15229)
adding a fix to PR review
fixes following review comments
adding fixes and skip due to a product bug
adding another spelling fix
spelling fix
adding a review fix
skip blackbox check after upgrade (#15222)
adding a fix
Verify NetworkPolicy creation after apply
Clean up endpoint network disruption test
Trigger RTD rebuild
Add endpoint network disruption test for DFBUGS-5838
RHSTOR-7656 - Test generation of MDS alert for xattr latency (#14045)
Update mirrors in hostedcluster during operator install and skip machineconfigpool check on hosted cluster (#15120)
Add happy-path test for the MCG PriorityClassNames feature (RHSTOR-7764) (#15176)
Harden bucket logging tests against race condition and PVC leftovers (#15007)
Fix test_multiregion_mirror timeout failures by rewriting mirroring check logic (#15206)
Fix test_account_update_with_custom_creds_using_cli CLI path mismatch and shell quoting (#15204)
skip blackbox check after upgrade
RHSTOR-8518-Checking auto created Virt SC  (#15098)
Add topology-aware provisioning tests for external mode (RHSTOR-5525) (#15151)
Merge pull request #15207 from ypersky1980/ypersky_test_obj_owner_in_obc_buckets
Merge pull request #15203 from ypersky1980/ypersky_test_mcg_namespace_object_versions_crd_fix
Merge pull request #15193 from ypersky1980/test_bucket_list_command_fix
Merge pull request #15192 from ypersky1980/ypersky_basic_bucket_policy_operations_fix
Merge pull request #14905 from ypersky1980/ypersky_iam_policy
Fix StaleElementReferenceException and PVC creation race in PVC UI tests (#14959)
adding a review fix
adding a fix
adding a fix
adding a fix to test_mcg_namespace_s3_ops_crd.py
Merge pull request #15190 from petr-balogh/fix-operator-group-for-fdf-fusion-deployments
Prevent duplicate OperatorGroups in FDF and operator deployments
Merge pull request #15199 from vavuthu/update_blackbox_exporter_label
update update_blackbox_exporter_labe in test cases
added test_blackbox_exporter_probe (#15196)
Merge pull request #15153 from anajain16/bucket_versioning
Increase timeout (#15202)
CephFS stress test automation: Run continuous lookups (#15038)
Function explicitly checks for MDR mode (#15178)
Update odf-blackbox-exporter label
Add test for CephFSOrphanedSnapshot alert (#15155)
Add fixture to download virtctl before RDR tests (#15144)
adding a review fix
adding a fix to test_bucket_list_command test case
adding a fix to the test_basic_bucket_policy_operations test case
adding a review fix
Merge pull request #15108 from sagihirshfeld/noobaa-azure-sts-mi
Centralize TLS configuration for NooBaa And RGW (#15134)
Add Ceph BlueStore Simulation Support During LSO Deployment (#13799)
Merge pull request #15133 from udaysk23/rgw_ec_validation
Merge pull request #15113 from vavuthu/remove_wa_for_DFBUGS-6749
Merge pull request #15164 from clacroix12/fdf-4.22-config
Simplify create_noobaa_managed_identity return value
Merge pull request #15014 from sagihirshfeld/change-object-expiration-lifecycle-intervals
Address review comment: remove unused get_azure_sts_creds_from_sub()
Fix downstream subctl image extract path and binary handling (#15104)
Add live deployment param to deploy-fdf (#15118)
Merge pull request #15124 from jilju/fix_15123
Merge pull request #15035 from sagihirshfeld/fix-race-condition-in-test-block-access-from-storagecluster
Merge pull request #15129 from sagihirshfeld/fix-test-rgw-keda-ha-external-mode
Merge pull request #15013 from sagihirshfeld/fix-test-multiple-bucket-notofis-setups
Merge pull request #15167 from ypersky1980/ypersky_default_backingstore_override_fix
Update finding radosnamespace and cephblockpoolradosnamespace (#15145)
Add RDR health check fixture and fix ceph_health_recover no-op when no pattern matches (#15050)
adding a fix to test_default_backingstore_override_post_upgrade
adding a fix
adding policy deletion
Remove test_failover, trim test_relocate and test_failover_and_relocate (#15097)
Add FDF 4.22 config
Merge pull request #15152 from petr-balogh/add-code-rabbit-config
Add code rabbit config file
Automate the NetworkFence workflow with cephcsi on non-stretch cluster (#14304)
error msg tests fix 4.22 (#15089)
zoom out not UI fallback on test_validate_topology_node_details_llm (#14991)
Merge pull request #15149 from petr-balogh/assume-ceph-19-for-odf-4.18-and-above-if-not-determined
improve bucket_versioning
Remove duplicate constant HYPERSHIFT_ADDON_DISCOVERYPREFIX (#15092)
Assuming ceph version is >= 19 if not determined for ODF 4.18 and above
Merge pull request #15115 from shivamdurgbuns/bug/rgwssldeployment_fix
RHSTOR-8248-Happypath (#14876)
fix for 14755 - Added new function to get the leader pod of odf external snapshotter (#14914)
fix packing logs in collect_pod_container_rpm_package (#15139)
Adds test for RGW EC config verification
Enable obc on client cluster and test crud operations (#14957)
Skip test_rgw_keda_ha in external mode
Fix NFS mount failure on IBM Cloud by fixing retry logic and opening port 2049 (#15119)
Use list copy to avoid updating original config value dr_cluster_relations
Add tier1 post-upgrade test for NooBaa PrometheusRule existence
Automate bug DFBUGS 3778 (#14894)
Add parameter to pass hcp image url (#15101)
vSphere UPI deployment: allow EFI Securre Boot (#14782)
Add support for custom upstream Ramen image in DR deployment (#14779)
Merge pull request #15071 from openshift-cherrypick-robot/cherry-pick-14948-to-master
Merge pull request #15002 from petr-balogh/enhancements-for-stress-suite-memory-leaks
Revert "Merge pull request #15062 from vavuthu/fix_ceph_health_DFBUGS-6749"
Fix:issue-14958:Update MDR Code for Fencing IP Configuration (#14962)
Fix:issue-14958:Update MDR Code for Fencing IP Configuration
Add NooBaa managed identity for Azure STS/WIF deployments
Merge pull request #15091 from dahorak/add-ocs-tls-profiles-to-required-packages
Fix PVC clone and expand submit locators for console changes (#14977)
add workaround for issue 15085 (#15086)
local-cluster_dropdown fix on 4.22 (#15080)
test_requested_capacity_breakdown 4.22 fixes (#15084)
Merge pull request #14968 from clacroix12/update-logging-skill
Merge pull request #15064 from petr-balogh/ocp-config-for-fusion-and-fdf-deploy
kubeconfig should always create even if kubeconfig is there (#15066)
Noobaa chaos scenarios (#14286)
Fix parse_subvolume_ls_output to handle column-padded odf-cli output (#15065)
Wait for NFS StorageClass propagation to client cluster (#14841)
Merge pull request #15062 from vavuthu/fix_ceph_health_DFBUGS-6749
EC day1 tunning operational tests (#15040)
Fix ceph health and do not fail in case Jira was updated
workaround for the devicehealth module ceph health failure during ODF deployment (DFBUGS-6749)
Merge pull request #14884 from sagihirshfeld/fix/craft-s3-command-ssl-check-mcg-obj
Merge pull request #14892 from sagihirshfeld/refactor/consolidate-craft-s3-command
test_delete_lifecycle_rule (#15008)
Change LSO deployment the same way how we have normal deployment
Load ocp config for fusiong and fdf deployment entrypoints
Fix skipif_hci_provider_and_client eager evaluation by using a fixture (#14766)
Merge pull request #15005 from sagihirshfeld/deprecate-test-db-scc
Merge pull request #14960 from dahorak/mirror-ceph-volsync-plugin-operator-for-disconnected-deployment
Merge pull request #15032 from vavuthu/use_jumphost_only_for_ibmcloud_rhcs
Add RDR bug verification test for DFBUGS-5285 (#14796)
Update logging in test_deployment using update-logging skill
Add update-logging claude skill
Add UI test for MCO operator rebranding validation (#14898)
Add test to verify MCO updates peer secret on mon failover (DFBUGS-4801) (#14799)
Fix race condition: wait for disableRoutes propagation to noobaa CR before checking routes
deploy nightly builds on ROSA HCP with w/a (#14980)
adjust HCP getters for 4.22 deployments (#15015)
use jump host only for IBMcloud RHCS deploymnets
Configure ingress LB security group for IBM Cloud IPI (#15012)
Merge pull request #15009 from petr-balogh/chromedriver-fix
Fix window-size chrome driver issue
Increase lifecycle interval in lifecycle configuration tests
Reduce noobaa-core load in object expiration tests by tuning lifecycle intervals
Fix positional arg bug in test_multiple_bucket_notifs_setups
Document rdr deployment/usage in ocs-ci (#14685)
Deprecate test_db_scc — NooBaa DB no longer uses custom SCC
Merge pull request #14911 from shyRozen/fix-catalogsource-grpc-pod-config
Eliminate redundant pod.get() calls in health checks
Reuse PrometheusAPI instance to prevent memory leaks
Add explicit memory cleanup in pod health checks
Merge pull request #14859 from dahorak/add-configure-ingress-certificate-entrypoint
destroy OIDC provider on ROSA HCP. Adjust the flow. (#14981)
Fix odf_console_plugin_check to navigate to local cluster first (#14891)
add idempotency for aws HCP infra deployment (#14757)
EC-test_pvc_delete_and_verify_size_is_returned_to_backend_pool (#14967)
mirror ceph-volsync-plugin-operator for disconnected 4.22 deployment
Refactor IngressNodeFirewall deployment to use Operator base class (#14902)
Fix submariner install issue by adding a retry for the element (#14273)
Merge pull request #14952 from petr-balogh/aro-deployment-fixes
Use ACM 2.17 and MCE 2.17 builds (#14982)
[RDR] Enhance mirroring status and lastGroupSyncTime verification (#14801)
Fix RDR test_failover_after_multiple_pods_failure (#14496)
Storage cluster changes for FYRE environment (#14953)
fixes for CSV issue and app logs in logging (#14862)
Merge pull request #14814 from sagihirshfeld/skip-block-external-access-tests-in-mcg-only
Use 0.23.1 Submariner image (#14721)
Skip replica-1 test on LSO clusters without extra disks (#14878)
Merge pull request #14907 from jilju/fix_mdr_deployment
Merge pull request #14965 from vavuthu/fix_azure_iam_endpoint
Add more idms and add a option to use custom tags for oadp (#14899)
Add Logging Guide for Contributors (#14567)
set iam_endpoint to None on Azure
Fix ARO deployment to clean up orphaned Azure resources
Merge pull request #14881 from AviadP/replica1-vsphere-extra-disks
Merge pull request #14950 from vavuthu/fix_azure_deployment
vsphere: skip VMDK disk attach if workers already have enough disks (#14930)
Fix nightly oc client download using pullSpec extraction (#14943)
Merge pull request #14940 from petr-balogh/use-rhcos10-template
Updated kubeconfig with OCS QE Root CA certificate
change default openshift_install_timeout to 2 hours (#14910)
Enable RHCOS 10 support across all deployment platforms
add cert issue w/a to aws HCP clusters (#14942)
adding skip and mandatory encryption parameter (#14956)
Fix mon pod selection on LSO deployments in test_mon_data_avail_warn (#14707)
Updated DNS Record Setup with TimeoutSample
Added retry logic with 3 attempts and 10-second delays to handle Azure AD propagation
Fix Azure ARO deployment failures by creating dedicated service principal
Merge pull request #14939 from vavuthu/fix_external_cluster_deployment
Merge pull request #14932 from petr-balogh/remove-operatorsource
Add support for multiple RHCOS templates in VMware deployments
Fix _collect_bound_ocs_pvcs to match NooBaa PVCs
Implement custom logger class OCSCILogger (#14668)
Remove OperatorSource references and related code
Added Krknctl random scenario execution (#14677)
deployment/baremetal: fix clean_disks skipping virtio-blk on KVM/Fyre (#14915)
Merge pull request #14860 from petr-balogh/cleanup-disks-for-fdf-deployments-with-lso
read screenshots with llm for UI tests (#14451)
ec day-1 deployment min changes (#14730)
Add grpcPodConfig to CatalogSource to prevent TRANSIENT_FAILURE
Fix upgrade blocking logic to allow lower CSV versions (#14909)
apply w/a for cert issue on hypershift cluster creation (#14906)
Update the managed cluster to identify clusterset name in MDR test
adding a test case for iam user policy actions
node ip extract for vsphere Agents (#14689)
resolve default storage class AWS > gp3-csi (#14696)
Consolidate duplicate craft_s3_command into bucket_utils
OCP 4.21+, use GA build for ACM (#14724)
Fix craft_s3_command to check mcg_obj.ssl for disabling SSL verification
workload_ui: fix retry usage, wait for all containers, add container names in logs (#14429)
Merge pull request #14868 from petr-balogh/avoid-upgrade-if-there-is-different-build-before-changing-channel
Support deploying vSphere LSO clusters with multiple device classes (#14695)
fixed pf6 locators (#14864)
Prevent upgrade conflicts from unexpected catalog builds
Merge pull request #14877 from petr-balogh/increase-timeout-for-ibm-cloud-ipi
Increase timeout for IBM Cloud deployment also for 3 workers
Merge pull request #14875 from DanielOsypenko/locators-422-and-UI-deployment
locators with v4.22 and UI deployment fix
Skip upgrade run for dr_cluster_operator upgrade , just do validation (#14718)
Add disk cleanup to FDF deployment with LSO
Add configure-ssl-certs CLI entry point for configuring custom certificates
Merge pull request #14857 from petr-balogh/ibmcloud-indrease-timeout-in-6-worker-node-setup
Merge pull request #14792 from DanielOsypenko/ui-llm-fallback-enhancements
fix locators  (#14802)
Increase timeout for OCP IBM Cloud deployment on IBM Cloud
Add volumegroupsnapshotclasses in storageconsumer for remote clients (#14715)
Match the name of catalogsource in client cluster with provider cluster (#14822)
Retry ceph osd tree commands if we encounter  errors (#14844)
Merge pull request #14846 from petr-balogh/rosa-version-entrypoint
Run IO from only one block RWX pod at a time in test (#14781)
Merge pull request #14812 from sagihirshfeld/move-snpashotclass-assignment-to-fixture
Add get-rosa-version entry point for querying ROSA OCP versions
Add get-rosa-version entrypoint
Merge pull request #14789 from petr-balogh/fix-roks-rdr-deployment
Use the value of auto_repair from config while deploying hcp cluster (#14824)
Update Phase for Mirrorpeer Check (#14817)
Use hypershift prefix in hosted cluster names when configuring gitops (#14758)
Support Running RDR test on HCP clients (#14815)
Merge pull request #14833 from vavuthu/change_brew_registry_precise
Deploy Unreleased OADP version when GA build not found (#14797)
use registry proxy
Adding a test for iam user actions (#14774)
Merge pull request #14736 from shylesh/skip-acm-upgrade
Disable image policy for 4.21 (#14818)
latest db backup changes (#14794)
Skip TestBlockExternalAccess in MCG-only deployments
Use an autouse fixture to init the class member
Update FDF pre-release registry (#14803)
Fix mon pod validation failure during IBM ROKS deployment
FIx image path for isf catalogsource (#14800)
add list of 4.22 packages for disconnected deployment (#14773)
Bump pygments from 2.19.2 to 2.20.0
UI Fallback enhancements
CephFS stress test with component failures (#14684)
Use the context of cluster_name in the function is_hosted_cluster (#14723)
storage monitoring for FDF (#14754)
update-2.12-fusion-image (#14738)
Adds support of validation on MCG only cluster and created fixture for backup task (#14550)
Fix NFS mount failure on IBM Cloud when client VM is in a different VPC (#14676)
add check for diskutilization alert (#14717)
Fix IO write overload in test_resize_osd on vSphere (#14665)
Merge pull request #14722 from vavuthu/retry_fetching_mcgcli
Merge pull request #14735 from petr-balogh/rp_assignee
Skip ACM upgrade tests from DR upgrade tests until its completely implemented
Add primary and backup assignee to xunit and rp_attirbutes
Fix teardown of pgsql_factory_fixture (#14713)
Defaulting ocs-ci to ODF 4.22 (#14637)
Defaulting ocs-ci to ODF 4.22
checking if it is a hci in case of storage setup (#14490)
Merge pull request #14727 from petr-balogh/ignore-deleted-azure-cluster-if-already-destroyed
Fix ARO cluster deletion failure when resources already deleted
Add config override for vsphere vm start timeout (#14640)
Add retry logic for CLI binary image extraction
Merge pull request #14714 from yitzhak12/fix-get-nodes-retry-on-transient-api-timeout
Fix AttributeError in Sanity.create_resources() on HCI client clusters (#14444)
Fixes 13284: support IPv6 mon endpoint format (#14573)
Add retry param to get_nodes() to handle transient API server timeouts
test_get_mon_endpoint adjusted to run on provider mode setups (#14617)
Fix ValueError in get_event_line_datetime by using re.match instead of re.search (#14624)
A fix to test_bucket_replication_and_its_metrics test  (#14703)
Fixes 13102 : Adjust validate_cluster_resource_profil test for multicluster env (#14584)
added screenshots (#14666)
Add detection to check whether the operator is installed. (#14172)
Fixes 14614: fix for fstring attributeError issue of assertion failuer Path (#14615)
Adjust the test test_operator_restart for provider mode setup (#14628)
deploy FDF client when FDF Operator on Mgmnt cluster (#14698)
use timeoutsampler instead of flaky for prometheus rule failure test (#13972)
fix to creation of duplicate bucket negative test case (#14688)
Merge pull request #14704 from petr-balogh/update-jira-for-cloud
Fix jira to use cloud credentials
Merge pull request #14630 from ypersky1980/ypersky_test_noobaa_metrics_fix
Merge pull request #14691 from ypersky1980/test_bucket_used_bytes_metric_fix
Connect Scale (#14101)
increasing timeout for prometheus query
Add hypershift addon prefix in cluster name for mirrorpeer and drpolicy if cluster is hcp cluster (#14632)
Create DPA and update submarinerconfig for client clusters (#13463)
Add password (#13112)
Remove changing submariner channel to 0.21 if 0.22 is detected (#14536)
Use 0.22.1 submariner image (#14480)
Added ceph crash check before krkn command failure check (#14534)
Merge pull request #14404 from petr-balogh/fix-xunit-file-when-aborted
Merge pull request #14664 from petr-balogh/fix-control-planes-mon-skew-as-well
Adds support of Noobaa backup for  MCG_ONLY OCS deployment (#14643)
Configure NTP server for disconnected env properly
Fix vsphere nodes ssh with jump host
Update NTP also on masters in case of compact node
Merge pull request #14654 from petr-balogh/add-timeout-before-bootstrap-complete
Merge pull request #13088 from vavuthu/fix_fusion_test_runs
Merge pull request #14530 from petr-balogh/handle-resources-or-modules-for-terraform
adjust csv for FDF clusters
Merge pull request #14652 from petr-balogh/ignore-matric-exporter-upgrade-mcg-only
Wait 10 mins before we wait for bootstrap to complete
UI with AI runtime locator fallback (#14611)
Ignore ocs-metrics-exporter upgrade check for MCG only deployments
Merge pull request #14650 from vavuthu/fix_bootstrap_must_gather
Merge pull request #14651 from vavuthu/fix_ocp422_deployment
Disable image policy
Fix replica1_setup race by waiting for CephBlockPools before OSDs (#14437)
Improvements in get_module_ip
Handle resources or modules for terraform
gather bootstrap must gather during timed out exception
Fix mon healthcheck log pattern to be more resilient to log format changes (#14623)
Merge pull request #14636 from dahorak/fix-provider-client-odf-upgrade
Add VLAN-based multus networking support for baremetal deployments (#14585)
Avoid the check for the service ocs-provider-server in client cluster during RDR deployment (#14627)
Merge pull request #14618 from vavuthu/ocp_421_ga
fix verify_image_versions for provider-client upgrade
Fix discovered-apps teardown failures and update test naming and docstrings (#14489)
fixing typo following bug fix and increasing timeout
Merge pull request #14609 from petr-balogh/add_ca_crt_to_kubeconifg
Adding OCP 4.21 GA config files
Fix #11596: adjust test_get_health for provider mode execution. (#14579)
Update to correct CA for api
Fix issue-14605: Pass validate=False for the ceph_health_status for this negative test (#14606)
Update kubeconfig with custom CA
correct the markers for test_mds_cpu_alert_triggered (#14598)
Fixes #12886: Skip a test on external mode setup. (#14577)
node operations AWS HCP (#14472)
Feat: Test "Attach Storage" UI workflow and add TestMultipleDeviceClassesUI (#14274)
Fixed Reclaimspace tests (#14458)
Merge pull request #14583 from vavuthu/increase_time_for_mcp_wait_during_upgrade
Increase timeout for MCP master during upgrade
Merge pull request #14574 from petr-balogh/fix-registry-pvc
Merge pull request #14438 from DanielOsypenko/destroy-aws-hcp
Fix: #13671 Skip the test for ocs version less than 4.20 (#13672)
Fix PVC issue contains still emptyDir as well as PVC
Unset the flag before waiting for pods and cleanup backup file (#14558)
Use cluster namespace from client config during client deployment (#14517)
RHSTOR-7671:Add runbook link verification for ODFOperatorNotUpgradeable alert (#14560)
Add custom toleration for blackbox-exporter (#14547)
Merge pull request #14405 from petr-balogh/add-stop-test-option-for-run-ci
new tset case added for health overview (#14546)
destroy client cluster with hcp
[RHSTOR-7242]RDR VM resource clean up - Critical Tests (#14266)
Updated noobaa_configmap validation to support extra parameters along with mandatory parameters (#14510)
Excluder CatalogSource pods from status check (#14542)
Merge pull request #14537 from jilju/remove_tests_affected_by_DFBUGS-4795_from_acceptance
Skip Invoking setup ACM UI fixture when it's false (#14360)
Remove acceptance marker from test cases affected by DFBUGS-4795
Merge pull request #14529 from openshift-cherrypick-robot/cherry-pick-14422-to-master
Fix bug introduced in commit 69c27c7cb
Merge pull request #14524 from petr-balogh/ignore-matric-exporter-upgrade
Skip matric exporter check upgrade due bug DFBUGS-5811
additional-network parameter, nad and machineconfig for data replication separation (#14181)
Merge pull request #14504 from DanielOsypenko/instantiate-logger-with-__name__
Run the on provider cluster where toolbox exists for provider mode setup (#14509)
stop using full path in a log line
Validating Node Availability (CPU & Memory) to Prevent Pod Scheduling Failures (#14361)
DRS: exclude clusterNetwork, serviceNetwork and link-local CIDRs from IP selection and return interface name (#14448)
Create number of VMs based on resources availability (#13229)
Merge pull request #14487 from jilju/fix_14486
Increase timeout for PVC clone and restore in tests
Merge pull request #14484 from petr-balogh/prevent-long-parametrization
Fix long test case names
Prevent additional oc calls when we do collect only
Check for long test names
Merge pull request #14420 from clacroix12/fix-test-name-length
Merge pull request #14479 from DanielOsypenko/external-spoke-implement-abstract-spoke-ocp
External Spoke: implement abstract methods
Merge pull request #14445 from dahorak/ibmcloud-bm-retry-ibmcloud-command
Merge pull request #14436 from dahorak/remove-wa-for-DFBUGS-3777
Merge pull request #14370 from dahorak/custom-api-ingress-ssl-cert-allow-change-of-existing-cert
Merge pull request #14465 from openshift-cherrypick-robot/cherry-pick-14460-to-master
Merge pull request #14459 from vavuthu/ignore_aro_checks_during_upgrdae
Add support for dynamic vnet for ARO
skip aro co checks during OCP upgrade
disable W/A for DFBUGS-3777
Merge pull request #14452 from DanielOsypenko/deploy-storage-cap-fix-421
remove cluster net route from multus nncps (#14439)
deploy-storage-cap-fix-421
Fix get_ocp_version() to handle deployment scenarios without kubeconfig (#14447)
Add S3LoginForm page object for Object Storage  authentication (#14296)
Adds support of noobaa backup for all ocs deployment (#14389)
Only ensure LSO is installed if we are configured for local storage (#14040)
Fix report properties for FDF deployments (#14363)
Default FusionServiceInstance backingStorageType to Dynamic and make it configurable (#14383)
retry ibmcloud command for any reason when command fails
Data replication separation: use ipp addr to get private ip (#14431)
Add truncate_long_lines() to reduce log volume from OLM metadata (#14018)
extend runbook for new alerts (#14432)
Merge pull request #14428 from suchita-g/13647_csv_equal_to_configmap_new
Skipped BM, Azure & IBM Power platform runs in test_automated_recovery_from_failed_nodes_reactive.py (#14356)
Merge pull request #14342 from DanielOsypenko/deploy-aws-hcp-421
Fix test_csv_script_equal_to_configmap_script on ODF 4.19+
Fix test_negative_custom_taint handling of already-deleted pods (#14424)
External replica1 core setup (#14339)
Verify RBD Block PVC Monitoring Metrics : Included test cases other than happy path (#14136)
mgmnt-client connectivity and ports
adjust timing
sts-workaround
w/a fix of failing upload OIDC discovery documents
create iam role, create cluster, correct infra vpc cidr
create infra for aws hcp
waiting for all container of warp (#14262)
Reduce parametrized args in test_csi_addons_socket_creation_per_pods_node
test_health_score_changes_based_on_alert_severity (#14320)
Merge pull request #14415 from petr-balogh/multi-arch-upgrade-support
Merge pull request #14413 from petr-balogh/fix-mismatch-of-nodeplugin-pods
Fix count of nodeplugin pods to match also app nodes
Merge pull request #14414 from petr-balogh/fix-4.21-ui-deployment-size-selection
ISCSI configuration script (#13812)
Merge pull request #14416 from vavuthu/use_thin_sc_for_vmfs_deployment
use thin-csi when used disable_custom_sc
Merge pull request #14390 from Akarsha-rai/fix-14388
Multi arch upgrade support
Fix UI deployment
Merge pull request #14375 from petr-balogh/reduction-of-logging-for-timeout-sampler
Merge pull request #14409 from petr-balogh/limit-log-in-docs-generation
Limit output for Docs generation
Fix xml file when run-ci is aborted
Add possibility to stop execution and skip rest of test cases
Fixed Krkn INstallation (#14348)
deploy-fusion/fdf: allow login to OCP via provided OCP URL and password (#14182)
Merge pull request #14335 from dahorak/allow-ocp-only-upgrade-without-odf
Merge pull request #14395 from petr-balogh/fix-issue-14394
Fix issue #14394
Fix for mon recovery1 (#14386)
DFBUGS-5082:TC8:Test cephfs CSI-ADDON pods Behaviour when daemonset pod crash (#14391)
Adding a fix to policy scenarios - adjust Principal to contain ARN (#14364)
Fixes java mvn permission issue along with execution issue (#14311)
Adds happy path coverage for noobaa db backup and recovery process using cli (#14317)
Fixes issue-14284: Enhancing wait time in test to resolve flakyness (#14387)
Fix-issue-14388: factory was updated so workload_path is optional and defaults to workload_dir when missing
Merge pull request #14374 from suchita-g/issue-13645-2
Merge pull request #14268 from sagihirshfeld/fix-test-scaling-under-load
Merge pull request #14372 from AviadP/fix_missing_timedelta
Merge pull request #14377 from petr-balogh/noba-sts-only-for-rgw-ssl
Limit noobaa sts changes only to rgw SSL deployments
Merge pull request #14368 from petr-balogh/increase-timeout-for-noobaa-sts
Limit log info in timeout sampler to 1 minute
Fix unittest for timeout_sampler
Reduce noise on timeout  sampler on info log level
Fixes 13645: test enhancement to resolve flakyness
Merge pull request #14245 from petr-balogh/mute-ceph-warn-netsplit
Reorder RDR upgrade tests (#14334)
Mute ceph netsplit warning after deployment
Resolving issue 13645 by running test steps on hub cluster (#14371)
Added missing import timedelta
allow OCP upgrade on OCP only cluster (without ODF)
allow custom changing ingress and api certs
Use apply instead of create for external mode deployment
Change to apply for subscription to make deployment more robust
Increase timeout for STS
DFBUGS-5082:tc7:Validate socket creation for cephfs-csi-addon for provisioner (#14358)
add ClusterIP as allowed providerAPIServerServiceType (#13414)
Setup N-1 Submariner for IBM cloud RDR deployment (#14341)
Use dr- prefix for hosted clusters in submariner installation stage (#14359)
add IBM Cloud ipi_1az_rhcos_sno_1m_0w.yaml config (#14345)
DFBUGS-5082:TC6:TC cephfs CSI-ADDON pods behaviour when daemonset pod restart (#14357)
DFBUGS-5082:tc5:verify cephfs-CSI addon DaemonSet deployes on all nodes (#14355)
Preupgrade check verification is applicable only for provider. (#14352)
DFBUGS-5082:TC4:validate cephfs-CSI addon DaemonSet status arguments (#14351)
remove ocs-metric pod check from mcg only deployment (#14329)
Merge pull request #14350 from suchita-g/DFBUGS_5082_automation_tc3
DFBUGS-5082-TC3:Validate containers ready status of cephfs-CSI-addon pods
Merge pull request #14349 from suchita-g/DFBUGS_5082_automation_tc2
DFBUGS-5082-2:Verify cephfs CSI-addons server used pod network effectively
Fix: Skip retry when mirroring replaying count exceeds expected (#14338)
Add foundation infrastructure for external cluster replica-1 topology support (#14280)
Merge pull request #14326 from openshift-cherrypick-robot/cherry-pick-14318-to-master
Fix install_packages to work on alpine based image
Do not exclude master node when listing worker nodes in compact mode (#14306)
Use since also for MG collection for cpeh helalth fix (#14260)
Skip serviceexport if ocs-provider-server service type is NodePort or if client cluster (#14312)
add OCP 4.22 config files (#14307)
resolve-syntax-issue-Error-improvements-tests (#14196)
Added Krkn Node Scenarios (#13921)
Introduce  dr workload   in pytest_sessionstart hook in the case of RDR upgrade (#13530)
Adds test script to validate snapshot parameter present in noobaa db backup yaml (#14258)
Add Name filter selection before PVC search in UI (#14272)
Add Standard and Premium SSD support for Azure Performance Plus deployment (#14289)
Fix ReplicationGroupDestination check after failover (#14288)
Fix missing IBM Cloud api_key for multi cluster execution (#14242)
Merge pull request #14291 from jilju/submariner_azure_text
Use existing method to check submariner Azure page
Merge pull request #14264 from paraggit/disable_kv
Add dev user infrastructure for S3 Object Browser UI (#14197)
update get_all_path to collect paths from tar.gz file (#14281)
Happy path for RHSTOR-6943 ( Noobaa Metrics) (#14199)
create new stress decorator and tag existing stress tests (#14156)
Merge pull request #14275 from vavuthu/document_ntp_server
Create RDR workload on random namespace (#13769)
Use run_io direct=1 when PVC volume mode is Block (#14253)
document ntp_server
Fixed Keyrotation test Failures.
DFBUGS-5082-1:validate configuration of cephfs CSI Addon daemonset (#14216)
use separated lvs for disk and partitions in case of partitioned_disk_on_workers (#13772)
ACM and CNV stabilization (#14119)
Check VGS in pod logs without logging container logs in console (#14267)
post-upgr-verification-fix. plugin num check (#14215)
Set a time limit and increase the load to upscale faster
Merge pull request #14180 from vavuthu/use_odf4-odf-must-gather-rhel9
Merge pull request #14179 from vavuthu/RHCOS-420-GA-template
Updated order of skip test for hci client cluster tag (#14168)
Merge pull request #14261 from prsurve/fix_cnv
fix path for discovered_apps
Merge pull request #14243 from suchita-g/issue#13644
Submariner Azure details is needed for IPI deployment only (#14254)
Add DV and DVT cnv workload (#14256)
Corrects volume snapshot class name for db backup and recovery process (#14206)
test_health_overview_modal and test_silence_health_alerts (#14198)
Fix condition for drs deployment on client (#14083)
apply workaround for DFBUGS-5083 (#14202)
Added version check (#14104)
Deploy HCP agent clusters on vSphere (#13858)
Merge pull request #14246 from clacroix12/fusion-2-13-config
Add Fusion 2.13 pre release config
Skip test_get_health test on external mode setup
Merge pull request #14241 from red-hat-storage/dependabot/uv/pyasn1-0.6.2
Bump pyasn1 from 0.6.1 to 0.6.2
Add uv project requirements (#14113)
Merge pull request #14233 from petr-balogh/fix-ocp-mg-collection
Fix ocp mg collection
RHSTOR-7671: Test to verify upgrade False status when storagecluster not ready (#14209)
Increased timeout for pod stabilize & ignoring storage client pod (#13899)
Merge pull request #14211 from jilju/fix_14210
Merge pull request #14193 from petr-balogh/wa-for-noobaa-rgw-ssl
Verify blackbox pod post deployment and upgrade (#14054)
W/A for noobaa RGW SSL issue
Update deployment CR check in pod_factory_fixture
Use Deployment in the fixture create_pvcs_and_pods (#14195)
Merge pull request #14201 from petr-balogh/fix-multi-arch-image
feat(expansion): Add support for multiple device classes with same storage size (#14032)
fix for getting multi arch image
trim large base64 from logs[exec_cmd] (#13545)
Added S3 and OBC bucket creation via UI before comparison (#13868)
Improving function get_failure_domain() (#13988)
FDF 2AZ Arbiter support (#14118)
Merge pull request #14142 from dahorak/external-mode-cluster-with-rgw-ssl-apply-ca-certificate-before-subscription
Add re-try for CommandFailed for is_available in operators.py (#14171)
add possibility to pack mg log files to one tarball (#14117)
use odf4-odf-must-gather-rhel9 must-gather
OCP 4.20 GA RHCOS template
change amq pod names (#14173)
Merge pull request #14133 from petr-balogh/must-gather-since-time-support
Submariner Addon installation on Azure (#14100)
Merge pull request #14138 from jilju/temp_node_count
Map platform node to IBMCloudBMNodes if platform is baremetal and deployment_type is ai (#14130)
Updating remove_toleration() with precheck and gracefull handling (#14006)
Merge pull request #14135 from sidhant-agrawal/fix-issue-14134
Fixing test est_overprovision_level_policy_control_with_capacity (#13815)
Deprecating system_test mark in favor of system (#14153)
Merge pull request #14137 from vavuthu/odf_422_config
Remove marker 'skip_resize_pre_conditions' from the autoscaler tests (#14131)
Update Get worker node count to include master nodes with worker role (#14140)
Increase the timeout to 900 seconds (#14053)
Extend timeout to allow objects to expire (#14031)
external mode with rgw ssl: apply CA cert before ODF subscription
Remove excessive logging from ODFCLIRunner::run_noobaa (#14124)
Fix replica-1 test race condition and ensure teardown runs on failure (#14110)
clean_up_pods_for_provider-safe-upgrade (#14073)
Provider.Remove rgw checks on cloud platforms (#14099)
Remove gateway node count from ocs validation on Azure
Adding ODF 4.22 config files
happypath testcases for RHSTOR-5363 (#13788)
Skip PVCs with "vs-" prefix in backend volume collection
Enable since option for MG
fix locator change for obc creation  (#14108)
Merge pull request #14127 from suchita-g/issues-13264-testgethealth
Add Support for filebrowser and mongodb workload for discoveredapps (#13525)
Fix ACM UI locators for PatternFly 6 migration (#14122)
Also include the ssl property in the creation of the nsfs_s3_obj (#13805)
Automated Happy Path RHSTOR-8091 (#13847)
Fixes- issue #13264 Exclude rook-ceph-osd-key-rotation-* pod
extend timeout for oc-mirror make build command (#14103)
calculate number of nmstate pods dynamically (#14116)
Merge pull request #14114 from clacroix12/fix-black-formatting-issue
Fix black formatting issues
Test patch and verify ceph mon healthcheck and verify the new values are respected (#14085)
Merge pull request #14105 from dahorak/extend-timeout-for-openshift-install-wait-for-install-complete-command
Refactor: Replace FIO benchmarks with FillPoolJob for cluster scaling tests (#14094)
Fixing issue #13514, by skipping for intransit scenarios (#14025)
Fix test failure for external mode cluster when wrong pods are checked (#13531)
extend timeout for wait-for install-complete command
Merge pull request #14098 from petr-balogh/fix-odf-configure-performance__selector-for-4.21
Fixed odf-cli path issue (#14080)
Use Automated Way to configure Importing MCE based cluster to ACM (#13942)
Merge pull request #14093 from petr-balogh/fix-ceph-health-recover-for-deployment-case
Merge pull request #13866 from dahorak/fix-assisted-installer-destroy-old-clusters
assisted instaler deployment: set platform (#13838)
Performance profile UI fix for 4.21
Adds happy path coverage for noobaa db backup and recovery process (#14062)
Happy path coverage for RHSTOR-7576: NooBaa utilization of secondary DB pod for read-only queries (#13974)
Increase the sleep time after put-bucket-notif (#13891)
Recover ceph health if possible in deployment test
RGW-HA Happy Path Automation (#13685)
Verifying liveness and readiness probes of OCS & MCG operator (Happy Path) (#13992)
Merge pull request #14084 from petr-balogh/dynamic-fetching-ocp-multi-arch-image
RHSTOR-7671:TC to verify ODF upgrade prevent status when Ceph Health WARN (#14074)
Merge pull request #13960 from petr-balogh/add-retry-for-idms-extract
Increase timeout for Installing HyperConverged (#13353)
Enable Graviton testing and dynamic fetching of multi arch OCP release image
Fix typo: DR_OPS_NAMESAPCE -> DR_OPS_NAMESPACE (#14081)
OCS-7413 Test to verify Azure Performance Plus CSI volume parameters (#14022)
Wait for warp pod to become running... (#14014)
Get ocs_registry_image before ocs_install_verification (#14057)
Merge pull request #14065 from paraggit/skip_nfs_resource_check
Merge pull request #14069 from vavuthu/fetch_ntp_server_from_env_section
Merge pull request #14052 from petr-balogh/update-idms-for-ibm-spectrum-scale-unreleased-content
Bump marshmallow from 3.26.1 to 3.26.2 (#13993)
deprecate test_noobaa_postgres_cm_post_ocs_upgrade 4.21 (#14072)
fetch user provided NTP server
Bump urllib3 from 2.5.0 to 2.6.3 (#14063)
Update test_odf_resources_requests_and_limits.py (#14064)
Merge pull request #14047 from shylesh/fix-multicluster-iteration
Skip nfs resource check on the client cluster
Fix missing update_jira params in ceph_health_check_with_toolbox_recovery (#14055)
Add toolbox pod recovery to health_checker fixture to prevent test failures after node disruption (#13854)
Merge pull request #14028 from vavuthu/update_rhcos_odf421
Update FDF IDMS with spectrum scale STG content
update rhcos for ODF 4.21
Merge pull request #14044 from vavuthu/get_ocs_registry_image
IBM Cloud - W/A for timeout isses waiting for Kubernetes API (#14039)
Update ACM, MCE, and Submariner versions for OCP 4.21 (#14005)
Fix multicluster iteration
get ocs_registry_image before ocs_install_verification
Fixes content check in boto response (#13865)
UI public access block happy path (#13896)
provider-storage-validation-fix-421 (#14026)
Dont create service export when provider service is using nodeport (#13934)
fix missing setters for Deployment properties (#14034)
Fix locator for test_store_creation_and_deletion (#14012)
verify_provider_mode_deployment - remove redundancy (#14019)
save DOM as html for UI analysis (#14023)
bump-mce-2.11 (#14008)
increase mce timeouts for cloud provider platforms (#14007)
Metallb operator 421 (#14003)
Merge pull request #13978 from petr-balogh/fix-multi-platform-deployment
Allow enable CLI submariner deployment
Fix IBM Cloud set region for multi platform run
Adds logic for installing the LSO operator if its not there (#13951)
Fix must-gather test failure in post-upgrade scenarios (#13889)
Fix osd size locator for UI deployment (#13973)
Introduce FillPoolPod utility and fixture for cluster capacity filling (#13856)
Changed the fixture scope from "session" to "class" in the TestCephtoolboxPod class. (#14001)
Merge pull request #13961 from AviadP/replace_skipif_marker_test_node_maintenance
Merge pull request #13991 from sagihirshfeld/fix-test-sts-assume-role
Fix test_sts_assume_role
Re-enable Consistency Group feature for ODF 4.21+ (#13785)
Storage class noobaa locator change (#13976)
add ui marker to black squad test cases (#13962)
Additional fixes
W/A for multi platform deployment issue
Add fio parameter direct=1 in the test case test_snapshot_restore_with_different_access_mode for block volume mode pvc (#13636)
Increase timeout for PVC in test_expansion_snapshot_clone (#13963)
Fix the default value of client_namespace (#13970)
Increase NooBaa's logging level for flaky tests  (#13894)
Refactor CephFS stress helpers file for better state management (#13966)
Fix install clusteradm (#13971)
Add config files for missing fusion and fdf versions (#13953)
Remove the node param from the deployment_pod_factory (#13916)
Fix for, issue#13624 (#13694)
Updated test_nfs_pvc_subvolume_deletion testcase (#13708)
Replaced Skipif marker in test_node_maintenance
Add retry for idms extraction
Fix 4.21 UI deployment (#13952)
Refactored Resiliency tests (#13409)
extending pods in exclusion list (#13923)
Test CephFS stress cleanup using parallel deletion (#13950)
Merge pull request #13365 from subhamkrai/add-multus-existing-cluster
add multus support for existing cluster
Update submariner unreleased image to latest version (#13927)
Verify Azure machines are stopped (#13915)
Merge pull request #13949 from petr-balogh/add-disconnected-4.21-packages
Add disconnected packages for 4.21
Use GA build for ACM and submariner (#13846)
Merge pull request #13919 from petr-balogh/new-way-for-installing-unreleased-operators
Add NMStateOprator new implementation
New way to install unreleased operators
CephFS stress automation - Directory, File creations and Metadata ops from multiple clients concurrently (#13897)
Fix the argument name in AZURE.compute_client and the methods to poweroff, start and restart Azure machines (#13910)
Use the namespace openshift-storage for client clusters (#13911)
Fixed keyrotation test failure (#13809)
RHSTOR-7473: Support new performance plus option in Azure cluster deployments in ODF (#13767)
Verify RBD Block PVC Monitoring Metrics (Happy Path) (#13841)
Add ceph health recovery for netsplit issue (#13850)
remove rgw check on aws provider (#13836)
skip test_detach_attach_worker_volume for ROSA HCP (#13864)
catch destroy applience cluster 404 (#13873)
Defaulting ocs-ci to ODF 4.21 (#13774)
Add support for RHCS deployment under existing VPC on IBM Cloud (#13350)
AssistedInstaller: fix destroy process for old clusters
Merge pull request #13852 from petr-balogh/fix-external-mg-collection
Fix external MG script
Setup Storage for Fusion 2.11 (#13485)
Deployment and testcase for openshift logging with lokistack (#13094)
Merge pull request #13817 from petr-balogh/ceph_health_fix_update_bug
Merge pull request #13608 from petr-balogh/dont-fail-on-mg-collection-on-success-when-fails
Merge pull request #13517 from petr-balogh/use-CSafeLoader
Do not fail deployment when MG collection on success run failed
Enhance logic for ceph_health_recovery to update Jira
Excluding localhost from proxy traffic (#13813)
Changed deploymentconfig to deployment (#13807)
Add node status check before test begins (#13439)
verify_last_heartbeat_timestamp-skip-if-no-odf (#13832)
Fixed Encryption dashboard tests cases (#13814)
Updated timeout time (#13607)
Add early workload resources status check before DRPC creation for CNV workloads (#13797)
skipping test_crashcollector_pod_existence_on_ceph_pods_running_nodes if failure domain is host (#13777)
Updated test_nfs_not_enabled_by_default to test nfs pod provisioning when nfs is disabled (#13590)
Fixing cluster context switch issue for multi ns test (#13792)
Merge pull request #13789 from petr-balogh/update-slow-ops-pattern
Test and helper methods for UI-bucket lifecycle policy (#12618)
Fix missing resource_name fallback in wait_for_resource_oc_wait() (#13780)
Fix ephemeral pod test PVC deletion check (#13609)
enhance teardown (#13036)
Merge pull request #13790 from petr-balogh/external-mg-fix
CephFS Stress automation - cluster and verification checks (#13599)
Update slow ops pattern to match multiple mon pods
disable certificate check for external RHCS (#13563)
Fix external cluster log collection
Merge pull request #13711 from AviadP/fix_test_csi_logs_rotation_logrotate_state
Ocp upgrade hosted cluster (#13470)
Merge pull request #13784 from vavuthu/handle_bom_response1
Merge pull request #13783 from petr-balogh/apply-on-monitoring-configmap
handle bom response
Merge pull request #13773 from petr-balogh/rdr-ibm-roks-managed-4.20
Merge pull request #13610 from AviadP/fix-kernel-crash-test-skipif-taints
Apply changes to monitoring configmap if it exists
fix broken download hcp kubeconfig 420 (#13683)
wait all storage PVCs are Bound on Deployment #13746
test_bucket_create-locator-fix-4.20 (#13649)
fleet-manager-dropdown-420 (#13559)
test_obc_creation_and_deletion-fix-420 (#13651)
clear if text exists in re-check (#13734)
Fix audit for detect-secrets
Somtime 2fA is not required for IBM Cloud
Add retry for get_resoruce function
Add resource group to login command for IBM Cloud managed
Add ability to log in to IBM Cloud via W3ID credentials
Add W/A for submariner ROKS deployment
Retry on EOFError in _extract_virtctl_binary method
Retry in case of StaleElementReferenceException hit
Increase wait for node on IBM Cloud ROKS cluster
Changed DR Policy to 10min
Increase timeout in subctl gather logs command
Increase time to wait for import clusters via ACM
Increse timeouts for RDR ROKS
Change DR Policy for IBM Cloud Managed platform to odf3-odf4-10m
Increase timeout for RDR scenario for node restart to 900 sec
add new regions config files for ibm cloud
Increase timout for validation Submariner for IBM Cloud ROKS
Increase sumbmariner gateway change for IBM Cloud ROKS
Change ACM Page title for IBM Cloud ROKS
UI Login for IBM Cloud Managed - ROKS
Introduce run_for_all_clusters wrapper
Add cnv_latest_stable to IBM ROKS config files
Take zone from subnet_ids_per_zone if available
Add ibm cloud roks config for 3 different zones
Update ibm cloud roks zone key
Merge pull request #13768 from petr-balogh/bump-subctl-to-0.21
Handle CNV teardown failure due to updated test function name (#13771)
[RDR] Standalone protection type and Integrate Fleet Virtulization perspective related change for CNV VM UI tests (#13378)
Bumb subctl to 0.21
Merge pull request #13611 from petr-balogh/move-annotation-to-create-service-exporter-function
Move annotation in create_service_exporter function
Removing unwanted info log and typo correction (#13603)
Merge pull request #13761 from petr-balogh/fix-storage-class-creation-refactoring
Fix iss…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants