#opnfv-functest: Functest weekly meeting November 22th 2016

Meeting started by jose_lausuch at 08:00:53 UTC (full logs).

Meeting summary

  1. role call (jose_lausuch, 08:01:06)
    1. Juha Kosonen (juhak, 08:01:16)
    2. Helen Yao (HelenYao, 08:01:20)
    3. agenda for today here: https://wiki.opnfv.org/display/functest/Functest+Meeting#FunctestMeeting-22/11(8UTC) (jose_lausuch, 08:01:31)
    4. previous minutes: http://ircbot.wl.linuxfoundation.org/meetings/opnfv-functest/2016/opnfv-functest.2016-11-15-08.01.html (jose_lausuch, 08:01:38)
    5. SerenaFeng (SerenaFeng, 08:01:54)

  2. Action point follow-up (jose_lausuch, 08:03:08)
    1. AP: morgan_orange remove ref to hardcoded ruby version => done. No problem planned unti we retry to launch vIMS case... (jose_lausuch, 08:03:28)
    2. AP: morgan_orange answer Bitergia: done, wait for cost/negotiation with LF...wait & see... (jose_lausuch, 08:03:43)
    3. AP: HelenYao jose_lausuch SerenaFeng check if things could work with docker compose (jose_lausuch, 08:04:07)
    4. ACTION: HelenYao jose_lausuch SerenaFeng check if things could work with docker compose (jose_lausuch, 08:06:05)
    5. AP: jose_lausuch HelenYao have a look at building the docker image with Alpine (jose_lausuch, 08:06:32)
    6. still in investigation, using Alpine is not compatible with what we have over Ubuntu and need some modifications (jose_lausuch, 08:08:01)
    7. ACTION: HelenYao jose_lausuch continue Alpine study (jose_lausuch, 08:10:13)
    8. AP: juhak troobleshoot new errors on rally launch on stable branch. DONE (jose_lausuch, 08:10:56)

  3. SNAPS integration in new tier (jose_lausuch, 08:11:27)
    1. https://gerrit.opnfv.org/gerrit/#/c/24519/ (jose_lausuch, 08:11:56)
    2. SNAPS is not written for Apex, it can work on any OpenStack environment. (jose_lausuch, 08:12:56)
    3. The SNAPS tests are not even NFV specific (at this point) and have been designed to be generic in nature. (jose_lausuch, 08:13:09)
    4. AGREED: : using existing Tier for the SNAPS healtcheck, probably in the "healthcheck" tier (need to check duration of the test) (jose_lausuch, 08:19:57)

  4. Replace nova/neutron/glance... client api calls by openstack client (jose_lausuch, 08:20:30)
    1. https://github.com/openstack/python-openstackclient/blob/master/openstackclient/shell.py (HelenYao, 08:21:48)
    2. HelenYao proposed using openstack_client for things that can be done through it (creating image, creating user, tenant, network, ....) (jose_lausuch, 08:21:58)
    3. we may have option A and B on hand;option A: leverage openstack_util as it requires much less work;option B: leverage python-openstackclient for long term support (HelenYao, 08:23:34)
    4. modifying openstack_utils implies modifying all the test scripts using that module (jose_lausuch, 08:24:06)
    5. HelenYao jose_lausuch try to work together to use openstack_client and replace all the functions in openstack_utils (jose_lausuch, 08:28:29)
    6. https://git.opnfv.org/functest/tree/functest/utils/openstack_utils.py (jose_lausuch, 08:28:52)
    7. start modifying nova a glance (jose_lausuch, 08:30:37)
    8. code affected: all the scripts in functest, sfc (own repo), sdnvpn (own repo) (jose_lausuch, 08:31:19)
    9. create different files for each function (neutron_utils.py, nova_utils, ...) (jose_lausuch, 08:33:40)
    10. ACTION: submit a patch with a new directory "openstack" functest/utils/openstack/ to put all the new utils (jose_lausuch, 08:35:15)

  5. AoB (jose_lausuch, 08:37:11)
    1. https://gerrit.opnfv.org/gerrit/#/c/24619/3 (HelenYao, 08:37:25)
    2. patch https://gerrit.opnfv.org/gerrit/#/c/24619/3 to avoid path problems. Review all (jose_lausuch, 08:38:36)
    3. https://gerrit.opnfv.org/gerrit/#/c/24541/ (SerenaFeng, 08:39:31)
    4. ACTION: all review vping refactor and merge https://gerrit.opnfv.org/gerrit/#/c/24541/ (jose_lausuch, 08:39:35)
    5. from Morgan: regarding Domino: I made the change and merged without testing. It seems that it runs but the satus is seen as failed. As far as I remember it was SKIP as it is not possible to connect (jose_lausuch, 08:46:27)
    6. https://build.opnfv.org/ci/view/functest/job/functest-joid-baremetal-daily-master/lastFailedBuild/console (jose_lausuch, 08:46:48)
    7. EPIC done for the 2 interships security groups & VNF catalog (jose_lausuch, 08:47:00)
    8. we have an intern for our VNF catalog activity (jose_lausuch, 08:47:19)
    9. ACTION: fix Domino test case in CI (jose_lausuch, 08:48:14)
    10. mail sent on Testing priority (jose_lausuch, 08:49:56)
    11. patch on exceptions and constants open and ready to be merged (no risk..but more +2/+1 would be interesting) https://gerrit.opnfv.org/gerrit/#/c/24517/ (jose_lausuch, 08:50:10)
    12. Orange POD2 lab is not available (we were refactoring it) - and due to the tempest we got power supply issue since this week end...no more power in our experimental DC (jose_lausuch, 08:50:43)
    13. jose_lausuch juhak attending the plugfest/hackfest :) (jose_lausuch, 08:51:44)


Meeting ended at 08:57:15 UTC (full logs).

Action items

  1. HelenYao jose_lausuch SerenaFeng check if things could work with docker compose
  2. HelenYao jose_lausuch continue Alpine study
  3. submit a patch with a new directory "openstack" functest/utils/openstack/ to put all the new utils
  4. all review vping refactor and merge https://gerrit.opnfv.org/gerrit/#/c/24541/
  5. fix Domino test case in CI


Action items, by person

  1. HelenYao
    1. HelenYao jose_lausuch SerenaFeng check if things could work with docker compose
    2. HelenYao jose_lausuch continue Alpine study
  2. jose_lausuch
    1. HelenYao jose_lausuch SerenaFeng check if things could work with docker compose
    2. HelenYao jose_lausuch continue Alpine study
  3. SerenaFeng
    1. HelenYao jose_lausuch SerenaFeng check if things could work with docker compose
  4. UNASSIGNED
    1. submit a patch with a new directory "openstack" functest/utils/openstack/ to put all the new utils
    2. all review vping refactor and merge https://gerrit.opnfv.org/gerrit/#/c/24541/
    3. fix Domino test case in CI


People present (lines said)

  1. jose_lausuch (181)
  2. HelenYao (54)
  3. SerenaFeng (50)
  4. juhak (9)
  5. collabot` (6)


Generated by MeetBot 0.1.4.