[ 
https://issues.apache.org/jira/browse/HDDS-1216?focusedWorklogId=207570&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-207570
 ]

ASF GitHub Bot logged work on HDDS-1216:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 05/Mar/19 02:39
            Start Date: 05/Mar/19 02:39
    Worklog Time Spent: 10m 
      Work Description: bharatviswa504 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_r262327729
 
 

 ##########
 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:
   Can we remove S3 related changes from this?
 
----------------------------------------------------------------
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: 207570)
    Time Spent: 1h  (was: 50m)

> 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
>  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]

Reply via email to