summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-03-14resignation of Peter LeeRyota MIBU2-1/+6
This patch also updates INFO.yaml as well. Change-Id: Ifafba7f17efa1727b47eb7c00112f591b1830049 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2018-03-12Merge "Auto Generated INFO.yaml file"wenjuan dong1-0/+96
2018-03-07Removing temporary process group solution.Tomi Juvonen2-8/+1
Introducing root cause fix for sample inspector shutdown JIRA: DOCTOR-123 Change-Id: Ibc95d482f476b60584c224d8e2757d071149d611 Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
2018-03-07Auto Generated INFO.yaml fileagardner1-0/+96
INFO.yaml meant to be machine readable. This file was auto generated from an ldap lookup and your projects INFO file. Meeting times are not currently filled out. please ammend this patchset to complete Going forward comitter promotions should be done against this file. PTLs: Must be merged for you to gain delete access on testresults.opnfv.org If project_lead: is missing (my script could not parse) please amend with same from commiters section eg: project_lead: &opnfv_dovetail_ptl name: 'Lead Name' email: 'lead email' id: 'lead lfid' company: 'lead company' Change-Id: I4d6a569cc129931ebe32d7c4d02ee517e9eff756 Signed-off-by: agardner <agardner@linuxfoundation.org>
2018-03-07Merge "Committer removal (Mario Cho)"Ryota Mibu1-1/+0
2018-03-06add yamllint configurationRyota MIBU1-0/+6
We need configure yamllint which will be run in the opnfv-lint job. [1] https://gerrit.opnfv.org/gerrit/#/c/53095 Change-Id: I77558e586ff3c531ec3f42eaffccf2f0eeaa648f Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2018-03-05Committer removal (Mario Cho)Ryota MIBU1-1/+0
https://lists.opnfv.org/pipermail/opnfv-tsc/2018-March/004177.html Change-Id: Iebe3b006ac7b921c489dc6819916d250b6695f2f Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2018-02-20At least APEX will not work with Fraser if we do not wait 120 sec for AODHTomi Juvonen1-1/+2
Change-Id: I4e3e510f51258e892b467f819951bd1a98625f90 Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
2018-02-14Add process group so can kill possible hanging subprocesses.Tomi Juvonen1-15/+20
This should be workaround before actual fix is done. JIRA: DOCTOR-123 Change-Id: I70fd4ed9d2aa2cc3a6c46e2515062b7acd31ca0a Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
2018-01-23resignation of Carlos GoncalvesRyota MIBU1-1/+0
https://lists.opnfv.org/pipermail/opnfv-tsc/2018-January/004069.html Change-Id: I9567ee5cfe43df3d1012ed5b1560b9bf9090c5c5 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2018-01-23create flavor for Apex installerdongwenjuan3-10/+12
As doctor functest CI runs failed in Apex installer, it indicates that flavor is None. See http://artifacts.opnfv.org/logs/functest/lf-pod1/2018-01-21_05-30-00/doctor-notification.log Change-Id: Ia7a7111a7c6b94864f2e12f30969fe6e411058af Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2018-01-15change test_case optionRyota MIBU2-3/+14
This patch changes the way to specify target test case to be run, 'test_fault_management' --> 'fault_management'. Also, the default is set to 'fault_management'. The reason to this is not to block any other on-going activities for Fraser release. Change-Id: I92305477a84ffa0e703c36d309fbdf97435782aa Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2018-01-15Merge "fix the pep8 check"Ryota Mibu2-9/+14
2018-01-15Merge "ability to run maintenance test"Tomi Juvonen3-16/+71
2018-01-15fix the pep8 checkdongwenjuan2-9/+14
Change-Id: I91b8b6cd07d859a1d1abdc25f015a3c3b2756fab Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2018-01-12Updated from global requirementsCédric Ollivier1-1/+1
Change-Id: If61652d0dc7734b4fcc8678cdc425121d0fdd580 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-01-12ability to run maintenance testTomi Juvonen3-16/+71
JIRA: DOCTOR-119 Change-Id: I98e556fba30eb7ba244cb9d0d88a9e95c39193ff Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
2018-01-10remove useless bash codedongwenjuan18-1879/+0
Change-Id: I530ef7fcdc4f9539517c5a2718e596f77de772a6 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2018-01-09Merge "support pep8 check"Ryota Mibu29-160/+273
2018-01-09Merge "fix the CI error"Tomi Juvonen1-4/+8
2018-01-09fix the CI errordongwenjuan1-4/+8
Change-Id: I0b60e6f1e15cbe556c7555186352d28490b98acc Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2018-01-09support pep8 checkdongwenjuan29-160/+273
Change-Id: I3c4358694c57d27a207ae60712c44f717c8895f7 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2018-01-08support daisy installerdongwenjuan3-4/+111
JIRA: DOCTOR-118 Change-Id: Id4d586fd2b7ca043cfd8231b9c46bdc581f039ab Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2017-12-21use keystone v3 APIdongwenjuan5-30/+63
Change-Id: Ia642279a99ad9bf014764337c8a5170e3c98e2f2 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2017-12-11support vitrage inspector for local installerdongwenjuan9-24/+179
JIRA: DOCTOR-122 Change-Id: I771f778767a204e809d892c70603e479c1ed2f5c Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2017-11-24Merge "Added instructions to enable Neutron 'Data Plane Status' ML2 extension"wenjuan dong1-2/+6
2017-11-20Added instructions to enable Neutron 'Data Plane Status' ML2 extensionBertrand Souville1-2/+6
Change-Id: Ief6fc069898e4bbf5a8ac48b0a42b80a3f541cbd Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
2017-11-15Updated from global requirementsCédric Ollivier2-14/+24
Change-Id: I892ae546490cac6e8a59c68bbf2dd214f8842597 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-10-27Revised Doctor Project State (Mature)Bertrand Souville1-1/+1
https://www.opnfv.org/software/technical-project-governance/project-lifecycle OPNFV TSC approved graduation of Doctor project on Oct. 3rd Change-Id: I8fe7076cc33f5259a3e2e860df4777128b3738d1 Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
2017-10-27update committer listRyota MIBU1-1/+0
https://lists.linuxfoundation.org/pipermail/opnfv-tech-discuss/2017-October/018687.html Change-Id: I50c512a583dd1b31f3f3909973519b0968e61396 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-10-19Merge "update the docs of testing"Gerald Kunzmann1-9/+5
2017-10-19update the docs of testingdongwenjuan1-9/+5
Change-Id: Ibfc04831f12778cb0cc3769781b864a56a581881 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2017-10-16fix the bug for consumer don't receive the notificationdongwenjuan2-3/+1
There is no 'sudo' command in functest container, so the stunnel is setup failed. Change-Id: I9e317c0643a370fb5b35d90363b0ff734a77c040 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2017-10-09Merge "Euphrates release note"Gerald Kunzmann2-85/+199
2017-10-09fix to get logfiledongwenjuan5-20/+40
Change-Id: I44cc6c5108eb48191ca36cbcb44f787ea542f3ce Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2017-10-06Fix retrieval of log filename pathCarlos Goncalves2-9/+7
Change-Id: I0dd61a020827e7ba9ec7a2e0300bf50dd7175e86 Signed-off-by: Carlos Goncalves <mail@cgoncalves.pt>
2017-10-04Euphrates release noteRyota MIBU2-85/+199
Change-Id: I961640e662a2d11ce183859978e0c9737ac5f386 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-10-04Merge "fix the way to get log filename"Ryota Mibu2-12/+10
2017-10-04fix the way to get log filenameRyota MIBU2-12/+10
Change-Id: I9ce494c408c99e1a76a6b485db29a72c3134e487 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-10-02fix referring neutron option in inspectorRyota MIBU2-4/+4
Change-Id: I01173cdf301f168edebfc2ec6df82b015adebca7 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-09-29option: "update_neutron_port_dp_status"Ryota MIBU3-3/+11
This patch introduces new boolean option "update_neutron_port_dp_status", which disabled by default. Change-Id: Iaf7503d5854251fabf816b9bf3fcc1964c231a68 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-09-26fix the path of log filedongwenjuan2-5/+8
Change-Id: I823bdc453c32decb0160f0915d749af4ac664908 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2017-09-22Merge "Add parallel execution and shortcut notification to inspector design ↵Ryota Mibu5-1/+48
guideline"
2017-09-21Add parallel execution and shortcut notification to inspector design guidelineYujun Zhang5-1/+48
JIRA: DOCTOR-73 Change-Id: Ic412b0c5e966f4391bc0f9e5e71d64e23e2eba68 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-09-15fix collectd's bugdongwenjuan2-5/+172
After we move files under doctor_tests and install doctor package, the tests/lib/monitors/collectd/collectd_plugin.py file will not be in the doctor_tests package. Change-Id: I24a098e26ea3cd257f2376458d5c31ecc87aac68 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2017-09-15add __init__.py file in doctor_tests dirdongwenjuan1-0/+8
Change-Id: I43bd8aaadec893114b00d10c3f36dafd8bcef21e Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2017-09-15Merge "fix package path and move files under doctor_tests"wenjuan dong38-92/+90
2017-09-13fix package path and move files under doctor_testsRyota MIBU38-92/+90
Change-Id: Ibde6a36c43064e5fbea1a0b7a9b49349c343e42f Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-09-11Merge "add python test indication"Carlos Goncalves1-1/+26
2017-09-11Merge "Add host specific VM list to inspector design guide line"Ryota Mibu1-1/+18