summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-07-28support generating pod.yaml for HA test cases on Apexxudan2-6/+16
JIRA: DOVETAIL-472 Now Dovetail can run on Apex pod. So it needs to support generating pod.yaml on this installer to guarantee HA test cases can run successfully. Change-Id: Idc3d457bf9f56ad2ea68d27921498f3060ec375f Signed-off-by: xudan <xudan16@huawei.com>
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
2017-07-19Apex: updates for post-danubeTim Rozet3-108/+143
Changes Include: - Functest in daily only executes on successful deployment - os-odl-bgpvpn-ha added to daily master - daily sub-job renamed to match CI evolution Change-Id: If34d013416b6d6c7fdfb4d0cdff652222e02462e Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-07-19[Functest] Wget download_images.sh to support Alpine on Danube jobsjose.lausuch1-2/+8
Change-Id: I70cf598a09def6c62dd4c32ed819e818833a6ff2 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2017-07-19Merge "[Functest] Add presetup and fetch credentials for Alpine job"Jose Lausuch1-1/+4
2017-07-19Merge "bugfix: pagination raise exception when no records returned"Serena Feng1-13/+14
2017-07-19Merge "bugfix: query doesn't work well with period=1"Serena Feng3-7/+35
2017-07-19Merge "bugfix: mix order of Arno results"Serena Feng2-2/+2
2017-07-19Merge "leverage openstack's requirements rule"Serena Feng2-11/+11
2017-07-19[Functest] Add presetup and fetch credentials for Alpine jobjose.lausuch1-1/+4
Change-Id: I8633353f3ca9bbf854e0d67760e6504524309d74 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2017-07-19[Functest] Add docker run command to execute the testsjose.lausuch1-1/+2
Change-Id: Ie9a56a7786de841d720b9902e8d3b5aabd79dd7e Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>