aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-03-15Improvement of debug messages to the useruser4-4/+17
Change-Id: I09fa9cd865021701f53e0df2a2cd79d60ea04d6c Signed-off-by: user <user@TRAFCLASS-PACKET1.fuel.local>
2016-03-15Support for port_security extensionuser14-51/+531
Change-Id: I5c513eb4024a3cd35c27e3ba6b9ace92af278432 Signed-off-by: user <user@TRAFCLASS-PACKET1.fuel.local>
2016-03-14Bug Fix - Fixes the heat template for noisy neighbours and its deploymentuser10-32/+58
Change-Id: I4c45b204a06a728db276a2e4a5f905f3a34f2de5 Signed-off-by: user <user@TRAFCLASS-PACKET1.fuel.local>
2016-03-14Bug Fix - select specific commit for smcroute within the vTC VMVincenzo Riccobene1-3/+4
Change-Id: I515c6355546758365346fab5babc3a0810de1f4a Signed-off-by: Vincenzo Riccobene <vincenzox.m.riccobene@intel.com>
2016-03-14Change copyright for base scenarioJo¶rgen Karlsson1-7/+16
Changed to rally copyright as lots of concepts and code have been reused. Change-Id: I00d3665fc37634b1ad5f8b2aaca31fffb8fa8942 Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com>
2016-03-14Change copyright for runners.Jo¶rgen Karlsson5-35/+80
Changed to rally copyright as lots of concepts and code have been reused. Change-Id: Id850b94c9ad05a075614870b293456f2d5fb6e5f Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com>
2016-02-26Backup of grafana dashboardJo¶rgen Karlsson15-0/+15076
Temprarily backing up dashboard files in case of server crash. We should automate this in the future. Change-Id: Ia56a41aaff9bd66dccb4146320938851c875989e Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com>
2016-02-26Add test suite for huawei shanghai podQiLiang1-0/+22
JIRA: - Change-Id: If314e5e7b3f93a3368452b7401e320ce0c64b99f Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-02-25update ipv6 test case user guidekubi1-6/+29
add more introduce into ipv6 test case of user guide JIRA:- Signed-off-by: kubi <jean.gaoliang@huawei.com> Change-Id: I96e78d6bf5553bb53ba1837d45126726981c9d42 Signed-off-by: kubi <jean.gaoliang@huawei.com>
2016-02-25Adds test results for scenario: fuel_os_nosdn_nofeature_haPer Holmgren1-8/+101
All scenario TCs included, except TC011 which has had an InfluxDB population problem. This is now solved but too late to run with scenario in R2 release time frame. Change-Id: I0eefa9b3599e7813ec8b21df863d885766cae4d0 Signed-off-by: Per Holmgren <per.q.holmgren@ericsson.com>
2016-02-25Adds test scenario result report: fuel-os-odl_l2-nofeature-haPer Holmgren1-9/+127
Change-Id: I2574411fe5ac670851ea9d1be5ba5f2da5defb17 Signed-off-by: Per Holmgren <per.q.holmgren@ericsson.com>
2016-02-25Adds test results for scenario: fuel_os_onos_nofeature_haPer Holmgren1-8/+116
All scenario TCs included, except TC011 which has had an InfluxDB population problem. This is now solved but too late to run with scenario in R2 release time frame. Change-Id: I341bd4109baf14069b6241f37da4c62da4cad394 Signed-off-by: Per Holmgren <per.q.holmgren@ericsson.com>
2016-02-25Test results for apex and joidAna C2-13/+140
Adds test results for apex-odl-l2 and joid-odl-l2 scenarios. Change-Id: I76869112a8225ff33d19cde179b2e6ca7e988fd4 Signed-off-by: Ana C <ana.cunha@ericsson.com>
2016-02-25Test results for compass onos and odl l2Ana C2-13/+131
Add short summary for tests using compass, scenarios onos and odl l2. Change-Id: I1f1f0ba4f2aeae4e656ae9a6d06fbd948da41424 Signed-off-by: Ana C <ana.cunha@ericsson.com>
2016-02-25add test result: compass_os_nosdn_nofeature_hakubi1-7/+102
Reference to PerH's patch, modify the real value of every test case, and add two more test cases about ipv6 and parser. All scenario TCs included, except TC011 which has had an InfluxDB population problem. this is now solved but too late to run with scenario in R2 release time frame JIRA:- Signed-off-by: kubi <jean.gaoliang@huawei.com> Change-Id: Ic58613b6bdf45de449ca3f0c381d716f0c03a736 Signed-off-by: kubi <jean.gaoliang@huawei.com>
2016-02-25Test Result of TC019 and TC025wym_libra1-7/+87
JIRA: None Change-Id: I425f957dade4bdb3bffe2f6c172fa6c3b68ce382 Signed-off-by: wym_libra <yimin.wang@huawei.com>
2016-02-25Add Yardstick release noteAna C2-0/+426
This change adds Brahmaputra release note for Yardstick, listing deliverables. Test results for the release and scenarios will be documented separately. Test cases for vTC have been removed, will be delivered in SR1. Change-Id: Ia9575249c8155d5a417722a8a1e89102e942784f Signed-off-by: Ana C <ana.cunha@ericsson.com>
2016-02-23Release results overviewAna C2-26/+96
This change includes the list of scenarios tested for the release. Change-Id: Id1e6a07378560e7b88cabde16caca0fcc26544dc Signed-off-by: Ana C <ana.cunha@ericsson.com>
2016-02-23iperf3: fix for influxDb schema errorsJo¶rgen Karlsson1-1/+4
Convert integers to float before dumping to influxDb. Iperf3 is not always consistent about data types in its JSON output. This may cause schema errors when values with different types (integer and float) are written to the same field in InfluxDb. This is a quick fix. A Future improvement would be to write a format func for the data. Change-Id: I7011adc19693f91db5889554fd6bec0d46dc6679 Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com>
2016-02-23Merge "ipv6-bug-fix: update physical pod yaml configure"qi liang2-6/+13
2016-02-23ipv6-bug-fix: update physical pod yaml configurekubi2-6/+13
due to the configure of huawei sc physical pod has been changed, ipv6 testing failed, so i update the pod.yaml in yardstick to make it run successfully again JIRA: YARDSTICK-186 Signed-off-by: kubi <jean.gaoliang@huawei.com>
2016-02-23Altering the name to ensure it is included in the configuration guide and ↵ChristopherPrice1-0/+0
not drawn into the user guide. Change-Id: I51f91b4ac94a869bd00bc7ded18ec1df78a4c073 Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
2016-02-22Add missing license filesAna C9-4/+63
This change adds missing license information. Change-Id: I2ddc85e3fb7b92a86b8a0f054d4ee177af198c8f Signed-off-by: Ana C <ana.cunha@ericsson.com>
2016-02-19influxdb: log error when result posting failsJo¶rgen Karlsson1-0/+2
Change-Id: I628e3919af56586a481708cb97ac4e38b7ccc5fa Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com>
2016-02-19Results for Yardstick test casesAna C23-0/+899
This change adds folder Results and templates for all scenarios as well as tests not included in scenarios. Change-Id: I2e93cd12e9af9ac8c3717515339e2c7687ef1943 Signed-off-by: Ana C <ana.cunha@ericsson.com>
2016-02-19Yardstick input for Release central docAna C1-0/+37
This change adds a file, userguide.rst, that will be used by the release central document as a summary of the Yardstick Project. This file shall not be included in the index of the userguide. The file has been renamed to testusage.rst, as per request. Change-Id: Id8099349a7e626be3d800499bf98171d23239ded Signed-off-by: Ana C <ana.cunha@ericsson.com>
2016-02-18Add heat template workaround for odl-l3Jo¶rgen Karlsson2-8/+34
Change-Id: I476fdd4d0e0e97cb1457ae15f92442c42aa77b4e Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com>
2016-02-17ci: Freeze pip requirements + cleanupsJo¶rgen Karlsson3-16/+46
Freeze pip requirements for brahmaputra release to make sure we keep track of dependencies. Fixes internalURL problem with ericsson-virtual1 Add check to verify that nova, glance and heat services are functional Change-Id: I15c3d215596eaad31f8e260d129b8e07a7d63976 Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com>
2016-02-16Add test suite for ericsson-virtual1 bladeFatih Degirmenci1-0/+22
Change-Id: I6c22a32fd3197a5475ee4f41db946bd78b08dfa0 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-02-12Add more debug to image buildJo¶rgen Karlsson2-2/+10
Change-Id: Icfbed0433cb9cfb6f8f479fc69699d08ad49602b Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com>
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>
2016-02-10Updated install requirementsJo¶rgen Karlsson2-0/+78
Change-Id: I594eb3fc976bc65a9fa01e48a805c3564ad3a5f3 Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com>
2016-02-09Revert "Test: Workaround for ODL Lithium"Jörgen Karlsson1-12/+1
This reverts commit 912fe3bb9877456cb8ef363f9304bfab733eaffd. Change-Id: I82e032ae43e49edff78cb8f7a0881a5ecd3f54db
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>
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>
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>
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>
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>
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>
2016-02-05Test: Workaround for ODL LithiumJörgen Karlsson1-1/+12
Change-Id: I9db7f95beb618e2a3125b5252a79bf1a400b6af1
2016-02-04HEAT HTTPS SSL Supportrsritesh1-1/+2
Currently yardstick does not provide the support for OS_CACERT option. The addition OS_CACERT options makes the user to use certificate to communicate with the HEAT. Closes-Bug: #YARDSTICK-227 Change-Id: I045c3f4b94dba9dfb6fd0e2706d758647d3fe4af Signed-off-by: rsritesh <p.ritesh@tcs.com>
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>
2016-01-30Add test suites for huawei lab virtual deployQiLiang3-0/+72
JIRA: - Change-Id: Ibc44bf11fb8bef4878ec57187877624a557f9937 Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-01-29Service Function Chaining test casesRicardo Noriega9-0/+283
Change-Id: Id4c8b1bc05e768bdb2b8f17798f13f4d83dcd9d6 Signed-off-by: Ricardo Noriega <ricardo.noriega.de.soto@ericsson.com>
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>
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>
2016-01-28License for PCAP filesVincenzo Riccobene1-0/+26
Change-Id: Id2fdedf56099200b59392b5b337fcdde502d5f3a Signed-off-by: Vincenzo Riccobene <vincenzox.m.riccobene@intel.com>
2016-01-28Add test suite for huawei lab virtual deployQiLiang1-0/+24
JIRA: - Change-Id: I0cd58a2acb0a2a55431eebd6b4adcde95d50d7bc Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-01-27Revert "Test: Workaround for ODL scenarios"Jörgen Karlsson1-10/+1
This reverts commit 8236c94ecef8aa25af073c50f7a0eaafae9b4bc6. Change-Id: I4652efe4f75e7f2605945e9896b33379eff059d1
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>