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
Fix the s390x tier2 storage tests which are failing due to missing DEFAULT_DV_SIZE. (RedHatQE#2143)
##### Short description:
- Some of the tests are failing in s390x as they are using less size
than the required size. So i have changed those tests to use
DEFAULT_DV_SIZE constant which will give the required size based on the
Architecture.
- Test test_disk_falloc is not working with /dev/zero on s390x due to
some issue. So I am using /dev/urandom for s390x.
##### More details:
##### What this PR does / why we need it:
##### Which issue(s) this PR fixes:
##### 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**
- Standardized default DataVolume sizes across storage tests by using a
shared image size constant.
- Updated upload and virtctl upload tests to use the centralized default
size.
- Harmonized an HTTP import disk-fill test: switched to an Alpine
image/source, updated image/size/wait parameters, changed disk-fill to
use non-zero data, and generalized the expected "No space left on
device" message.
- Expanded console prompt tests to accept both root (#) and user ($)
prompts.
- **Chores**
- Added Alpine OS flavor, normalized Alpine image names, and excluded
Alpine from cloud-init by default.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
---------
Signed-off-by: Vamsi Krishna Siddu <vamsikrishna.siddu@ibm.com>
0 commit comments