summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-03-01Merge "add openrc fetching for daisy installer"Morgan Richomme1-0/+11
2017-03-01[yamllint] move yamllint into verify phasesmeimei2-1/+6
Change-Id: Id6e541f9260df44ca33f66acec1bdf1e4b4a812d Signed-off-by: meimei <meimei@huawei.com>
2017-02-28Add odl_netvirt as a suite choice for FUNCTEST_SUITE_NAME paramJamo Luhrsen1-0/+1
Change-Id: I86790035c0bb203e8e84c40c863b0750658d6901 Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
2017-02-28Merge "Move from snaps_healthcheck to connection_check to retireve scenario ↵Jose Lausuch1-4/+4
lxd based scenarios are not running snaps_healthcheck"
2017-02-28add openrc fetching for daisy installerSerenaFeng1-0/+11
JIRA: FUNCTEST-743 Change-Id: Ic9153575bd43bbc67042cd69a996ad18175427a7 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-02-28Source is a bash built inAric Gardner1-1/+1
whatever jjb shell we are calling doesnt have it change to . is more posix Change-Id: Ic4c89cb39d118bae8502f0f94da620436da11fe9 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2017-02-28Move from snaps_healthcheck to connection_checkMorgan Richomme1-4/+4
to retireve scenario lxd based scenarios are not running snaps_healthcheck Change-Id: I34a86b5b8d0e1dffda40e6173196eb9409c448a0 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2017-02-28Merge "Move case base from tempest_smoke_serial to snaps_healthcheck"Morgan Richomme3-9/+11
2017-02-28Move case base from tempest_smoke_serial to snaps_healthcheckMorgan Richomme3-9/+11
It will allow to show additional scenarios in the reporting page the scenarios that fail on healthcheck or smoke tests before running tempest_smoke_serial Change-Id: I0d9ba84296bfc867ab80caa7873bb5bcb8469fc2 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2017-02-28Remove auto update barsJulien1-2/+2
auto update the bars will make the project submit new codes more and more difficult. now it is blocking project in qtip: no verify +1 and reivew -1 Change-Id: I559125c8e467b2cab9e95c493c60689b9d13016e Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
2017-02-27Comment out shellcheck jobAimee Ukasick3-4/+4
JIRA: COPPER-35 JIRA: MODELS-47 JIRA: VES-10 Temporary disabling of shellcheck job in Copper, Models, VES. Change-Id: I6f4eb0a921676d990d951710651e25991543bd08 Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
2017-02-27jjb: infra: bifrost-cleanup-job: Do not trigger on patchset creationMarkos Chandras1-14/+4
There are no logs to remove when a patchset is created. Change-Id: Ieae8e8e142d69f741d43e740371110ce13255436 Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-02-27[Functest] Add Tempest Defcore test to the dashboardjose.lausuch1-0/+2
Change-Id: Id2292198d1e34a2de1d2b9ccdda83f565f771df1 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2017-02-27Merge "make unittest cover server.py in TestAPI"Morgan Richomme5-19/+56
2017-02-27Merge "Remove quotes of parameter for functest-fuel-virtual-suite job"Morgan Richomme1-2/+2
2017-02-27Merge "Use new-style classes which inherit from object in TestAPI"Morgan Richomme1-1/+1
2017-02-27Remove quotes of parameter for functest-fuel-virtual-suite jobLinda Wang1-2/+2
Functest failed to recognise testcase name with quotes in CI: https://build.opnfv.org/ci/job/functest-fuel-virtual-suite-master/264/console Change-Id: I8dd3c9f98b0edff593437200c995be51767b3c37 Signed-off-by: Linda Wang <wangwulin@huawei.com>
2017-02-27Merge "Add storperf reportign status page Create associated static storperf ↵Morgan Richomme9-4/+277
page Prepare vsperf, qtip, bottlenecks Put Yardstick scenario class into utils directory"
2017-02-27Use new-style classes which inherit from object in TestAPISerenaFeng1-1/+1
JIRA: FUNCTEST-707 Change-Id: I90a3d6ebfdf798eefccb8e5a0deebb661329d903 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-02-27make unittest cover server.py in TestAPISerenaFeng5-19/+56
Change-Id: Id379e6786e1f61fb1032f80636da107156e68fb5 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-02-25yardstick: email receiver changeMatthewLi1-1/+1
Change-Id: I3cf28afe76bc0cd0bbabae28ad2620a565756e93 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2017-02-24leverage tox to facilitate the developmentSerenaFeng4-0/+80
Before submitting a patch, we need to execute flake8, unittest, open coverage report, now with the help of tox any pytest, we can process them all with only one command. pytest is choosen here is because of its useful assert showcase, and powerful properties and healthy ecosystem(plugins of mock etc) Change-Id: I7ee89da370da08cc2bc70f7d3b1e2741d7d2e1e8 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-02-24add -L para to curl for download bin fileJulien1-2/+2
without -L, curl just download the redirects info not the file. same to https://gerrit.opnfv.org/gerrit/#/c/24769/ Change-Id: Ib40c6bf27651860c7d590ee021064e1245004fb9 Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
2017-02-24add unittest of config.pySerenaFeng8-17/+105
Change-Id: I96639c47d27ef449d02528efad23e2499daa3def Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-02-24fix internal port of TestAPISerenaFeng2-9/+3
There are too many parameters when starting TestAPI container, it will confuse the user. I learned that docker containers like Jenkins and mongo the internal port is fixed, the user only need to change the exposed port, so the same strategy is adopted here Change-Id: I59424f5a1f36945d906975a741b631019fcbd46d Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-02-24jjb: infra: bifrost-cleanup-job: Ignore jjb patchsetsMarkos Chandras1-2/+0
This is similar to ebaf0be9a53d ("jjb: infra: bifrost-verify-jobs: Ignore jjb patchsets"). There are no CI logs when a patchset is about the jjb files so there is nothing for this job to do in that case. Change-Id: I7b815b612da0407ddefaee9cf9826e9003b668ef Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-02-24jjb: infra: bifrost-cleanup-job.yml: Use -m gsutil option for removalsMarkos Chandras1-1/+1
Use the -m gsutil option to perform parallel object removal insted of a sequential one to reduce the job's execution time. Change-Id: I87d21b07674035113883f7952514555dec1750ca Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-02-24dovetail: ci jobs change to DanubeMatthewLi1-18/+18
JIRA: DOVETAIL-356 since dovetail tool will based on SUT Danube branch, there's a need to switch dovetail tool "debug" ci jobs switch to Danube to debug the tool bugs. Change-Id: I90fdc9042e1bae324c56ca5c5fd4c1a60136fdd8 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2017-02-24Add storperf reportign status pageMorgan Richomme9-4/+277
Create associated static storperf page Prepare vsperf, qtip, bottlenecks Put Yardstick scenario class into utils directory Change-Id: I874d1733fe3f37dc5dd557559478e7e0b25371d7 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2017-02-24Merge "Added Search_Results Page"Morgan Richomme35-317/+22669
2017-02-24Merge "Fix no coverage file exported"Serena Feng1-2/+2
2017-02-24Merge "Add scenarios jobs"Serena Feng2-0/+208
2017-02-24Fix no coverage file exportedJulien1-2/+2
minor spell error Change-Id: Iecc5ce87c50e9d275c0d5ae11040f0b6e97deaa6 Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
2017-02-23Apex: fixes deploy with promote jobsTim Rozet1-4/+4
Change-Id: I6331f835ec20abeb5e001ccd7c29a76ad72c583c Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-02-23Use jenkins-zte user, uncomment daisy deploy and cp labs dirAlex Yang1-2/+5
Change-Id: Ia031b39a8335e223aee27db9cff334af285632ab Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-02-23[deployment_handler] Fix problem when trying to run ovs-vsctl on Fueljose.lausuch2-3/+5
When creating a Node object, it fetches the ovs version in the init method. This prevents doing this if the node is the installer. Anyways, the information about the installer node is not showed. Error: opnfv.deployment.manager - ERROR - error bash: ovs-vsctl: command not found Example of this output: https://build.opnfv.org/ci/view/functest/job/functest-fuel-baremetal-daily-master/1161/consoleFull Change-Id: I7b5d41af438e18dffa3b1eab2c9279164a4d4fc2 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2017-02-23Add sha512sum into opnfv.properties file for daisyAlex Yang1-0/+1
Change-Id: I21146ebba8088d00f201e1acb51d71731aa595a9 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-02-23Apex: Adds job for creating snapshots for FDIOTim Rozet4-17/+76
For now this is a manually triggered job, until there is a demand to produce it automatically. Only the snapshots are uploaded for this job and we are not updating snapshot properties file. We will move to making that more dynamic in the future. Change-Id: I3d8392c2c99a524fd20de82d5032c2d4557b045a Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-02-23Remove job timers for cengn-pod1dave.urschatz@cengn.ca1-9/+9
Change-Id: I742712c559ffc1b069be451436eed08e1454cfa1 Signed-off-by: dave.urschatz@cengn.ca <dave.urschatz@cengn.ca>
2017-02-23Merge "[Functest] Refactor Functest-suite job"Morgan Richomme2-16/+13
2017-02-23Merge "Add Netready and Barometer tests to the reporting dashboard"Morgan Richomme1-3/+6
2017-02-23Merge "Add coverage support"Serena Feng2-0/+22
2017-02-22Merge "dovetail: docker build not set branch parameter"Jose Lausuch1-2/+6
2017-02-22Add Netready and Barometer tests to the reporting dashboardjose.lausuch1-3/+6
Change-Id: Idc09d3461ee5af09625aba3cf2219b64318145c8 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2017-02-22jjb: infra: bifrost-cleanup-job: Fix job triggersMarkos Chandras1-11/+3
Add new trigger when a patchset is abandoned and drop the one for 'recheck' and 'reverify' comments since the logs will be eventually deleted when the patchset is merged or abandoned. Moreover, fix quoting for the BIFROST_GS_URL variable which prevented logs from being deleted properly. This fixes the following error: CommandException: No URLs matched: gs://artifacts.opnfv.org/cross-community-ci/openstack/bifrost/$GERRIT_NAME/$GERRIT_CHANGE_NUMBER/ Change-Id: I8f6ca7a9b2af4a7a4b204f15abf6a223144637a6
2017-02-22Move rtd build to lf-build2Aric Gardner1-1/+1
Change-Id: I4f6379b7de9d6d04d1fbdaa965cf0e8c4ec8013d Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2017-02-22change rtd projectAric Gardner1-1/+1
hard code to opnfvdocsdemo this account has a 30 minute build timeout. Change-Id: I01099ef370a3c824fe02a7d7069643b3e6e13609 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2017-02-22Merge "jjb: infra: bifrost-cleanup-job.yml: Add new bifrost cleanup job"Markos Chandras1-0/+156
2017-02-22Add scenarios jobsJulien2-0/+208
deployment and integration with functest Change-Id: Ic9f72f4f6bf4d526b51b3254cfc2efd5842dd58c Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
2017-02-22Add coverage supportJulien2-0/+22
Add publish-coverage macro and used in qtip JIRA:QTIP-204 Change-Id: Ic0a0ca5f082bcaf10074b6312debd8549f99d065 Signed-off-by: Julien <zhang.jun3g@zte.com.cn>