Thursday, 2018-06-07

andreafgmann ianw frickler clarkb devstack reviews for multinode could use some love https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack+branch:master+topic:multinode_zuulv300:05
gmannandreaf: sure, ll check today00:12
*** patriciadomin has quit IRC00:13
*** patriciadomin has joined #openstack-qa00:14
*** bigdogstl has joined #openstack-qa00:15
*** bigdogstl has quit IRC00:23
*** felipemonteiro has joined #openstack-qa01:12
openstackgerritchenge proposed openstack/tempest master: Amend the spelling error of a word  https://review.openstack.org/57305201:13
*** felipemonteiro_ has joined #openstack-qa01:14
*** hongbin has joined #openstack-qa01:16
*** felipemonteiro has quit IRC01:18
openstackrecheckConsole logs not available after 20:03s for python-tempestconf-tempest-devstack-demo 570781,8,998d50601:20
*** felipemonteiro_ has quit IRC01:24
*** patriciadomin has quit IRC01:29
*** edmondsw has joined #openstack-qa01:42
*** edmondsw has quit IRC01:47
openstackgerritMatt Riedemann proposed openstack/tempest master: Cap nova-network tests at Queens  https://review.openstack.org/57155601:55
openstackgerritGhanshyam Mann proposed openstack-dev/devstack master: DNM: for testing only  https://review.openstack.org/57306802:14
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck master: Add query for tagged attach bug 1775491  https://review.openstack.org/57306902:19
openstackbug 1775491 in tempest "test_tagged_attachment randomly fails with: sequence or collection is not empty: [{u'type': u'disk', u'bus': u'pci', u'address': u'0000:00:07.0', u'serial': u'56e9a4a0-51fc-4319-845b-02c6a21d5b16', u'tags': [u'volume-tag']}]" [Undecided,New] https://launchpad.net/bugs/177549102:19
mriedemgmann: ^ is a pretty high failure rate in the gate right now02:20
mriedem~100 failures in 7 days02:20
*** slaweq has joined #openstack-qa02:21
*** slaweq has quit IRC02:26
gmannmriedem: i see. yea cache refreshed can take time. we should handle verify_empty_devices() with wait loop02:32
openstackgerritMerged openstack-infra/elastic-recheck master: Add query for tagged attach bug 1775491  https://review.openstack.org/57306902:34
openstackbug 1775491 in tempest "test_tagged_attachment randomly fails with: sequence or collection is not empty: [{u'type': u'disk', u'bus': u'pci', u'address': u'0000:00:07.0', u'serial': u'56e9a4a0-51fc-4319-845b-02c6a21d5b16', u'tags': [u'volume-tag']}]" [High,Confirmed] https://launchpad.net/bugs/177549102:34
gmannmriedem: i am curios if we should take care same in verify_device_metadata() also for all version tests as populating metadata can cause same issue as cleaning up02:38
*** Kevin_Zheng has joined #openstack-qa02:38
mriedemi'm not really following, nor have i dug into the test or the logs02:42
mriedemand artom isn't around right now02:42
gmanni mean this can cause same issue - https://github.com/openstack/tempest/blob/5aeb551a58078abd34884583ac70ad425f4590ba/tempest/api/compute/servers/test_device_tagging.py#L13102:42
gmannand this - https://github.com/openstack/tempest/blob/5aeb551a58078abd34884583ac70ad425f4590ba/tempest/api/compute/servers/test_device_tagging.py#L30602:43
gmannbecause we have same hard coded sleep there also before we check the device tagging in metadata.02:44
mriedemhttps://github.com/openstack/tempest/blob/5aeb551a58078abd34884583ac70ad425f4590ba/tempest/api/compute/servers/test_device_tagging.py#L131 is a different test, and doesn't have a sleep02:45
*** openstackrecheck has quit IRC02:46
*** openstackrecheck has joined #openstack-qa02:46
mriedemmaybe the metadata_cache_expiration config option in nova should be set to 0 in the gate?02:46
mriedemto disable caching02:46
gmannhumm in that case, we should be ok here.02:48
mriedemthat sleep(16) is assuming metadata_cache_expiration=15 which is the default, but running tempest against a non-devstack deployment could have something completely different02:48
gmannyea, we should have metadata_cache_expiration time with wait loop or build_timeout02:49
mriedemi would use the build timeout to be safe02:49
gmannk02:49
*** d0ugal_ has joined #openstack-qa02:50
mriedemanyway, i've got to call it a night02:51
mriedemttyl02:51
*** d0ugal has quit IRC02:51
*** mriedem has quit IRC02:52
gmannsure thanks02:53
*** lifeless_ has joined #openstack-qa03:03
*** lifeless has quit IRC03:03
*** boris_42_ has quit IRC03:05
*** rosmaita has quit IRC03:10
*** edmondsw has joined #openstack-qa03:30
*** ramishra has joined #openstack-qa03:32
*** edmondsw has quit IRC03:35
*** yamamoto has joined #openstack-qa04:00
*** jose-phi_ has joined #openstack-qa04:06
*** jose-phillips has quit IRC04:08
openstackgerritMerged openstack/tempest master: To cleanup the awaiting-state volume  https://review.openstack.org/57015504:15
openstackgerritManik Sidana proposed openstack/tempest master: Adding a note for test case test_volume_boot_pattern().  https://review.openstack.org/57227304:25
*** hongbin has quit IRC04:26
*** masayukig1 has left #openstack-qa04:35
*** masayukig_ has quit IRC04:43
*** mvk has joined #openstack-qa04:54
*** pgadiya has joined #openstack-qa05:08
*** pgadiya has quit IRC05:08
*** slaweq has joined #openstack-qa05:11
*** slaweq has quit IRC05:15
*** edmondsw has joined #openstack-qa05:19
*** e0ne has joined #openstack-qa05:23
*** edmondsw has quit IRC05:23
*** e0ne has quit IRC05:25
*** slaweq has joined #openstack-qa05:28
*** itzikb has joined #openstack-qa05:31
*** slaweq has quit IRC05:32
*** gcheresh has joined #openstack-qa06:25
*** bigdogstl has joined #openstack-qa06:29
*** e0ne has joined #openstack-qa06:31
*** gcheresh_ has joined #openstack-qa06:33
*** gcheresh has quit IRC06:33
*** bigdogstl has quit IRC06:33
*** pcaruana has joined #openstack-qa06:35
openstackgerritMasayuki Igawa proposed openstack/tempest master: Switch to stestr in README.rst and the method name  https://review.openstack.org/55119306:40
*** e0ne has quit IRC06:41
*** jesusaur has quit IRC06:44
*** agurenko has joined #openstack-qa06:47
*** jesusaur has joined #openstack-qa06:56
*** slaweq has joined #openstack-qa07:00
*** slaweq has quit IRC07:00
*** slaweq has joined #openstack-qa07:00
openstackgerritJeremy Zhang proposed openstack/tempest master: Fix volume backup test  https://review.openstack.org/57121707:03
*** kopecmartin has joined #openstack-qa07:04
openstackgerritGhanshyam Mann proposed openstack/tempest master: Fix race condition in device tag testing  https://review.openstack.org/57310707:04
openstackgerritNguyen Phuong An proposed openstack-dev/devstack master: [WIP]: WSGI Neutron integration  https://review.openstack.org/47371807:05
*** edmondsw has joined #openstack-qa07:07
*** gkadam has joined #openstack-qa07:07
*** e0ne has joined #openstack-qa07:10
*** armaan has joined #openstack-qa07:10
*** e0ne has quit IRC07:11
*** edmondsw has quit IRC07:11
*** tosky has joined #openstack-qa07:26
openstackgerritMerged openstack-dev/devstack master: Set workers=$API_WORKERS in glance-registry.conf  https://review.openstack.org/57193107:29
openstackgerritMerged openstack-dev/devstack master: Only sync the local cell in superconductor mode  https://review.openstack.org/55595307:29
*** jpena|off is now known as jpena07:36
openstackgerritGhanshyam Mann proposed openstack/tempest master: Remove volume v2 service client warning  https://review.openstack.org/57311807:41
*** alexchadin has joined #openstack-qa08:04
*** gfidente has joined #openstack-qa08:05
*** gfidente has quit IRC08:05
*** gfidente has joined #openstack-qa08:05
*** shardy has joined #openstack-qa08:14
*** d0ugal_ has quit IRC08:29
*** d0ugal has joined #openstack-qa08:29
*** sridharg has joined #openstack-qa08:34
openstackgerritGhanshyam Mann proposed openstack/tempest master: Remove deprecated option volume_feature_enabled.api_v1  https://review.openstack.org/57313508:50
*** edmondsw has joined #openstack-qa08:55
*** kamren has joined #openstack-qa08:55
gmannQA office hour in 2 min08:57
masayukigyeahhhhhhhhhh08:58
*** edmondsw has quit IRC09:00
gmann#startmeeting qa09:01
openstackMeeting started Thu Jun  7 09:01:27 2018 UTC and is due to finish in 60 minutes.  The chair is gmann. Information about MeetBot at http://wiki.debian.org/MeetBot.09:01
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.09:01
*** openstack changes topic to " (Meeting topic: qa)"09:01
openstackThe meeting name has been set to 'qa'09:01
gmannwho all here today?09:01
gmannPING LIST- gmann, andreaf, masayukig, chandankumar, felipemonteiro09:01
masayukig\o/09:01
gmannmasayukig: seems like 2 of us09:03
masayukiggmann: heh, yeah09:03
gmannlet's start09:03
gmann#link https://wiki.openstack.org/wiki/Meetings/QATeamMeeting#Agenda_for_next_Office_hours09:04
gmann^^ today agenda09:04
gmann#topic Announcement and Action Item (Optional)09:04
*** openstack changes topic to "Announcement and Action Item (Optional) (Meeting topic: qa)"09:04
masayukiglooks like nothing on the agenda?09:05
gmannno announcement this week from me but i had 2 action item from last office hour09:05
gmannmasayukig: means?09:05
gmann#link http://eavesdrop.openstack.org/meetings/qa/2018/qa.2018-05-31-09.00.html09:05
masayukiggmann: ignore me, I just saw the agenda, but yeah, we have that :-p09:06
gmann1. gmann to summarize the QA summit and send on ML09:06
gmannthis is done, i sent mail09:06
gmann#link http://lists.openstack.org/pipermail/openstack-dev/2018-June/131011.html09:06
masayukig++09:06
gmann2. gmann to check the Bug Triage progress or start again09:07
gmannthis is still open and i will add it again09:07
gmann#action gmann to check the Bug Triage progress or start again09:07
gmann#topic Rocky Priority Items progress09:08
*** openstack changes topic to "Rocky Priority Items progress (Meeting topic: qa)"09:08
gmann#link https://etherpad.openstack.org/p/qa-rocky-priorities-tracking09:08
gmann1. Zuul v3 native jobs - andreaf09:08
gmannandreaf: have few patches up for multinode09:08
masayukigyeah, I saw that09:09
gmann#link https://review.openstack.org/#/q/topic:multinode_zuulv3+(status:open+OR+status:merged)09:09
*** dtantsur|afk is now known as dtantsur09:09
gmanni thought of doing review today but stuck with other bug we are facing on device tagging09:09
gmannll try to do tomorrow09:09
gmann2. Remove Deprecated APIs tests from Tempest. - gmann09:10
gmannstarted the cleanup things for volume like clients.py alias etc09:10
gmann#link https://review.openstack.org/#/q/status:open+branch:master+topic:volume-default-testing-v309:10
gmannmasayukig: this will remove the volume v2 warning we see in logs-  https://review.openstack.org/#/c/573118/09:11
gmann#link https://review.openstack.org/#/c/573118/09:11
masayukiggmann: ok, I put it on my list09:12
gmannmasayukig: thanks09:12
gmannother things i started and very annoying each time i see-  cleanup and remove volume v1 options and alias and service client09:13
gmann#link https://review.openstack.org/#/q/status:open+project:openstack/tempest+branch:master+topic:remove-support-of-cinder-v1-api09:13
gmannthis is WIP as i need to fix many plugins before this09:13
gmannhttps://www.irccloud.com/pastebin/vm18A7J3/09:15
gmannwe cannot remove tempest/lib/services/volume/v1 as they were never got deprecated formally so we have keep them as 1 more cycle with formal deprecation period09:16
masayukigmake sense to me09:17
*** lifeless_ has quit IRC09:17
gmannhard things is to take care of all plugins which has these alias in their code09:17
gmanni will send the ML also once i push the plugin side fix09:17
*** lifeless has joined #openstack-qa09:18
masayukigIt sounds horrible...?09:18
gmannyea, most of them are in scenario manger copy of plugins09:18
masayukigah I see09:19
chandankumar\o/09:19
gmanni remember we had patches on shrinking the scenario manager on plugin side but need to check their state09:19
gmannchandankumar: hi09:19
masayukigchandankumar: hi09:19
gmannall of them are merged seems09:20
gmann#link https://review.openstack.org/#/q/topic:shrink-scenario-manager+(status:open+OR+status:merged)09:20
chandankumargmann: since we are removing cinder v1 does that means on plugin side we need to remove cinder v1 checks also?09:20
gmannchandankumar: yes that is plan.09:21
gmann#link https://review.openstack.org/#/c/573135/09:21
chandankumargmann: I mean the health check api09:21
gmanni have started working on thise09:21
gmannthose09:21
chandankumargmann: sorry09:21
chandankumargmann: ok09:21
gmannwe will merge the tempest patch once all plugin fix are up. i have listed thgm and it is around 1009:22
gmannthat's all update i have on Rocky priority09:23
gmannanything form your side masayukig chandankumar ?09:23
chandankumargmann: nope, I will update few plugins from cinder v1 removal for barbican I was working yesterday09:23
gmannchandankumar: yeah, that is also in list09:24
gmann#topic OpenStack Events Updates and Planning09:24
*** openstack changes topic to "OpenStack Events Updates and Planning (Meeting topic: qa)"09:24
masayukiggmann: nope09:24
gmannCompleted: Vancouver Summit09:24
masayukigyay09:24
gmannas you already saw, i sent the recap #link http://lists.openstack.org/pipermail/openstack-dev/2018-June/131011.html09:25
gmanni will be working on AI from there09:25
gmann#topic Next: Denver PTG09:25
*** openstack changes topic to "Next: Denver PTG (Meeting topic: qa)"09:25
gmann#link http://lists.openstack.org/pipermail/openstack-dev/2018-June/131202.html09:25
gmanni sent mail to get the number for QA in coming PTG09:26
gmannmasayukig already confirmed on IRC09:26
gmannchandankumar: whatss your plan09:26
gmannwhat's09:26
chandankumargmann: I need to asked for confirmation, if I get , next is visa blocker09:26
gmannohk09:26
gmannrough number are needed by foundation to plan the PTG09:27
*** armaan has quit IRC09:27
gmannmtreinish: andreaf afazekas felipemonteiro ^^09:28
masayukiggmann: 2 or 3 so far? :-p09:28
*** armaan has joined #openstack-qa09:28
gmannits 2 as notified. you and myself09:28
masayukigheh09:28
gmannbut i am suer mtreinish , oomichi andreaf afazekas and felipe will be joining09:29
gmann*sure09:29
masayukigI hope so09:29
gmannyea09:29
gmann#topic Sub Teams highlights (Sub Teams means individual projects under QA program)09:29
*** openstack changes topic to "Sub Teams highlights (Sub Teams means individual projects under QA program) (Meeting topic: qa)"09:29
gmannTempest09:30
gmannseems like we are hitting a very frequent race bug in device tagging test09:30
gmann#link https://bugs.launchpad.net/tempest/+bug/177549109:30
openstackLaunchpad bug 1775491 in tempest "test_tagged_attachment randomly fails with: sequence or collection is not empty: [{u'type': u'disk', u'bus': u'pci', u'address': u'0000:00:07.0', u'serial': u'56e9a4a0-51fc-4319-845b-02c6a21d5b16', u'tags': [u'volume-tag']}]" [High,In progress] - Assigned to Ghanshyam Mann (ghanshyammann)09:30
gmanni have patch up for fix-09:30
gmann#link https://review.openstack.org/#/c/573107/09:30
gmannit is around 87 hits in 7 days09:31
masayukigwill look at it09:32
gmannmasayukig: thanks. issue was using the sleep with hard coded time09:32
gmannit is easily reproducible locally by increasing the metadata cache time on nova conf09:33
masayukigk09:33
gmannthats all as of now on tempest09:34
gmannanything else09:34
gmannok let's move next09:35
gmannPatrole09:35
gmanni have not reviewed much on patrole this week. so i will skip the reporting09:35
gmann#topic Bug Triage09:35
*** openstack changes topic to "Bug Triage (Meeting topic: qa)"09:35
gmannchandankumar: would you like to start the bug triage things again ?09:35
chandankumargmann: yup, Early It is colliding with my internal meeting, now it is set, Now I will start my stuffs09:36
gmannchandankumar: cool, thanks09:36
gmann#topic Open Discussion09:37
*** openstack changes topic to "Open Discussion (Meeting topic: qa)"09:37
chandankumargmann: do we need a weekly status thing on triage also?09:37
chandankumaron openstack-dev mailing list09:37
gmannchandankumar: yea, we can go with same way we used to do09:37
chandankumargmann: ack!09:37
gmannML is not neeed as such. we will discuss on office hour and consolidate09:37
gmanni have added a critical review for bug we discussed09:39
gmann#link https://review.openstack.org/#/c/573107/09:39
gmannthat's all from me for today09:39
gmannmasayukig: chandankumar anything else you want to bring/discuss09:39
chandankumargmann: nope for today09:39
chandankumargmann: regarding feedback email i have added my comments on ML09:40
masayukignothing for the critical review09:40
chandankumarthey can use the kolla tempest container directly, python-tempestconf provides the tempest config genration from keystone endpoints09:40
gmannchandankumar: which one link ?09:41
chandankumargmann: kolla container - https://hub.docker.com/r/kolla/centos-source-tempest/tags/ -> https://review.openstack.org/53780709:42
chandankumargmann: last cycle he had done that -> source contains almost all the tempest plguins09:43
chandankumargmann: for tempest conf generation -> https://github.com/openstack/python-tempestconf09:43
gmannchandankumar: ok09:44
chandankumarthere is some work going to on to integrate it with refstack -> https://github.com/openstack/refstack-client/blob/master/specs/queens/approved/tempest_autoconfig.rst09:44
chandankumarthat's it from myside09:45
gmannchandankumar: ok, so now it is in single container ?09:45
chandankumargmann: yup09:45
* afazekas o/09:46
gmannok09:46
chandankumargmann: as we discussed from tempest.conf we can manage the tests09:46
chandankumarfrom service_available flag09:46
gmannyeah09:46
chandankumargmann: It is running in tripleo ci at all places using kolla container09:46
gmannnice. can you add the job link in this etherpad - https://etherpad.openstack.org/p/qa-rocky-priorities-tracking09:47
gmannagainst your item "9. Consuming Kolla tempest container source image in CI     - chandankumar"09:47
chandankumargmann: https://blogs.rdoproject.org/2018/05/consuming-kolla-tempest-container-image-for-running-tempest-tests/09:49
chandankumargmann: done09:49
gmanncool, thanks09:49
gmannwe have 10 min left and will keep office hour open in case anyone has anything to discuss09:50
gmannor afazekas to tell some good story about his marriage :)09:50
masayukig+++09:51
afazekas;-)09:52
masayukigbut I actually filed one bug https://bugs.launchpad.net/tempest/+bug/177555309:55
openstackLaunchpad bug 1775553 in tempest "tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_{end_marker,limit_and_end_marker,marker} tests failure in periodic jobs" [Undecided,New]09:55
gmannmasayukig: ok09:56
gmanndid you find the reason09:56
*** e0ne has joined #openstack-qa09:56
gmannchandankumar: do you know this. it seems in-tree plugins - http://git.openstack.org/cgit/openstack/ranger/tree/ranger_tempest_tests09:56
masayukigyeah, maybe, but I don't find the solution yet09:56
gmannohk09:56
chandankumargmann: yup in tree one http://git.openstack.org/cgit/openstack/ranger/tree/ranger_tempest_tests/setup.cfg#n2709:57
gmannis this new project? i have no idea about it09:58
chandankumargmann: but it has lots of things09:58
chandankumargmann: need to keep that, before confirming, from code it looks like out of tree plugin09:58
chandankumarconfirmed out of tree09:59
openstackrecheckopenstack/neutron-lib change: https://review.openstack.org/573009 failed because of: legacy-tempest-dsvm-neutron-src: https://bugs.launchpad.net/bugs/176371209:59
chandankumargmann: one more thing two plugins are bundled in one09:59
openstackLaunchpad bug 1763712 in Cinder "Unable to update the attachment.: MessagingTimeout" [Medium,Confirmed]09:59
chandankumargmann: http://git.openstack.org/cgit/openstack/ranger/tree/ranger_tempest_tests/aic-orm-tempest-plugin/aic_orm_tempest_plugin and http://git.openstack.org/cgit/openstack/ranger/tree/ranger_tempest_tests/ranger_tempest_plugin09:59
gmannyea but as project this is not just plugin repo.10:00
gmannlet's close the office hour and we will keep the discussion as usual10:01
gmann#endmeeitng10:01
chandankumargmann: it is an intree tempest plugin with two tempest plugins10:01
gmann#endmeeting10:01
*** openstack changes topic to "Discussion of OpenStack Quality Assurance Projects (tempest, devstack, grenade, and friends) | docs https://wiki.openstack.org/wiki/QA | specs https://review.openstack.org/#/q/project:openstack/qa-specs | channel logs http://eavesdrop.openstack.org/irclogs/%23openstack-qa/"10:01
openstackMeeting ended Thu Jun  7 10:01:27 2018 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)10:01
openstackMinutes:        http://eavesdrop.openstack.org/meetings/qa/2018/qa.2018-06-07-09.01.html10:01
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/qa/2018/qa.2018-06-07-09.01.txt10:01
openstackLog:            http://eavesdrop.openstack.org/meetings/qa/2018/qa.2018-06-07-09.01.log.html10:01
gmannchandankumar: yeah10:01
chandankumargmann: but the tempest plugin structure is messy10:02
chandankumargmann: two setup.cfg but one for project and another for tempest tests10:02
gmannyeah.10:02
chandankumaraic_orm has not entry point10:02
gmannyea, i am not sure if they are aware of standard plugin structur10:05
*** sridharg has quit IRC10:16
*** sridharg has joined #openstack-qa10:16
*** bigdogstl has joined #openstack-qa10:29
*** bigdogstl has quit IRC10:34
*** edmondsw has joined #openstack-qa10:43
*** edmondsw has quit IRC10:47
openstackgerritGhanshyam Mann proposed openstack/tempest master: Remove deprecated option volume_feature_enabled.api_v1  https://review.openstack.org/57313511:11
*** yamamoto has quit IRC11:14
openstackrecheckConsole logs not available after 20:24s for vitrage-dsvm-datasources-py35 573150,1,7ca098811:17
*** jpena is now known as jpena|off11:20
*** edmondsw has joined #openstack-qa11:22
*** dustins has joined #openstack-qa11:38
*** raildo has joined #openstack-qa11:48
*** alexchadin has quit IRC11:56
*** alexchadin has joined #openstack-qa11:57
*** alexchadin has quit IRC11:57
*** alexchadin has joined #openstack-qa11:57
*** alexchadin has quit IRC11:58
*** dustins has quit IRC12:01
*** jpena|off is now known as jpena12:01
*** dustins has joined #openstack-qa12:09
*** yamamoto has joined #openstack-qa12:10
*** armaan has quit IRC12:12
*** armaan has joined #openstack-qa12:13
*** dave-mccowan has joined #openstack-qa12:13
openstackrecheckConsole logs not available after 20:20s for tripleo-ci-centos-7-scenario007-multinode-oooq-container 572782,1,c821dee12:14
*** dave-mcc_ has joined #openstack-qa12:16
*** armaan has quit IRC12:17
*** rosmaita has joined #openstack-qa12:18
*** dave-mccowan has quit IRC12:18
*** yamamoto has quit IRC12:21
*** fnaval has joined #openstack-qa12:31
*** alexchadin has joined #openstack-qa12:34
*** mriedem has joined #openstack-qa12:38
*** alexchadin has quit IRC12:39
*** lseki has joined #openstack-qa12:45
*** yamamoto has joined #openstack-qa12:49
*** rcernin has quit IRC12:56
*** esberglu has joined #openstack-qa12:57
andreafxudan: Tempest gives test authors the option to have a set of credentials and network provisioned automatically for them, as well as the option to opt out on a per test-class basis12:58
andreafxudan some test cases need a specific network setup, especially network API tests12:59
andreafxudan that said there may also be cases of test cases that do not honor the configuration settings for no specific reason - for those I would ask you to file a bug13:00
xudanYes. For my vlan environment, these test cases failed because of they still use the networks created by themselves.13:02
*** alexchadin has joined #openstack-qa13:13
*** alexchad_ has joined #openstack-qa13:23
*** alexchad_ is now known as alexchadin_13:23
*** alexchadin has quit IRC13:24
*** openstackgerrit has quit IRC13:34
*** dave-mcc_ has quit IRC13:41
*** dave-mccowan has joined #openstack-qa13:42
openstackrecheckConsole logs not available after 20:30s for neutron-vpnaas-tempest 573216,1,6225cd513:46
*** dave-mccowan has quit IRC13:46
openstackrecheckopenstack/tempest change: https://review.openstack.org/573107 failed because of: nova-multiattach: https://bugs.launchpad.net/bugs/1763070 https://bugs.launchpad.net/bugs/176371213:46
openstackLaunchpad bug 1763070 in OpenStack-Gate "urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool in tempest jobs" [Undecided,Confirmed]13:46
openstackLaunchpad bug 1763712 in Cinder "Unable to update the attachment.: MessagingTimeout" [Medium,Confirmed]13:47
*** dave-mccowan has joined #openstack-qa13:48
*** dave-mcc_ has joined #openstack-qa13:50
*** armaan has joined #openstack-qa13:52
*** dave-mccowan has quit IRC13:53
*** janzian has joined #openstack-qa13:53
*** jose-phi_ has quit IRC13:58
*** gkadam has quit IRC14:03
*** gkadam has joined #openstack-qa14:04
*** awaugama has joined #openstack-qa14:09
*** jose-phillips has joined #openstack-qa14:10
*** felipemonteiro has joined #openstack-qa14:15
openstackrecheckConsole logs not available after 20:18s for legacy-tempest-dsvm-neutron-src 557359,4,be997cf14:15
*** felipemonteiro_ has joined #openstack-qa14:15
*** alexchadin has joined #openstack-qa14:17
*** openstackgerrit has joined #openstack-qa14:17
openstackgerritCliff Parsons proposed openstack/tempest master: Remove force_tenant_isolation from Cinder tests  https://review.openstack.org/52324114:17
*** alexchadin_ has quit IRC14:18
*** felipemonteiro has quit IRC14:20
*** rajinir has joined #openstack-qa14:43
*** gcheresh_ has quit IRC14:43
openstackrecheckConsole logs not available after 20:12s for vitrage-dsvm-datasources-py27 571488,3,77831a614:52
*** lifeless_ has joined #openstack-qa14:53
*** lifeless has quit IRC14:53
*** alexchadin has quit IRC14:56
*** sapcc-bot9 has quit IRC14:57
*** sapcc-bot10 has joined #openstack-qa14:58
*** d0ugal has quit IRC15:07
openstackrecheckConsole logs not available after 20:40s for tripleo-ci-centos-7-scenario001-multinode-oooq-container 572736,7,016e4b215:13
openstackrecheckopenstack/networking-ovn change: https://review.openstack.org/568847 failed networking-ovn-tempest-dsvm-ovs-release in the gate queue with an unrecognized error15:14
*** agurenko has quit IRC15:22
*** ramishra has quit IRC15:22
*** patriciadomin has joined #openstack-qa15:31
-openstackstatus- NOTICE: Zuul update for Ansible 2.5 in progress. Scheduler crashed as unexpected side effect of pip upgrade. Will be back and running shortly.15:31
*** slaweq_ has joined #openstack-qa15:32
*** slaweq has quit IRC15:33
openstackrecheckConsole logs not available after 20:21s for tripleo-ci-centos-7-scenario002-multinode-oooq-container-refstack 572078,1,18befb515:34
*** esberglu has quit IRC15:57
-openstackstatus- NOTICE: The zuul upgrade to ansible 2.5 is complete and zuul is running again. Changes uploaded or approved between 15:25 and 15:45 will need to be rechecked. Please report any problems in #openstack-infra16:10
*** yamamoto has quit IRC16:14
*** lifeless has joined #openstack-qa16:16
*** lifeless_ has quit IRC16:16
*** bigdogstl has joined #openstack-qa16:20
*** yamamoto has joined #openstack-qa16:21
*** yamamoto has quit IRC16:26
*** lifeless_ has joined #openstack-qa16:35
*** lifeless has quit IRC16:36
*** felipemonteiro_ has quit IRC16:42
*** felipemonteiro_ has joined #openstack-qa16:42
*** tbarron has quit IRC16:46
*** tbarron has joined #openstack-qa16:50
*** e0ne has quit IRC16:55
*** dtantsur is now known as dtantsur|afk17:04
*** kopecmartin has quit IRC17:07
*** raildo has quit IRC17:12
*** gkadam has quit IRC17:14
*** jpena is now known as jpena|off17:17
*** yamamoto has joined #openstack-qa17:23
*** yamamoto has quit IRC17:31
*** boris_42_ has joined #openstack-qa17:32
*** openstackgerrit has quit IRC17:34
*** raildo has joined #openstack-qa17:37
*** bigdogstl has quit IRC17:37
*** dustins_ has joined #openstack-qa17:39
*** dustins has quit IRC17:42
*** felipemonteiro__ has joined #openstack-qa17:48
*** felipemonteiro_ has quit IRC17:52
*** e0ne has joined #openstack-qa17:57
*** armaan_ has joined #openstack-qa17:58
*** armaan has quit IRC17:58
*** sridharg has quit IRC17:59
*** openstackgerrit has joined #openstack-qa18:05
openstackgerritChi Lo proposed openstack/patrole master: Add granularity for volume_extension:volume_type_encryption  https://review.openstack.org/57215818:05
*** mriedem has quit IRC18:20
*** gfidente has quit IRC18:37
*** gfidente has joined #openstack-qa18:38
*** gfidente has quit IRC18:38
*** gfidente has joined #openstack-qa18:38
*** e0ne has quit IRC18:43
*** spotz has quit IRC18:45
*** e0ne has joined #openstack-qa18:45
*** itzikb has quit IRC18:46
*** spotz has joined #openstack-qa18:46
*** armaan_ has quit IRC18:48
*** gkadam has joined #openstack-qa18:51
*** gfidente has quit IRC18:55
*** mriedem has joined #openstack-qa19:00
mriedemmtreinish: it works https://review.openstack.org/#/c/571556/19:00
mriedemhttps://review.openstack.org/#/c/571556/19:00
mriedemoops19:00
mriedemused here https://review.openstack.org/#/c/569923/19:01
mriedemhttp://logs.openstack.org/23/569923/6/check/tempest-full/b94446a/job-output.txt.gz#_2018-06-07_13_33_53_48072519:01
*** mvk has quit IRC19:18
*** mugsie has quit IRC19:19
*** mugsie has joined #openstack-qa19:21
*** mugsie has quit IRC19:21
*** mugsie has joined #openstack-qa19:21
*** mugsie has quit IRC19:21
*** mugsie has joined #openstack-qa19:21
*** mugsie has quit IRC19:21
*** mugsie has joined #openstack-qa19:21
*** dustins_ has quit IRC19:22
*** mugsie has quit IRC19:22
*** Guest68045 has joined #openstack-qa19:24
*** Guest68045 has quit IRC19:24
*** mugsie_ has joined #openstack-qa19:24
*** felipemonteiro__ has quit IRC19:26
*** mugsie_ has quit IRC19:27
*** mugsie_ has joined #openstack-qa19:27
*** mugsie_ is now known as _mugsie19:27
*** _mugsie is now known as mugsie_19:28
*** d0ugal has joined #openstack-qa19:29
*** boris_42_ has quit IRC19:36
*** slaweq_ has quit IRC19:38
*** patriciadomin has quit IRC19:39
*** slaweq has joined #openstack-qa19:43
*** awaugama has quit IRC19:48
*** felipemonteiro has joined #openstack-qa20:09
*** gkadam has quit IRC20:11
openstackgerritMatt Riedemann proposed openstack/tempest master: Cap nova-network tests at Queens  https://review.openstack.org/57155620:16
*** d0ugal has quit IRC20:21
*** felipemonteiro_ has joined #openstack-qa20:22
*** felipemonteiro has quit IRC20:25
*** e0ne has quit IRC20:32
*** e0ne has joined #openstack-qa20:33
*** raildo has quit IRC20:37
*** pcaruana has quit IRC20:39
*** awaugama has joined #openstack-qa20:43
*** e0ne has quit IRC20:44
*** e0ne has joined #openstack-qa20:45
*** mriedem1 has joined #openstack-qa20:47
*** armaan has joined #openstack-qa20:47
*** mriedem has quit IRC20:48
*** e0ne has quit IRC20:49
*** dustins has joined #openstack-qa20:57
*** mriedem1 is now known as mriedem20:58
*** patriciadomin has joined #openstack-qa21:08
*** bigdogstl has joined #openstack-qa21:16
*** awaugama has quit IRC21:21
*** armaan has quit IRC21:25
*** felipemonteiro_ has quit IRC21:28
*** felipemonteiro_ has joined #openstack-qa21:29
*** lseki has quit IRC21:29
openstackgerritMerged openstack/tempest master: Remove volume v2 service client warning  https://review.openstack.org/57311821:30
*** rajinir has quit IRC21:34
*** bigdogstl has quit IRC21:38
*** edmondsw has quit IRC21:38
*** dustins has quit IRC21:46
*** bigdogstl has joined #openstack-qa21:57
openstackgerritGhanshyam Mann proposed openstack/tempest master: DNM: FOr testing only  https://review.openstack.org/57345021:59
*** bigdogstl has quit IRC22:03
*** lifeless_ has quit IRC22:03
*** lifeless has joined #openstack-qa22:04
*** slaweq has quit IRC22:13
*** bigdogstl has joined #openstack-qa22:14
*** slaweq has joined #openstack-qa22:14
*** bigdogstl has quit IRC22:19
*** slaweq has quit IRC22:19
*** rcernin has joined #openstack-qa22:24
*** edmondsw has joined #openstack-qa22:36
*** edmondsw has quit IRC22:41
*** bigdogstl has joined #openstack-qa22:47
*** felipemonteiro_ has quit IRC22:48
*** felipemonteiro has joined #openstack-qa22:49
*** bigdogstl has quit IRC22:52
*** mriedem is now known as mriedem_afk22:52
*** bigdogstl has joined #openstack-qa23:01
*** bigdogstl has quit IRC23:09
*** bigdogstl has joined #openstack-qa23:10
*** bigdogstl has quit IRC23:14
*** felipemonteiro_ has joined #openstack-qa23:21
*** felipemonteiro has quit IRC23:22
*** bigdogstl has joined #openstack-qa23:30
*** bigdogstl has quit IRC23:35
*** bigdogstl has joined #openstack-qa23:49
*** fnaval has quit IRC23:57

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!