Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions hadoop-ozone/dist/src/main/smoketest/ozonefs/setup.robot
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ ${DEEP_DIR} test/${SCHEME}/dir

*** Keywords ***
Setup for FS test
${random} = Generate Random String 5 [NUMBERS]
Set Suite Variable ${BUCKET} ${random}-${BUCKET_TYPE}1-${SCHEME}
Set Suite Variable ${BUCKET2} ${random}-${BUCKET_TYPE}2-${SCHEME}
Set Suite Variable ${BUCKET_IN_VOL2} ${random}-${BUCKET_TYPE}3-${SCHEME}
Comment thread
adoroszlai marked this conversation as resolved.
Outdated
Create volumes for FS test
Run Keyword Create ${BUCKET_TYPE}s for FS test
Sanity check for FS test
Expand Down