This is an automated email from the ASF dual-hosted git repository.
shashikant pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 54ea4c7 HDDS-5080. enable s3 test suite for secure-ha (#2147)
54ea4c7 is described below
commit 54ea4c77519c66d65e06baa1930e7a81cc346853
Author: Bharat Viswanadham <[email protected]>
AuthorDate: Wed Apr 14 10:53:14 2021 +0530
HDDS-5080. enable s3 test suite for secure-ha (#2147)
---
hadoop-ozone/dist/src/main/compose/ozonesecure-ha/test.sh | 1 +
hadoop-ozone/dist/src/main/smoketest/s3/commonawslib.robot | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/hadoop-ozone/dist/src/main/compose/ozonesecure-ha/test.sh
b/hadoop-ozone/dist/src/main/compose/ozonesecure-ha/test.sh
index dbc7a69..63b6851 100755
--- a/hadoop-ozone/dist/src/main/compose/ozonesecure-ha/test.sh
+++ b/hadoop-ozone/dist/src/main/compose/ozonesecure-ha/test.sh
@@ -33,6 +33,7 @@ execute_robot_test ${SCM} freon
execute_robot_test ${SCM} basic/links.robot
+execute_robot_test ${SCM} s3
stop_docker_env
generate_report
diff --git a/hadoop-ozone/dist/src/main/smoketest/s3/commonawslib.robot
b/hadoop-ozone/dist/src/main/smoketest/s3/commonawslib.robot
index 505e0d1..ef5f116 100644
--- a/hadoop-ozone/dist/src/main/smoketest/s3/commonawslib.robot
+++ b/hadoop-ozone/dist/src/main/smoketest/s3/commonawslib.robot
@@ -61,7 +61,7 @@ Setup v4 headers
Run Keyword if '${SECURITY_ENABLED}' == 'false' Setup dummy
credentials for S3
Setup secure v4 headers
- ${result} = Execute ozone s3 getsecret
+ ${result} = Execute ozone s3 getsecret
${OM_HA_PARAM}
${accessKey} = Get Regexp Matches ${result}
(?<=awsAccessKey=).*
${accessKey} = Get Variable Value ${accessKey} sdsdasaasdasd
${secret} = Get Regexp Matches ${result}
(?<=awsSecret=).*
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]