red-hat-storage / ocs-ci

https://ocs-ci.readthedocs.io/en/latest/
MIT License
108 stars 168 forks source link

`test_bucket_logs.py` tests fail on external deployments #10983

Open sagihirshfeld opened 9 hours ago

sagihirshfeld commented 9 hours ago

BucketLoggingManager. wait_for_logs_pvc_mount_status fails due to a timeout issue because BucketLoggingManager._get_nb_pods_logs_pvc_mount_status assumes that noobaa's pods are the current cluster.

We should adjust this method for external deployments, or add a skip.

sagihirshfeld commented 9 hours ago

RP links: