summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-09-20Merge "Create reporting config file" into stable/coloradoliang gao1-0/+20
2016-09-20Create reporting config filechenjiankun1-0/+20
JIRA: YARDSTICK-352 Change-Id: I55c5a584f4d964b4ba1dba12bf6c3a95413020b7 Signed-off-by: chenjiankun <chenjiankun1@huawei.com> (cherry picked from commit 7b729c31b492daf964623774b872fd5e03054ab9)
2016-09-20Doc for Xreview by other test projectsJingLu59-164/+636
Change-Id: I9976969344c5ac4859b0e79b88157e54ec4198d9 Signed-off-by: JingLu5 <lvjing5@huawei.com> (cherry picked from commit 5bdaffe7a8b573c4755e46ec86647e303f22bb26)
2016-09-20Modify comment in first line in all test suitechenjiankun24-24/+24
JIRA: YARDSTICK-348 Change-Id: I42751980bb33782da3fa33a9d4f110da153737dc Signed-off-by: chenjiankun <chenjiankun1@huawei.com> (cherry picked from commit 61c50718efee61e7482f02f745976fa638920287)
2016-09-14dispatcher use YARDSTICK_BRANCH to distinguish different branchrexlee87761-1/+3
JIRA: YARDSTICK-349 Change-Id: I8d1e9cd6124cbc8634583751882ec70bdbe4627a Signed-off-by: rexlee8776 <limingjiang@huawei.com> (cherry picked from commit 1ba625ef70951c84270eafdb436432dd99cc0b16)
2016-09-14Bugfix: Fix a bug that cause yardstick-trusty-server image build failJingLu51-7/+4
JIRA: YARDSTICK-340 Change-Id: If305308acb76178d5a9a4af9a058e467a1f65a70 Signed-off-by: JingLu5 <lvjing5@huawei.com> (cherry picked from commit 1bd1558189922c408569c8b07d6825089dd3f4b9)
2016-09-14Merge "yardstick: modify e2fsck command to run with -p param" into ↵liang gao1-1/+1
stable/colorado
2016-09-14Bugfix: Fix a bug that cause yardstick-trusty-server image build failJingLu51-1/+4
JIRA: YARDSTICK-340 Change-Id: I0e754df3a6f0869241ae2bdd5d0090182ebcce6b Signed-off-by: JingLu5 <lvjing5@huawei.com> (cherry picked from commit 83c1cf6f98a2dc8548a0ff18fe0d87b52a4bc05d)
2016-09-14yardstick: modify e2fsck command to run with -p paramPaul Vaduva1-1/+1
e2fsck command will not run without human intervention if we do not use -p option. Jira issue: ARMBAND-74 Change-Id: Ie7f9b526a568e49ad44c4ee3b4fe75a1065bb1b3 Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com> (cherry picked from commit 82366575b7924a8315d09989b5f0b6b651ffc9c8)
2016-09-13ARM64: Add support for aarch64 architecturePaul Vaduva5-21/+154
Added support for arm64 architecture so that yardstick framework can be ran on arm-pod1 the armband CI pod. The modifications include testing for presence of arm64 architecture nodes in the pod and running arm64 specific code (building yardstick server image on arm64 version of ubuntu cloud. Openstack doesn't boot 3.13 kernel(arm64) so it was replaced with 3.19 kernel(also arm64), available for vivid cloud image of ubuntu. The Dockerfile for building the ci image was also mofied to add necessary tools for cross-building an arm64 image on amd64 host (the jumpserver) The jira case for this commit is ARMBAND-40. Change-Id: I906d4adbcf2ec2c0f1d695d9916ede42f4151080 Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com> (cherry picked from commit 3790f7bb070078da4b101ad8d33a176c9096e3ba)
2016-09-13Merge "bugfix: yardstick reporing in stable branch omit stable/" into ↵liang gao1-3/+2
stable/colorado
2016-09-13Merge "Refine docs" into stable/coloradoliang gao11-237/+350
2016-09-13bugfix: yardstick reporing in stable branch omit stable/rexlee87761-3/+2
JIRA: YARDSTICK-343 Change-Id: Id11b8a3aeac34686935b97bee9061415ebb62c21 Signed-off-by: rexlee8776 <limingjiang@huawei.com> (cherry picked from commit f12a0c1a56da2238d8fc4f4b840bf4f3a0b0f1d5)
2016-09-13Bugfix: modify comment bugs in TC055 and TC075chenjiankun3-4/+4
JIRA: YARDSTICK-342 Change-Id: I5341f377425042b459bd15d623903c8674a3075a Signed-off-by: chenjiankun <chenjiankun1@huawei.com> (cherry picked from commit 08a198f19638195f0a6fdc9a460167433d923e33)
2016-09-08Bugfix:Reporting do not report a status of failure to mongodbchenjiankun1-14/+23
JIRA: YARDSTICK-341 Change-Id: I376d9770838700da452eddf9579415888e9dcf4b Signed-off-by: chenjiankun <chenjiankun1@huawei.com> (cherry picked from commit 684d5eb4d14a7ed79757be95d8a276ace38e70d8)
2016-09-07Refine docsJingLu511-237/+350
Change-Id: Ia3760bb2c3154f4d5460651f4fa15030f6689eec Signed-off-by: JingLu5 <lvjing5@huawei.com> (cherry picked from commit a56615d868c14c0d60862c8d84f87ca0c668c82f)
2016-09-06Merge "Bugfix: correct the path of pod.yaml" into stable/coloradoliang gao1-1/+1
2016-09-06Bugfix: use key_file instead passwork to log onto node in fuel baremetal pod.JingLu51-5/+5
Change-Id: I03101df2aeeebfc7b5f65a8c21c0a462d819e57f Signed-off-by: JingLu5 <lvjing5@huawei.com> (cherry picked from commit 4363ca5fb274e4995f9899b3ce17c693b9f958a2)
2016-09-06Bugfix: correct the path of pod.yamlwu.zhihui1-1/+1
According to https://build.opnfv.org/ci/job/yardstick-fuel-zte-pod2-daily-master/12/console, correct the path of pod.yaml. Change-Id: Ie364e1485b4a26c225062e8817a7d413d8c419fc Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn> (cherry picked from commit f5966b387360aeef3416a0b6eb825e6e36c7d9b8)
2016-09-05Change executed test cases for bgpvpn scenariosjose.lausuch4-63/+78
Due to lacking support for floating IPs in ODL VPNService, the default test cases fail. The replaced test cases are: opnfv_yardstick_tc043.yaml(Node ping test) opnfv_yardstick_tc019.yaml(Node HA test) Change-Id: Ib829430e00488697dc7543ea7143026dc68ff834 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com> (cherry picked from commit 3cb19c7b5c64fb3d3fc136f1f1bbf32f92399312)
2016-09-02Bugfix: Add missing dasheswangwulin1-0/+1
Change-Id: I4dee79252f909a0c201834ae9b05c9af98213ad7 Signed-off-by: wangwulin <wangwulin@huawei.com> (cherry picked from commit 1491535fa1ecacbe93668ee39b820a4523e58853)
2016-08-30Bugfix:The scenario status roported to mongodb is not rightrexlee87761-2/+3
JIRA: YARDSTICK-323 Change-Id: I22f4144151e2df753af3e875af015318568bbc09 Signed-off-by: rexlee8776 <limingjiang@huawei.com> (cherry picked from commit aba7a13a9060bfb789348bc0f0931c6faebbf0ee)
2016-08-22Add grafana config for TC074_StorperfJingLu51-0/+975
Change-Id: If415a6e6170c52f3586a1521f6f239daad3d527c Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-08-21add doc about scenario suite helprexlee87761-1/+70
Change-Id: Ib8dfc56e8b84cdba04fc18f13ac780b2103c0b5d Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2016-08-21Merge "add grafan config for ha test cases tc045~tc049"liang gao5-0/+3564
2016-08-21Merge "Add grafana config for TC069_memory_bandwidth(RAMspeed)"liang gao1-0/+2316
2016-08-21Merge "Add grafana config for TC071_Network Latency, Throughput, Packet Loss ↵liang gao1-0/+1377
and Cache Utilization"
2016-08-21Merge "Add grafana config for TC063_StorageCapacity"liang gao1-0/+2776
2016-08-21add grafan config for ha test cases tc045~tc049rexlee87765-0/+3564
Change-Id: I1adc9ab36a71195e7c03fe4f3b7322ea40aa2a40 Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2016-08-21Merge "bugfix: storperf not use expect"liang gao1-1/+1
2016-08-21Merge "Restructure user-guide"liang gao10-5/+237
2016-08-21bugfix: storperf not use expectrexlee87761-1/+1
Change-Id: I64af691ef25e61aeaa106e6662152dc46326c3f0 Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2016-08-21bugfix: storperf scp do not workrexlee87761-6/+4
Change-Id: I4d6441dff2afddb2290f4855f714d811e8394a51 Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2016-08-21Merge "add starttime stoptime for mongodb"liang gao1-4/+10
2016-08-19bugfix: serviceha do not provide result to influxdbrexlee87761-0/+4
JIRA: YARDSTICK-320 Change-Id: I94cdc2cc9f4f356484d49916d2c67bac61e38967 Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2016-08-19Merge "remove previous pod suite yamls to avoid confusion"liang gao20-446/+0
2016-08-19remove previous pod suite yamls to avoid confusionrexlee877620-446/+0
Change-Id: I312aae7fbc34ddeb9480abfb18c40853fcc9f5c1 Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2016-08-19Restructure user-guideJingLu510-5/+237
Add 09-result-store-InfluxDB.rst Update index.rst for 09-result-store-InfluxDB.rst Change-Id: I44e662db07e206e58812d7a997036936a95b5137 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-08-19BugFix: add scp constraintJingLu51-1/+3
Change-Id: Ide4203cba5b8d62dcb4006c227c850f7ef186ec5 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-08-18Merge "Add the way to deploy InfluxDB and Grafana locally to userguide"liang gao2-0/+68
2016-08-18Merge "Add path of bash files in HATools into setup.py"liang gao1-0/+1
2016-08-18Add the way to deploy InfluxDB and Grafana locally to userguiderexlee87762-0/+68
Change-Id: I6bd87391025afd2cc1d38025445264949f38d5a6 Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2016-08-18BugFix: fix storperf_admin-rc problemJingLu53-0/+11
Change-Id: I187e3e00d38745288f6fccd58ee6bd3d3aea06c9 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-08-18Add path of bash files in HATools into setup.pytjuyinkanglin1-0/+1
JIRA: YARDSTICK-277 Change-Id: Iad25fc7147b70b48082f889435aa623f0877c313 Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
2016-08-17reduce ping case time for daily cirexlee87761-1/+1
Change-Id: I9d62fc93bb37c58e374a93081a338b00ddd1305a Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2016-08-17add starttime stoptime for mongodbrexlee87761-4/+10
Change-Id: Ia818d37f12af4576b98c578d819df0bb0998c154 Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2016-08-17BugFix: fix storperf deployment location errorJingLu54-4/+18
Change-Id: Ib8329f6feeadacb312171782730ef2807eda5455 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-08-15Merge "bug fix: ssh authentiation error when run compass scenario in fuel"liang gao2-2/+6
2016-08-15bug fix: ssh authentiation error when run compass scenario in fuelrexlee87762-2/+6
JIRA: YARDSTICK-319 Change-Id: I25ee9a2582c751024b30e91eabf77aebb14a02f7 Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2016-08-15add new scenario opnfv_os-odl_l2-moon-harexlee87761-0/+54
Change-Id: Iba714f9b069ea852133314d288740a53a232ac88 Signed-off-by: rexlee8776 <limingjiang@huawei.com>