This is an automated email from the ASF dual-hosted git repository. weichiu pushed a commit to branch HDDS-13454 in repository https://gitbox.apache.org/repos/asf/ozone.git
commit 12b835350d02bd41a932c5c59b9995cb521f5326 Author: Wei-Chiu Chuang <[email protected]> AuthorDate: Tue Jul 22 17:26:23 2025 -0700 Revert "HDDS-13454. Add robot test and documentation for ozone shell s3 setsecret command." This reverts commit 8d3db2a5f5faf13ccdaeb8490ec1b26735f541ce. --- hadoop-ozone/dist/src/main/smoketest/security/ozone-secure-s3.robot | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hadoop-ozone/dist/src/main/smoketest/security/ozone-secure-s3.robot b/hadoop-ozone/dist/src/main/smoketest/security/ozone-secure-s3.robot index 581643623ae..70bade5f1e8 100644 --- a/hadoop-ozone/dist/src/main/smoketest/security/ozone-secure-s3.robot +++ b/hadoop-ozone/dist/src/main/smoketest/security/ozone-secure-s3.robot @@ -12,7 +12,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -#suite: ozonesecure *** Settings *** Documentation Smoke test to start cluster with docker-compose environments. @@ -59,8 +58,3 @@ Secure S3 test Failure ${rc} ${result} = Run And Return Rc And Output aws s3api --endpoint-url ${ENDPOINT_URL} create-bucket --bucket bucket-test123 Should Be True ${rc} > 0 -SetSecret Success - ${output} = Execute ozone sh s3 setsecret --secret=newsecret - Should Contain ${output} AWS_ACCESS_KEY_ID - Should Contain ${output} AWS_SECRET_ACCESS_KEY - --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
