adoroszlai opened a new pull request, #10334: URL: https://github.com/apache/ozone/pull/10334
## What changes were proposed in this pull request? `smoketest/s3/awss3virtualhost.robot` requires special configuration (`ozone.s3g.domain.name`), so it does not work with most acceptance test environments. When running all tests in `smoketest/s3`, this test currently needs to be excluded, e.g.: https://github.com/apache/ozone/blob/c13a0c0fcb478266aec94f5aa9eb8df7265abad6/hadoop-ozone/dist/src/main/compose/ozone-ha/test.sh#L40-L41 We can avoid the need for exclusion by moving it to another directory. https://issues.apache.org/jira/browse/HDDS-15347 ## How was this patch tested? ``` s3-virtual-host :: S3 gateway test with aws cli using virtual host style ad... ============================================================================== File upload and directory list with virtual style addressing | PASS | ------------------------------------------------------------------------------ s3-virtual-host :: S3 gateway test with aws cli using virtual host... | PASS | 1 test, 1 passed, 0 failed ``` https://github.com/adoroszlai/ozone/actions/runs/26282681788/job/77364249255#step:13:1357 CI: https://github.com/adoroszlai/ozone/actions/runs/26282681788 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
