summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-03-10Add logic to allow ODL Cbench suite to run from docker containerJamo Luhrsen2-7/+37
- also changing deploy scenario to only use a single controller Change-Id: Ic1aa9489b17478865db7f9509091e165fbe4a6b3 Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
2017-03-10Merge changes from topic 'prototypes/bifrost/scripts/use-json-inventory'Markos Chandras2-4/+6
* changes: prototypes: bifrost: Fix ELEMENTS_PATH for latest diskimage-builder release prototypes: bifrost: Switch to JSON for inventory
2017-03-10Merge "dovetail: add dovetail debug testsuite into joid daily loop"Jun Li1-0/+17
2017-03-09prototypes: bifrost: Fix ELEMENTS_PATH for latest diskimage-builder releaseMarkos Chandras2-2/+2
Upcoming diskimage-builder version (2.0.0) changed the location on where dib elements are installed from /usr/share/diskimage-builder to /usr/lib/$python/diskimage_builder/. However, base elements are included by default so fix the script to set ELEMENTS_PATH to the path of our out-of-tree elements. Change-Id: Ib5c4e1465a67a819c9d495b0e0a64addeb0294cb Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-03-09prototypes: bifrost: Switch to JSON for inventoryMarkos Chandras1-2/+4
Upstream commit 3aaed64e88e3 ("Use JSON baremetal data in testing") switched from CSV to JSON for the inventory file in order to support the *_ipmitool drivers and virtualbmc. This commit mimics the upstream one. Depends-On: Ib5c4e1465a67a819c9d495b0e0a64addeb0294cb Change-Id: If66810db445cf997c5eb61090815abe186e002fa Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-03-09wrong network configuration file.wutianwei1-0/+2
if compass4nfv deploy the scenario of nosdn-openo, it need to use the network_open.yaml. Change-Id: I9761cf5c6943df4f3c51363ef6f148fedbfc6316 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-03-08Disabling onos for danube releaseDan Radez2-3/+3
ONOS on Apex will not be supported in Danube Change-Id: I58979724df7f6fa359e9789458ac305965ce71b1 Signed-off-by: Dan Radez <dradez@redhat.com>
2017-03-08Add scripts and playbook to deploy OSAwutianwei13-0/+756
The script and playbooks defined on this repo will deploy an OpenStack cloud based on OpenStack-Ansible. You just need to run the osa_deploy.sh. More information please refer to the README.md Change-Id: I731c366ab7197aefd7726150477ba1cc4d2932d3 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-03-07Merge "bug fix: last 4 run reporting for storperf"Morgan Richomme3-13/+34
2017-03-07multisite: Use known/working version of fuelFatih Degirmenci1-0/+3
Change-Id: I65e4f58e9ed5ead16279128a58d3f6d9e951593d Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-03-07bug fix: last 4 run reporting for storperfMorgan Richomme3-13/+34
- bug fix: copy/paste of yardstick code but list of results is not sorted by default, taking the last 4 array items lead to random results on the 4 last run sort results before taking the last 4 results to establish last 4 run criteria - enhancement: add link to last CI run in the reporting page - fix trend line bug Change-Id: Ice16832a81cb65503a63b16321a2be92a427d279 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2017-03-07Merge "Use local bin file for daisy deploy job"Serena Feng1-0/+19
2017-03-06Merge "change the name of open-o scenario to os-nosdn-openo-ha"Jun Li2-7/+7
2017-03-06fuel: Fix build blockers between daily and weekly jobsFatih Degirmenci1-0/+3
Change-Id: I465de0d1e7fec4f8e9b03762adff0049a22f05ef Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-03-06change the name of open-o scenario to os-nosdn-openo-hameimei2-7/+7
according to this patch: https://gerrit.opnfv.org/gerrit/#/c/29819/ Change-Id: Ie0851b7a5500968a1c1f2f4f4eeaa27fc75a4f29 Signed-off-by: meimei <meimei@huawei.com>
2017-03-06Merge "[compass] add new scenario of os-nosdn-openo-noha"Jun Li1-0/+24
2017-03-04[doctor] make symbolic link of directory instead of fileRyota MIBU1-7/+5
Change-Id: Ic879ebe17c317c95921f250dd31dbcc9a7e2d6e2 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-03-04[doctor] fix file path to functest resultsRyota MIBU1-2/+2
Change-Id: I1915a9975d3df42171e223aee6be38a6b1f79ebc Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-03-03[doctor] create symbolic link to capture functest logRyota MIBU1-7/+11
Change-Id: I2eaa57351ebfbc36a142b977e7e22b9d8c4943cd Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-03-03[doctor] add postbuildscript for functest logRyota MIBU1-2/+7
Change-Id: Ifebef95a69f98f53fc3c826116bf45c647d4911f Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-03-03Create Test Reporting landing pagechenjiankun22-726/+805
JIRA: RELENG-165 In this patch, I upload the backend code usage: docker run -itd -p 8000:8000 -e SERVER_URL=server_ip:8000 opnfv/reporting:<tag> note: must point SERVER_URL, it is the api server. visit landing page: http://server_ip:8000/reporting/index.html Change-Id: I10121574e0c4b2733a8084c986d7a2746e7ce2a4 Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
2017-03-03Merge "dovetail: adjust apex pod"Tim Rozet1-14/+10
2017-03-03[compass] add new scenario of os-nosdn-openo-nohameimei1-0/+24
Change-Id: I4a59678cc9b4a44fd90543d6cd4456262386cdb7 Signed-off-by: meimei <meimei@huawei.com>
2017-03-02Merge "snaps: Create job for patchset verification"Fatih Degirmenci1-0/+62
2017-03-02Merge "functest: Create functest-weekly prototype jobs"Morgan Richomme10-332/+340
2017-03-02Add trevorAric Gardner1-1/+2
This is to test verify and merge for new rtd builds Change-Id: Iaaf0730766559e18689ad617892ab77072d26fd2 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2017-03-02snaps: Create job for patchset verificationFatih Degirmenci1-0/+62
Change-Id: I944b1ddb736553a79169da481ca6911d546d8ac6 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-03-02Merge "Made new doc job voting"Aric Gardner4-5/+17
2017-03-02functest: Create functest-weekly prototype jobsFatih Degirmenci10-332/+340
Fuel weekly jobs are created, calling fuel-deploy and functest weekly jobs. Experimental scripts have also been removed. Change-Id: If492443e26248731df35e6b6cb5239fb2ae9a86a Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-03-02Made new doc job votingShubhamRathi4-5/+17
1. New has been made voting. Old doc job has been made non voting. 2. Adding files variable which triggers job on changes in 'docs/' Merge job earlier did not trigger on merge. Change-Id: Id19c02949a0a5f2b1da0682f18ed6051403aa77e Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-03-02Problem with rally_sanity resultsSerenaFeng1-98/+116
after refactor, details in rally_sanity became 'unicode', which contains built-in 'format' method, which is not processed correctly error message: File "/usr/local/lib/python2.7/dist-packages/opnfv_testapi/resources/models.py", line 36, in _format for h in dicts[k]] KeyError: u"u'details'" JIRA: FUNCTEST-723 Change-Id: If35e55f542fbbae8bd1a534938b7279b7a634880 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-03-02Merge "bugfix unittest test_queryProject occasionally failed in TestAPI"Morgan Richomme2-4/+67
2017-03-02Merge "Fix the wrong pod and job name of Daisy"Serena Feng1-2/+2
2017-03-02Merge "Update the ignore patterns for Parser"Serena Feng1-1/+5
2017-03-02Update the ignore patterns for ParserJulien1-1/+5
Change-Id: I1fb0fdd32e7fdb9c0d04547b95fda63e23a71f0c Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
2017-03-02[doctor] archive functest log file regardless resultRyota MIBU1-2/+2
Change-Id: I5c61b1773bbc4913f23bf5e458e4e94c29bd29ef Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-03-02Fix the wrong pod and job name of DaisyJulien1-2/+2
Change-Id: Ic6fea2c189de30875968b436db9469bfb5e9b051 Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
2017-03-02dovetail: adjust apex podMatthewLi1-14/+10
JIRA: DOVETAIL-359 see patch https://gerrit.opnfv.org/gerrit/#/c/29543/ runs on lf-pod1 Change-Id: Ieb0f081cdaf5d5f79f0145940b08ec0c5a8ec6c2 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2017-03-02Use local bin file for daisy deploy jobAlex Yang1-0/+19
Change-Id: I5e09837264d93ad503dff3f886c4aba281f04255 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-03-02Merge "dovetail: add dovetail debug testsuite into apex daily loop"Tim Rozet1-0/+17
2017-03-01[deployment_handler] Fix apt-cache to get installed versionCiprian Barbu1-1/+1
In case multiple versions of a package exist on the repo, the old method using apt-cache show opendaylight returned everything available rather than what was actually installed. Using apt-cache policy opendaylight is more appropriate. Change-Id: I8068c18ab25ca532988f24277fd48a4c42647891 Signed-off-by: Ciprian Barbu <ciprian.barbu@enea.com>
2017-03-01Merge "[yamllint] move yamllint into verify phases"Fatih Degirmenci2-1/+6
2017-03-01Merge "jjb: infra: bifrost-cleanup-job: Ignore jjb patchsets"Fatih Degirmenci1-2/+0
2017-03-01bugfix unittest test_queryProject occasionally failed in TestAPISerenaFeng2-4/+67
error message: "E AssertionError: Mismatched values: u'installers', expected:[], actual: [] Change-Id: Ieae5fdfd2a044909784cbb4766a5d25f4bbafcea Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-03-01dovetail: add dovetail debug testsuite into joid daily loopMatthewLi1-0/+17
JIRA: DOVETAIL-360 similiar patches see https://gerrit.opnfv.org/gerrit/#/c/25697/ Change-Id: I52025a0b7879d76821af639ed367d6fa4e917180 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2017-03-01dovetail: add dovetail debug testsuite into apex daily loopMatthewLi1-0/+17
JIRA: DOVETAIL-359 similiar patches see https://gerrit.opnfv.org/gerrit/#/c/25697/ Change-Id: I3715cbbc911f80fd840ab2b10708f98a03959c6f Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
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"