adoroszlai commented on PR #6951: URL: https://github.com/apache/ozone/pull/6951#issuecomment-2276429211
> > Downloaded acceptance artifacts from CI run and checked log.html: > > This worked earlier too right ? Yes. However GitHub's runner doesn't have Robot Framework installed, we used to install it (`install_robot`). So the point of my test is to confirm that the report is generated correctly even after removing these installation steps. > I think the test should be to locally run a robot test via test-single.sh ``` $ cd hadoop-ozone/dist/target/ozone-1.5.0-SNAPSHOT/compose/ozone $ OZONE_DATANODES=3 ./run.sh -d $ ../test-single.sh scm basic/basic.robot Using Docker Compose v2 ============================================================================== Basic :: Smoketest ozone cluster startup ============================================================================== Check webui static resources | PASS | ------------------------------------------------------------------------------ Basic Freon smoketest | PASS | ------------------------------------------------------------------------------ Basic :: Smoketest ozone cluster startup | PASS | 2 tests, 2 passed, 0 failed ============================================================================== Output: /tmp/smoketest/ozone/result/robot-1.xml Successfully copied 16.4kB to result/ To use Ozone please mount ozone folder to /opt/hadoop Log: /rebot-output/log.html Report: /rebot-output/report.html renamed 'result/tmp.4EzMdcfwHjrebot/log.html' -> 'result/log.html' renamed 'result/tmp.4EzMdcfwHjrebot/report.html' -> 'result/report.html' $ open result/log.html ``` -- 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]
