Skip to content
Merged
Changes from all commits
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
10 changes: 7 additions & 3 deletions hadoop-ozone/dist/src/main/smoketest/ozonefs/setup.robot
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ ${DEEP_DIR} test/${SCHEME}/dir

*** Keywords ***
Setup for FS test
Assign suite vars for FS test
Create volumes for FS test
Run Keyword Create ${BUCKET_TYPE}s for FS test
Sanity check for FS test
Assign suite vars for FS test
Log Completed setup for ${SCHEME} tests with ${BUCKET_TYPE}s in ${VOLUME}/${BUCKET} using FS base URL: ${BASE_URL}

Create volumes for FS test
Expand Down Expand Up @@ -65,6 +65,10 @@ Sanity check for FS test
Should contain ${result} ${BUCKET2}

Assign suite vars for FS test
${BASE_URL} = Format FS URL ${SCHEME} ${VOLUME} ${BUCKET} /
${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}
${BASE_URL} = Format FS URL ${SCHEME} ${VOLUME} ${BUCKET} /
Set Suite Variable ${BASE_URL}
Set Suite Variable ${DEEP_URL} ${BASE_URL}${DEEP_DIR}
Set Suite Variable ${DEEP_URL} ${BASE_URL}${DEEP_DIR}