ChenSammi commented on code in PR #7016:
URL: https://github.com/apache/ozone/pull/7016#discussion_r1708698128
##########
hadoop-ozone/dist/src/main/smoketest/omha/om-roles.robot:
##########
@@ -53,3 +53,15 @@ List om roles as JSON without OM service ID passed
Assert Leader Present in JSON
${output_without_id_passed}
${output_without_id_passed} = Execute And Ignore Error ozone
admin --set=ozone.om.service.ids=omservice,omservice2 om roles --json
Should Contain
${output_without_id_passed} no Ozone Manager service ID specified
+
+List om roles as TABLE with OM service ID passed
+ ${output_without_id_passed} = Execute ozone
admin om roles --table
Review Comment:
@slfan1989 , this should be "output_with_id_passed". BTW, the first
command "ozone admin om roles --table" doesn't have service ID set, why it's
under this "with OM service ID passed" category?
--
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]