Naresh Kamboju | b0ad7aa | 2016-11-10 00:33:43 +0530 | [diff] [blame] | 1 | metadata: |
| 2 | name: openssl-centos |
| 3 | format: "Manual Test Definition 1.0" |
| 4 | description: "OpenSSL is an open source project that provides a robust, |
| 5 | commercial-grade, and full-featured toolkit for the Transport Layer |
| 6 | Security (TLS) and Secure Sockets Layer (SSL) protocols. |
| 7 | It is also a general-purpose cryptography library |
| 8 | ref: https://www.openssl.org" |
| 9 | maintainer: |
| 10 | - naresh.kamboju@linaro.org |
| 11 | os: |
| 12 | - centos |
| 13 | - fedora |
| 14 | scope: |
| 15 | - functional |
| 16 | devices: |
| 17 | - d02 |
| 18 | - d03 |
| 19 | - d05 |
| 20 | - overdrive |
| 21 | environment: |
| 22 | - manual-test |
| 23 | |
| 24 | run: |
| 25 | steps: |
| 26 | - login as root and edit sudoers file |
| 27 | - setup wheel group users without a password |
| 28 | - uncomment this line "%wheel ALL=(ALL) NOPASSWD: ALL" |
| 29 | - sudoedit /etc/sudoers |
| 30 | - save and exit |
| 31 | - logout and login as normal user ex: linaro |
| 32 | - ensure linaro user exit and belong to wheel group |
| 33 | - run openssl-centos.sh |
| 34 | - ./openssl-centos.sh |
| 35 | - run takes around 10 minutes |
| 36 | |
| 37 | expected: |
| 38 | - all tests should pass |
| 39 | - if any openssl test fails please report bugs |