This is an automated email from the ASF dual-hosted git repository.
bharat pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push:
new 75e8441 HDDS-1071. Make Ozone s3 acceptance test suite centos
compatible. Contributed by Elek Marton.
75e8441 is described below
commit 75e8441c616deb2de2390e9375259ffdc6417935
Author: Bharat Viswanadham <[email protected]>
AuthorDate: Thu Feb 7 08:53:11 2019 -0800
HDDS-1071. Make Ozone s3 acceptance test suite centos compatible.
Contributed by Elek Marton.
---
hadoop-ozone/dist/src/main/smoketest/s3/commonawslib.robot | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/hadoop-ozone/dist/src/main/smoketest/s3/commonawslib.robot
b/hadoop-ozone/dist/src/main/smoketest/s3/commonawslib.robot
index f426145..75f396c 100644
--- a/hadoop-ozone/dist/src/main/smoketest/s3/commonawslib.robot
+++ b/hadoop-ozone/dist/src/main/smoketest/s3/commonawslib.robot
@@ -39,7 +39,12 @@ Execute AWSS3Cli
Install aws cli
${rc} ${output} = Run And Return Rc And
Output which apt-get
Run Keyword if '${rc}' == '0' Install aws cli s3 debian
+ ${rc} ${output} = Run And Return Rc And
Output yum --help
+ Run Keyword if '${rc}' == '0' Install aws cli s3 centos
+
+Install aws cli s3 centos
+ Execute sudo yum install -y awscli
Install aws cli s3 debian
Execute sudo apt-get install -y awscli
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]