summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-02-21Grafana Dashboard customization scriptRutuja Surve2-0/+67
JIRA: BOTTLENECK-182 Customization of dashboard with respect to query for a particular panel Change-Id: Ic8730c2fc1540fc41d1206b4610beb7b304825ae Signed-off-by: Rutuja Surve <rutuja.r.surve@gmail.com>
2018-01-16bug-fix: support insecure option for quota settingYang Yu1-2/+25
JIRA: BOTTLENECK-221 Quota setting has openstack cmd executed by bash not supporting insecure option for https Change-Id: I223080b67af9aa1677e2e39daaf727f3a6c0ea97 Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2018-01-15Add docs for nose testYang Yu2-0/+191
JIRA: BOTTLENECK-219 This path is to add docs for unit & coverage tests Change-Id: I504cb14cd32828533b5a82f02770e60da785794a Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2018-01-12bug-fix: no percentage calculated in verify ciYang Yu1-4/+25
JIRA: BOTTLNECK-219 It seems that ci verify job could not get the coverage percentage for empty directory. This patch is to add __init__ file for the empty directory to avoid the empty check. note that offline test does not has this issue Change-Id: I67ce149438516429f7285e9424a57439b188c070 Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2018-01-10bug-fix: veriry job no coverage packageYang Yu1-1/+2
JIRA: BOTTLENECK-219 vitualenv should install nose and coverage package for unittest, only install coverage is not enough since virtualenv will use external nose which couldnt find coverage package installed externally Change-Id: I6daebf2db6dd97cdfd0eac0c43a619229ba38577 Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2018-01-10Merge "bug-fix: coverage package missing for ci verify"Yu Yang (Gabriel)1-1/+3
2018-01-08bug-fix: coverage package missing for ci verifyYang Yu1-1/+3
JIRA: BOTTLENECK-219 nosetests has enbled coverage check which requires coverage package missing currently Change-Id: Ia4b87a6036ea00532014a332170a19681432f84c Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2018-01-05bug-fix: wrong line to modify for getting resultsYang Yu2-1/+11
In Danube, should modify no.12 line of yardstick config file to let yardstick record result in file instead of reporting to MongoDB. After Danube, it should be no.13 line of that file. Also return to Danube:3.1 and will fix the line issue for VNF scaling test in another ticket Change-Id: I309e9c609967efdda8eaaf289d788ccf1693308e Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2018-01-04Add unit & coverage testYang Yu2-10/+7
JIRA: BOTTLENECK-219 Using python-nose to run nosetests on unittest and coverage test Change-Id: I3928823bc2f8c65dbe770827ee69da8dd3ced1f2 Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2017-12-25buf-fix: sfc quota settingYang Yu1-5/+1
JIRA: BOTTLENECK-215 compass master does not enable sfc, only eupurates. changing sfc quota will cause error for "not valide attributes" Change-Id: I77fab2d957d88bed6ed28c06bff9d3c2f7fb0da7 Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2017-12-22bug-fix: neutron quota for euphratesYang Yu1-1/+5
JIRA: BOTTLENECK-215 It seems SFC is enabled defaultly in euphrates. So modify the quota for SFC Change-Id: Id8b88f03b029ca6a4c1c13098d799958601f1bb6 Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2017-12-21Merge "Add Storperf API usage in bottlenecks"Ace Lee1-0/+171
2017-12-21bug-fix: fix neutron quota settingYang Yu5-5/+7
JIRA: BOTTLENECK-215 also fix the bug for type error: converted string Change-Id: Ic56b5ab5c49d8fdbcf49ba4571c2286d5f7bc422 Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2017-12-15Merge "Docs update for E 5.1"Yu Yang (Gabriel)3-18/+49
2017-12-15Merge "VNF scale-out testcase"Yu Yang (Gabriel)6-146/+204
2017-12-15VNF scale-out testcaseAce Lee6-146/+204
JIRA: BOTTLENECK-214 Bottlenecks VNF scale out testcase Change-Id: I05c4dec483062dd59c4b062516c8a6c1bc83ad6e Signed-off-by: Ace Lee <liyin11@huawei.com>
2017-12-15Docs update for E 5.1Yang Yu3-18/+49
Change-Id: I53972edc64398339463824d5f8d7193a6e15481f Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2017-12-15Merge "Add moon feature tenant testcase"Yu Yang (Gabriel)2-0/+201
2017-12-05Fix path for util script in posca guideYujun Zhang1-1/+1
Change-Id: I957d2232ceafad45ec40f7f99e9b11629887b059 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-12-01Add Storperf API usage in bottlenecksShubham Agarwal1-0/+171
JIRA: BOTTLENECK-213 This is to use Storperf API in bottlenecks. Change-Id: I3a3fbb3bfd9c278740c070b167222ff122df1d49 Signed-off-by: Shubham Agarwal <shubham.agarwal.coder@gmail.com>
2017-11-14Cadvisor Client-Server installation automation scriptRutuja Surve4-3/+78
JIRA: BOTTLENECK-181 Automated the installation for cadvisor client from jump server host and added docker installation of cadvisor in monitoring script. Change-Id: I906b5237bc0ed320106309c1a29e8dd72a05a427 Signed-off-by: Rutuja Surve <rutuja.r.surve@gmail.com>
2017-11-14Collectd Client-Server installation automation scriptRutuja Surve5-14/+186
JIRA: BOTTLENECK-181 Automated the installation for collectd client from jump server host and corrected docker versions in monitoring script Change-Id: I14ec20f2761c72e261aa1185a381f0c02b84ed45 Signed-off-by: Rutuja Surve <rutuja.r.surve@gmail.com>
2017-11-01Merge "Datasource and Dashboard automation script"Yu Yang (Gabriel)2-1/+71
2017-10-20Datasource and Dashboard automation scriptRutuja Surve2-1/+71
JIRA: BOTTLENECK-180 Automated creation of Prometheus datasource and dashboard for Grafana Change-Id: Id1e0323f74a0587b0fe3c80ba7a39843893f00ec Signed-off-by: Rutuja Surve <rutuja.r.surve@gmail.com>
2017-10-20Bug fix in CIopnfv-5.0.0liyin1-1/+2
Bug fix in CI yardstick docker image problem. Change-Id: Ie25c82b19cb7ae54fd4f2563f09c97cafbf6e584 Signed-off-by: liyin <liyin11@huawei.com>
2017-10-18Add project name before UserDevloeper GuideMorgan Richomme2-6/+6
otherwise title User Guide without context may be misleading Change-Id: I7ae96154633d21dec5ab540e8817ea1c04989cda Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2017-10-18Harmonization of the naming of the titeles of the testing project guidesMorgan Richomme2-6/+6
Change-Id: I3e4febb08afa58689a9d43e1083ba2a7cd16fd22 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2017-10-17Add moon feature tenant testcaseliyin2-0/+201
JIRA: BOTTLENECKS-212 Add moon feature tenant testcase to Bottlenecks Change-Id: I3795470fa5fab1866da346ec376dbd8f00f8205b Signed-off-by: liyin <liyin11@huawei.com>
2017-10-17Merge "update the Euphrates docs"Yu Yang (Gabriel)5-122/+176
2017-10-16Merge "Add moon feature resource testcase"Ace Lee2-0/+163
2017-10-13Merge "Modified the docker_cleanup.sh file to cleanup the ELK container"Yu Yang (Gabriel)1-0/+1
2017-10-12Add moon feature resource testcaseliyin2-0/+163
JIRA: BOTTLENECKS-212 Add moon feature resource testcase to Bottlenecks Change-Id: Ib9bddfcd980e38c40d4a76b6cfd48bb9a656c81e Signed-off-by: liyin <liyin11@huawei.com>
2017-10-11Merge "Bottlenecks testpmd scale-up testcase."Ace Lee7-3/+204
2017-10-10Remove 'stable' from version for results pushed to DBGabriel Yu1-1/+1
JIRA: BOTTLENECK-210 RT. Change-Id: I5861f971e8afd69430bf5e322a566b27ce1eb2b7 Signed-off-by: Gabriel Yu <Gabriel.yuyang@huawei.com>
2017-10-10Modified the docker_cleanup.sh file to cleanup the ELK containerShubham Agarwal1-0/+1
Change-Id: Idfebbdc0296e4aeba5caf4da3b6b0ced438745ea Signed-off-by: Shubham Agarwal <shubham.agarwal.coder@gmail.com>
2017-10-10Bottlenecks testpmd scale-up testcase.liyin7-3/+204
JIRA: BOTTLENECK-205 This is the script of testpmd scale-up feature testcase. we will debug the dashboard. Change-Id: I4a6de0e7e1ea7c04639ece78a7b11b75128d8d2f Signed-off-by: liyin <liyin11@huawei.com>
2017-10-09update the Euphrates docsYang Yu5-122/+176
JIRA: BOTTLENECK-170 This patch is to update the euphrates docs to commandate new changes. Change-Id: I766f3e689c9093694e82995f1b0f013f316636ab Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2017-09-29fix bug in reporting.liyin1-1/+4
JIRA: BOTTLENECK-206 Bug fix in reporting. Change-Id: I2d2269e9d35b279b3aa3b08d497d6e6bda2a5704 Signed-off-by: liyin <liyin11@huawei.com>
2017-09-14bug-fix: make CLI available by adding docker operationsYang Yu1-2/+7
JIRA: BOTTLENECK-197 offline test is executed which validated this patch Change-Id: Ib98e64781697839a7c1896d4089279d017d738ad Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2017-09-07Add local support for config preparation before testingYang Yu2-3/+158
JIRA: BOTTLENECK-103 Lcoal support for finding openstack certs and pod yamls Change-Id: Ia0f0ee2fd841a4f88e82ac3f504613a6f431107e Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2017-08-21Merge "Bottlenecks committer update"Yu Yang (Gabriel)1-4/+1
2017-08-10Merge "VNF characterizaion scale_out test, untested"Yu Yang (Gabriel)2-0/+143
2017-08-10Merge "VNF characterization scale_up test, untested"Yu Yang (Gabriel)2-0/+161
2017-08-10Merge "system bandwidth testcase frame rebuild"Yu Yang (Gabriel)11-92/+151
2017-08-09VNF characterizaion scale_out test, untestedRoss Brattain2-0/+143
The purpose of this test is to increase the number of VNFs being tested while monitoring aggregate performance scaling. requires https://gerrit.opnfv.org/gerrit/#/c/37993 Change-Id: I0015ef0326859512c7b9ab4c57ef9b5a710ca852 Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
2017-08-09VNF characterization scale_up test, untestedRoss Brattain2-0/+161
The purpose of this test is to increase the amount of resources provided to the VNF and monitor the ablilty of the VNF to scale requires https://gerrit.opnfv.org/gerrit/#/c/37991/ Change-Id: I4e2384ef120dea2348a623acc1d439696d95e73b Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
2017-08-07system bandwidth testcase frame rebuildliyin11-92/+151
JIRA: BOTTLENECK-177 This patch will debug some error in system bandwidth testcase. use the new docker way to test this testcase. Bug fix about dashboard and test framework. Change-Id: I7167ffd75efab9a7780407aa5b9a4337ebb9b4c7 Signed-off-by: liyin <liyin11@huawei.com>
2017-08-04Bottlenecks committer updateYang Yu1-4/+1
According to email communication with Bottlenecks committer, 4 committers step down and 1 committer cooptation. Details will be sent out through email. Change-Id: I19acc55075d47d240659b0ec2ff19761bdb70a92 Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2017-08-04change Dockerfile to adapt BranchesYang Yu1-1/+1
Reverse dockerfile Change-Id: I827209833ae4e34e20afba522557c83f4acaaf45 Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2017-08-04Merge "Remove Branch var for docker build push"Yu Yang (Gabriel)1-1/+1