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

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

                Author: ASF GitHub Bot
            Created on: 29/Mar/19 00:25
            Start Date: 29/Mar/19 00:25
    Worklog Time Spent: 10m 
      Work Description: hadoop-yetus commented on pull request #632: HDDS-1255. 
Refactor ozone acceptance test to allow run in secure mode. Contributed by Ajay 
Kumar.
URL: https://github.com/apache/hadoop/pull/632#discussion_r270246025
 
 

 ##########
 File path: hadoop-ozone/dist/src/main/smoketest/security/ozone-secure-s3.robot
 ##########
 @@ -0,0 +1,44 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# 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.
+
+*** Settings ***
+Documentation       Smoke test to start cluster with docker-compose 
environments.
+Library             OperatingSystem
+Library             String
+Library             BuiltIn
+Resource            ../commonlib.robot
+Resource            ../s3/commonawslib.robot
+
+*** Variables ***
+${ENDPOINT_URL}     http://s3g:9878
+
+*** Keywords ***
+Setup volume names
+    ${random}            Generate Random String  2   [NUMBERS]
+    Set Suite Variable   ${volume1}            fstest${random}
+    Set Suite Variable   ${volume2}            fstest2${random}
+
+*** Test Cases ***
+Secure S3 test Success
+    Run Keyword         Setup s3 tests
+    ${output} =         Execute          aws s3api --endpoint-url 
${ENDPOINT_URL} create-bucket --bucket bucket-test123
+    ${output} =         Execute          aws s3api --endpoint-url 
${ENDPOINT_URL} list-buckets
+                        Should contain   ${output}         bucket-test123
+
+Secure S3 test Failure
 
 Review comment:
   whitespace:tabs in line
   
 
----------------------------------------------------------------
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: 220332)
    Time Spent: 4.5h  (was: 4h 20m)

> Refactor ozone acceptance test to allow run in secure mode
> ----------------------------------------------------------
>
>                 Key: HDDS-1255
>                 URL: https://issues.apache.org/jira/browse/HDDS-1255
>             Project: Hadoop Distributed Data Store
>          Issue Type: Sub-task
>            Reporter: Ajay Kumar
>            Assignee: Ajay Kumar
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 4.5h
>  Remaining Estimate: 0h
>
> Refactor ozone acceptance test to allow run in secure mode.



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