You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Storage] Remove skip_block_volumemode from archive import test (RedHatQE#5099)
##### What this PR does / why we need it:
- Archive import only supports `Filesystem` volume mode, so explicitly
set it on the DV instead of skipping Block volume mode at runtime
- Remove the unused `skip_block_volumemode_scope_module` fixture.
- Use PVC volume mode in `running_pod_with_dv_pvc` fixture
- Ignore 'lost+found' file that may be created by some storage providers
Assisted-by: Claude <noreply@anthropic.com>
##### Which issue(s) this PR fixes:
Remove programmatic skip
##### Special notes for reviewer:
##### jira-ticket:
<!-- full-ticket-url needs to be provided. This would add a link to the
pull request to the jira and close it when the pull request is merged
If the task is not tracked by a Jira ticket, just write "NONE".
-->
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Tests**
* Enhanced test configuration to support volume mode settings for HTTP
import scenarios.
* Simplified test fixture dependencies to improve maintainability.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
---------
Signed-off-by: Jenia Peimer <jpeimer@redhat.com>
0 commit comments