summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-07-26Merge "armband-deploy: rm translation of virtual POD name"Trevor Bramwell1-4/+0
2017-07-26initial JJB for orchestraMichael Pauls2-0/+148
- job for post installation step for joid installer - job for executing functest orchestra test case after joid installer finished Change-Id: I092712658e7b0fe08e45e29405fc0358b19a324e JIRA: ORCHESTRA-15 Signed-off-by: Michael Pauls <michael.pauls@fokus.fraunhofer.de>
2017-07-26[Functest] Add os_cacert file mapping for compass masterLinda Wang1-1/+1
Change-Id: I1e786839524de2bad09df39bd9450068cf3d2c96 Signed-off-by: Linda Wang <wangwulin@huawei.com>
2017-07-26Enable daisy HA deployment jobAlex Yang2-14/+14
In patch https://gerrit.opnfv.org/gerrit/#/c/36873/ daisy noha jobs were added since the HA function is not perfect at that time. Now the issues have been fixed and HA function can be enabled. Change-Id: I1fc9a235191ba47e8473ae8a429994dc36cca955 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-07-26merge swagger_base_url with ui_urlSerenaFeng9-16/+12
TestAPI used to have only one webpage, which is swagger_ui, now a new one webportal is added, and the base url is the same (http://testresults.opnfv.org/test)for them both. This patch aim to unify the urls. Change-Id: I15295975fb05f7e8c8d413e12b2b5c0784f0799a Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-07-26Merge "[compass4nfv] Add new scenarios"Jun Li2-0/+73
2017-07-26[compass4nfv] Add new scenarioswutianwei2-0/+73
1. add nosdn-dpdk-ha scenario 2. add odl-sfc-ha scenario 3. add k8s-nosdn-nofeature-ha scenario Change-Id: Ied064f5e69e192c79cb165f37d493c811b27aaf2 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-07-26Use http instead of https as a workaround for certificate errorYujun Zhang1-1/+1
Got an SSL error when loading content from https://artifacts.opnfv.org [1] HTTPS is not a must for this use case, so use http instead to solve this issue. [1] https://nbviewer.jupyter.org/urls/artifacts.opnfv.org/qtip/review/37731/compute-qpi-report/report.ipynb Change-Id: I8b09eb2d1da234c17843f2cb7504a3b1ded9017e Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-07-25Move the defaut openstack to ocataNarinder Gupta1-2/+2
Moving from newton to Ocata openstack for deployment by default. This patch will fix the aboe description. Change-Id: I088dfab923589d50305c8e23356eaf2abe0a062f Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-07-25Remove Old Storperf Docker JobTrevor Bramwell1-4/+0
This has been replaced by three seperate docker build jobs. Change-Id: Ib82e6e69e631ca0122a2dd8ee7881f22884cae39 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-07-25Merge "[Functest] Add huawei-virtual5 for alpine testing"Jose Lausuch2-0/+13
2017-07-25Merge "[yardstick]Add cacert file in yardstick job for compass master ↵Jun Li1-1/+6
environment"
2017-07-25[yardstick]Add cacert file in yardstick job for compass master environmentJingLu51-1/+6
Compass4nfv in master now enables https, so a cacert file is required when executing openstack command in yardstick container. This patch adds a "cacert_file_ vol" binding to the yardstick container. Change-Id: Id69c3e71de6c73fc7834b3ac03f423e3636377b6 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2017-07-25Add parameters for compass CI deploymentwutianwei1-0/+14
Change-Id: Ic553f1ae40464cd043c548e7d27017e7b17cbc52 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-07-25Merge "delete obsolete run_test.sh"Serena Feng1-40/+0
2017-07-24compass: bugfix of conditional stepsMatthewLi1-3/+0
Change-Id: Ib39afd5df9f0629c8dd3e4ba5ffb023cde5595a1 Signed-off-by: MatthewLi <lijun_1203@126.com>
2017-07-25Merge "Bugfix: Add Apex jobs failed because of wrong regex"Jun Li2-2/+2
2017-07-24Create Docker Builds for Storperf DockerfilesTrevor Bramwell1-0/+15
Taking advantage of the changes to the way the docker build job is configured, this adds builds for all three dockerfiles in the storperf repository. Change-Id: I88480d8453486e0fd1610b48cdd517751f907d34 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-07-24Merge "Multiple Dockerfile Builds per Project"Trevor Bramwell3-6/+38
2017-07-24Multiple Dockerfile Builds per ProjectTrevor Bramwell3-6/+38
Instead of defining docker build jobs in terms of projects, we define them in terms of dockerrepos. Each dockerrepo is associated with a specific project and may have a seperate Dockerfile (which defaults to 'Dockerfile' if unspecified), and location for files needed by the Dockerfile (default: 'docker'). This should allow for running multiple docker builds out of a single project repository without having to modify the current docker build scripts. The output of this job configuration should match what is currently in Jenkins. Change-Id: I9089d57a0c7cc56be4225b56e96bec56be258f1f Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-07-24Merge "fix the log name of functest result for doctor project"Ryota Mibu1-2/+2
2017-07-24fix the log name of functest result for doctor projectdongwenjuan1-2/+2
Change-Id: I356036cad510e4fe5550505d46dbf1aea3b11496 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2017-07-24Merge "remove Danube jobs. Remove Danube jobs so that can concentrate on ↵Jose Lausuch1-155/+10
master for E release."
2017-07-24delete obsolete run_test.shSerenaFeng1-40/+0
after switching to tox, run_test.sh is not used now Change-Id: I66d40d6df47652b956f85f022843b60886ce41a2 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-07-24Bugfix: Add Apex jobs failed because of wrong regexxudan2-2/+2
JIRA: DOVETAIL-470 Bug log: https://build.opnfv.org/ci/job/apex-testsuite-os-nosdn-nofeature-ha-baremetal-master/5/console Can't evaluate expression, false is assumed: groovy.lang.MissingPropertyException: No such property: DEPLOY_SCENARIO for class: Script1 Skipping dovetail-apex-baremetal-proposed_tests-master. Condition was evaluated to false. Change-Id: I8295313a3096b603bd390fdb70d451274a5146bb Signed-off-by: xudan <xudan16@huawei.com>
2017-07-24Merge "[Compass]master daily CI don't download iso from artifacts"Jun Li2-18/+35
2017-07-21Revert "Comment Pending JJB Changes on Patchset"Trevor Bramwell2-72/+0
There are obviously way more issues than expected with this change and it is currently blocking releng verification. This reverts commit 97b70892a76351da03f981ff4559aabfed0e0840. Change-Id: I871e35fc0dd36dbdee315b6efbe3d7fb99e38463 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-07-21Merge "Comment Pending JJB Changes on Patchset"Trevor Bramwell2-0/+72
2017-07-21query date from oldest to newestSerenaFeng1-11/+20
Change-Id: I3d0345bb85967f48617c485bbee1dfe6fa04a644 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-07-21separate db methods from handler.pySerenaFeng9-54/+60
db methods are mingled in handler, which is not well structured Change-Id: I639679d3fc05a0b6528158186b8bf89e0cd10596 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-07-21Merge "decouple the mutual-dependence of config.py and server.py"Jose Lausuch11-68/+75
2017-07-21[Functest] Add huawei-virtual5 for alpine testingLinda Wang2-0/+13
Change-Id: I5ce29cbb0786e83fbdf5bd014daf6686ec435562 Signed-off-by: Linda Wang <wangwulin@huawei.com>
2017-07-21[Compass]master daily CI don't download iso from artifactswutianwei2-18/+35
Sometime compass build ISO failed, and didn't upload the iso to artifacts. So daily CI didn't use the latest code. We want the daily CI run the latest code, and we will build ISO when deploying Change-Id: Ic2af2987119fe5e9eb772a710ba4b4620cb9ee65 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-07-20Use dovetail cvp.0.3.0 imagexudan1-1/+1
JIRA: DOVETAIL-468 Change-Id: Ie2a700719cfbf9ceac0063444f910eedb1bff4f9 Signed-off-by: xudan <xudan16@huawei.com>
2017-07-21Merge "modify url to relative path to fit with testresults.opnfv.org/test"Jun Li1-3/+3
2017-07-20Merge "dovetail: proposed_test run against apex"Tim Rozet3-5/+42
2017-07-20decouple the mutual-dependence of config.py and server.pySerenaFeng11-68/+75
Currently server.py relies on CONF while starting the service, and config.py's config_fie is set in server.py, which is wrongly bi-depended this patch aims to let Config parse the sys.argv personally, just as oslo.config do, so that decouple the mutual-dependency Change-Id: I46887d122a98d478caebe9eeb7ab038941ce1f6b Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-07-20modify url to relative path to fit with testresults.opnfv.org/testgrakiss1-3/+3
Change-Id: Ia600fe310404a1ba45e9571d611eedcdc669dbc7 Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
2017-07-20Merge "[Functest] Wget download_images.sh to support Alpine on Danube jobs"Jose Lausuch1-2/+8
2017-07-20remove Danube jobs.Narinder Gupta1-155/+10
Remove Danube jobs so that can concentrate on master for E release. Change-Id: I952dfa6e4000fc6b6c7b90d28acf6ca19cbc7b68 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-07-20role based access control and result uploadgrakiss14-21/+225
1. add role for user 2. user can upload test results Change-Id: I1c5370be7818edb0394f05e8b81f975deb98b286 Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
2017-07-20Merge "Compass4NFV add new scenario nosdn-kvm"Jun Li1-2/+2
2017-07-20Compass4NFV add new scenario nosdn-kvmwutianwei1-2/+2
Compass4NFV has integrated KVM. We add this scenario to CI Change-Id: I9e0625147f5c5f8adb46e4bf0f645a2fb3de3634 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-07-19dovetail: proposed_test run against apexMatthewLi3-5/+42
JIRA: DOVETAIL-359 1)run againt scenarios: os-nosdn-nofeature-ha os-nosdn-kvm-ha os-odl_l3-fdio-ha 2)stream: master 3)details see https://wiki.opnfv.org/display/dovetail/Running+history+for+the+dovetail+tool Change-Id: Ief6f85faa955b59c2229a5fdffd73f83480fc214 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2017-07-19Apex: fix missing job for testsuiteTim Rozet2-0/+2
Change-Id: Ica77eb12fccfbb45479bbd75bbd8d3154f16a17b Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-07-19Apex: Fixes daily result reportingTim Rozet2-2/+120
Breaks testing up into its own mulitjob, which allows us to condtionally set status for the job due to failures, which will be set to unstable if only test suites fail. Change-Id: I5d886b98e437bf100b1d5546aebfcd046b0238cb Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-07-19Apex: throttles scenario jobs to only 1 per nodeTim Rozet2-0/+10
Change-Id: Ia155e3c60be35c0cdd31d6ddb0705dc5c3f6ad42 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-07-19Merge "prototypes: bifrost: Do not use tmpfs for dib builds"Markos Chandras1-0/+2
2017-07-19Apex: adds slave params to deploy jobTim Rozet2-0/+2
Change-Id: I56002eea4b626fa9616d3a6dac7b230058121d96 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-07-19Merge "Apex: updates for post-danube"Tim Rozet3-108/+143