[
https://issues.apache.org/jira/browse/HDDS-1216?focusedWorklogId=208049&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-208049
]
ASF GitHub Bot logged work on HDDS-1216:
----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Mar/19 20:39
Start Date: 05/Mar/19 20:39
Worklog Time Spent: 10m
Work Description: ajayydv commented on pull request #553: HDDS-1216.
Change name of ozoneManager service in docker compose fileā¦
URL: https://github.com/apache/hadoop/pull/553#discussion_r262680294
##########
File path: hadoop-ozone/dist/src/main/smoketest/security/ozone-secure.robot
##########
@@ -107,5 +140,16 @@ Run ozoneFS tests
Execute ls -l GET.txt
${rc} ${result} = Run And Return Rc And Output ozone fs -ls
o3fs://abcde.pqrs/
Should Be Equal As Integers ${rc} 1
- Should contain ${result} VOLUME_NOT_FOUND
+ Should contain ${result} not found
+
+
+Secure S3 test Failure
+ Run Keyword Install aws cli
+ ${rc} ${result} = Run And Return Rc And Output aws s3api --endpoint-url
${ENDPOINT_URL} create-bucket --bucket bucket-test123
+ Should Be True ${rc} > 0
+
+Secure S3 test Success
+ Run Keyword Setup credentials
+ ${output} = Execute aws s3api --endpoint-url
${ENDPOINT_URL} create-bucket --bucket bucket-test123
+
Review comment:
removed s3 related changes, HDDS-1043 will have them.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 208049)
Time Spent: 1h 40m (was: 1.5h)
> Change name of ozoneManager service in docker compose files to om
> -----------------------------------------------------------------
>
> Key: HDDS-1216
> URL: https://issues.apache.org/jira/browse/HDDS-1216
> Project: Hadoop Distributed Data Store
> Issue Type: Sub-task
> Reporter: Ajay Kumar
> Assignee: Ajay Kumar
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> Change name of ozoneManager service in docker compose files to om for
> consistency. (secure ozone compose file will use "om").
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]