ssulav commented on code in PR #8654:
URL: https://github.com/apache/ozone/pull/8654#discussion_r2163873647
##########
hadoop-ozone/dist/src/main/smoketest/ozone-fi/byteman_faults_sample.robot:
##########
@@ -0,0 +1,32 @@
+*** Variables ***
+${RULE} /opt/hadoop/share/ozone/byteman/skip-put-block.btm
+${vol} vol1
+${buck} buck1
+${key} key1
+${SECURITY_ENABLED} true
+
+*** Settings ***
+Resource BytemanKeywords.robot
+Resource os.robot
+Resource ../lib/os.robot
+Resource ../commonlib.robot
+Resource ../ozone-lib/shell.robot
+Suite Setup Setup Suite
+Suite Teardown Teardown Suite
+
+
+*** Keywords ***
+Setup Suite
+ Setup All Byteman Agents
+ Inject Fault Into Component datanode1 ${RULE}
+ Log To Console Kinit
Review Comment:
Sure
--
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]