aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/playbooks/ssl.yaml
AgeCommit message (Collapse)AuthorFilesLines
2016-02-24Changed upstream links for playbooksbrahmaputra.1.0stable/brahmaputraNauman_Ahad1-1/+1
Upsream links such as OpenSSL may break. Changed these links to links hosted at artifacts.opnfv.org so that links don't break for B release branch Change-Id: I9ca5cacf27030446dfa59717855f60dc1544b422 Signed-off-by: Nauman_Ahad <nauman.ahad@xflowresearch.com> (cherry picked from commit 5017e823b109621729b69e9fde251f3eb66db298)
2016-02-22qtip: add user name in case of apex and make the changes in ansibleMofassirArif1-1/+1
playbooks to cater for apex. Also reduce the verbosity for runnning ansbile plays. Change-Id: Id3a6da7bea3ede99f8a23e5fd0a2801987f9565b Signed-off-by: MofassirArif <mofassir.arif@xflowresearch.com> (cherry picked from commit 4dbb3e08adaaa90a0483681dc51393de56359c85)
2016-02-02Fixed issue with SSL and IPERFNauman_Ahad1-1/+1
Recent patches incorporating sudo led to an error Change-Id: If0e3316fbebce774db43f5fdcb3ea5e322a28222 Signed-off-by: Nauman_Ahad <nauman_ahad@xflowresearch.com> (cherry picked from commit c90360642e3032c73b7d17844eb6b019b618fc5b)
2016-02-01add sudo changes for joidMofassirArif1-19/+37
Change-Id: Id31e687779be159cd3ad83cb3df2289054927074 Signed-off-by: MofassirArif <mofassir.arif@xflowresearch.com> (cherry picked from commit 062d12fc2f6a8de367da50445a8af49b983d0b81)
2016-02-01Corrected the openssl linkNauman_Ahad1-7/+7
SSL playbooks failed, as openssl link became obsolete. Updated the link in the ssl playbook Change-Id: I8be4d4fd34656a44df718854a6a219084c2231e7 Signed-off-by: Nauman_Ahad <nauman_ahad@xflowresearch.com> (cherry picked from commit 9c4e1e7f2021e9f05fa6e98cd212a6ddeb0fd2e5)
2016-02-01Test_case name included in final json result fileNauman Ahad1-1/+1
Change-Id: Ic4059dd58d2c5c4e9f8a00a1c419dce0994bc1bc Signed-off-by: Nauman Ahad <nauman.ahad@xflowresearch.com> (cherry picked from commit 6bfa54e98b06fdd3daf9d26f9a66545402e9252c)
2016-02-01qtip: add condition for switching user to joid.MofassirArif1-6/+2
Change-Id: I9898a4eb21fb197a59fc72686d156eb4ef115388 Signed-off-by: MofassirArif <Mofassir_Arif@dellteam.com> (cherry picked from commit 4c27a6b94a0664418664569384ce236159385c71)
2016-02-01bug fix: result collection bug fix for docker imagesMofassirArif1-14/+16
Change-Id: Ia4ea09b90c7a4f4e3699af456c6d66e85661cc0b Signed-off-by: MofassirArif <Mofassir_Arif@dellteam.com> (cherry picked from commit 971a7c98515a9d83661f5e423f7e8390f35dca59)
2016-02-01Resolving bug for result collectionNauman_Ahad1-2/+2
For all benchmarks, the final ansible play to consolidate json was failing in docker containers Change-Id: I3611d74b7dbd38eccd46f9dcc982473f96b16157 Signed-off-by: Nauman_Ahad <Nauman_Ahad@dell.com> (cherry picked from commit 688380c212d1fc7cceb969a4d150c7764fcdeb77)
2015-12-18Patch for SSH issues after introducing qtip keyNauman_Ahad1-1/+6
Ansible issues for ssh for ssl Made modifications to the ansible playbook file Disabled sudo on the commands to be run on the local machine Explicitly introduced the remote_user in the playbook Change-Id: I547f48ac4a6f1dd4c0996bddda516896a8c3afb6 Signed-off-by: Nauman_Ahad <Nauman_Ahad@dell.com>
2015-12-17Script to modify key file permissionsMofassir Arif1-2/+2
I have added a script to change the file permissions of the key files to 600 so that they can be used by the ssh agent The duration of the sshtest has also been reduced to allow the Jenkins Job to run/fail in a reasonable amount of time Change-Id: I5446896619dfba3f3efb600b64628343d6378164 Signed-off-by: Mofassir Arif <Mofassir_arif@dellteam.com>
2015-12-16Removed Root previlagesMofassir Arif1-32/+10
QTIP now uses a key of its own to ssh into VMs The ssh for the baremetal servers still needs work Change-Id: I1aa37e07c4f9b3f7f4902d16cdbf74f39eb6c698 Signed-off-by: Mofassir Arif <Mofassir_arif@dellteam.com> Conflicts: .gitignore
2015-12-16Networking Testcase: Iperf ImplementedMofassir Arif1-0/+19
The ansible playbooks as well as the config files for the iperf throughput testing have been implemented. Some changes have been made to the driver function for the benchmarks. ansible now gets passed a json file. Change-Id: Ibf4c0210ab9f6cbf9896ca69bf2fb6bda8a9925d Signed-off-by: Mofassir Arif <mofassir@gmail.com>
2015-11-19RAMSpeed Benchmarks Included along with Sys Info for Net testcasesNauman_Ahad1-0/+2
RAMSpeed benchmark playbooks, result transformation scripts included. System Information also included for Network Testcases System Information Playbook checks for the type of testcase, and gathers benchmark relevant information only (No Network Info for Compute TestCase) JIRA: QTIP-54 JIRA: QTIP-38 Change-Id: I8612f06fedfaf7314552c06f388ea6c0cd23f1ee Signed-off-by: Nauman_Ahad <Nauman_Ahad@dell.com>
2015-11-09Ansible compute benchmarks playbooks with system Info & result transformNauman_Ahad1-0/+82
Updated playbooks for SSL,DPI,Dhrystone,Whetstone Also included python scripts for system information collection(compute benchmarks) and result transformation into JSON files for the aforementioned compute benchmarks JIRA:QTIP-20 JIRA:QTIP-36 JIRA:QTIP-37 JIRA:QTIP-39 JIRA:QTIP-40 JIRA:QTIP-52 Change-Id: I3c099d71d8316c15f0619313bd4f9829a58f6e33 Signed-off-by: Nauman_Ahad <Nauman_Ahad@dell.com>