aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-08-02Upstream: decouple patches, MakefileAlexandru Avadanii1-324/+0
Change-Id: I78606b3dca803c7bf1d872cf067b2bd5f8a8aa91
2016-08-02Updated armbandAlexandru Avadanii1-0/+0
Project: fuel 5bfea5d5b88a167b754384f07453a80d416d7337 build: fuel-main: Decouple patches, Makefile. Tested in armband, with very small adaptions. Use `git apply` and/or `git am` in favor of `patch`. Change patches from old context format to unified diff. This change allows us to decouple Makefile and patches. This means we no longer have to manually stage touched files before committing them to git. Possible improvements: - move patches to separate dir and add ordering info (prefix); - merge patches (currently we have one per touched file); Remove obsolete (unused?) patch: - fuel-main_docker_version.patch Change-Id: I5b621370993b259779c813b47105f632948e6da7 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2016-08-02Rebase: adapt patch after deploy-config refactor.Alexandru Avadanii1-7/+4
Change-Id: I97c9c79bb342d6c7504414134649795689b5e78b Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2016-08-02Updated armbandMaryam Tahhan1-0/+0
Project: vswitchperf 65034580a2759c89c418e0a47ee16bee10cc2c7c xena_deadlock: Fix xena2544.exe deadlock Fix Xena2544.exe execution with mono where sometimes the Xena process says complete, but the mono process doesn't exit. Changes call of Xena2544.exe from communicate thread lock to a wait try/catch block and checks the log periodically to see if a deadlock has occured and if so, the mono pid is terminated to prevent deadlock. * Fix one small issue with typecasting to int, changed to float JIRA: VSPERF-319 Change-Id: Ie7a86a2b9ff9cdfacba5a912ad17df6cc0581702 Signed-off-by: Christian Trautman <ctrautma@redhat.com>
2016-08-02Updated armbandMichal Skalski1-0/+0
Project: fuel 7a02094add80d97be77754c3c404e9d1c1a769c6 Add functionality to generate a base DEA file - Add template file for base DEA Change-Id: I8055087b992fdc9850852bad9fa07a4e4fde0085 Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
2016-08-02Updated armbandMichal Skalski1-0/+0
Project: fuel 2c8231be1aebe869297aa5ca15870da70338bd68 Make it possible to include files in templates Change-Id: I45c42ac65cfbe6562f0035df3375a2231148e22e Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
2016-08-02Updated armbandMichal Skalski1-0/+0
Project: fuel ef0d47da19062f1fd5574fdb97409c290798f800 Refactor deploy-config.py - fix vertical whitespace - more consistent function naming - clean up file writes - break up some long lines - typo fixes - remove duplicate spaces - unify print's Change-Id: I5517747ef9f2e39ade7fb553ae2b1547fdf7b9e1 Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
2016-08-02Updated armbandliang gao1-0/+0
Project: yardstick 248836fe41a16a705752c6f84553d1026a67c806 Modify grafana config for TC037_Network Latency, Throughput, Packet Loss and CPU Load Change-Id: I898c80328751c81a644ad824f2dd83a56021afd6 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-08-01Updated armbandMartin Klozik1-0/+0
Project: vswitchperf 7ad56eff11393807085775f075fcc93640c26ce2 pkt_gen: MoonGen incorrectly inserting VLAN tag MoonGen needs to take into account the VLAN tag 'enable' control knob defined within the VSPERF traffic profile and therefore only insert the VLAN tag when its 'True'. JIRA: VSPERF-329 Change-Id: Idbeed2f7e6411f0c28aa56a2d3e71bd7a79d975a Signed-off-by: bmichalo <bmichalo@redhat.com>
2016-08-01Updated armbandliang gao1-0/+0
Project: yardstick c89fda5b5e7ae1ce501fba9e506ff3528c7d6f92 Create Bash Sheel Utilities JIRA: YARDSTICK-277 Change-Id: I7379d4fe375d22e544ab93b48d56a017a60c4b9f Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
2016-08-01Updated armbandliang gao1-0/+0
Project: yardstick fe46800c17c055ee337dddb2e2de00d6db128cda Bugfix: Only add keyword "external_network" to the first network In test case yaml file, when vm need three networks and enable floating ip true, it should only add keyword "external_network" to the first one. 'networks': {'test': {'cidr': '10.0.1.0/24', 'external_network': 'admin_floating_net'}, 'test3': {'cidr': '10.0.3.0/24'}, 'test2': {'cidr': '10.0.2.0/24'}} JIRA:YARDSTICK-309 Change-Id: I1126955749b598b8c5460ac75843c1939b4f8443 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-08-01Updated armbandliang gao1-0/+0
Project: yardstick f29d785861ae0021ffe35b054ab77379253abb8b Bugfix: specify pod.yaml files used for TC055 as TC055 is running directly on nodes Change-Id: Ida71b4027010b3c0eebe03498cf870d288b63e0f Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-08-01Updated armbandliang gao1-0/+0
Project: yardstick 2c8db1d8bf6ba6a112c186416dafacc1d797d40e Update test case description for TC024 Change-Id: I3ad81be92a52db913e0b7e791c71162a8ed3af01 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-08-01Updated armbandliang gao1-0/+0
Project: yardstick 7df24abc9a6bdb6d880959e0103f438b88030b55 Add zte-pod1.yaml JIRA: Yardstick-313 Change-Id: I7dc908e55e9c3c891a525a3285c6ae42a1bcae48 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-08-01Updated armbandliang gao1-0/+0
Project: yardstick 4ccc305237920208802740b280120991f59f3908 Add test case description and task file for TC050 JIRA: YARDSTICK-297 Change-Id: I8030ba5a09f80db1e0a87a7650f08b944f281613 Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
2016-08-01Updated armbandliang gao1-0/+0
Project: yardstick 147ef861038a8a9b17c828c201d6fceab9feb565 Create Bash Sheel Utilities for TC052 JIRA: YARDSTICK-277 Change-Id: I4837ec865e73c3a77cd5edc076be15f3a0695617 Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
2016-08-01Updated armbandliang gao1-0/+0
Project: yardstick 8b41bad253d2bdae0ff0cb06dd406ab5b490dc61 Add test case description and task file for TC051 JIRA: YARDSTICK-296 Change-Id: I2628cb6e6b2ed1dcfa399e8641675666e50e4232 Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
2016-08-01Updated armbandliang gao1-0/+0
Project: yardstick c79631df20d785bf753db133ddba89bca028a0cd Add grafana config for TC072_Network Latency, Throughput, Packet Loss and Network Utilization Change-Id: Ib174401066f3a776f049f06d5d2502b034f4d984 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-08-01Updated armbandliang gao1-0/+0
Project: yardstick 041cef5e239fef75ea6a972ef6960031b32c9b1c StorPerf Integration Change-Id: I34a44111078efe50b1dbbaddda72474d25aafe43 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-07-30Updated armbandliang gao1-0/+0
Project: yardstick 3632b33d3720c156a03489527e53d1f47fff4883 Add test case description and task file for TC073(netperf) JIRA: YARDSTICK-305 Change-Id: I21fa71fc956b8724c3d3b8cac12f16491596fe52 Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2016-07-30Updated armbandliang gao1-0/+0
Project: yardstick 0bfb3e3ebad98eae4609e39d104a8e58d3b16f48 Bugfix: move plugin install/remove scripts to "scripts" directory Change-Id: I0deb04c2e7e0908e8d28ace7ee8fdf27eec65917 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-07-30Updated armbandliang gao1-0/+0
Project: yardstick e69a79aa8242bda326567e8ae514bd9acdcca91b bug_fix tc045 ssh error caused by no id_rsa key file this patch fetch id_rsa when prepare the env JIRA: YARDSTICK-312 Change-Id: I9f172c4ec87a47143a63607dcb4725b86016605a Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2016-07-29Updated armbandMartin Klozik1-0/+0
Project: vswitchperf 93e3095b4d7ea6b850b81858ec7ae2c1caaf0448 dpdk: Support of DPDK16.07-rc5 and newer DPDK 16.07-rc5 has renamed script tools/dpdk_nic_bind.py to tools/dpdk-devbind.py. VSPERF was updated to use wildcard in the script name, which is backward compatible. Function get_version() from tools/systeminfo was updated to correctly parse version information for DPDK v16. Version name includes a minor version as defined inside rte_version.h. It means, that for tag v16.07-rc5 VSPERF will show v16.07.0-rc5 in the report. JIRA: VSPERF-333 Change-Id: I61a4ab2d90304fffdfc4d22a5cbf0cb7295402b3 Signed-off-by: Martin Klozik <martinx.klozik@intel.com> Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com> Reviewed-by: Al Morton <acmorton@att.com> Reviewed-by: Christian Trautman <ctrautma@redhat.com> Reviewed-by: <bmichalo@redhat.com>
2016-07-29Updated armbandAntonio Fischetti1-0/+0
Project: vswitchperf dad35a0c7a32fcbf0e96d1f9c96597c5f5f597a7 Integration docs: HelloWorld and other basic examples. This patch adds to Integration docs some simple testcase examples like a HelloWorld. The purpose is to show how to use some basic features: rules on L3/L4 fields, MultiStream, Multi-VM setup. Patch Set 2: removed trailing whitespaces. Patch Set 3: moved the examples to the middle of the file to avoid potential conflicts with the VxLan TC patch from Sugesh. Patch Set 4: fix typo. Patch Set 5: added descriptions on each example. Patch Set 6: reworked description for VM Replacement TC. JIRA: VSPERF-331 Change-Id: I9dea23c26138db874fd67f41d8de8a628db5d91f Signed-off-by: Antonio Fischetti <antonio.fischetti@intel.com> Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com> Reviewed-by: Martin Klozik <martinx.klozik@intel.com>
2016-07-28deploy: Fix ssh timeouts after yaml injectAlexandru Avadanii1-11/+17
JIRA: ARMBAND-59 Change-Id: I031e1c20bcb7d5bb15b26dce18364a4994f4d0d7 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2016-07-28Updated armbandliang gao1-0/+0
Project: yardstick a2ba9d0d6d2e44dcfeb7693bd0e4f728d5076f13 Update 03-list-of-tcs.rst for recent added tcs Change-Id: I3af5bb5e8c6ea10f92666d76b78bd76865fe29ca Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-07-28Updated armbandrexlee87761-0/+0
Project: yardstick a86b9b49678b0fea6e7f7c920a8966aeef6721ee bug_fix_parse_suite_wrong_installer_type JIRA: YARDSTICK-305 Change-Id: I0224054e19c7bf764a9da1fc1fb7bed09dd40ef7 Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2016-07-28deploy: Allow DEA to override bootstrap configAlexandru Avadanii1-0/+93
Backport from upstream proposed change [1] in Fuel@OPNFV. [1] https://gerrit.opnfv.org/gerrit/#/c/17563/ Prereq for: ARMBAND-48 Change-Id: Ia5a2073532e578b663f8f45bfe90b9fe36df77cc Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2016-07-28Updated armbandJingLu51-0/+0
Project: yardstick 7d5d227ecb7163271cf1645d0affb0134f5ff039 Update test_suite files for TC055, TC072 Change-Id: Ib03708aeb1a90434cf6e2af45e9daae8621a6080 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-07-28Updated armbandMichal Skalski1-0/+0
Project: fuel 0c0cc4756e1e95b461da56d538e0dedd1052f0fe Fix configuration for kvm scenario JIRA: FUEL-157 Change-Id: I5baafd4395a2d298a24cccda042d5b43824ae7a0 Signed-off-by: Michal Skalski <mskalski@mirantis.com>
2016-07-28Updated armbandliang gao1-0/+0
Project: yardstick 2d910fcc3ae6dbe42a21ae2faed53ea5abe9d787 Add HA Test Cases in Test Suite JIRA: YARDSTICK-306 Change-Id: Ib91f7663c03df0bcfa4d823745324b29fffcf18c Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
2016-07-28Updated armbandliang gao1-0/+0
Project: yardstick f6e130728193e576adc0e958a6df44229806300f modify ha testing pod relative_path Change-Id: I944f983a444b2315a39831bcb8e98e31b2f0b312 Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2016-07-28Updated armbandJingLu51-0/+0
Project: yardstick 5de67659d25d132669c0b8725a73a34c417baa93 Bugfix: remove a redundant dash in opnfv_os-onos-nofeature-ha_daily.yaml Change-Id: I4207ceeb5b461fb6fd612e6fe7d53ded5d44fb98 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-07-27Merge "Restore "Bugfix backport: sysctl.conf vrouter namespace"""Alexandru Avadanii1-0/+54
2016-07-27Restore "Bugfix backport: sysctl.conf vrouter namespace""Alexandru Avadanii1-0/+54
After Fuel@OPNFV pinned Fuel components to 9.0.1 version commits, this patch was silently excluded, causing deploy failures. This reverts commit 58d5b149c539d46e294b07a09702f31991e9c81d. Change-Id: Icd583d1050e89ddf2a1a48d9080596d8c2429eb5
2016-07-27Updated armbandrexlee87761-0/+0
Project: yardstick 9e7b73ae4ee804e2647caad8278597e201e301d0 add grafana config for TC043_Latency_between_NFVI_nodes JIRA: YARDSTICK-258 Change-Id: I0e30780722232859eecf17b178ac1cd133b1433c Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2016-07-27Updated armbandliang gao1-0/+0
Project: yardstick 14d31093898bb230ec951c9232949997625bab0f Update test_suite files for TC069, TC070 and TC071 Change-Id: I5015835a13d17973c64186b742562e9cf165c427 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-07-27Updated armbandliang gao1-0/+0
Project: yardstick 4fc53e85b6cef0208bafc653b32abbcca8460582 Modify ping scenario output format Change-Id: I38455fd42afaa965612edfaa46e385c7934ff7e7 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-07-26Makefile: submodules sync with Fuel@OPNFVAlexandru Avadanii2-3/+22
Upstream change [1] pinned Fuel components to Fuel 9.0.1 specific commits. While armband used to track remote branch HEAD, we now need to sync with Fuel's config.mk before applying our patches. Unfortunately, the commit variables are not consistently named, so one could infer a relationship between the variable names and targeted git submodule (e.g. fuel-web commit var is named NAILGUN_COMMIT), so we have to hardcode the module list in our Makefile. [1] https://gerrit.opnfv.org/gerrit/#/c/17225 Closes: ARMBAND-58 Change-Id: Ifdce1c9a5afbd70db3b5703da21b30e8792b3e97 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2016-07-26Merge "kernel-flavor: Add linux-image-generic-lts-xenial"Alexandru Avadanii3-40/+27
2016-07-26Updated armbandMichal Skalski1-0/+0
Project: fuel 9c78f17d3bf2aeab4e705eb6206f01d400f280f1 Fix default value for plugin metadata Fix typo which result in error while getting default metadata in case if it's not overridden in scenario. Fixes https://jira.opnfv.org/browse/FUEL-151 Change-Id: Ibf40f846919155e27da5dc1f778f72afee79ff12 Signed-off-by: Fedor Zhadaev <fzhadaev@mirantis.com>
2016-07-26Updated armbandMichal Skalski1-0/+0
Project: fuel 4d2cd26d7878f1abaebd018d02ab21daf8445e11 Add ability to override node attributes Fixes https://jira.opnfv.org/browse/FUEL-152 Change-Id: I444bf3aef54ffd53c53431e2795b11b10545f55f Signed-off-by: Fedor Zhadaev <fzhadaev@mirantis.com>
2016-07-26Updated armbandliang gao1-0/+0
Project: yardstick 3efdee16739e3660c28c6f6b48d331e350ae4a0d [Yardstick-233] Add tc_42 yaml file JIRA: Yardstick-233 Change-Id: Ic5dc1e0fee143a35b342cc105da5bc54925a2ced Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-07-26Updated armbandliang gao1-0/+0
Project: yardstick cde1aeb9fcb6b4227f15c667e4da5ac459870a45 Create Bash Sheel Utilities for TC054 JIRA: YARDSTICK-277 Change-Id: I723bc6e0d054020831a8e9f743f20e51d937e4dc Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
2016-07-26Updated armbandliang gao1-0/+0
Project: yardstick 359a5cb1e9f3cbff04380e918f7a5ab179375d0a Add test case description and task file for TC070 Change-Id: Ia2108b1d53c3c2a5bb5a752da69252f6b9833487 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-07-26Updated armbandliang gao1-0/+0
Project: yardstick 7bbe216ba7fee22082d82998d58685f45389115f Add test case description and task file for TC055 Change-Id: I3247315e179b3d273f5cb281900390bef59cc5bd Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-07-26Updated armbandliang gao1-0/+0
Project: yardstick 6da6dd989be8a54a9cf6db4f3d58f3d671692952 Add Network Utilization Scenario This scenario reads network interface utilization stats and data sent/receive rate using "sar -n". Change-Id: I9c69f03c017bc2f8a5d87a4de286af147e8a086a Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-07-26Updated armbandliang gao1-0/+0
Project: yardstick 2e97a114e55df1d0ac196b2f959aba36e4dc5019 StorPerf integration into Yardstick as a pulgin. This task will install *StorPerf* on the Jump Host. StorPerf will run in docker container on the Jump Host. JIRA: YARDSTICK-303 Change-Id: Ia592522a169f021adecc7d89d70079980be69665 Signed-off-by: Yaoguang Wang <sunshine.wang@huawei.com>
2016-07-26Updated armbandliang gao1-0/+0
Project: yardstick dab477b757c53c18cc619f7f5c82fe5c0e61e67f Update setup.py to include plugin install/remove scripts and rename "script" directory to "scripts" Change-Id: I420b391acc15e6c65816c33b8568e86d8238bcc7 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-07-26Updated armbandliang gao1-0/+0
Project: yardstick b0d32886194231709d9fc03cdb111b77529a4da0 complement sceanrio for joid, apex, noha Change-Id: I6ccec0ff2bb05d9263691096c9306a0374aa7406 Signed-off-by: rexlee8776 <limingjiang@huawei.com>