aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-02-11Add license info and update structureAna C38-176/+448
This change adds license to all .rst files under userguide. It also combines all configguide files into user guide. New reference.rst with list of links. Updated glossary, removed separate directories for apexlake and yardstick framework. Change-Id: I6532ed073905b0fa85a17e759ea7dc3c24acb91f Signed-off-by: Ana C <ana.cunha@ericsson.com> (cherry picked from commit 702eebbf78b29fb9046436dd71575b4f210f4731)
2016-02-10Updated install requirementsJo¶rgen Karlsson2-0/+78
Change-Id: I594eb3fc976bc65a9fa01e48a805c3564ad3a5f3 Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com> (cherry picked from commit fd3dd37a734a741a823962dbc646480ece70b3bb)
2016-02-09Revert "Test: Workaround for ODL Lithium"Jörgen Karlsson1-12/+1
This reverts commit 4be7c4c3960e941ce6fad82acd4572a5b96fb5c4. Change-Id: I4f949f2773703bb045662fd5b0be209e39d1e0a4
2016-02-09Add influxdb credentials.Jo¶rgen Karlsson1-0/+2
This is temporary!!!!! Credentials should be moved to a more secure place. Change-Id: Ifc0985aa58bb9fc861e0974e54d7ec34eb445a43 Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com> (cherry picked from commit 21e49fe80a862c8f6c11348a648ec69f6d9b1859)
2016-02-09Add deploy scenario tag to influxdb measurementsJo¶rgen Karlsson1-0/+1
Change-Id: I7e303f8445e4910074fcae6e48f142fa7b61923c Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com> (cherry picked from commit 97edfb00e78ddae222bc1024eb908b3751bebbc9)
2016-02-08yardstick image build cleanupsJo¶rgen Karlsson1-3/+6
- reduce progress verbosity when downloading with wget - added some debug printouts for trouble shooting mount issues Change-Id: Ic608f847b0fe74df231ce3d7d419dcf6c19807ed Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com> (cherry picked from commit 9639677d22a1434387dca1242ec9afbfcff81a0a)
2016-02-08bug fix: wrong POD name used in result dispatchersJo¶rgen Karlsson3-4/+4
Change-Id: I04a300b3478dd075208f9c904dcb281d74089344 Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com> (cherry picked from commit 84a5fd5cea31dd957fb1d0283144306e20d8e97b)
2016-02-08bug fix: huawei sc lab virtual pod task failkubi4-8/+0
opnfv_yardstick_tc027.yaml 's configure file is written for physical pod it shouldn't be added into virtual pod task, so remove it. otherwise, task will failed Change-Id: Ic2f03c6522cace32426a7aade1da56ed2c1766d1 Signed-off-by: kubi <jean.gaoliang@huawei.com> (cherry picked from commit ab99b83b03f3583c51c03fc821d48b77e2bd2273)
2016-02-08add precondition checkkubi3-4/+46
as we discussed yersterday, for daily jenkins task, i have a new idea, i add a precondition check and a key parameter in test case, if environment info(eg. "DEPLOY_SCENARIO") meet the preconditon which was defined in test case , this test case will run, if not meet, this test case will skip. and default is allow all test case to run, so this patch will not influence existing test case. any comments are welcomed Change-Id: I4300ac58994d51c0ddb4dd6d58b7191f796ddcee Signed-off-by: kubi <jean.gaoliang@huawei.com> (cherry picked from commit ff5cb9501b155e07fe75f03062217270b9745131)
2016-02-05Test: Workaround for ODL LithiumJörgen Karlsson1-1/+12
Change-Id: I9db7f95beb618e2a3125b5252a79bf1a400b6af1 (cherry picked from commit 912fe3bb9877456cb8ef363f9304bfab733eaffd)
2016-02-01bug fix : git clone yardstick repo failedkubi1-1/+1
line45: git clone YARDSTICK_REPO $YARDSTICK_REPO_DIR fail Change-Id: I7f2973b320a30a02264b3f65fb3e1397218a5d9a Signed-off-by: kubi <jean.gaoliang@huawei.com> (cherry picked from commit 115bd363930d3c3c254369b1f5307abaf95cec28)
2016-01-30Add test suites for huawei lab virtual deployQiLiang3-0/+72
JIRA: - Change-Id: Ibc44bf11fb8bef4878ec57187877624a557f9937 Signed-off-by: QiLiang <liangqi1@huawei.com> (cherry picked from commit 556a2f2226391043eee47acb5163adfc8342e157)
2016-01-29Service Function Chaining test casesRicardo Noriega9-0/+283
Change-Id: Id4c8b1bc05e768bdb2b8f17798f13f4d83dcd9d6 Signed-off-by: Ricardo Noriega <ricardo.noriega.de.soto@ericsson.com> (cherry picked from commit 805aaa50d226e8c91b69af0252aef68eda1551c3)
2016-01-29Add directory for code documentationAna C2-0/+16
This change adds a folder for yardstick code documentation under docs, apidocs. An index.rst file is added, and a modules.rst to list the modules. The documentation will be automatically generated from code docstrings, using sphinx autodoc directive. JIRA:YARDSTICK-161 Change-Id: I56ff1904c319a00352842be5ba7bb0cb52bbc3d6 Signed-off-by: Ana C <ana.cunha@ericsson.com> (cherry picked from commit f879c91a15dfd0de24367dd098c8c796851f9769)
2016-01-29Add debug info to solve image build errorsJo¶rgen Karlsson1-1/+5
Add more debug output and clear devmap table in order to solve build problems in YARDSTICK-226. Change-Id: Idfdbb925501c8debb67406f2dd316e1d4bfbaaa8 JIRA: YARDSTICK-226 Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com> (cherry picked from commit 8f6ecefac63f58bc988bc82ecc5247ec98a13d6e)
2016-01-29License for PCAP filesVincenzo Riccobene1-0/+26
Change-Id: Id2fdedf56099200b59392b5b337fcdde502d5f3a Signed-off-by: Vincenzo Riccobene <vincenzox.m.riccobene@intel.com> (cherry picked from commit df0a57d1ca51d67b929f5b7b31b3f3e164914093)
2016-01-28Add test suite for huawei lab virtual deployQiLiang1-0/+24
JIRA: - Change-Id: I0cd58a2acb0a2a55431eebd6b4adcde95d50d7bc Signed-off-by: QiLiang <liangqi1@huawei.com> (cherry picked from commit 22e55a637eb9fe70fbb378494242f5f6f196f3c0)
2016-01-27Revert "Test: Workaround for ODL scenarios"Jörgen Karlsson1-10/+1
This reverts commit e1d2d085b04dd3e6bbed0aede1cc5487b2916193. Change-Id: If2dd6586e34956b43f87da82e79231f62c441a73
2016-01-27Test: Workaround for ODL scenariosJo¶rgen Karlsson1-1/+10
Temporarily removing security group from generated heat template. This patch is pushed through for testing purposes and should be reverted when a proper solution is found. Change-Id: I64c86f41664499d46d8317bb1ebbe304083554ab Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com> (cherry picked from commit 8236c94ecef8aa25af073c50f7a0eaafae9b4bc6)
2016-01-27InfluxDB add authentication supportQiLiang2-0/+11
JIRA: YARDSTICK-212 Change-Id: I6b669800160268db70b5c9e43cbbc053576ec4b5 Signed-off-by: QiLiang <liangqi1@huawei.com> (cherry picked from commit 20b3b5fa5e1ecd8a6b68980d365f82034f69df6d)
2016-01-21fix some missing license filekubi3-0/+26
fix .coveragerc, etc/yardstick/nodes/pod.yaml.sample etc/yardstick/yardstick.conf.sample Change-Id: Iece74c80316202fb000dda0ea2b3f8fdb6fe5eb8 Signed-off-by: kubi <jean.gaoliang@huawei.com>
2016-01-21Add license to files for Apex Lake directoryVincenzo Riccobene2-1/+31
Change-Id: I25978755d4ec705d01eeb78c2d8e91e45e556011 Signed-off-by: Vincenzo Riccobene <vincenzox.m.riccobene@intel.com> (cherry picked from commit 7cefb860a55a4c3c72247cc80eb512f348debf82)
2016-01-20Add apexlake CI scriptJo¶rgen Karlsson1-0/+22
Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com> Change-Id: I5dcd45692938afddadbf17650c96fddf1f99dce7 (cherry picked from commit 9a3fa8bde1e8a82796fd05c8a40b1fbb8eca60c6)
2016-01-19Influxdb change tc as measurementQiLiang1-5/+17
Add host and taget tags (initially for cpuload scenario to identify where the test run) JIRA: YARDSTICK-212 Change-Id: I895bd435ec4a5e036e5ae2dc965df23ccfa6bf24 Signed-off-by: QiLiang <liangqi1@huawei.com> (cherry picked from commit 2c62f3d7fd73e64bf2a3be2d1741a57bedefb726)
2016-01-19Move the test case of TC025 to the test cases folderwym_libra1-0/+0
Change-Id: Ia3760a4fcc17f810940240d1778939333e8ffdc6 Signed-off-by: wym_libra <yimin.wang@huawei.com> (cherry picked from commit c8ea364de2f2d7bb4703f4beb86897c23dc88c39)
2016-01-19Fix EXTERNAL_NETWORK for joidJo¶rgen Karlsson1-0/+4
Change-Id: I31c932a9098933fe139c28a65c3989a0014d0f8d Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com> (cherry picked from commit 31419c67b8737dcea4768627b3ebf11f68e5e2bc)
2016-01-19Fix Apexlake DocumentationVincenzo Riccobene6-92/+107
Change-Id: If9519d1660fe21bc13307ce35711424c6e2b8176 Signed-off-by: Vincenzo Riccobene <vincenzox.m.riccobene@intel.com> (cherry picked from commit 19caefaa3505a67bea77cf082168f29cbcf41ba9)
2016-01-18Create weekly Jenkins Job for Yardstick run in Huawei lab in Santa Clarakubi1-0/+26
Test Case 040 :parser is added into weekly yaml Signed-off-by: kubi <jean.gaoliang@huawei.com> Change-Id: I0cb4a9e273b5cac55b9a7a278ea17b1ad78d1ac6
2016-01-18HttpDispatcher case_name value updateQiLiang1-1/+1
See details on https://etherpad.opnfv.org/p/yardstick_release_b_troubleshooting section Questions 6.1 Change-Id: I72268c827a2321859c405f45b7e1e475c0ffb4a0 Signed-off-by: QiLiang <liangqi1@huawei.com> (cherry picked from commit 625a6dac381a35a0c12cab0cfd21146844778aaa)
2016-01-17Fixed documentation for ApexLakeVincenzo Riccobene7-125/+541
Integration of ApexLake documentation into the main docs directory Change-Id: I3398acc16cc2ff4bb039783fc5bcb6a10afda4e1 Signed-off-by: Vincenzo Riccobene <vincenzox.m.riccobene@intel.com> (cherry picked from commit 58f3b57faedfda7033383b5807fb6553acaa6a2f)
2016-01-16modify sc lab pod yaml as real configurekubi8-18/+59
Change-Id: I6587794b7206cb3d5f13b6c448670d1c97ecd596 Signed-off-by: kubi <jean.gaoliang@huawei.com> (cherry picked from commit cfbefd9ad48e07a1890e022e94cbae117e04f87a)
2016-01-16enable ipv6 test case in sc labkubi2-1/+3
Change-Id: I4609fcb4427413fd6cde435f7bd062c9dde61949 Signed-off-by: kubi <jean.gaoliang@huawei.com>
2016-01-15Update test suite files.Jo¶rgen Karlsson10-20/+60
Added TC 10, 11 and 14. Removed TC 1 as it is already included in TC 37 Change-Id: Iea483c4a26c657984769400f2949ca300c2504bd Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com> (cherry picked from commit 2a2ebe6b1ea2ff317f4a3ca6a8e8fab811350eae)
2016-01-15Dump test result when test finishedQiLiang1-11/+32
JIRA: - Change-Id: I8712f1c4a0a063bdf7ba6a425015dea894c34d16 Signed-off-by: QiLiang <liangqi1@huawei.com> (cherry picked from commit 261e3fe02d803fd6476a4af56dea32a29094923b)
2016-01-15fix some bug in ipv6 to make it run in cikubi11-50/+207
JIRA:YARDSTICK-187 Change-Id: Ia15d17afdef145f7b230a8a4d25a61eed5cdfd76 Signed-off-by: kubi <jean.gaoliang@huawei.com>
2016-01-15Adds desription for TC024, the CPU load/mpstat test casePer Holmgren2-0/+65
Change-Id: Ifbc571e3e216349d065ac21df1a3f10fe94d4e9a JIRA: - (cherry picked from commit bb82fb8c9198d6e792b8558bf6eaf4f53710c7fe)
2016-01-15Correct some typoswym_libra1-12/+14
Change-Id: Ia9fd31580ff75663514aebbb46a8b87021cb01de Signed-off-by: wym_libra <yimin.wang@huawei.com> (cherry picked from commit 9028f681b95ca213f6702536cf740f07490e4b45)
2016-01-15Add test case description and task file for TC011wym_libra3-0/+128
Add test case description for Packet delay variation between VMs (TC011) and test case .yaml task file. ** Please note that the SLA value has not yet been determined. ** Change-Id: I68a374224946d46c173ad477c14cb79d573b1eee Signed-off-by: wym_libra <yimin.wang@huawei.com> (cherry picked from commit 09c6f91228759e22a08bd9344962d65c1818e6b3)
2016-01-15HeatContext model update to match heat code updateQiLiang29-42/+49
In Heat Liberty release OS::Nova::Server will always use the user pre-configured in the image (e.g. "fedora" for stock Fedora cloud images, "ubuntu" for stock Ubuntu cloud images, "cloud-user" for stock CentOS cloud images etc) Change all ec2-user -> ubuntu Add admin-user in Heat model for backwards compatibility. Refer below links for detalis: https://etherpad.opnfv.org/p/yardstick_release_b_troubleshooting https://github.com/openstack/heat/commit/e423bec7f10b0f5d07f05d195b3b7860f6bceb00 http://blog.scottlowe.org/2015/04/23/ubuntu-openstack-heat-cloud-init/ JIRA: - Change-Id: I6b8b2b21daf113a3a86aee1126b0c3e74737ef4f Signed-off-by: QiLiang <liangqi1@huawei.com> (cherry picked from commit 9d36842e3966185e97cc5732aa7a0edd2050bfe2)
2016-01-14Update results for Test Cases 6, 7, 20, 21Vincenzo Riccobene5-21/+29
JIRA: YARDSTICK-219 Change-Id: I06143f074592e05cd17b740eb9751414a56c9fde Signed-off-by: Vincenzo Riccobene <vincenzo.m.riccobene@intel.com> Signed-off-by: Vincenzo Riccobene <vincenzox.m.riccobene@intel.com> (cherry picked from commit 9b8b765373abbb10289415312a24574ff122541a)
2016-01-14Add test suite for Orange POD2Jo¶rgen Karlsson1-0/+18
Change-Id: I667a54793be39c74a9f787b055b07fda9b2ba06c Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com> (cherry picked from commit a6415b5199936de2eb247a26f18e47a368b82afa)
2016-01-14Add template for test results reportAna C1-0/+71
This change is a proposal for a report for yardstick test case reesults. One report for all the executed tests, summarizing the results and the labs where the tests were executed. JIRA: - Change-Id: I7cdfdc82d6ee07d2b9da426f33ce34b86362b5b4 Signed-off-by: Ana C <ana.cunha@ericsson.com> (cherry picked from commit 3871a2c4f61b1da9a8512135bf0cf6e9e35d7e8d)
2016-01-14Fix small bugs for running Apexlake on Montreal testbeduser12-123/+125
JIRA: YARDSTICK-219 Change-Id: I5f403e6c922f5e6ea790dc9cdb589cbc98e66ded Signed-off-by: user <user@TRAFCLASS-PACKET1.fuel.local> (cherry picked from commit 174560a6b7d4a23763564fcfc87c2dd7e60aa241)
2016-01-13ci: add influxdb target optionsJo¶rgen Karlsson1-5/+16
Change-Id: I50cbbf4d2fe59d688a4951cc8bec3362b098adcb JIRA:- Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com> (cherry picked from commit 55f7c41c927320a3dac5a0907ebf66647aafd8a8)
2016-01-13Fix flake8 errorsJo¶rgen Karlsson16-45/+39
Change-Id: I14f21092f5e97abf0629a92a27062846a6d3130b JIRA:- Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com> (cherry picked from commit 791323df72d8bf4f4f4c32a1e7273721f2adc349)
2016-01-12Fix minor format details in tc descriptionsAna C3-28/+58
This change fixes minor formating in TC025, remove one extra line in TC028 and update 03-list-of-tcs. The formating caused the pdf to fail. Change-Id: I304335277b1fbc33b10d9a07245ebeef0612fc80 Signed-off-by: Ana C <ana.cunha@ericsson.com> (cherry picked from commit 5c4c8667e0c0a8e039d7682f235b022f39149d56)
2016-01-12Rename tc019/tc025 & fix description for tc005QiLiang4-2/+4
Added tc019 and tc025 to index of test cases in 03-list-of-tcs. JIRA: - Change-Id: I02696dc408d2d5c20becba29c49b3cff2a7049a9 Signed-off-by: QiLiang <liangqi1@huawei.com> (cherry picked from commit 25095fb4e6d6a0e71581eee18f50c7d61f6a270d)
2016-01-12Add test case description for TC028-kvmQiLiang2-0/+67
JIRA: YARDSTICK-188 Change-Id: I16f8c5ac3a3997640ce96a77984c4dbe9ccb2804 Signed-off-by: QiLiang <liangqi1@huawei.com> (cherry picked from commit ef353b91b2527580a642da561a387d67b71e753d)
2016-01-12Add test case description and task file for TC025wym_libra2-0/+142
Add test case description for HA of OpenStack Controll Node abnormally shutdown (TC025) and the sample .yaml task file. ** Please note that the SLA value has not yet been determined. ** JIRA: YARDSTICK-135 Change-Id: I70f1afb0c9cfa5446aac08b7b13e543a9ec20898 Signed-off-by: wym_libra <yimin.wang@huawei.com> (cherry picked from commit 83d895e535b700790497429ac6cbd46fb0fef9e5)
2016-01-12Add test case description and task file for TC019wym_libra2-0/+167
Add test case description for Control node-OpenStack service down (TC019) and test case .yaml task file. ** Please note that the SLA value has not yet been determined. ** JIRA: YARDSTICK-135 Change-Id: Id512159034929dc197d2c7fdf6cc672ecddfb996 Signed-off-by: wym_libra <yimin.wang@huawei.com> (cherry picked from commit 32b39d0f576dc5c71678fd0b6b8feab6f2173939)