summaryrefslogtreecommitdiff
path: root/manual/generic/linux/openssl-centos.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'manual/generic/linux/openssl-centos.yaml')
-rw-r--r--manual/generic/linux/openssl-centos.yaml39
1 files changed, 39 insertions, 0 deletions
diff --git a/manual/generic/linux/openssl-centos.yaml b/manual/generic/linux/openssl-centos.yaml
new file mode 100644
index 0000000..f73ed7b
--- /dev/null
+++ b/manual/generic/linux/openssl-centos.yaml
@@ -0,0 +1,39 @@
+metadata:
+ name: openssl-centos
+ format: "Manual Test Definition 1.0"
+ description: "OpenSSL is an open source project that provides a robust,
+ commercial-grade, and full-featured toolkit for the Transport Layer
+ Security (TLS) and Secure Sockets Layer (SSL) protocols.
+ It is also a general-purpose cryptography library
+ ref: https://www.openssl.org"
+ maintainer:
+ - naresh.kamboju@linaro.org
+ os:
+ - centos
+ - fedora
+ scope:
+ - functional
+ devices:
+ - d02
+ - d03
+ - d05
+ - overdrive
+ environment:
+ - manual-test
+
+run:
+ steps:
+ - login as root and edit sudoers file
+ - setup wheel group users without a password
+ - uncomment this line "%wheel ALL=(ALL) NOPASSWD: ALL"
+ - sudoedit /etc/sudoers
+ - save and exit
+ - logout and login as normal user ex: linaro
+ - ensure linaro user exit and belong to wheel group
+ - run openssl-centos.sh
+ - ./openssl-centos.sh
+ - run takes around 10 minutes
+
+ expected:
+ - all tests should pass
+ - if any openssl test fails please report bugs