Thursday, 2016-09-29

*** yangyapeng has quit IRC00:07
*** fnaval has joined #openstack-qa00:08
*** Suyi_ has quit IRC00:09
*** mriedem has joined #openstack-qa00:12
openstackgerritOpenStack Proposal Bot proposed openstack/tempest: Updated from global requirements  https://review.openstack.org/37891100:12
*** jamielennox is now known as jamielennox|away00:29
*** trisq has joined #openstack-qa00:30
*** jamielennox|away is now known as jamielennox00:33
*** lezbar has quit IRC00:43
*** lezbar has joined #openstack-qa00:44
*** gouthamr has joined #openstack-qa00:52
*** nadya has joined #openstack-qa00:53
openstackrecheckopenstack/cinder change: https://review.openstack.org/377714 failed because of: gate-tempest-dsvm-neutron-full-ubuntu-xenial: https://bugs.launchpad.net/bugs/150900400:55
openstackLaunchpad bug 1509004 in neutron ""test_dualnet_dhcp6_stateless_from_os" failures seen in the gate" [Undecided,Incomplete]00:55
oomichimriedem: reviewed on https://review.openstack.org/#/c/29983000:55
oomichimriedem: during the review, I found wrong error status code on Nova.00:56
oomichimriedem: any feedback is good for https://review.openstack.org/#/c/379044/00:56
*** gouthamr has quit IRC00:58
*** gvrangan has quit IRC00:58
*** nadya has quit IRC00:59
*** trisq has quit IRC00:59
*** markvoelker has joined #openstack-qa01:13
*** mtanino has quit IRC01:16
*** gouthamr has joined #openstack-qa01:18
*** trisq has joined #openstack-qa01:28
*** mriedem has quit IRC01:29
*** yangyapeng has joined #openstack-qa01:29
*** yangyapeng has quit IRC01:32
*** yangyapeng has joined #openstack-qa01:33
openstackrecheckConsole logs not available after 13:22s for gate-nova-pep8-ubuntu-xenial 308198,40,18435b801:35
*** Apoorva_ has joined #openstack-qa01:39
*** ddieterly has joined #openstack-qa01:41
*** jamielennox is now known as jamielennox|away01:42
openstackgerritHuan Xie proposed openstack-dev/devstack: XenAPI: Enable linux bridge in Dom0 for neturon  https://review.openstack.org/37725301:43
*** Apoorva has quit IRC01:43
*** Apoorva_ has quit IRC01:44
*** armax has joined #openstack-qa01:46
zhufl1masayukig: hi Masayuki, how do you think about Matthew Treinish's opinion with https://review.openstack.org/#/c/378341/ (Remove duplicated delete_volume) ?01:47
*** bkopilov_ has quit IRC01:49
*** woodster_ has joined #openstack-qa01:51
*** tuanla has joined #openstack-qa01:52
*** tuanla has quit IRC01:53
*** tuanluong has joined #openstack-qa01:54
*** lhx_ has joined #openstack-qa01:55
*** trisq has quit IRC01:56
*** trisq has joined #openstack-qa01:57
*** salv-orlando has joined #openstack-qa02:01
openstackrecheckopenstack-infra/devstack-gate change: https://review.openstack.org/335981 failed gate-tempest-dsvm-neutron-full-ubuntu-xenial in the gate queue with an unrecognized error02:01
masayukigzhufl1 : hmm, mtreinish is right(I was wrong). I misunderstood the resource_cleanup() .. :(02:03
*** gouthamr has quit IRC02:05
*** salv-orlando has quit IRC02:05
zhufl1masayukig: then shall I modify create_volume in base.py  to make it use addCleanup, instead of "cls.volumes.append(volume)" ?02:17
zhufl1masayukig: and also remove "cls.clear_volumes()" in base.py ?02:18
masayukigzhufl1 : it seems better if we can but I'm not sure side effects for that.. I guess some tests expect class level volume deletion for example in resource_setup, etc.02:22
zhufl1masayukig: yes I have just found that create_volume is a class method02:24
zhufl1masayukig: then, if not creating volume in resource_setup, we should not call create_volume?02:25
masayukigzhufl1 : you mean clear_volumes?02:27
zhufl1masayukig: no, I mean maybe we should only use base.create_volume only in resource_setup02:28
zhufl1masayukig: by the way, is it unbearable to delete volumes after the whole class?02:30
*** armax has quit IRC02:31
masayukigzhufl1 : No, I don't think so, we probably need some volumes after resource_setup in ad-hoc.02:34
zhufl1masayukig: or, how about add a flag param in base.create_volume,  to specify whether to delete volume in resource_cleanup, or to delete volume by addCleanup?02:35
zhufl1masayukig: because some testcases may expect volume to live all along the class, while others may expect volumes to be deleted right after the testcase02:36
*** lilintan has joined #openstack-qa02:37
*** lezbar has quit IRC02:37
*** lezbar has joined #openstack-qa02:38
masayukigzhufl1 : yeah, I think it might work if it will be simple for developers :)02:38
zhufl1masayukig: Let me try to do it:)  and as to https://review.openstack.org/#/c/367113/ (Wait for port to finish building when getting server ip), I have uploaded a new patch, does the code looks a little clearer?:)02:43
masayukigzhufl1 : in ironic case, does this code wait for 'ACTIVE' or 'ERROR'?02:52
*** nadya has joined #openstack-qa02:54
*** k4n0 has quit IRC02:55
*** nadya has quit IRC02:59
zhufl1masayukig: it seems in ironic  case, the port will always be 'DOWN', so the code doesn't wait02:59
*** yamamoto_ has joined #openstack-qa02:59
masayukigzhufl1 : ah! indeed, I missed the 'else:' you added :-p03:00
zhufl1masayukig::P03:02
*** bkopilov_ has joined #openstack-qa03:03
*** david-lyle has quit IRC03:04
*** k4n0 has joined #openstack-qa03:07
openstackrecheckopenstack/tempest change: https://review.openstack.org/378911 failed gate-tempest-dsvm-full-devstack-plugin-ceph-ubuntu-xenial in the gate queue with an unrecognized error03:11
*** jamielennox|away is now known as jamielennox03:11
masayukigzhufl1 : and, why don't you use 'return [p for p in ports if p['status'] in 'BUILD']' for L.793? It doesn't work here?03:12
openstackgerritTianbiao Qi proposed openstack/tempest: Correct a misleading in docstring  https://review.openstack.org/37910103:17
zhufl1masayukig: because we should wait even port is 'DOWN', for the port may not having begun the procedure of activating03:18
masayukigzhufl1 : oh, so, 'return [p for p in ports if p['status'] in ['BUILD', 'DOWN']] works?03:20
* masayukig just dislike not...not sentences..03:21
*** armax has joined #openstack-qa03:22
openstackgerritBenny Kopilov proposed openstack/tempest: Cinder rate-limits tests  https://review.openstack.org/32315903:23
zhufl1masayukig: if no other status besides ['BUILD', 'DOWN'], that's ok :)03:24
openstackgerritzhufl proposed openstack/tempest: Remove duplicated delete_volume  https://review.openstack.org/37834103:27
openstackgerritJohn L. Villalovos proposed openstack-infra/devstack-gate: Update localrc for ironic-multinode case  https://review.openstack.org/35279003:27
openstackgerritJohn L. Villalovos proposed openstack-infra/devstack-gate: Setup ssh-key on subnodes for Ironic  https://review.openstack.org/36483003:27
openstackgerritJohn L. Villalovos proposed openstack-infra/devstack-gate: Update ENABLED_SERVICE on subnode with ironic  https://review.openstack.org/36861103:27
masayukigzhufl1 : I actually don't know what kinds of status cinder has, so, I feel it's better to have explicit status for waiting in that code.03:27
zhufl1masayukig: ok, I will modify it03:28
openstackgerritguo yunxian proposed openstack/tempest: Add list the primary tenant  https://review.openstack.org/37848003:31
*** ddieterly has quit IRC03:33
*** armax has quit IRC03:34
openstackgerritzhufl proposed openstack/tempest: Wait for port to finish building when getting server ip  https://review.openstack.org/36711303:39
*** pcaruana has quit IRC03:47
*** ramishra has quit IRC03:47
*** dtantsur has quit IRC03:47
*** bdperkin has quit IRC03:48
*** yangyapeng has quit IRC03:48
*** eeiden has quit IRC03:48
*** Kiall has quit IRC03:49
*** Kiall has joined #openstack-qa03:50
*** yangyapeng has joined #openstack-qa03:51
*** eeiden has joined #openstack-qa03:52
*** oomichi has quit IRC03:52
*** dtantsur has joined #openstack-qa03:54
*** oomichi has joined #openstack-qa03:54
*** lezbar has quit IRC03:54
*** lezbar has joined #openstack-qa03:55
*** ramishra has joined #openstack-qa03:55
*** pcaruana has joined #openstack-qa03:59
*** fnaval_ has joined #openstack-qa04:01
*** fnaval has quit IRC04:02
*** lifeless has quit IRC04:02
*** salv-orlando has joined #openstack-qa04:03
*** trisq has quit IRC04:04
openstackgerritJohn L. Villalovos proposed openstack-infra/devstack-gate: Update localrc for ironic-multinode case  https://review.openstack.org/35279004:04
openstackgerritJohn L. Villalovos proposed openstack-infra/devstack-gate: Setup ssh-key on subnodes for Ironic  https://review.openstack.org/36483004:04
openstackgerritJohn L. Villalovos proposed openstack-infra/devstack-gate: Update ENABLED_SERVICE on subnode with ironic  https://review.openstack.org/36861104:04
*** lifeless has joined #openstack-qa04:05
*** lhx_ has quit IRC04:05
*** lilintan has quit IRC04:06
*** ramishra has quit IRC04:06
*** salv-orlando has quit IRC04:07
*** lhx_ has joined #openstack-qa04:08
*** bdperkin has joined #openstack-qa04:13
*** bdperkin has joined #openstack-qa04:13
*** lhx_ has quit IRC04:14
*** lhx_ has joined #openstack-qa04:14
*** lilintan has joined #openstack-qa04:19
*** ramishra has joined #openstack-qa04:24
*** trisq has joined #openstack-qa04:37
*** salv-orlando has joined #openstack-qa04:42
*** salv-orlando has quit IRC04:42
*** salv-orlando has joined #openstack-qa04:43
*** shausy has joined #openstack-qa04:51
*** nadya has joined #openstack-qa04:55
*** sabeen1 has quit IRC04:55
*** amotoki has joined #openstack-qa04:57
*** nadya has quit IRC05:00
*** amotoki has quit IRC05:02
*** yamamoto_ has quit IRC05:04
*** yamahata has joined #openstack-qa05:05
openstackgerritLisaLi proposed openstack/tempest: Add scenario of bootable encrypted volume  https://review.openstack.org/34265505:17
*** amotoki has joined #openstack-qa05:17
*** fnaval_ has quit IRC05:20
*** fnaval has joined #openstack-qa05:21
openstackgerritBenny Kopilov proposed openstack/tempest: Cinder absolute-limits tests  https://review.openstack.org/32315905:26
openstackgerritHuan Xie proposed openstack-dev/devstack: Support neutron VxLAN with XenServer  https://review.openstack.org/37296005:27
*** dsariel_ has joined #openstack-qa05:31
openstackgerritHuan Xie proposed openstack-dev/devstack: Support neutron VxLAN with XenServer  https://review.openstack.org/37296005:34
*** k4n0 has quit IRC05:36
*** k4n0 has joined #openstack-qa05:39
*** Poornima has joined #openstack-qa05:40
*** DotanSoko has joined #openstack-qa05:41
*** e0ne has joined #openstack-qa05:41
openstackgerritHuan Xie proposed openstack-dev/devstack: Make neutron ml2 use ovs native interface  https://review.openstack.org/37295205:44
*** HoloIRCUser has joined #openstack-qa05:44
*** pgadiya has joined #openstack-qa05:44
*** yamamoto_ has joined #openstack-qa05:46
*** HoloIRCUser1 has quit IRC05:46
*** tosky has joined #openstack-qa05:46
*** HoloIRCUser has quit IRC05:48
*** HoloIRCUser has joined #openstack-qa05:48
*** gamado has joined #openstack-qa05:52
*** nadya has joined #openstack-qa05:54
*** ekuris has joined #openstack-qa05:54
*** gcheresh_ has joined #openstack-qa05:57
*** nadya has quit IRC05:57
*** woodster_ has quit IRC06:00
openstackgerritCao Xuan Hoang proposed openstack/tempest: Docstrings should not start with a space  https://review.openstack.org/37916506:06
*** HoloIRCUser has quit IRC06:08
*** nadya has joined #openstack-qa06:12
*** rcernin has joined #openstack-qa06:22
*** HoloIRCUser has joined #openstack-qa06:25
*** gvrangan has joined #openstack-qa06:26
*** edannon has joined #openstack-qa06:26
*** HoloIRCUser has quit IRC06:30
*** HoloIRCUser has joined #openstack-qa06:31
*** nadya has quit IRC06:33
*** HoloIRCUser1 has joined #openstack-qa06:38
*** HoloIRCUser has quit IRC06:41
openstackgerritGal Amado proposed openstack/tempest: Added 2 nics of the same network to an instance  https://review.openstack.org/37763506:44
*** HoloIRCUser1 has quit IRC06:46
*** HoloIRCUser has joined #openstack-qa06:46
*** lezbar has quit IRC06:47
openstackgerritVasyl Saienko proposed openstack-dev/grenade: Fix neutron resource cleanup  https://review.openstack.org/37919206:47
*** lezbar has joined #openstack-qa06:48
*** grafuls has joined #openstack-qa06:57
*** martinkopec has joined #openstack-qa07:04
*** Serlex has joined #openstack-qa07:13
openstackgerritHuan Xie proposed openstack-dev/devstack: Make neutron ml2 use ovs native interface  https://review.openstack.org/37295207:18
*** k4n0 has quit IRC07:18
*** chandankumar has joined #openstack-qa07:22
*** paul-carlton2 has quit IRC07:23
*** hichihara has quit IRC07:27
*** sandanar has joined #openstack-qa07:28
*** jlanoux has joined #openstack-qa07:29
openstackgerritArie Bregman proposed openstack/tempest: Update hotplug test description.  https://review.openstack.org/37863507:29
afazekasmtreinish:thx07:34
*** gfidente has joined #openstack-qa07:34
afazekasdmellado: can you package it, or ask the contact to do it https://pypi.python.org/pypi/os-testr/0.8.0  ?07:36
dmelladoafazekas: mtreinish has it been tagged?07:37
*** salv-orlando has quit IRC07:37
*** OferBarber has joined #openstack-qa07:38
openstackgerritMasayuki Igawa proposed openstack/tempest: Fix tempest init inconsistency when it fails  https://review.openstack.org/36862907:39
afazekasdmellado, it has a git tag and a tar.ball07:39
dmelladoafazekas: then on its way, + I'll also add you as a co-maintainer, just in case :D07:40
*** OferBarber_ has quit IRC07:41
afazekasdmellado, I do not have any acc on any pkg build system07:42
openstackgerritMasayuki Igawa proposed openstack/tempest: Fix tempest init inconsistency when it fails  https://review.openstack.org/36862907:42
dmelladoafazekas: no prob, just for getting asked if there are some internals07:43
openstackgerritLiron Kuchlani proposed openstack/tempest: Remove a redundant image_id variable  https://review.openstack.org/37923507:43
*** abehl has joined #openstack-qa07:45
*** eliqiao has quit IRC07:46
*** abehl has quit IRC07:49
*** anshul has joined #openstack-qa07:49
*** salv-orlando has joined #openstack-qa07:50
*** sshnaidm|afk is now known as sshnaidm07:53
*** HoloIRCUser has quit IRC08:05
lhx_masayukig, hi08:05
masayukiglhx_ : hi08:06
lhx_https://review.openstack.org/#/c/378483/2/tempest/lib/services/volume/v1/qos_client.py08:06
openstackgerritMerged openstack-infra/devstack-gate: Preparing multinode networking for Ironic  https://review.openstack.org/33598108:06
lhx_masayukig, you mean I just add line #24 to replace #93?08:07
lhx_or delete all v2 doc info?08:07
masayukiglhx_ : I mean just add like this "create_qos and set_qos_key use the v2 doc because ...." to L.24 and keep L.93.08:09
lhx_masayukig, other places like L.39 should be added?08:11
*** pilgrimstack has quit IRC08:13
masayukiglhx_ : L.39?08:13
openstackrecheckopenstack/cinder change: https://review.openstack.org/337061 failed gate-tempest-dsvm-full-devstack-plugin-ceph-ubuntu-xenial in the gate queue with an unrecognized error08:14
*** yaume has joined #openstack-qa08:14
lhx_masayukig, sorry, just misunderstood.08:15
masayukiglhx_ : anyways, if there are documents for that and it's useful, I think we should add them.08:15
* masayukig is actually about to call it a day...08:16
*** paul-carlton2 has joined #openstack-qa08:17
lhx_masayukig, yeah, we should add if have08:17
dmelladomasayukig: get some rest after counting from 1 to 5 xD08:17
*** pilgrimstack has joined #openstack-qa08:17
masayukigdmellado : yeah, it was really hard work for me!08:18
dmelladomasayukig: I should go back and watch sesame street08:18
dmelladoxD08:18
* masayukig grins08:18
dmelladotake some rest in any case o/ ;)08:19
*** cdent has joined #openstack-qa08:19
*** gvrangan has quit IRC08:21
openstackgerritBéla Vancsics proposed openstack/tempest: Use more specific asserts in tests  https://review.openstack.org/35155008:23
openstackgerritJordan Pittier proposed openstack/tempest: Permission changes: Python file should be 0644 not 0775  https://review.openstack.org/37234108:27
openstackgerritHanxi Liu proposed openstack/tempest: Add link for Unset keys  https://review.openstack.org/37848308:29
*** paul-carlton has joined #openstack-qa08:29
openstackgerritVasyl Saienko proposed openstack-dev/grenade: Testing ironic grenade gates  https://review.openstack.org/37765208:36
openstackgerritBenny Kopilov proposed openstack/tempest: Cinder absolute-limits tests  https://review.openstack.org/32315908:40
openstackgerritguo yunxian proposed openstack/tempest: Add list the primary tenant  https://review.openstack.org/37848008:43
*** yamahata has quit IRC08:49
*** gyx has joined #openstack-qa08:56
*** jpena|off is now known as jpena08:57
*** gyx has quit IRC09:04
*** zz_dimtruck has quit IRC09:10
*** wendar has quit IRC09:10
openstackgerritafazekas proposed openstack/tempest: [WIP] use ostestr cli like interface  https://review.openstack.org/37342809:11
*** gamado has quit IRC09:15
dmelladoafazekas: don't tell me that we'll see ostestr-lib09:17
dmelladoxD09:17
afazekasdmellado, not just one, we will split to 4 lib first, and make sure we are  using funny deps as well ;-)09:19
dmelladoafazekas: speaking about funny deps, do you know if devstack will handle the config for a tempest plugin?09:19
dmelladoI mean, I want to add an iniset to configure some stuff for the ironic plugin09:20
dmelladoas in https://github.com/openstack/ironic/blob/master/devstack/lib/ironic#L150009:20
dmelladobut I don't know if that would handle any config that is on the plugin itself09:20
afazekasdmellado, imho the ironic plugin should do it in one of the the last phase09:20
*** gyx has joined #openstack-qa09:21
afazekasdmellado, likely yes, I am going to the dentist , c u later09:22
dmelladoafazekas: take care!09:22
*** eliqiao has joined #openstack-qa09:35
*** sshnaidm is now known as sshnaidm|afk09:37
*** paul-carlton has quit IRC09:39
*** paul-carlton2 has quit IRC09:39
*** gszasz has joined #openstack-qa09:40
chandankumarafazekas: Hello09:43
chandankumarafazekas: where can i find out what is new in os-testr 0.8.0 release?09:43
openstackrecheckConsole logs not available after 13:33s for gate-tempest-dsvm-full-ubuntu-trusty-mitaka 351550,2,585bdf209:45
*** nadya has joined #openstack-qa09:49
*** paul-carlton has joined #openstack-qa09:51
*** paul-carlton2 has joined #openstack-qa09:52
*** trisq has quit IRC09:53
*** trisq has joined #openstack-qa09:54
openstackgerritMerged openstack/tempest: Reordering tests under the approprite directories  https://review.openstack.org/34349309:57
*** nadya has quit IRC10:02
frickleris it intentional that the branches in devstack/stable/newton still point to master? Ia5b5dc394e50a2dff3f4bb5ff9182fe38fc4b3e1 only updated .gitreview while the similar patch in stable/mitaka also updated stackrc10:02
fricklerdhellmann: that last patch was yours ^^10:05
*** amotoki has quit IRC10:06
*** paul-carlton1 has joined #openstack-qa10:06
*** paul-carlton1 has quit IRC10:07
*** paul-carlton2 has quit IRC10:07
fricklerhmm, me will simply propose a path for that10:12
*** trisq has quit IRC10:16
*** e0ne has quit IRC10:16
*** lhx_ has quit IRC10:17
*** yangyapeng has quit IRC10:19
*** yangyapeng has joined #openstack-qa10:20
dmelladofrickler: I guess it just was missing10:20
dmelladoplease do so and propose a patch for it ;)10:21
fricklerdmellado: https://review.openstack.org/37933710:21
dmelladofrickler: ack, thanks! let's wait until the afternoon for the US guys to merge10:21
fricklerdmellado: I'm not too sure though which branches need changing, I tried to mimik what was done for mitaka, but it may need some additions10:22
dmelladofrickler: I'm not an expert on that either, but let's at least wait for reviews10:22
dmelladosdague, mtreinish ^^10:23
fricklerdmellado: sure10:23
dmelladofrickler: thanks in any case ;)10:23
*** yangyapeng has quit IRC10:25
*** obutenko_ has quit IRC10:28
*** obutenko has quit IRC10:28
*** mvk has quit IRC10:29
*** zhufl1 has quit IRC10:31
*** lhx_ has joined #openstack-qa10:32
afazekaschandankumar: at the moment just form the git log, but AFAIK reno is planned to be used in the future.   This was one if the issue we had with the prev version: https://bugs.launchpad.net/os-testr/+bug/150621510:33
openstackLaunchpad bug 1506215 in os-testr "--regex and --blacklist_file does not work together" [Undecided,Fix released] - Assigned to Attila Fazekas (afazekas)10:33
*** trisq has joined #openstack-qa10:34
openstackgerritMerged openstack/tempest: tempest-cleanup can only be invoked as tempest cleanup  https://review.openstack.org/37096310:36
*** nadya has joined #openstack-qa10:37
*** yamamoto_ has quit IRC10:40
*** salv-orlando has quit IRC10:40
*** salv-orlando has joined #openstack-qa10:41
*** salv-orlando has quit IRC10:54
*** mvk has joined #openstack-qa10:55
dmelladomkoderer___: ping re manila no tempest deps, around?10:58
*** k4n0 has joined #openstack-qa11:03
openstackgerritafazekas proposed openstack/tempest: [WIP] use ostestr cli like interface  https://review.openstack.org/37342811:09
*** bkopilov_ has quit IRC11:10
*** OferBarber_ has joined #openstack-qa11:13
*** OferBarber has quit IRC11:16
*** shardy has joined #openstack-qa11:18
*** yamamoto has joined #openstack-qa11:18
*** Poornima has quit IRC11:18
*** OferBarber has joined #openstack-qa11:18
*** yamamoto_ has joined #openstack-qa11:18
*** yamamoto has quit IRC11:18
*** openstackgerrit has quit IRC11:19
*** openstackgerrit has joined #openstack-qa11:19
*** OferBarber_ has quit IRC11:21
*** rbak has quit IRC11:23
*** rbak has joined #openstack-qa11:23
*** dtantsur has quit IRC11:29
*** lucas-afk is now known as lucasagomes11:33
*** jpena is now known as jpena|lunch11:43
*** sshnaidm|afk is now known as sshnaidm11:50
*** rodrigods has quit IRC11:51
*** rodrigods has joined #openstack-qa11:51
*** k4n0 is now known as k4n0_away11:52
*** tosky has quit IRC11:56
*** rohanion has joined #openstack-qa11:56
rohanionhi everyone11:56
rohanionI have a strange problem with testing on a tempest devstack vm11:56
rohanionhttp://logs.openstack.org/35/294535/10/check/gate-tempest-dsvm-neutron-full-ubuntu-xenial/ab4259f/logs/devstacklog.txt.gz 2016-09-27 17:55:40.37111:56
rohanionthe code works everywhere11:57
rohanionjust doesn't want to run on a dsvm11:57
*** stevebak` is now known as stevebaker11:57
rohanioncan you help me with finding the root cause please?11:57
*** yangyapeng has joined #openstack-qa11:58
*** fnaval has quit IRC12:08
openstackrecheckopenstack/nova change: https://review.openstack.org/377989 failed because of: gate-tempest-dsvm-cells-ubuntu-xenial: https://bugs.launchpad.net/bugs/161287512:10
openstackLaunchpad bug 1612875 in OpenStack Compute (nova) "FixedIPsTestJson fails server build with "was re-scheduled: operation failed: filter 'nova-no-nd-reflection' already exists with uuid"" [High,In progress] - Assigned to Matt Riedemann (mriedem)12:10
*** vgridnev has joined #openstack-qa12:12
vgridnevhello team, could you please review the change: https://review.openstack.org/#/c/370658/14 ? Thanks in advance:12:13
*** tuanluong has quit IRC12:13
*** raildo has joined #openstack-qa12:14
*** tosky has joined #openstack-qa12:14
*** edmondsw has joined #openstack-qa12:15
*** k4n0_away is now known as k4n012:20
openstackrecheckConsole logs not available after 13:31s for gate-grenade-dsvm-ubuntu-xenial 319379,19,ab117b312:24
*** salv-orlando has joined #openstack-qa12:25
*** yaume_ has joined #openstack-qa12:29
*** salv-orlando has quit IRC12:30
*** yaume has quit IRC12:32
*** gyx has quit IRC12:32
*** Poornima has joined #openstack-qa12:33
*** mriedem has joined #openstack-qa12:33
*** dsariel_ is now known as dsariel_|compari12:34
*** dsariel_|compari is now known as dsariel_12:34
*** dtantsur has joined #openstack-qa12:38
*** rfolco_ has joined #openstack-qa12:38
*** sshwarts has joined #openstack-qa12:38
*** sshwarts has quit IRC12:44
*** sshwarts has joined #openstack-qa12:44
mtreinishchandankumar, afazekas: I did put some release notes in the tag message: http://git.openstack.org/cgit/openstack/os-testr/tag/?h=0.8.0 but for the next release I do plan to use reno12:47
chandankumarmtreinish: Thanks :-)12:47
*** shardy has quit IRC12:48
*** trisq has quit IRC12:48
*** dkranz has joined #openstack-qa12:50
*** e0ne has joined #openstack-qa12:50
*** bkopilov_ has joined #openstack-qa12:51
openstackrecheckopenstack/nova change: https://review.openstack.org/378951 failed because of: gate-tempest-dsvm-cells-ubuntu-xenial: https://bugs.launchpad.net/bugs/1612875, gate-tempest-dsvm-full-devstack-plugin-ceph-ubuntu-xenial: https://bugs.launchpad.net/bugs/147533312:52
openstackLaunchpad bug 1612875 in OpenStack Compute (nova) "FixedIPsTestJson fails server build with "was re-scheduled: operation failed: filter 'nova-no-nd-reflection' already exists with uuid"" [High,In progress] - Assigned to Matt Riedemann (mriedem)12:52
openstackLaunchpad bug 1475333 in devstack "gate-tempest-dsvm-full-ceph fails with Insufficient free space for volume creation on host ubuntu@ceph#ceph (requested / avail): 1/0.0" [High,Confirmed]12:52
*** yamamoto_ has quit IRC12:54
*** ddieterly has joined #openstack-qa12:56
*** david-lyle has joined #openstack-qa12:57
*** ddieterly has quit IRC12:59
*** ddieterly has joined #openstack-qa12:59
*** jpena|lunch is now known as jpena12:59
*** ddieterly has quit IRC12:59
openstackgerritVasyl Saienko proposed openstack-infra/devstack-gate: Add a note for br_ironic_vxlan tunnel  https://review.openstack.org/37944713:01
*** ekuris has quit IRC13:03
*** lilintan has quit IRC13:03
*** DotanSoko_ has joined #openstack-qa13:03
*** DotanSoko has quit IRC13:06
*** Poornima has quit IRC13:07
*** OferBarber_ has joined #openstack-qa13:07
openstackgerritRodrigo Duarte proposed openstack/tempest: Add inherited role assignments tests  https://review.openstack.org/33959813:08
*** sshwarts has quit IRC13:09
openstackgerritRodrigo Duarte proposed openstack/tempest: Add inherited role assignments tests  https://review.openstack.org/33959813:10
*** OferBarber has quit IRC13:10
*** lhx_ has quit IRC13:11
*** yamamoto has joined #openstack-qa13:16
*** Poornima has joined #openstack-qa13:16
*** sshwarts has joined #openstack-qa13:16
*** dustins has joined #openstack-qa13:19
*** fnaval has joined #openstack-qa13:26
*** salv-orlando has joined #openstack-qa13:27
*** mriedem has quit IRC13:28
*** lhx_ has joined #openstack-qa13:29
*** fnaval_ has joined #openstack-qa13:31
*** salv-orlando has quit IRC13:31
*** fnaval has quit IRC13:31
*** mtanino has joined #openstack-qa13:32
openstackgerritIhar Hrachyshka proposed openstack-dev/devstack: Enable bridge firewalling if iptables are used  https://review.openstack.org/37150413:32
openstackgerritIhar Hrachyshka proposed openstack-dev/devstack: Enable bridge firewalling if iptables are used  https://review.openstack.org/37150413:34
*** pgadiya has quit IRC13:34
openstackgerritOpenStack Proposal Bot proposed openstack/tempest: Updated from global requirements  https://review.openstack.org/37891113:36
*** porrua has joined #openstack-qa13:36
lhx_masayukig, I have updated the patch. could you help review? https://review.openstack.org/#/c/378483/13:38
*** fnaval_ has quit IRC13:39
*** OferBarber has joined #openstack-qa13:40
*** OferBarber_ has quit IRC13:42
*** martinkopec has quit IRC13:44
*** DotanSoko_ has quit IRC13:44
*** martinkopec has joined #openstack-qa13:44
openstackgerritLiron Kuchlani proposed openstack/tempest: Create two new clients under tempest.lib libary  https://review.openstack.org/36532313:46
*** fnaval has joined #openstack-qa13:46
*** fnaval has quit IRC13:52
*** rbak has quit IRC13:55
*** spzala has joined #openstack-qa13:56
*** yamamoto has quit IRC13:57
*** rossella_ has joined #openstack-qa13:57
*** lezbar has quit IRC14:00
*** rohanion has quit IRC14:00
*** lezbar has joined #openstack-qa14:01
*** mriedem has joined #openstack-qa14:02
*** sabeen has joined #openstack-qa14:03
*** Poornima has quit IRC14:04
*** sabeen1 has joined #openstack-qa14:05
*** yamamoto has joined #openstack-qa14:05
*** sabeen has quit IRC14:08
*** rbak has joined #openstack-qa14:10
*** fnaval has joined #openstack-qa14:11
*** fnaval_ has joined #openstack-qa14:13
*** sshwarts has quit IRC14:13
*** ddieterly has joined #openstack-qa14:14
*** fnaval__ has joined #openstack-qa14:15
*** edannon has quit IRC14:16
*** fnaval___ has joined #openstack-qa14:17
*** fnaval has quit IRC14:17
*** fnaval has joined #openstack-qa14:18
*** fnaval_ has quit IRC14:19
*** martinkopec has quit IRC14:20
*** fnaval_ has joined #openstack-qa14:20
*** fnaval__ has quit IRC14:20
*** fnaval___ has quit IRC14:21
*** yamamoto has quit IRC14:22
*** fnaval__ has joined #openstack-qa14:22
*** yamamoto has joined #openstack-qa14:23
*** fnaval___ has joined #openstack-qa14:23
*** fnaval has quit IRC14:24
*** fnaval_ has quit IRC14:25
*** hongbin has joined #openstack-qa14:25
*** fnaval has joined #openstack-qa14:25
*** fnaval__ has quit IRC14:27
*** yamamoto has quit IRC14:27
*** yamamoto has joined #openstack-qa14:27
*** yamamoto has quit IRC14:27
*** fnaval_ has joined #openstack-qa14:27
*** salv-orlando has joined #openstack-qa14:29
*** fnaval__ has joined #openstack-qa14:29
*** fnaval___ has quit IRC14:29
*** fnaval___ has joined #openstack-qa14:30
*** fnaval has quit IRC14:31
*** fnaval_ has quit IRC14:32
*** shausy has quit IRC14:32
*** fnaval has joined #openstack-qa14:32
*** yamahata has joined #openstack-qa14:33
*** fnaval__ has quit IRC14:33
*** fnaval_ has joined #openstack-qa14:34
*** fnaval___ has quit IRC14:35
*** Poornima has joined #openstack-qa14:35
*** lezbar has quit IRC14:35
*** fnaval__ has joined #openstack-qa14:36
*** lezbar has joined #openstack-qa14:36
*** fnaval___ has joined #openstack-qa14:37
mriedemmtreinish: did you drop this https://review.openstack.org/#/c/377762/ in favor of asselin's patch?14:37
*** fnaval has quit IRC14:38
mriedemhttps://review.openstack.org/#/c/377129/ i mean14:38
*** amotoki has joined #openstack-qa14:38
*** fnaval has joined #openstack-qa14:39
mtreinishmriedem: yeah, asselin's patch was a better approach14:39
mtreinishonce that merged there wasn't a reason to keep mine around14:39
*** fnaval_ has quit IRC14:39
*** fnaval_ has joined #openstack-qa14:40
*** fnaval__ has quit IRC14:41
*** fnaval__ has joined #openstack-qa14:42
*** fnaval__ has quit IRC14:42
*** fnaval___ has quit IRC14:43
*** fnaval__ has joined #openstack-qa14:43
*** fnaval__ has quit IRC14:43
mriedemok14:43
*** fnaval__ has joined #openstack-qa14:44
*** fnaval has quit IRC14:45
*** fnaval__ has quit IRC14:45
*** fnaval_ has quit IRC14:46
*** fnaval has joined #openstack-qa14:46
*** fnaval has quit IRC14:48
*** amotoki has quit IRC14:48
*** fnaval has joined #openstack-qa14:48
*** pglass has joined #openstack-qa14:49
*** fnaval has quit IRC14:49
*** fnaval has joined #openstack-qa14:50
*** lutostag_ is now known as lutostag14:53
*** jamielennox is now known as jamielennox|away14:53
*** OferBarber has quit IRC14:53
*** Poornima has quit IRC14:55
openstackgerritJens Rosenboom proposed openstack-infra/devstack-gate: Set SUBNETPOOL_PREFIX_V4 to match FIXED_RANGE  https://review.openstack.org/37952114:55
*** pglass has quit IRC14:56
*** pglass has joined #openstack-qa14:58
*** jamielennox|away is now known as jamielennox15:00
*** r-mibu has quit IRC15:03
*** r-mibu has joined #openstack-qa15:03
*** jlanoux has quit IRC15:04
*** gcheresh_ has quit IRC15:07
*** chandankumar has quit IRC15:08
*** lucasagomes is now known as lucas-hungry15:12
*** grafuls has quit IRC15:12
*** amotoki has joined #openstack-qa15:14
*** amotoki has quit IRC15:20
openstackgerritVasyl Saienko proposed openstack-dev/grenade: Testing ironic grenade gates  https://review.openstack.org/37765215:23
openstackgerritJens Rosenboom proposed openstack-infra/devstack-gate: Set SUBNETPOOL_PREFIX_V4 to match FIXED_RANGE  https://review.openstack.org/37952115:23
*** yamahata has quit IRC15:24
*** rossella_ has quit IRC15:25
*** dsariel_ has quit IRC15:26
*** amotoki has joined #openstack-qa15:27
*** yamamoto has joined #openstack-qa15:28
*** amotoki has quit IRC15:28
openstackgerritClark Boylan proposed openstack-dev/devstack: Use FIXED_RANGE(_V6) as default subnet pool range  https://review.openstack.org/37954315:30
*** vgridnev has quit IRC15:33
*** yamamoto has quit IRC15:33
*** jlanoux has joined #openstack-qa15:34
*** amotoki has joined #openstack-qa15:34
*** vgridnev has joined #openstack-qa15:36
*** amotoki has quit IRC15:36
*** k4n0 has quit IRC15:42
*** krtaylor has quit IRC15:44
*** jlanoux has quit IRC15:46
*** jlanoux has joined #openstack-qa15:47
*** openstackgerrit has quit IRC15:49
*** sandanar has quit IRC15:50
*** openstackgerrit has joined #openstack-qa15:50
*** anshul has quit IRC15:52
*** ddieterly is now known as ddieterly[away]15:52
*** jlanoux_ has joined #openstack-qa15:52
*** jlanoux has quit IRC15:52
*** vgridnev has quit IRC15:55
*** nadya has quit IRC15:56
*** yamahata has joined #openstack-qa15:57
*** DavidPurcell has joined #openstack-qa15:59
*** tosky has quit IRC15:59
*** trisq has joined #openstack-qa16:02
*** ddieterly[away] is now known as ddieterly16:02
*** pcaruana has quit IRC16:03
*** woodster_ has joined #openstack-qa16:03
*** rcernin has quit IRC16:05
*** yaume has joined #openstack-qa16:06
*** sshwarts has joined #openstack-qa16:06
*** yaume_ has quit IRC16:10
*** Swami has joined #openstack-qa16:12
*** jordanP has joined #openstack-qa16:12
*** cdent has quit IRC16:15
*** lucas-hungry is now known as lucasagomes16:15
*** Apoorva has joined #openstack-qa16:16
*** Apoorva_ has joined #openstack-qa16:17
*** Apoorva_ has quit IRC16:17
*** Apoorva has quit IRC16:17
*** Apoorva has joined #openstack-qa16:17
*** gvrangan has joined #openstack-qa16:21
*** lifeless has quit IRC16:25
*** lezbar has quit IRC16:26
*** lezbar has joined #openstack-qa16:27
*** e0ne has quit IRC16:30
*** lifeless has joined #openstack-qa16:33
*** nadya has joined #openstack-qa16:34
*** nadya has quit IRC16:34
*** gyee has joined #openstack-qa16:36
*** gvrangan has quit IRC16:38
*** jordanP has quit IRC16:39
openstackgerritIhar Hrachyshka proposed openstack-dev/devstack: Enable bridge firewalling if iptables are used  https://review.openstack.org/37150416:41
*** rajinir has joined #openstack-qa16:41
*** gvrangan has joined #openstack-qa16:45
*** oomichi_ has joined #openstack-qa16:50
*** HoloIRCUser has joined #openstack-qa16:52
*** HoloIRCUser2 has joined #openstack-qa16:54
*** HoloIRCUser has quit IRC16:54
openstackrecheckConsole logs not available after 13:35s for gate-grenade-dsvm-ubuntu-xenial 378717,2,a56e78516:56
*** HoloIRCUser has joined #openstack-qa16:57
*** HoloIRCUser2 has quit IRC16:57
*** amotoki has joined #openstack-qa16:57
*** amotoki has quit IRC17:03
*** HoloIRCUser2 has joined #openstack-qa17:03
*** krtaylor has joined #openstack-qa17:04
*** HoloIRCUser2 has quit IRC17:04
*** HoloIRCUser has quit IRC17:05
*** HoloIRCUser2 has joined #openstack-qa17:05
*** ddieterly is now known as ddieterly[away]17:07
*** gszasz has quit IRC17:08
mriedemmtreinish: i'm confused about your question on L58 here: https://review.openstack.org/#/c/299830/5/tempest/api/compute/admin/test_volume_swap.py@5817:08
*** mvk has quit IRC17:08
mriedem"Shouldn't we have a wait loop add cleanup before this?"17:09
mtreinishmriedem: volume delete is async right?17:09
*** HoloIRCUser2 has quit IRC17:09
mriedemoh wait for volume termination17:09
mriedemyeah i can add that17:09
*** clu_ has joined #openstack-qa17:10
openstackrecheckConsole logs not available after 13:32s for gate-nova-python27-db-ubuntu-xenial 379524,2,83d82c217:10
*** abehl has joined #openstack-qa17:11
*** trisq has quit IRC17:12
*** HoloIRCUser has joined #openstack-qa17:12
*** HoloIRCUser has quit IRC17:14
*** HoloIRCUser has joined #openstack-qa17:17
openstackgerritMatt Riedemann proposed openstack/tempest: Add compute API admin test for swap volume  https://review.openstack.org/29983017:20
*** HoloIRCUser has quit IRC17:21
*** jpena is now known as jpena|off17:23
*** HoloIRCUser has joined #openstack-qa17:23
*** HoloIRCUser has quit IRC17:25
*** HoloIRCUser has joined #openstack-qa17:25
mriedem^ all of your wildest swap volume dreams have come true!17:28
*** pvaneck has joined #openstack-qa17:30
*** ddieterly[away] is now known as ddieterly17:31
*** dkranz has quit IRC17:31
*** gfidente is now known as gfidente|afk17:31
*** jlanoux_ has quit IRC17:37
*** nadya has joined #openstack-qa17:37
*** chandankumar has joined #openstack-qa17:37
*** AJaeger has joined #openstack-qa17:38
*** DavidPurcell has quit IRC17:38
AJaegerdevstack experts, I'd like to run the bashate job on xenial - also for stable branches - as part of the CI change to move to Xenial. Change is https://review.openstack.org/379145 - reviews welcome...17:39
*** abehl has quit IRC17:47
*** abehl has joined #openstack-qa17:47
*** e0ne has joined #openstack-qa17:48
*** nadya has quit IRC17:53
openstackgerritVasyl Saienko proposed openstack-dev/grenade: Testing ironic grenade gates  https://review.openstack.org/37765217:55
*** Poornima has joined #openstack-qa17:57
*** nadya has joined #openstack-qa17:58
*** abehl has quit IRC17:59
*** sshnaidm is now known as sshnaidm|afk18:00
*** ddieterly is now known as ddieterly[away]18:04
*** lhx_ has quit IRC18:06
*** mvk has joined #openstack-qa18:06
*** paul-carlton has quit IRC18:07
openstackgerritSarafraj Singh proposed openstack/tempest: Do not merge: Test Live migration  https://review.openstack.org/37963818:08
openstackgerritSarafraj Singh proposed openstack-infra/devstack-gate: Do not merge: Patch to test LM in nova  https://review.openstack.org/37801518:10
*** Poornima has quit IRC18:11
*** Poornima has joined #openstack-qa18:12
*** dsariel_ has joined #openstack-qa18:15
*** woodster_ has quit IRC18:20
*** gvrangan has quit IRC18:23
*** gyee has quit IRC18:24
openstackgerritJens Rosenboom proposed openstack-infra/devstack-gate: Set SUBNETPOOL_PREFIX_V4 to match FIXED_RANGE  https://review.openstack.org/37952118:24
*** nadya has quit IRC18:29
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Clarify the guideline of negative tests  https://review.openstack.org/37901318:32
*** AJaeger has left #openstack-qa18:32
*** gvrangan has joined #openstack-qa18:33
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Clarify the guideline of negative tests  https://review.openstack.org/37901318:39
*** spzala has quit IRC18:40
*** spzala has joined #openstack-qa18:41
*** ddieterly[away] is now known as ddieterly18:46
*** spzala has quit IRC18:46
*** ddieterly is now known as ddieterly[away]18:49
*** bkopilov_ has quit IRC18:52
*** krtaylor has quit IRC18:54
*** ddieterly[away] is now known as ddieterly18:55
*** salv-orlando has quit IRC18:56
*** yamahata has quit IRC19:01
openstackgerritSarafraj Singh proposed openstack/tempest: Do not merge: Test Live migration  https://review.openstack.org/37963819:01
*** cdent has joined #openstack-qa19:02
Poornimaguys i m getting below errors:19:03
Poornimatempest.api.volume.test_volumes_snapshots.VolumesV1SnapshotTestJSON.test_snapshot_create_with_volume_in_use19:03
Poornimatempest.api.volume.test_volumes_snapshots.VolumesV1SnapshotTestJSON.test_snapshots_list_details_with_params19:03
Poornimatempest.api.volume.test_volumes_snapshots.VolumesV1SnapshotTestJSON.test_snapshots_list_with_params19:03
Poornimatempest.api.volume.test_volumes_snapshots.VolumesV1SnapshotTestJSON.test_volume_from_snapshot19:03
Poornimatempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshot_create_with_volume_in_use19:03
Poornimatempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_details_with_params19:03
Poornimatempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_with_params19:03
Poornimatempest.api.volume.test_volumes_snapshots.VolumesV21SnapshotTestJSON.test_volume_from_snapshot19:03
Poornimatempest.api.volume.admin.test_volume_types.VolumeTypesV1Test.test_volume_crud_with_volume_type_and_extra_specs19:03
Poornimatempest.api.volume.admin.test_volume_types.VolumeTypesV2Test.test_volume_crud_with_volume_type_and_extra_specs19:03
*** gvrangan has quit IRC19:04
Poornimacame across these bugs in my debug and search19:06
Poornimahttps://bugs.launchpad.net/mos/+bug/155018019:06
openstackLaunchpad bug 1550180 in Mirantis OpenStack 9.x "nova-compute can't detach volume from the instance" [High,Invalid] - Assigned to Timur Nurlygayanov (tnurlygayanov)19:06
Poornimahttps://bugs.launchpad.net/nova/+bug/156585919:06
Poornimahttps://bugs.launchpad.net/mos/+bug/158606519:06
openstackLaunchpad bug 1565859 in OpenStack Compute (nova) "Can't detach SVC volume from an instance; guest detach device times out" [Undecided,Invalid]19:06
openstackLaunchpad bug 1586065 in Mirantis OpenStack 9.x "Volume is hangs on IN-USE state during detaching." [Medium,Invalid] - Assigned to Pavel (pshvetsov)19:06
*** nadya has joined #openstack-qa19:06
*** gcheresh_ has joined #openstack-qa19:06
PoornimaCould you please highlight the reason that caused this failure?19:07
*** gvrangan has joined #openstack-qa19:12
*** salv-orlando has joined #openstack-qa19:18
*** chandankumar has quit IRC19:20
*** Poornima has quit IRC19:20
*** dsariel_ has quit IRC19:28
*** gvrangan has quit IRC19:29
mtreinishhogepodge: you probably want to take a look at : https://review.openstack.org/#/c/379013/19:30
*** Apoorva has quit IRC19:30
hogepodgemtreinish: thanks19:31
*** asselin_ has joined #openstack-qa19:38
*** yarkot has quit IRC19:39
*** yarkot has joined #openstack-qa19:42
openstackgerritMerged openstack-dev/devstack: Move Q_ROUTER_NAME to where it belongs  https://review.openstack.org/34533619:42
*** asselin__ has quit IRC19:43
*** scottda has quit IRC19:43
*** flaper87 has quit IRC19:43
*** lekha has quit IRC19:43
*** tdurakov has quit IRC19:43
*** salv-orl_ has joined #openstack-qa19:44
*** tdurakov has joined #openstack-qa19:45
*** jlwhite_ has joined #openstack-qa19:45
*** toabctl_ has joined #openstack-qa19:46
openstackgerritMerged openstack/tempest: Add inherited role assignments tests  https://review.openstack.org/33959819:46
*** scottda has joined #openstack-qa19:46
*** lekha has joined #openstack-qa19:46
*** salv-orlando has quit IRC19:47
openstackgerritMerged openstack/tempest: Fix tempest init inconsistency when it fails  https://review.openstack.org/36862919:47
*** porrua has quit IRC19:49
*** jlwhite has quit IRC19:50
*** toabctl has quit IRC19:50
*** jlwhite_ is now known as jlwhite19:50
*** toabctl_ is now known as toabctl19:50
openstackgerritJens Rosenboom proposed openstack-infra/devstack-gate: Set SUBNETPOOL_PREFIX_V4 to match FIXED_RANGE  https://review.openstack.org/37952119:52
openstackgerritJason Hobbs proposed openstack/tempest: Add support for building snap package.  https://review.openstack.org/37978919:53
*** lucasagomes is now known as lucas-afk19:54
*** woodster_ has joined #openstack-qa19:54
*** spzala_ has joined #openstack-qa19:57
*** spzala_ has quit IRC20:01
*** spzala has joined #openstack-qa20:03
*** HoloIRCUser has quit IRC20:09
*** yaume has quit IRC20:10
*** ddieterly is now known as ddieterly[away]20:11
openstackgerritChris Dent proposed openstack-infra/devstack-gate: DNM Test using the optional placement db in nova  https://review.openstack.org/37979720:12
*** yamahata has joined #openstack-qa20:13
*** HoloIRCUser has joined #openstack-qa20:18
openstackgerritMerged openstack/tempest: Update hotplug test description.  https://review.openstack.org/37863520:22
openstackrecheckConsole logs not available after 13:33s for gate-tempest-dsvm-full-devstack-plugin-ceph-ubuntu-xenial 378947,3,54c95f020:25
*** lezbar has quit IRC20:33
*** lezbar has joined #openstack-qa20:34
*** cburgess_ has quit IRC20:36
*** nadya has quit IRC20:37
*** edmondsw has quit IRC20:37
*** gcheresh_ has quit IRC20:37
*** cburgess has joined #openstack-qa20:38
openstackrecheckConsole logs not available after 13:30s for gate-tempest-dsvm-full-devstack-plugin-ceph-ubuntu-xenial 379165,1,421d3d620:39
*** ddieterly[away] is now known as ddieterly20:40
*** spzala has quit IRC20:43
*** spzala has joined #openstack-qa20:43
*** melwitt has quit IRC20:44
*** spzala has quit IRC20:48
*** spzala has joined #openstack-qa20:49
*** melwitt has joined #openstack-qa20:51
*** lezbar has quit IRC20:52
*** melwitt is now known as Guest9922820:52
*** lezbar has joined #openstack-qa20:52
*** jesusaur has quit IRC20:53
openstackgerritChris Dent proposed openstack-infra/devstack-gate: DNM Test using the optional placement db in nova  https://review.openstack.org/37979720:53
openstackrecheckConsole logs not available after 13:21s for gate-nova-pep8-ubuntu-xenial 379656,2,83332d520:54
*** spzala has quit IRC20:54
*** jesusaur has joined #openstack-qa20:54
jrollgrenade folks, super simple resource cleanup fix here https://review.openstack.org/#/c/379192/120:56
jrollnot a blocker for anything but easy review :)20:56
*** spzala has joined #openstack-qa20:57
*** jpena|off has quit IRC21:00
*** amotoki has joined #openstack-qa21:00
*** jpena|off has joined #openstack-qa21:02
*** raildo has quit IRC21:02
*** spzala has quit IRC21:02
*** e0ne has quit IRC21:05
*** anteaya has quit IRC21:05
*** Apoorva has joined #openstack-qa21:05
*** amotoki has quit IRC21:05
*** spzala has joined #openstack-qa21:07
*** e0ne has joined #openstack-qa21:08
*** Serlex has quit IRC21:09
*** lezbar has quit IRC21:10
*** lezbar has joined #openstack-qa21:10
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-neutron-full-ubuntu-xenial 379141,2,84fc73b21:13
mtreinishjroll: we're you hitting like the split on a whitepsace or something?21:14
mtreinishs/we're/were21:14
jrollmtreinish: I think it's just something vasyl noticed while debugging our grenade job21:14
jrollbut that is invalid syntax because it cuts the variable up21:15
jrollor not invalid syntax, I guess, but it doesn't work :)21:16
*** rfolco_ has quit IRC21:20
openstackgerritJohn L. Villalovos proposed openstack-infra/devstack-gate: Update localrc for ironic-multinode case  https://review.openstack.org/35279021:25
openstackgerritJohn L. Villalovos proposed openstack-infra/devstack-gate: Setup ssh-key on subnodes for Ironic  https://review.openstack.org/36483021:25
openstackgerritJohn L. Villalovos proposed openstack-infra/devstack-gate: Update ENABLED_SERVICE on subnode with ironic  https://review.openstack.org/36861121:25
*** anteaya has joined #openstack-qa21:28
*** gvrangan has joined #openstack-qa21:29
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Clarify the guideline of negative tests  https://review.openstack.org/37901321:33
*** nadya has joined #openstack-qa21:37
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Clarify the guideline of negative tests  https://review.openstack.org/37901321:41
*** pglass has quit IRC21:41
*** nadya has quit IRC21:42
*** gvrangan has quit IRC21:45
*** e0ne has quit IRC21:45
*** e0ne has joined #openstack-qa21:45
*** e0ne has quit IRC21:45
*** e0ne has joined #openstack-qa21:46
*** yamahata has quit IRC21:46
*** e0ne has quit IRC21:46
*** e0ne has joined #openstack-qa21:47
*** sshwarts has quit IRC21:47
*** e0ne has quit IRC21:47
*** e0ne has joined #openstack-qa21:47
*** e0ne has quit IRC21:48
*** dtantsur has quit IRC21:48
*** e0ne has joined #openstack-qa21:48
*** e0ne has quit IRC21:49
*** e0ne has joined #openstack-qa21:49
*** e0ne has quit IRC21:49
*** cdent has quit IRC21:51
oomichimtreinish: masayukig: gmann: can you help https://review.openstack.org/#/c/365898/ by your powerful power ?21:57
oomichithat is blocking the other work now21:58
*** woodster_ has quit IRC22:00
*** Apoorva_ has joined #openstack-qa22:00
*** Apoorva has quit IRC22:04
*** dustins has quit IRC22:09
*** spzala has quit IRC22:11
openstackgerritMerged openstack-dev/devstack: Fix the logic of if used with is_service_enabled  https://review.openstack.org/37431122:15
openstackgerritMerged openstack/tempest: Add test to get images by owner  https://review.openstack.org/37597022:16
*** Guest99228 is now known as melwitt22:23
*** gvrangan has joined #openstack-qa22:24
*** clu_ has quit IRC22:26
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-neutron-full-ubuntu-xenial 379797,2,5ee993722:26
*** lezbar has quit IRC22:27
*** lezbar has joined #openstack-qa22:27
*** rbak has quit IRC22:29
*** mriedem has quit IRC22:32
*** moravec has joined #openstack-qa22:35
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-neutron-full-ubuntu-xenial 319040,42,9f7a8b922:40
openstackgerritOpenStack Proposal Bot proposed openstack/tempest: Updated from global requirements  https://review.openstack.org/37891122:40
*** Kiall has quit IRC22:41
*** ddieterly is now known as ddieterly[away]22:58
*** hongbin has quit IRC23:00
*** gvrangan has quit IRC23:02
*** HoloIRCUser has quit IRC23:03
*** HoloIRCUser3 has joined #openstack-qa23:03
*** gouthamr has joined #openstack-qa23:04
*** jamielennox is now known as jamielennox|away23:11
*** HoloIRCUser3 has quit IRC23:12
*** HoloIRCUser has joined #openstack-qa23:12
*** ddieterly[away] is now known as ddieterly23:20
*** fnaval has quit IRC23:24
*** rajinir has quit IRC23:25
*** markvoelker has quit IRC23:36
*** lezbar has quit IRC23:40
*** lezbar has joined #openstack-qa23:40
*** Swami has quit IRC23:43
openstackgerritMerged openstack/tempest: Remove redundant links to clients  https://review.openstack.org/37767623:43
openstackgerritMerged openstack-dev/devstack: Fix typo in documentation  https://review.openstack.org/37854423:50
*** ddieterly is now known as ddieterly[away]23:51
*** jamielennox|away is now known as jamielennox23:52
*** ddieterly[away] has quit IRC23:54
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-neutron-full-ubuntu-xenial 374373,1,885124323:54

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