Friday, 2015-09-04

*** malini has quit IRC00:00
*** ajmiller has quit IRC00:02
openstackgerritBrant Knudson proposed openstack-dev/devstack: TEST: use fernet  https://review.openstack.org/19578000:02
*** tosky___ has quit IRC00:04
*** hichihara has joined #openstack-qa00:09
openstackrecheckConsole logs not available after 13:24s for gate-grenade-dsvm-neutron 219518,2,c40e2eb00:11
openstackgerritMatt Riedemann proposed openstack/tempest: Remove skip on test_stamp_pattern  https://review.openstack.org/21835500:13
openstackgerritMatt Riedemann proposed openstack/tempest: test_stamp_pattern: cleanup class scope variable usage  https://review.openstack.org/21938200:13
*** hemna is now known as hemnafk00:17
*** bknudson has quit IRC00:18
armaxmtreinish:  I am confused00:20
armaxmtreinish: if I look at how set_network_resources is used elswhere in the code00:21
armaxmtreinish: it’s done the way the patch shows00:21
armaxmtreinish: if I try they way you suggest, tempest spits up in my face00:21
armaxso I must be missing something00:21
* armax tries a couple of things00:22
openstackrecheckConsole logs not available after 13:22s for gate-grenade-dsvm 219322,1,735334300:24
armaxbah, I must be doing it wrong00:28
mtreinisharmax: no, set_network_resources() was correct00:28
mtreinishthat goes before the super00:28
mtreinishbut all that does is set a class attr00:28
mtreinishwhen the super() is run that executes the isolated creds stuff which creates the networks00:29
mtreinishthe get_tenant_network() call won't work until the isolated creds stuff is run00:29
armaxvery weird, Jenkins passed without blinking00:29
mtreinishhmm, maybe I'm wrong then :)00:29
armaxhttp://logs.openstack.org/45/195345/6/check/gate-tempest-dsvm-neutron-full/7b5c1ab/logs/testr_results.html.gz00:30
armaxhttps://review.openstack.org/#/c/195345/6..7/tempest/api/compute/test_tenant_networks.py00:30
openstackgerritMerged openstack/tempest: Remove Nova v3 version API schema  https://review.openstack.org/21995800:31
asselinHi, my ci is starting to hit these devstack errors:  ERROR: You must provide a tenant ID through --os-tenant-id or env[OS_TENANT_ http://15.126.198.151/64/219864/4/check/3par-iscsi-driver-master-client-pip-eos10-dsvm/3e0dd8d/logs/devstacklog.txt.gz#_2015-09-04_00_13_19_09000:32
asselinanyone have ideas?00:32
armaxlet me swap00:32
asselinis this the cause? https://review.openstack.org/#/c/186684/00:33
armaxmtreinish: I suspect you may be onto something00:34
openstackgerritMerged openstack/tempest: Add test for Nova list-versions API  https://review.openstack.org/21987300:34
mtreinisharmax: so the get_tenant_network() call isn't working: http://logs.openstack.org/45/195345/6/check/gate-tempest-dsvm-neutron-full/7b5c1ab/logs/tempest.txt.gz#_2015-09-03_23_12_10_75200:34
armaxthere are way too many jumps into this codebase for my brain00:34
mtreinishyou need to look at all the common.fixed_network log messages there really00:34
mtreinishalthough I'm not sure how the test passed00:34
mtreinishbecause it's returing an empty dict00:34
armaxso maybe set_network is not really a viable solution00:35
armaxmtreinish: it’s basically falling back on the private network00:36
mtreinisharmax: yeah we had to do that as a safety net for backwards compat00:37
armaxmtreinish: I told you we needed a dozen of patchsets to do this right00:37
mtreinisharmax: actually I think that was the wrong log snippet00:37
mtreinishthere are too many NetworkTestJSON names00:37
armaxwhat if we create a network without using this set_network_resource thing?00:37
armaxsounds a lot more straightforward ot me00:37
mtreinisharmax: ok there is the network creattion: http://logs.openstack.org/45/195345/6/check/gate-tempest-dsvm-neutron-full/7b5c1ab/logs/tempest.txt.gz#_2015-09-03_23_18_50_85700:38
openstackrecheckConsole logs not available after 13:24s for gate-tempest-dsvm-neutron-full 211065,7,395f6cd00:38
mtreinisharmax: so it's properly making the network00:38
armaxmtreinish: so it is?00:38
armaxmtreinish: not sure where this leaves us then00:39
mtreinishit's making the network, I didn't really doubt that00:39
mtreinishit's more that you're assigning the right network to self.network00:39
mtreinishthat I was worried about00:39
armaxmtreinish: ok00:39
* armax looks something00:40
openstackgerritBoris Pavlovic proposed openstack-infra/devstack-gate: Revert "Add Rally to projects list"  https://review.openstack.org/22036600:41
armaxwhat other network might taht be?00:41
mtreinisharmax: http://logs.openstack.org/45/195345/6/check/gate-tempest-dsvm-neutron-full/7b5c1ab/logs/tempest.txt.gz#_2015-09-03_23_11_38_058 is your get_tenant_network() call00:41
*** mylu has joined #openstack-qa00:41
mtreinishwhich is before the create network call00:41
armaxso what I simply swap?00:42
openstackgerritArmando Migliaccio proposed openstack/tempest: Ensure test_list_show_tenant_networks is isolated  https://review.openstack.org/19534500:42
armaxlike this? ^^00:42
armaxwould that get the right network?00:43
mtreinisharmax: wait something isn't right00:43
mtreinisharmax: I think that might work00:43
*** amotoki has joined #openstack-qa00:43
armaxit does work, locally00:43
mtreinishfigured out why I was confused00:44
mtreinishthere are 3 NetworkTestJSONs in tempest: http://paste.openstack.org/show/444860/00:44
armaxoh boy00:45
mtreinishthat probably should be fixed :)00:45
*** jasonsb has quit IRC00:45
armaxmtreinish: prolly00:45
armax:)00:45
armaxbut logging full class names should make that irreleveant00:45
mtreinisharmax: when we're logging in a class from common or tempest lib we just log the class name00:46
armaxmtreinish: ok fair enough00:47
mtreinisharmax: it uses: http://git.openstack.org/cgit/openstack/tempest-lib/tree/tempest_lib/common/utils/misc.py#n3500:47
mtreinishto get the name00:47
armaxmtreinish: good to know00:47
armaxmtreinish: thanks for the pointer00:47
*** mylu has quit IRC00:47
armaxthat method  mind boggling…00:48
armaxis00:48
*** mylu has joined #openstack-qa00:48
mtreinisharmax: heh, at least it's not recursive which is likely how I would have tried to write it :)00:49
*** mlavalle has quit IRC00:49
armaxso let me ask you this00:50
*** hoangcx has joined #openstack-qa00:50
armaxmtreinish: is setup_credentials called before resource_setup?00:50
mtreinishyes00:50
armaxthen we should be ok if we did this00:50
openstackgerritArmando Migliaccio proposed openstack/tempest: Ensure test_list_show_tenant_networks is isolated  https://review.openstack.org/19534500:50
armax^^00:50
mtreinishhttps://github.com/openstack/tempest/blob/master/tempest/test.py#L24800:50
armaxhttps://review.openstack.org/#/c/195345/8..9/tempest/api/compute/test_tenant_networks.py00:50
*** mylu has quit IRC00:51
armaxworks on my box!00:51
armax:)00:51
mtreinishit goes skip_checks() -> setup_credentials() -> setup_clients() -> resource_setup()00:51
openstackrecheckConsole logs not available after 13:22s for gate-tempest-pep8 219537,1,83caf3200:51
armaxI am gonna have to get that tattoed on my check00:51
armaxchest00:51
armaxno, my arm, better00:51
mtreinisharmax: heh, that's what I was trying to suggest in my original review :)00:51
armaxbut you suggested to move the call to super setup_credentails00:52
armaxin the resource_setup method00:52
armaxthat’s nasty00:52
armaxand it didn’t work00:52
mtreinisharmax: heh, I'll buy you a kobe steak in tokyo if you got that tatoo00:52
armaxunless I got you wrong00:52
armaxmtreinish: :)00:52
mtreinisharmax: oh, sorry I was unclear, I meant put that in a separate resource_setup() method00:52
armaxmtreinish: ok got it00:52
mtreinishI completely missed it was already there00:52
armaxthe resource_setup is already there00:52
mtreinishwhich is why I put the whole thing00:52
armaxhave a look at the latest patchset00:53
mtreinishyeah that looks right00:53
armaxphew00:53
armaxand yes, I am probably gonna do that tatoos that fade away after a while...00:53
armax;)00:53
armaxwould that still count to get that steak?00:53
mtreinisharmax: sure00:54
armaxok!00:54
* armax goes and buys henna ink00:54
*** BharatK has joined #openstack-qa00:55
mtreinisharmax: fwiw, I'm gonna try to write some dev docs on how all this stuff works00:56
mtreinishbecause it's actually supposed to be much simpler now that we unified it all00:56
armaxI am sure you have docstrings, I simply missed those and was too lazy to dig around00:56
mtreinishbefore it was ad-hoc and different between each test class00:56
mtreinisharmax: yeah there probably are, but that doesn't mean we api autodoc them00:57
mtreinishit would have been helpful if I could have just pointed you to a link that explained how all of the bits worked00:57
armaxmtreinish: that would definitely save your time for sure00:57
armaxmtreinish: rather than say lgtm…you say rtfm00:58
armaxand everyone is happy00:58
mtreinishI'll put it on the list for the code sprint in a couple weeks00:58
mtreinishjust in case I can't get to it beforehand00:58
armaxcool00:59
armaxand thanks a lot00:59
armaxi’ll do it right next time00:59
*** mtanino has quit IRC01:02
*** armax has quit IRC01:04
*** tpeoples has joined #openstack-qa01:04
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-full-ceph 214935,2,a911a7d01:04
*** armax has joined #openstack-qa01:05
*** rossella_s has quit IRC01:05
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Make update_server use **kwargs  https://review.openstack.org/21745901:06
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Make create_server use **kwargs  https://review.openstack.org/21746801:06
*** rossella_s has joined #openstack-qa01:06
mtreinishoomichi: so as a follow up to the list versions test we probably want a test that does a GET on /v2 too01:07
mtreinishoomichi: I started with: https://review.openstack.org/22021801:07
mtreinishbut I think it might need auth01:07
mtreinishalso I have no idea how you generate the jsonschema01:07
mtreinishwant to tag team again? :)01:07
oomichimtreinish: oops, you genarate a work for me instead of jsonschema ;)01:10
oomichimtreinish: ok, I am checking :)01:10
mtreinishoomichi: thanks, I appreciate it01:11
oomichimtreinish: there is a trade: https://review.openstack.org/#/c/218705/01:13
openstackgerritMatthew Treinish proposed openstack/tempest: De-duplicate test class names  https://review.openstack.org/22036901:16
mtreinishgmann, masayukig: ^^^ if you want an easy +201:17
mtreinishassuming I spelled everything correctly01:17
openstackrecheckConsole logs not available after 13:24s for gate-grenade-dsvm 206063,7,670f5e601:18
armaxwhere can we beg for another +2 on  https://review.openstack.org/#/c/195345/?01:20
armax:)01:20
armaxthe gate would be grateful01:20
gmannmtreinish: need to change name on super call etc01:21
*** pvaneck has quit IRC01:22
*** Sukhdev_ has quit IRC01:22
*** yamamoto has joined #openstack-qa01:23
mtreinishgmann: heh, I said an easy *+2*01:23
mtreinishno one said -1 :)01:23
gmannmtreinish: :)01:24
gmannon next patch :)01:25
openstackgerritMatthew Treinish proposed openstack/tempest: De-duplicate test class names  https://review.openstack.org/22036901:27
mtreinishgmann: ^^^ think I fixed it this time01:27
*** armax has quit IRC01:27
gmannmtreinish: done.01:29
mtreinishgmann: thanks01:29
mtreinishoomichi: oh, v2 vs v2.0 that's kinda confusing01:29
oomichimtreinish: yeah, and I found another bug of nova.01:30
gmannmtreinish: your comment on https://review.openstack.org/#/c/219589/1/tempest/cmd/init.py01:30
gmannmtreinish: are you ok with deleting dir or i should change shutil.copytree to  distutils.dir_util.copy_tree01:31
openstackrecheckConsole logs not available after 13:22s for gate-grenade-dsvm 197331,13,60f5a6001:31
mtreinishgmann: well I was thinking why do we even need to recopy anything? like if it exists why not catch and move01:31
mtreinishor exit01:32
mtreinishand say error working dir already exists01:32
mtreinishlike I don't think there is a safe path if things already exist01:32
gmannmtreinish: but if user has changed their config files etc  in their defined config dir and want to init again01:32
mtreinishbecause if you've already got local customizations01:33
mtreinishgmann: well if they're doing in from /etc/tempest I would expect them to create a new working dir01:33
mtreinishbecause I think that's secondary to making changes in working_dir/etc/tempest.conf01:33
*** yamamoto has quit IRC01:34
mtreinishbut, that's just my opinion on it01:34
mtreinishgmann: because there is also other saved state like log files, testrepository, etc in a working dir01:35
gmannmtreinish: humm, I was thinking if they add new account files etc which they missed in their defined config dir(other than /etc/tempest)01:35
mtreinishgmann: I'm not sure I follow, the accounts files would definitely be a local working dir thing because it would have to be created per cloud01:36
mtreinishthe /etc/tempest stuff is only for things you want applied to all tempest envs on the system01:36
*** yamahata has quit IRC01:37
mtreinishgmann: but I think I'm missing what the use case you had in mind was01:38
gmannmtreinish: i means if they have their defined config dir instead of using /etc/tempest and they want to init all their working dir again as they are changing common config things01:38
gmannsay previously they went for tenant isolation and later they want cred from accoutn file which is newly added by them in their defined config dir01:39
mtreinishgmann: oh, ok. Yeah, I'm not sure that's something we want to do. I think saying when you run 'tempest init' it's a snapshot of the /etc/tempest state and if you change /etc/tempest in the future you'll have to make a new working dir to get those changes01:39
oomichimtreinish: I reported a bug about it: https://bugs.launchpad.net/nova/+bug/149208501:39
openstackLaunchpad bug 1492085 in OpenStack Compute (nova) "Cannot get API version detail of v2.1" [Undecided,New]01:39
mtreinishor manually make them to existing working dirs01:39
mtreinishoomichi: oh, yeah that doesn't look right01:41
gmannmtreinish: ohhk, then thats should be fine and we can mention that in our doc also.01:41
mtreinishgmann: because how do you handle updating a config file from /etc/tempest if it has local changes?01:41
mtreinishgmann: that's my real concern we don't have a way to merge the 2 config files if there's a conflict01:42
mtreinishit'll just be /etc/tempest overwriting things01:42
*** ranger81 has quit IRC01:42
gmannmtreinish: ahh, that nice point, i did not think that.01:42
mtreinishthat's why I was thinking detect if we're trying to do an init on an existing working dir and fail early with a good error message01:43
gmannmtreinish: yea, agree01:43
gmannmtreinish: because i just ran init again and got that error. I agree with you now, and later we will update doc to clarify this if anyone try to do so01:44
gmannmtreinish: Thanks :)01:44
openstackrecheckConsole logs not available after 13:23s for gate-grenade-dsvm-ceilometer 219552,1,1c4019501:45
*** jasonsb has joined #openstack-qa01:45
mtreinishgmann: sure, np01:45
mtreinishwell I'm gonna call it a night, ttyl01:45
gmannmtreinish: yea, GN01:46
gmannoomichi: ahh nice catch, we did not catch that on nova test as we use no auth there :)01:47
oomichigmann: yeah, mtreinish's try is good for improving the quality. I much prefer this kind of work :)01:49
gmannoomichi: mtreinish +101:49
*** ranger81 has joined #openstack-qa01:52
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-full 218932,2,3a3c77e01:58
*** dims has quit IRC02:01
openstackrecheckConsole logs not available after 13:24s for gate-tempest-docs 216386,1,9b16ce402:11
*** armax has joined #openstack-qa02:11
*** yamahata has joined #openstack-qa02:14
*** dims has joined #openstack-qa02:20
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-full-ceph 169604,42,8e8020702:25
*** ranger81 has quit IRC02:27
*** ranger81 has joined #openstack-qa02:28
*** ranger81 has quit IRC02:32
*** zz_dimtruck is now known as dimtruck02:33
openstackrecheckConsole logs not available after 13:23s for gate-grenade-dsvm 219555,1,3f0409102:38
*** yamamoto has joined #openstack-qa02:38
*** dims has quit IRC02:49
*** armax has quit IRC02:51
openstackrecheckConsole logs not available after 13:25s for gate-tempest-dsvm-neutron-dvr 219518,2,def864d02:52
*** ranger81 has joined #openstack-qa02:54
*** BharatK has quit IRC03:00
masayukigmtreinish: done03:00
openstackrecheckConsole logs not available after 13:23s for gate-nova-python27 212908,18,3bb70c203:05
*** openstackgerrit_ has joined #openstack-qa03:11
*** yamahata has quit IRC03:16
*** yamahata has joined #openstack-qa03:16
*** dims_ has joined #openstack-qa03:17
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-full 219299,1,87124c703:18
*** woodster_ has quit IRC03:19
*** tochi has quit IRC03:26
*** dtroyer has quit IRC03:27
*** comstud has quit IRC03:28
*** adam_g has quit IRC03:28
*** jroll has quit IRC03:28
*** dimtruck has quit IRC03:28
*** eglute has quit IRC03:28
*** hockeynut has quit IRC03:28
*** flwang1 has quit IRC03:28
*** lbragstad has quit IRC03:28
*** Nakato has quit IRC03:28
*** Nakato has joined #openstack-qa03:30
openstackrecheckConsole logs not available after 13:23s for gate-cinder-pep8 218741,3,13beaad03:32
*** adam_g has joined #openstack-qa03:32
*** dtroyer has joined #openstack-qa03:32
*** adam_g has quit IRC03:32
*** adam_g has joined #openstack-qa03:32
*** eglute has joined #openstack-qa03:33
*** hockeynut has joined #openstack-qa03:33
*** dimtruck has joined #openstack-qa03:33
*** lbragstad has joined #openstack-qa03:33
*** mriedem has quit IRC03:33
*** comstud has joined #openstack-qa03:34
*** jroll has joined #openstack-qa03:34
*** flwang1 has joined #openstack-qa03:34
*** ranger81 has quit IRC03:34
*** ranger81 has joined #openstack-qa03:39
openstackgerritAnusha Ramineni proposed openstack/tempest: Full response for missed IdentityV2Client methods  https://review.openstack.org/21610903:42
*** armax has joined #openstack-qa03:44
openstackrecheckConsole logs not available after 13:22s for gate-grenade-dsvm 218676,2,038179f03:45
*** tochi has joined #openstack-qa03:49
*** dimtruck is now known as zz_dimtruck03:53
openstackgerritKen'ichi Ohmichi proposed openstack/tempest-lib: Add HTTP30X checks for validate_response()  https://review.openstack.org/22038803:58
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-full-ceph 201019,6,652c7f203:59
openstackgerritKen'ichi Ohmichi proposed openstack/tempest-lib: Add HTTP30X checks for validate_response()  https://review.openstack.org/22038804:03
*** ranger81 has quit IRC04:05
*** dims_ has quit IRC04:09
*** ranger81 has joined #openstack-qa04:10
*** dims has joined #openstack-qa04:10
openstackrecheckConsole logs not available after 13:22s for gate-rally-dsvm-fakevirt-ceilometer 219149,6,e05691804:12
*** openstackgerrit_ has quit IRC04:14
*** dims has quit IRC04:17
openstackgerritOpenStack Proposal Bot proposed openstack/tempest: Updated from global requirements  https://review.openstack.org/21722204:20
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Add tests for getting nova api version details  https://review.openstack.org/22021804:22
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Cleanup API version schema  https://review.openstack.org/22039104:22
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Add "get API version info" test for v2.1  https://review.openstack.org/22039204:22
*** Poornima has joined #openstack-qa04:23
*** sslypushenko has quit IRC04:25
*** sslypushenko has joined #openstack-qa04:25
openstackrecheckConsole logs not available after 13:22s for gate-grenade-dsvm-neutron 204247,4,9c6665e04:25
openstackgerritKen'ichi Ohmichi proposed openstack/tempest-lib: Add HTTP30X checks for validate_response()  https://review.openstack.org/22038804:28
openstackrecheckConsole logs not available after 13:28s for gate-grenade-dsvm-neutron 204956,11,bf57f6e04:39
*** pvaneck has joined #openstack-qa04:40
openstackgerritKen'ichi Ohmichi proposed openstack/tempest-lib: Add HTTP30X checks for validate_response()  https://review.openstack.org/22038804:41
openstackrecheckConsole logs not available after 13:24s for gate-tempest-dsvm-neutron-full 204247,4,ecc474504:52
*** hoangcx has quit IRC04:55
*** SridharG has joined #openstack-qa04:57
openstackrecheckConsole logs not available after 13:33s for gate-horizon-python27 193079,12,9ed10bd05:06
*** jasonsb has quit IRC05:10
*** jasonsb has joined #openstack-qa05:10
*** shausy has joined #openstack-qa05:17
*** bkopilov has quit IRC05:19
openstackrecheckConsole logs not available after 13:47s for gate-grenade-dsvm-neutron 204951,10,b869c2205:20
*** oomichi has quit IRC05:21
*** bkopilov has joined #openstack-qa05:30
openstackrecheckConsole logs not available after 13:22s for gate-nova-pep8 212908,19,c3f190505:33
*** jamielennox is now known as jamielennox|away05:35
*** hoangcx has joined #openstack-qa05:38
*** shausy has quit IRC05:39
*** BharatK has joined #openstack-qa05:40
*** shausy has joined #openstack-qa05:40
*** ranger81 has quit IRC05:46
openstackrecheckConsole logs not available after 13:22s for gate-grenade-dsvm-neutron 219589,1,19a58e305:46
*** ranger81 has joined #openstack-qa05:48
*** e0ne has joined #openstack-qa05:49
*** neeti has joined #openstack-qa05:54
*** e0ne has quit IRC05:54
*** ajmiller has joined #openstack-qa05:55
*** ajmiller has quit IRC05:55
*** jamielennox|away is now known as jamielennox05:58
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-full 219590,2,673d30b06:00
openstackgerritKen'ichi Ohmichi proposed openstack/tempest-lib: Add HTTP30X checks for validate_response()  https://review.openstack.org/22038806:00
*** shausy has quit IRC06:00
*** k4n0 has joined #openstack-qa06:06
openstackrecheckConsole logs not available after 13:21s for gate-grenade-dsvm 215865,4,070d4f006:13
mkoderergmann: ping06:17
*** mpaolino has joined #openstack-qa06:18
gmannmkoderer: hi06:18
mkoderergmann: hi06:18
mkoderergmann: one thing I had a look to the client unit tests06:18
mkodererIMHO we have too much code duplication there06:19
openstackgerritTakeaki Matsumoto proposed openstack/tempest: Add compute personality feature config  https://review.openstack.org/22040606:19
mkoderergmann: I tried to dedup it with https://review.openstack.org/#/c/220152/06:19
mkodererif you think my patch makes sense I would dedup all the exiting ones and -1 the patches that are in review06:19
gmannmkoderer: yea, there is lot dup code , i think your idea is nice. I will check that in detail06:24
gmannmkoderer: Thanks. +2 for your plan for existing one you can -1 and we can merge your one soon.06:24
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-full 209144,4,4d8cd8e06:27
*** SridharG has quit IRC06:27
*** shausy has joined #openstack-qa06:32
openstackgerritTakeaki Matsumoto proposed openstack/tempest: Add compute personality feature config  https://review.openstack.org/22040606:33
mkoderergmann: ok cool, I will start to port all the existing ones..06:33
gmannmkoderer: Thanks06:34
*** pvaneck has quit IRC06:39
mkoderergmann: if you have a sec for https://review.openstack.org/#/c/218676/06:39
*** tpeoples has quit IRC06:39
openstackrecheckConsole logs not available after 13:22s for gate-grenade-dsvm-neutron 219557,2,a634dde06:40
gmannmkoderer: +A. that was nice catch06:45
*** SridharG has joined #openstack-qa06:47
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-neutron-full 209601,8,74015b006:53
*** safchain has joined #openstack-qa06:58
*** ranger81 has quit IRC07:00
*** neeti has quit IRC07:03
*** ranger81 has joined #openstack-qa07:03
*** jlanoux has joined #openstack-qa07:06
openstackrecheckConsole logs not available after 13:24s for gate-grenade-dsvm-neutron 219518,2,0cc4b8307:07
*** Poornima has quit IRC07:07
*** jamielennox is now known as jamielennox|away07:08
*** svilgelm has joined #openstack-qa07:09
*** grafuls has joined #openstack-qa07:10
*** neeti has joined #openstack-qa07:12
*** neeti has quit IRC07:19
*** Poornima has joined #openstack-qa07:20
*** neeti has joined #openstack-qa07:20
openstackrecheckConsole logs not available after 13:27s for gate-grenade-dsvm-neutron 217222,9,b347b3c07:20
*** shardy has joined #openstack-qa07:26
*** oomichi has joined #openstack-qa07:26
*** oomichi has quit IRC07:26
*** anshul has joined #openstack-qa07:32
*** jamielennox|away is now known as jamielennox07:32
openstackrecheckConsole logs not available after 13:23s for gate-grenade-dsvm-neutron 204247,4,282df1607:34
*** anshul has quit IRC07:34
*** anshul has joined #openstack-qa07:34
*** apevec has joined #openstack-qa07:37
*** armax has quit IRC07:44
openstackrecheckConsole logs not available after 13:25s for gate-grenade-dsvm-neutron 219349,3,471449307:47
*** hoangcx has quit IRC07:47
*** shardy_ has joined #openstack-qa07:53
*** hichihara has quit IRC07:53
*** luqas has quit IRC07:53
*** afazekas__ has joined #openstack-qa07:53
*** shardy has quit IRC07:53
*** e0ne has joined #openstack-qa07:55
*** shardy_ has quit IRC07:58
*** dtantsur|afk is now known as dtantsur07:58
*** shardy has joined #openstack-qa07:59
openstackgerritMerged openstack-dev/devstack: Invoke Heat via console script generated binaries  https://review.openstack.org/19233707:59
*** ranger81 has quit IRC08:00
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-neutron-full 218144,4,5dbdd5c08:00
*** ranger81 has joined #openstack-qa08:02
openstackgerritMerged openstack-dev/devstack: Fix upload_image error in stackrc  https://review.openstack.org/22020308:03
*** neeti has quit IRC08:03
openstackgerritMerged openstack/tempest: Cleanup tempest docs a bit  https://review.openstack.org/21638608:03
gmannmkoderer: hi08:05
mkoderergmann: yep08:05
gmannmkoderer: on https://review.openstack.org/#/c/220152/108:05
*** neeti has joined #openstack-qa08:05
gmannmkoderer: can we take arg for function also in base function so that only check_service_client_function can be used everywhere08:06
gmannmkoderer: in this too - https://review.openstack.org/#/c/220152/1/tempest/tests/services/compute/test_services_client.py08:06
gmannother than list tests also08:06
mkoderergmann: yep, I was thinking about this since it's widely used08:07
mkodererand I renamed BaseComputeServiceTest to BaseComputeServiceTest ;)08:07
mkoderergmann: I will add the parameters and push a new patch08:08
gmannmkoderer: ok, cool. Thanks08:08
openstackgerritIevgeniia Zadorozhna proposed openstack/tempest: Added test_list_tenants non-admin test for v2, v3 api/identity  https://review.openstack.org/19270908:11
openstackgerritIevgeniia Zadorozhna proposed openstack/tempest: Added Identity API tests for user ec2 credentials  https://review.openstack.org/19458408:12
openstackgerritIevgeniia Zadorozhna proposed openstack/tempest: Added test_user_update_own_password tests for Identity v2, v3  https://review.openstack.org/19760008:12
openstackrecheckConsole logs not available after 13:22s for gate-swift-python27 219617,2,b1cca0008:14
*** sayali has joined #openstack-qa08:16
*** jhyang_ has joined #openstack-qa08:17
*** lexholden has joined #openstack-qa08:27
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full 219590,3,3ec925f08:27
*** boris-42 has quit IRC08:30
*** cdent has joined #openstack-qa08:31
openstackgerritMerged openstack-dev/devstack: Use sudo iniset to modify /etc files  https://review.openstack.org/20424708:38
openstackrecheckConsole logs not available after 13:22s for gate-nova-pep8 217679,4,d0cb7ea08:41
openstackgerritKen'ichi Ohmichi proposed openstack/tempest-lib: Add HTTP30X checks for validate_response()  https://review.openstack.org/22038808:47
*** luqas has joined #openstack-qa08:51
openstackrecheckConsole logs not available after 13:22s for gate-cinder-python27 218750,7,d5605a008:54
*** luqas has quit IRC08:55
*** luqas has joined #openstack-qa08:58
*** vgridnev has joined #openstack-qa09:00
*** coolsvap_ has joined #openstack-qa09:01
*** luqas has quit IRC09:02
*** Poornima has quit IRC09:03
openstackrecheckConsole logs not available after 13:23s for gate-nova-python26 219615,2,5f17ba709:07
*** Poornima has joined #openstack-qa09:08
*** yamahata has quit IRC09:09
*** ranger81 has quit IRC09:10
openstackgerritMerged openstack/tempest: Add mac info to test_list_virtual_interfaces  https://review.openstack.org/21870509:11
openstackgerritMerged openstack/tempest: Switch remaining json import to oslo_serialization  https://review.openstack.org/21951809:11
openstackgerritMerged openstack/tempest: Fix response of database Limits & Versions client  https://review.openstack.org/21812409:12
*** ranger81 has joined #openstack-qa09:13
*** oomichi has joined #openstack-qa09:16
*** amotoki has quit IRC09:17
*** neeti has quit IRC09:17
*** ranger81_ has joined #openstack-qa09:18
*** ranger81 has quit IRC09:18
*** neeti has joined #openstack-qa09:18
openstackrecheckConsole logs not available after 13:29s for gate-grenade-dsvm 151623,34,9d4386c09:21
*** tosky has joined #openstack-qa09:24
openstackgerritMerged openstack/tempest: De-duplicate test class names  https://review.openstack.org/22036909:31
openstackgerritMerged openstack-infra/devstack-gate: Revert "Add Rally to projects list"  https://review.openstack.org/22036609:32
openstackrecheckConsole logs not available after 13:28s for gate-grenade-dsvm-neutron 219589,1,426a42709:34
openstackgerritMerged openstack/tempest: Return correct domains in cleanup service  https://review.openstack.org/21867609:45
openstackgerritAnusha Ramineni proposed openstack/tempest: Add unit tests for security_group_rules_client  https://review.openstack.org/21998809:46
*** dtantsur is now known as dtantsur|brb09:47
openstackrecheckConsole logs not available after 13:30s for gate-rally-dsvm-fakevirt-ceilometer 219149,7,127838909:48
*** neeti has quit IRC09:49
*** sayali has quit IRC09:53
*** sayali has joined #openstack-qa09:54
*** neeti has joined #openstack-qa09:54
*** otherwiseguy has quit IRC09:58
*** coolsvap_ has quit IRC09:58
*** otherwiseguy has joined #openstack-qa09:59
*** oomichi has quit IRC10:00
openstackrecheckConsole logs not available after 13:32s for gate-cinder-python27 202954,5,e85f12410:01
*** yfried_ has quit IRC10:02
*** neeti has quit IRC10:02
*** neeti has joined #openstack-qa10:03
*** Poornima has quit IRC10:06
*** ranger81_ has quit IRC10:11
openstackgerritMarc Koderer proposed openstack/tempest: Deduplicate client unit tests  https://review.openstack.org/22015210:12
*** neeti_ has joined #openstack-qa10:15
*** ranger81 has joined #openstack-qa10:15
openstackrecheckConsole logs not available after 14:10s for gate-grenade-dsvm-neutron 216109,12,791c29610:16
*** neeti has quit IRC10:16
*** Poornima has joined #openstack-qa10:19
*** sayali has quit IRC10:20
*** sayali has joined #openstack-qa10:23
*** apevec has quit IRC10:25
openstackrecheckConsole logs not available after 13:22s for gate-grenade-dsvm 219557,2,76ecd9410:29
*** kiran-r has joined #openstack-qa10:35
*** neeti_ has quit IRC10:35
openstackrecheckConsole logs not available after 13:23s for gate-grenade-dsvm-neutron 219628,1,9c1e9cd10:42
*** jhenner has joined #openstack-qa10:43
*** neeti has joined #openstack-qa10:44
*** jlanoux has quit IRC10:48
*** neeti has quit IRC10:50
*** neeti has joined #openstack-qa10:51
openstackgerritMerged openstack/tempest: Added test_list_tenants non-admin test for v2, v3 api/identity  https://review.openstack.org/19270910:53
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full 218631,2,d6c771510:56
*** jffische has quit IRC11:01
*** SridharG has quit IRC11:02
openstackrecheckConsole logs not available after 13:22s for gate-grenade-dsvm-neutron 218124,2,7a1304311:09
*** kiran-r has quit IRC11:09
openstackgerritChristian Schwede proposed openstack-dev/devstack: Add trailing /v2.0 for OS_AUTH_URL within swift_configure_tempurls in lib/swift  https://review.openstack.org/22045811:10
*** ranger81 has quit IRC11:11
*** ranger81 has joined #openstack-qa11:13
*** kiran-r has joined #openstack-qa11:18
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-neutron-full 219349,3,1c2fd7c11:22
*** yamamoto has quit IRC11:22
*** dtantsur|brb is now known as dtantsur11:25
*** sayali has quit IRC11:27
*** sayali has joined #openstack-qa11:29
*** sayali has quit IRC11:31
*** malini has joined #openstack-qa11:31
*** shausy has quit IRC11:35
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-full 209144,5,a0ad6fb11:36
*** _kiran_ has joined #openstack-qa11:40
*** kiran-r has quit IRC11:43
openstackgerritSean Dague proposed openstack-infra/elastic-recheck: track xfs duplicate uuid issue  https://review.openstack.org/22047011:47
openstackgerritSean Dague proposed openstack-dev/grenade: mount xfs with nouuid  https://review.openstack.org/22047211:49
openstackrecheckConsole logs not available after 13:23s for gate-grenade-dsvm-neutron 209601,8,386192a11:49
*** _kiran_ has quit IRC11:49
openstackgerritRussell Bryant proposed openstack-dev/devstack: Separate start/stop control of the Neutron L3 agent.  https://review.openstack.org/18971011:51
*** jlanoux has joined #openstack-qa11:52
*** svilgelm has quit IRC11:55
*** pradk has joined #openstack-qa11:55
*** jffische has joined #openstack-qa11:57
*** sshnaidm has joined #openstack-qa11:58
*** rfolco has joined #openstack-qa12:00
*** ranger81 has quit IRC12:00
openstackrecheckConsole logs not available after 13:22s for gate-grenade-dsvm-ironic-sideways 219637,1,017b95512:03
openstackgerritMerged openstack-infra/elastic-recheck: track xfs duplicate uuid issue  https://review.openstack.org/22047012:03
*** sayali has joined #openstack-qa12:04
*** ranger81 has joined #openstack-qa12:07
*** sshnaidm has quit IRC12:08
*** jhyang_ has quit IRC12:13
openstackrecheckConsole logs not available after 13:24s for gate-tempest-dsvm-neutron-full 219632,1,2a468b112:16
openstackgerritMarc Koderer proposed openstack/tempest: Deduplicate client unit tests  https://review.openstack.org/22015212:17
*** ranger81 has quit IRC12:18
*** neeti has quit IRC12:20
*** malini has quit IRC12:21
*** k4n0 has quit IRC12:23
*** aysyd has joined #openstack-qa12:24
*** dzamboni has joined #openstack-qa12:26
openstackgerritSean Dague proposed openstack-infra/elastic-recheck: add large-ops regression  https://review.openstack.org/22047812:27
openstackrecheckConsole logs not available after 13:29s for gate-grenade-dsvm-neutron 219392,1,c451ecc12:30
*** edmondsw has joined #openstack-qa12:33
openstackgerritMerged openstack-infra/elastic-recheck: add large-ops regression  https://review.openstack.org/22047812:35
*** shardy_ has joined #openstack-qa12:35
*** shardy has quit IRC12:37
*** shardy_ has quit IRC12:41
*** shardy has joined #openstack-qa12:41
*** dims has joined #openstack-qa12:42
openstackrecheckConsole logs not available after 13:23s for gate-grenade-dsvm-neutron 214952,3,da03e2f12:43
*** dave-mccowan has joined #openstack-qa12:52
dave-mccowanhello tempest experts.  i have a question.12:54
dave-mccowani have a tox job failing with: "python: can't open file 'subunit-trace': [Errno 2] No such file or directory"12:54
dave-mccowanwhat package might i be missing in test-requirements.txt?  or, could there be another cause?12:55
*** tochi has quit IRC12:55
mtreinishdave-mccowan: it's packaged in os-testr, which some projects, tempest included, pull in from tempest-lib12:55
dave-mccowanmtreinish i have: tempest-lib==0.7.0 installed12:56
mtreinishdave-mccowan: but do you have os-testr installed?12:56
dave-mccowanmtreinish and python-subunit==1.1.012:56
openstackrecheckConsole logs not available after 13:28s for gate-grenade-dsvm-neutron 212501,3,876012d12:56
dave-mccowanos-testr==0.3.012:57
*** dustins has joined #openstack-qa12:57
mtreinishdave-mccowan: well that includes subunit-trace12:58
mtreinishdave-mccowan: I'd have to see the full traceback in a pastebin12:59
dave-mccowanmtreinish this is on a gate job that was working (for a long time), then stopped working back in july12:59
*** yamamoto has joined #openstack-qa13:00
mtreinishdave-mccowan: do you have a link to the failure then?13:00
*** yamamoto_ has joined #openstack-qa13:00
*** pradk has quit IRC13:00
dave-mccowanmtreinish here's a link: https://review.openstack.org/#/c/205059/13:00
dave-mccowanit's the gate-barbican-devstack-dsvm gate13:02
mtreinishdave-mccowan: that error is caused by your change in https://review.openstack.org/#/c/205059/11/functionaltests/run_tests.sh13:02
mtreinishL5113:02
mtreinishsubunit-trace is a console script entrypoint (basically a binary)13:02
mtreinishyou don't need to call python on it13:02
mtreinishdrop the python being added there ans subunit-trace will work13:03
*** mriedem has joined #openstack-qa13:03
*** yamamoto has quit IRC13:04
dave-mccowanmtreinish that was my one of my guesses to get it to work.  i'll take it back out and let you know if it's still broken. thanks.13:04
*** coolsvap_ has joined #openstack-qa13:08
openstackrecheckConsole logs not available after 13:22s for gate-grenade-dsvm-ironic-sideways 219637,1,159b9fd13:10
*** shardy_ has joined #openstack-qa13:11
*** dkranz has joined #openstack-qa13:12
*** shardy has quit IRC13:13
*** svilgelm has joined #openstack-qa13:14
*** woodster_ has joined #openstack-qa13:14
*** shardy_ has quit IRC13:17
*** shardy has joined #openstack-qa13:18
*** ranger81 has joined #openstack-qa13:18
*** ajmiller has joined #openstack-qa13:19
*** jasonsb has quit IRC13:20
openstackrecheckConsole logs not available after 13:22s for gate-grenade-dsvm-neutron 219557,2,9eb478013:23
*** ranger81 has quit IRC13:23
*** mestery has joined #openstack-qa13:24
openstackgerritBrian Haley proposed openstack-dev/devstack: Fix typo in _move_neutron_addresses_route()  https://review.openstack.org/21985613:25
*** mestery has quit IRC13:26
*** mestery has joined #openstack-qa13:27
*** artom has joined #openstack-qa13:28
*** ajmiller has quit IRC13:28
*** ajmiller has joined #openstack-qa13:29
*** Poornima has quit IRC13:30
*** ajmiller has quit IRC13:32
*** ajmiller has joined #openstack-qa13:33
*** ajmiller has quit IRC13:33
*** cdent has quit IRC13:33
openstackrecheckConsole logs not available after 13:22s for gate-glance-python27 219649,1,ead62c313:37
jrollhi friends, can I get some help unblocking ironic's gate? :) https://review.openstack.org/#/c/220458/13:37
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck: Add query for large ops network dealloc timeout bug 1491949  https://review.openstack.org/22050813:38
openstackbug 1491949 in OpenStack Compute (nova) "gate-tempest-dsvm-large-ops fails to deallocate instance network due to rpc timeout" [High,Confirmed] https://launchpad.net/bugs/149194913:38
mriedemsdague: mtreinish: ^13:38
*** frayedknot has joined #openstack-qa13:40
*** edmondsw has quit IRC13:42
sdaguemriedem: want to just move the signature I've got over?13:42
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck: Add query for large ops network dealloc timeout bug 1491949  https://review.openstack.org/22050813:43
openstackbug 1491949 in OpenStack Compute (nova) "gate-tempest-dsvm-large-ops fails to deallocate instance network due to rpc timeout" [High,Confirmed] https://launchpad.net/bugs/149194913:43
mriedemi updated my change to add a query for the main bug and drop the duplicate13:44
*** ccarmack has joined #openstack-qa13:47
*** lucasagomes has joined #openstack-qa13:47
lucasagomeshi folks, the Ironic gate is broken and this https://review.openstack.org/#/c/220458/ fix it13:47
lucasagomescan we get some eyes on it please?13:47
*** jecarey has joined #openstack-qa13:48
openstackgerritVladyslav Drok proposed openstack/tempest: [WIP] Skip unnecessary tests when using Ironic virt driver  https://review.openstack.org/22022313:49
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-full-liberty 219663,1,6b57bf813:50
*** svilgelm has quit IRC13:51
*** alaski is now known as lascii13:55
*** dansmith is now known as superdan13:56
*** ctrath has joined #openstack-qa13:56
openstackgerritVladyslav Drok proposed openstack/tempest: [WIP] Skip unnecessary tests when using Ironic virt driver  https://review.openstack.org/22022313:57
openstackgerritAlexander Gubanov proposed openstack/tempest: Add new test for verifying metadata on config_drive  https://review.openstack.org/18979513:57
sdaguelucasagomes: what about in a keystone v3 env?13:59
openstackgerritMerged openstack-infra/elastic-recheck: Add query for large ops network dealloc timeout bug 1491949  https://review.openstack.org/22050814:00
openstackbug 1491949 in OpenStack Compute (nova) "gate-tempest-dsvm-large-ops fails to deallocate instance network due to rpc timeout" [High,Confirmed] https://launchpad.net/bugs/149194914:00
dave-mccowanmtreinish  i reverted that change, and it is still failing.  (./run_tests.sh: line 53: subunit-trace: command not found)  in the console log is the output of "env" and "pip freeze".  any ideas? https://review.openstack.org/#/c/205059/14:00
*** anshul has quit IRC14:00
openstackgerritAlexander Gubanov proposed openstack/tempest: Add optional argument "config_drive" for "create_server" method  https://review.openstack.org/18968714:00
openstackrecheckConsole logs not available after 13:21s for gate-grenade-dsvm-neutron 219276,2,8ffaa3614:03
lucasagomessdague, I didn't try. But yeah we totally should support it14:04
lucasagomesperhaps adding a FIXME/TODO on that change?14:04
openstackgerritAlexander Gubanov proposed openstack/tempest: Add optional argument "config_drive" for "create_server" method  https://review.openstack.org/18968714:04
lucasagomessdague, would that be enough? Cause we need to unblock our gate14:05
sdaguelucasagomes: can you find a keystone versioned url already defined somewhere?14:05
* lucasagomes looks14:05
sdaguebecause otherwise this is going to get lost14:05
*** malini has joined #openstack-qa14:06
lucasagomessdague, $KEYSTONE_AUTH_URI/v$IDENTITY_API_VERSION perhaps?14:06
sdaguethat's better14:06
lucasagomesok lemme update the patch14:07
openstackgerritMatthew Treinish proposed openstack/tempest: Only add roles for enabled services  https://review.openstack.org/21652214:09
openstackgerritMatthew Treinish proposed openstack/tempest: Fix test_port_list_filter_by_ip with test_accounts  https://review.openstack.org/21688714:09
openstackgerritMatthew Treinish proposed openstack/tempest: Deprecate credential config options  https://review.openstack.org/21160114:10
*** VanL has joined #openstack-qa14:10
openstackgerritMatthew Treinish proposed openstack/tempest: Deprecate credential config options  https://review.openstack.org/21160114:10
*** malini has quit IRC14:11
*** malini has joined #openstack-qa14:11
*** edmondsw has joined #openstack-qa14:13
*** aix has quit IRC14:15
openstackgerritMatt Riedemann proposed openstack-dev/devstack: Revert "turn multi host true for nova network by default"  https://review.openstack.org/22052514:15
openstackrecheckConsole logs not available after 13:22s for gate-grenade-dsvm-neutron 204643,12,373917e14:17
*** ajmiller has joined #openstack-qa14:19
*** ranger81 has joined #openstack-qa14:20
openstackgerritMatthew Treinish proposed openstack/tempest: Fix test_port_list_filter_by_ip with test_accounts  https://review.openstack.org/21688714:20
*** fedora is now known as weshay14:22
*** mtanino has joined #openstack-qa14:22
mtreinishdave-mccowan: I'm not sure, it doesnt look like subunit-trace is in the PATH14:23
mtreinishbut it's clearly installed14:23
*** aix has joined #openstack-qa14:23
dave-mccowanmtreinish yep.  any other ideas?14:24
*** ranger81 has quit IRC14:25
*** hichihara has joined #openstack-qa14:25
dave-mccowanmtreinish what directory would it be installed in?14:26
mtreinishdave-mccowan: it's installed via pip14:26
lucasagomessdague, so quick FYI, I've tested that patch locally here and it's not fixing the problem in Ironic (even with the hardcoded v2.014:26
mtreinishso it'll likely put the bin in /usr/local/bin (since this is an ubuntu system)14:26
lucasagomesso I will check what's needed14:26
mtreinishdave-mccowan: one thought is to switch the manual testr calling sections to use tox14:26
mtreinishso replace L45-L49 with tox -efull-serial14:27
mtreinishand replace L52-L55 with tox -efull14:27
dave-mccowanmtreinish another weird thing, is this exact script works in our /master branch, but fails in our stable/kilo branch.14:28
mtreinishthe only downside there is it'll make 2 venvs14:28
mtreinishdave-mccowan: hmm, it might be a cap or venv isolation issue14:28
mtreinishtempest requirements are only going to really work on an all in one setup with master of the other projects14:28
mtreinishbecause tempest is global requirements synced with master14:29
*** hichihara has quit IRC14:29
*** nic has joined #openstack-qa14:29
*** zz_dimtruck is now known as dimtruck14:29
mtreinishusing tox will fix that, because it'll provide the venv isolation you need14:29
openstackrecheckConsole logs not available after 13:23s for gate-horizon-pep8 215643,5,1e584fc14:30
dave-mccowanmtreinish there is not a stable/kilo tempest?14:30
mtreinishno14:31
mtreinishhttp://specs.openstack.org/openstack/qa-specs/specs/tempest/implemented/branchless-tempest.html14:31
mtreinishhttp://docs.openstack.org/developer/tempest/HACKING.html#branchless-tempest-considerations14:31
dave-mccowanmtreinish interesting.  how does using tox help?  (by the way, this job is running in a devstack gate.  would that make a difference?)14:33
openstackgerritChristian Schwede proposed openstack-dev/devstack: Add trailing /v2.0 for OS_AUTH_URL within swift_configure_tempurls in lib/swift  https://review.openstack.org/22045814:33
mtreinishdave-mccowan: tox will install tempest in a venv14:33
mtreinishwhich will isolate it and it's deps from the rest of the system14:34
mriedemmtreinish: turns out that tonyb also parses lspci output hex14:34
*** pglass has joined #openstack-qa14:34
mriedemmust be something that only people that live on islands can do14:34
mriedem:)14:34
openstackgerritLucas Alvares Gomes proposed openstack-dev/devstack: Revert "Convert identity defaults to keystone v3 api"  https://review.openstack.org/22053214:35
*** nic has quit IRC14:36
*** rbak has joined #openstack-qa14:36
mtreinishhaha14:36
sdaguemtreinish / superdan / dtroyer - https://review.openstack.org/#/c/220472/14:38
sdagueshould get rid of a race bug14:39
openstackgerritDavid Kranz proposed openstack/tempest: Only add roles for enabled services  https://review.openstack.org/21652214:39
* mtreinish checks his systems xfs mount options14:39
sdagueI was mostly amused that diskimagebuilder bug is where I found the fix14:40
mtreinishdkranz: d'oh14:40
dkranzmtreinish: :)14:40
openstackgerritMatthew Treinish proposed openstack/tempest: Deprecate credential config options  https://review.openstack.org/21160114:40
openstackgerritMatthew Treinish proposed openstack/tempest: Fix test_port_list_filter_by_ip with test_accounts  https://review.openstack.org/21688714:41
sdaguelucasagomes: I'm happy to fast revert that, however, can you get a mailing list thread going on for it. Because I don't understand why we keep having these v2 v3 issues14:41
*** coolsvap_ has quit IRC14:41
sdagueand I feel like we need to get more folks engaged there14:41
lucasagomessdague, yeah lemme put an email up for that then14:42
lucasagomesI didn't have much time yet to investigate further the real causes for that14:42
*** dave-mccowan has quit IRC14:43
*** yamahata has joined #openstack-qa14:43
*** yamahata has quit IRC14:43
openstackrecheckConsole logs not available after 13:24s for gate-tempest-dsvm-neutron-full 207913,5,513fd7514:44
sdaguelucasagomes: yep, that's fine, I just feel like the keystone folks thought this was all good, but it's not. So we should be verbose about that fact and figure out the path forward.14:44
lucasagomessdague, +1 agreed. Not their fault as well since the Ironic test in the devstack gate wasn't testing the swift module14:46
lucasagomesjroll, have put a patch for it https://review.openstack.org/#/c/220516/ (needs ot be updated tho)14:46
* lucasagomes start writing an email to the ML14:46
*** pglass has quit IRC14:48
*** yamahata has joined #openstack-qa14:48
*** pglass has joined #openstack-qa14:54
*** malini has quit IRC14:54
*** j_king has joined #openstack-qa14:56
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-full 218869,3,c7527cc14:57
openstackgerritMatt Riedemann proposed openstack/tempest: Remove skip on test_stamp_pattern  https://review.openstack.org/21835514:59
openstackgerritMatt Riedemann proposed openstack/tempest: test_stamp_pattern: cleanup class scope variable usage  https://review.openstack.org/21938214:59
mriedemmtreinish: cross your fingers ^14:59
*** dave-mccowan has joined #openstack-qa15:00
mtreinishmriedem: is that note for the workaround something you want to pass on to users?15:00
*** mlavalle has joined #openstack-qa15:00
mriedemlet's see if it actually works15:00
mtreinishheh, well I was assuming that15:00
mtreinishI have faith15:00
* lucasagomes email sent15:03
mriedemccarmack: interested in removing the stale queries here? http://status.openstack.org/elastic-recheck/index.html15:04
*** dwalleck has joined #openstack-qa15:04
*** nic has joined #openstack-qa15:06
*** mtanino has quit IRC15:07
jrolllucasagomes: so I'm thinking all three of those should be agent_ssh15:09
jrolltempest/devstack/devstack-gate15:09
lucasagomesjroll, I wouldn't be against it15:10
lucasagomesagent_ssh integrates with more OS projects so things will be better tested with it15:10
jrollyeah, that's my thought15:10
* jroll does it15:10
openstackrecheckConsole logs not available after 13:31s for gate-grenade-dsvm-neutron 189710,4,d09483815:11
jrolllucasagomes: updated15:12
openstackgerritMatt Riedemann proposed openstack/tempest: Remove skip on test_stamp_pattern  https://review.openstack.org/21835515:13
openstackgerritMatt Riedemann proposed openstack/tempest: test_stamp_pattern: cleanup class scope variable usage  https://review.openstack.org/21938215:13
lucasagomesjroll, cheers!15:14
lucasagomesjroll, oh btw, you may want to remove the depends-on15:15
jrolllucasagomes: oh heh, thanks15:15
lucasagomesjroll, I will edit the commit message15:16
*** lexholden has quit IRC15:16
jrolllucasagomes: already done :P15:16
lucasagomeshah ok15:17
jrolloh, we raced, you won15:17
lucasagomesI had pointed it to the revert patch before15:17
lucasagomesbut yeah it's fine15:17
*** mylu has joined #openstack-qa15:17
openstackgerritDavanum Srinivas (dims) proposed openstack-infra/devstack-gate: [WIP] Try to run against all oslo libraries from master  https://review.openstack.org/21787515:17
jrollyeah, it will handle it without it15:17
lucasagomesyup +1'd15:18
*** kbaikov has quit IRC15:18
*** ranger81 has joined #openstack-qa15:21
openstackrecheckConsole logs not available after 13:22s for gate-grenade-dsvm-neutron 209144,6,a1e502215:24
*** grafuls has quit IRC15:24
*** ranger81 has quit IRC15:25
*** armax has joined #openstack-qa15:25
*** tpeoples has joined #openstack-qa15:26
*** vgridnev has quit IRC15:29
*** afazekas__ has quit IRC15:30
*** malini has joined #openstack-qa15:36
openstackrecheckConsole logs not available after 13:22s for gate-glance-python27 197890,5,8f45ae815:37
*** mtanino has joined #openstack-qa15:44
*** dwalleck has quit IRC15:49
*** jasonsb has joined #openstack-qa15:49
*** e0ne has quit IRC15:50
*** Swami has joined #openstack-qa15:50
*** dwalleck has joined #openstack-qa15:50
*** BharatK has quit IRC15:51
openstackrecheckConsole logs not available after 13:24s for gate-grenade-dsvm-partial-ncpu 217679,5,6b1845a15:51
armaxmtreinish: you there?15:52
openstackgerritArmando Migliaccio proposed openstack/tempest: Ensure test_list_show_tenant_networks is isolated  https://review.openstack.org/19534515:53
armaxyou couldn’t resist could you? :)15:53
armaxmtreinish: ^^ can you re-look at this one? I had to pull down your name changes15:54
*** dtantsur is now known as dtantsur|afk15:55
*** dwalleck has quit IRC15:55
*** early has quit IRC15:55
*** early has joined #openstack-qa15:56
*** dave-mccowan has quit IRC15:56
*** frayedknot has quit IRC15:57
*** frayedknot has joined #openstack-qa15:58
openstackgerritMerged openstack-dev/devstack: Revert "turn multi host true for nova network by default"  https://review.openstack.org/22052515:59
*** frayedknot has quit IRC15:59
*** frayedknot has joined #openstack-qa16:00
*** safchain has quit IRC16:01
*** rbak has quit IRC16:02
*** rbak has joined #openstack-qa16:02
*** sabeen has joined #openstack-qa16:03
openstackrecheckConsole logs not available after 13:23s for gate-rally-dsvm-fakevirt-ceilometer 219149,7,42a0d6b16:04
*** rbak has quit IRC16:06
*** jlanoux has quit IRC16:08
*** dave-mccowan has joined #openstack-qa16:08
*** ccarmack has left #openstack-qa16:08
*** mylu has quit IRC16:10
*** mylu has joined #openstack-qa16:10
*** nic has quit IRC16:12
*** nic has joined #openstack-qa16:13
*** nic has quit IRC16:14
*** sabeen has quit IRC16:14
*** nic has joined #openstack-qa16:14
*** sabeen1 has joined #openstack-qa16:17
*** ranger81 has joined #openstack-qa16:17
openstackrecheckConsole logs not available after 13:25s for gate-grenade-dsvm-neutron 219684,1,2a7d32d16:18
*** mriedem is now known as mriedem_lunch16:21
*** artom has quit IRC16:23
*** vgridnev has joined #openstack-qa16:23
*** artom has joined #openstack-qa16:25
openstackrecheckConsole logs not available after 13:24s for gate-horizon-pep8 219620,4,9c8468416:31
*** sshnaidm has joined #openstack-qa16:31
*** kiran-r has joined #openstack-qa16:35
*** kiran-r has quit IRC16:35
*** afazekas has quit IRC16:38
*** edmondsw has quit IRC16:38
*** ajmiller has quit IRC16:39
*** davideagnello has quit IRC16:40
*** davideagnello has joined #openstack-qa16:41
*** ajmiller has joined #openstack-qa16:41
*** _afazekas has joined #openstack-qa16:41
*** bknudson has joined #openstack-qa16:44
lucasagomessdague, around? It seems that https://review.openstack.org/#/c/220458/ passed on gate (I'm retest it locally). So perhaps we can cancel that revert and go ahead with that fix?16:44
openstackrecheckConsole logs not available after 13:26s for gate-grenade-dsvm-neutron 219557,2,d87b1d216:44
lucasagomes(the revert is this one https://review.openstack.org/#/c/220532/ )16:46
lucasagomesor any other devstack core ^16:47
*** afazekas has joined #openstack-qa16:48
*** malini has quit IRC16:48
*** _afazekas has quit IRC16:50
lucasagomessdague, oh no no... sorry... gate passed there cause we are testing with pxe_ssh. The revert still the right thing to do16:52
* lucasagomes can't think straight anymore, almost beer time16:52
*** ranger81 has quit IRC16:54
vponomaryovlucasgomes: please, see comment to https://review.openstack.org/#/c/220532/16:55
vponomaryovsdague: can we update https://review.openstack.org/#/c/220532/ according to comment there and then merge it?16:55
lucasagomesvponomaryov, oh ack. Fixing16:55
openstackrecheckConsole logs not available after 13:36s for gate-tempest-dsvm-full-ceph 218407,2,acf84c116:58
*** rbak has joined #openstack-qa16:58
*** malini has joined #openstack-qa16:59
*** rbak has quit IRC16:59
*** rbak has joined #openstack-qa17:00
*** malini has quit IRC17:00
lucasagomesvponomaryov, only OS_PROJECT_NAME ?17:00
vponomaryov lucasagomes: yes, see https://review.openstack.org/#/c/220415/11/devstack/plugin.sh17:01
vponomaryovlucasagomes: all other are old17:01
lucasagomesvponomaryov, ok17:01
*** openstackgerrit_ has joined #openstack-qa17:02
*** yamahata has quit IRC17:03
*** dims has quit IRC17:03
*** edmondsw has joined #openstack-qa17:03
*** rossella_s has quit IRC17:06
*** rossella_s has joined #openstack-qa17:06
*** ranger81 has joined #openstack-qa17:07
*** ranger81 has quit IRC17:07
*** dwalleck has joined #openstack-qa17:07
*** ranger81 has joined #openstack-qa17:08
*** artom has quit IRC17:08
*** afazekas has quit IRC17:09
*** afazekas has joined #openstack-qa17:11
*** tosky has quit IRC17:11
*** shardy has quit IRC17:11
openstackrecheckConsole logs not available after 13:24s for gate-tempest-docs 216386,1,e48460517:11
*** dwalleck has quit IRC17:12
*** skylerberg has joined #openstack-qa17:14
*** tosky has joined #openstack-qa17:15
*** _afazekas has joined #openstack-qa17:18
*** skylerberg has left #openstack-qa17:18
*** mpaolino has quit IRC17:19
*** afazekas has quit IRC17:19
*** VanL has quit IRC17:20
*** dims has joined #openstack-qa17:21
*** dims_ has joined #openstack-qa17:21
*** dims_ is now known as dimsum__17:23
openstackrecheckConsole logs not available after 13:26s for gate-grenade-dsvm-neutron 219392,1,eab059917:25
*** dims has quit IRC17:25
vponomaryovlucasagomes: if you have some problems uploading it, I can do it17:27
lucasagomesvponomaryov, I'm running it locally with that change17:27
lucasagomesto see if it's going to fix stuff17:27
lucasagomescause it seems it screw things up17:27
lucasagomes2015-09-04 17:27:08.089 | + [[ True == \T\r\u\e ]]17:27
lucasagomes2015-09-04 17:27:08.089 | + swift_configure_tempurls17:27
lucasagomes2015-09-04 17:27:08.089 | + OS_USERNAME=swift17:27
lucasagomes2015-09-04 17:27:08.089 | + OS_TENANT_NAME=service17:27
lucasagomes2015-09-04 17:27:08.089 | + OS_PASSWORD=password17:27
lucasagomes2015-09-04 17:27:08.089 | + swift post -m 'Temp-URL-Key: password'17:27
vponomaryovlucasagomes: presense of additional env var?17:27
lucasagomes2015-09-04 17:27:08.491 | Unauthorized. Check username, password and tenant name/id.17:27
*** ccneill_ is now known as ccneill17:27
lucasagomesvponomaryov, yeah, that var is used in other places17:28
vponomaryovlucasagomes: I mean keep both - OS_TENANT_NAME and OS_PROJECT_NAME17:29
*** rbak has quit IRC17:29
lucasagomesvponomaryov, that's what I'm doing locally17:29
vponomaryovlucasagomes: they are equal and should not break anything17:29
lucasagomesvponomaryov, see tools/create_userrc.sh17:29
vponomaryovlucasagomes: still do not see problem points17:31
lucasagomesvponomaryov, right, so I kept both variables and re-run the tests with agent_ssh17:31
lucasagomesand that failed... perhaps we should stop that revert and work on a proper fix for ironic and v317:32
vponomaryovlucasagomes: Unauthorized appears if use different keystone API.17:32
vponomaryovlucasagomes:  you sure it is as expected17:32
vponomaryovlucasagomes: in your env?17:32
vponomaryovapi version17:32
*** jaypipes has quit IRC17:33
lucasagomesvponomaryov, when I ran only with the revert (without any changes) it passed17:33
lucasagomesso I'm investigating17:33
*** mriedem_lunch is now known as mriedem17:33
lucasagomesvponomaryov, if you have a spare machine you can try as well http://docs.openstack.org/developer/ironic/dev/dev-quickstart.html#deploying-ironic-with-devstack17:35
lucasagomesvponomaryov, talking to jroll about a) make the agent_ssh job non-voting for ironic until we fix it in devstack b) revert the manila bits too17:36
jrollI'd prefer the "also revert manilia v3 stuff"17:37
vponomaryovlucasagomes, jroll: I got it, time bomd ticks, went add new commit17:38
* lucasagomes is running the tests again with all the OS_PROJECT_* set along with the others17:38
*** dwalleck has joined #openstack-qa17:38
openstackrecheckConsole logs not available after 13:23s for gate-grenade-dsvm-neutron 212501,3,6378cef17:38
*** mylu has quit IRC17:39
*** mylu has joined #openstack-qa17:39
*** mylu has quit IRC17:40
*** mylu has joined #openstack-qa17:40
lucasagomesvponomaryov, yeah, urgh...17:40
lucasagomesjroll, vponomaryov ok let's come with a plan then (it's late here)17:40
lucasagomesvponomaryov, would you be ok reverting that manila fix?17:41
vponomaryovlucasagomes: it is late for me too :_:17:41
vponomaryov^_^17:41
lucasagomesyeah euro TZ :-/17:41
vponomaryovlucasagomes: I am going to upload one that compatible with both17:41
lucasagomesvponomaryov, including the vars?17:41
vponomaryovlucasagomes: yes17:41
lucasagomesthat's failing for us17:41
lucasagomes    # Set up password auth credentials now that Keystone is bootstrapped17:42
lucasagomes    export OS_AUTH_URL=$SERVICE_ENDPOINT17:42
lucasagomes    export OS_TENANT_NAME=admin17:42
lucasagomes    export OS_USERNAME=admin17:42
lucasagomes    export OS_PROJECT_NAME=admin17:42
lucasagomes    export OS_PROJECT_DOMAIN_ID=default17:42
lucasagomes    export OS_USER_DOMAIN_ID=default17:42
lucasagomes    export OS_PASSWORD=$ADMIN_PASSWORD17:42
lucasagomes    export OS_REGION_NAME=$REGION_NAME17:42
lucasagomesthat's what I've in my stack.sh17:42
lucasagomes2015-09-04 17:40:06.731 | + OS_USERNAME=swift17:42
lucasagomes2015-09-04 17:40:06.731 | + OS_TENANT_NAME=service17:42
lucasagomes2015-09-04 17:40:06.731 | + OS_PASSWORD=password17:42
lucasagomes2015-09-04 17:40:06.732 | + swift post -m 'Temp-URL-Key: password'17:42
lucasagomes2015-09-04 17:40:07.123 | Unauthorized. Check username, password and tenant name/id.17:42
lucasagomesthat's the error I get when I run17:42
*** dwalleck has quit IRC17:43
lucasagomesI think we should either make that job in Ironic non-voting or also revert the manila fix17:43
*** jhenner has quit IRC17:43
*** yamahata has joined #openstack-qa17:44
* lucasagomes re-runs with the vanilla revert to see if it works17:45
vponomaryov lucasagomes: I uploaded commit to manila - https://review.openstack.org/#/c/220601/, so, just need to merge it before yours one =)17:46
vponomaryov lucasagomes:so i could sleep as baby =)17:47
*** pvaneck has joined #openstack-qa17:47
lucasagomesvponomaryov, thanks! tests are running here with the vanilla revert just so I know I'm not crazy17:47
lucasagomesvponomaryov, can you push some strings there to get that manila one in ^ ?17:48
lucasagomesjust wait few minutes for the result of the tests17:48
openstackrecheckConsole logs not available after 13:27s for gate-grenade-dsvm-neutron 209957,3,301a17317:52
*** nic has quit IRC17:52
vponomaryovlucasagomes: what do you mean?17:54
lucasagomesvponomaryov, ok just the revert works17:55
lucasagomesThis is your host IP address: 192.168.122.8817:55
lucasagomesThis is your host IPv6 address: ::117:55
lucasagomesKeystone is serving at http://192.168.122.88:5000/17:55
lucasagomesThe default users are: admin and demo17:55
lucasagomesThe password: password17:55
mesterymtreinish: Any chance we could get some love on this patch? https://review.openstack.org/#/c/195345/ I know armax and salv would be happy if it landed soon-ish. :)17:59
*** ranger81 has quit IRC17:59
lucasagomesvponomaryov, alright, you already got 2+2 on the manila one. Thanks for that fix18:00
armaxmestery: oh thanks mestery, more than me and salv, the whole gate and openstack lovers would be grateful18:00
lucasagomesI will step out a little to get some dinner18:00
* armax has done his duty18:00
mesteryarmax: Well, to be fair, you and salv are near the top of openstack lovers18:00
armaxnot sure about that18:00
armaxbut ok18:00
clarkbmestery: armax because I see you both here, the neutron full job can take up to near 1.5 hours. Is that something we can maybe get eyes on?18:01
mesteryclarkb: That seems horrible, so yes, we should get some eyes on it.18:01
clarkbif you need me to go digging up logs I can do that too (don't want to make claims and not back them up) but I don't currently have them in front of me18:01
mesteryclarkb: I'm just back from vacation and just now succesfully battled internal IT issues for the day, so please bear with me.18:01
clarkbmestery: np18:02
mesteryclarkb: Today, nothing could be worse than the 4+ hours of internal IT fun I just dealt with ;)18:02
*** ranger81 has joined #openstack-qa18:02
mtreinishmestery: I thought I +2'd it already18:03
mesterymtreinish: REquired a rebase I believe, but yes, you did in the past18:03
mtreinishoh, I renamed the test class and that conflicted18:03
mesteryyup18:03
*** rbak has joined #openstack-qa18:03
mtreinishmestery: did the hpe migration today too?18:04
mesterymtreinish: Yes, and it was a disaster, how about you?18:04
mtreinishmestery, clarkb: iirc part of the issue with the run time was the ipv6 scenario tests are very slow18:04
sdaguemtreinish: +A18:05
*** lucasagomes is now known as lucas-beer18:05
mesterysdague: thank you!18:05
clarkbmtreinish: oh right, maybe we can trim those down a bit and be a bit more targetted18:05
mtreinishmestery: it went pretty well, but I don't use the hp net for much so I'm sure I'll see all the issues eventually18:05
clarkbmtreinish: I think you said that each one boots two nodes but we may not need two VMs in each test18:05
openstackrecheckConsole logs not available after 13:23s for gate-grenade-dsvm 216049,4,25b2ad218:05
sdagueright, because all ipv6 tests are booting 2 guests and cross pinging between them18:05
EmilienMmtreinish: bfc7237f9a47af021a5700e34953c2fdb3198786 broke our puppet integration job I think18:05
EmilienMmtreinish: http://logs.openstack.org/18/219818/15/check/gate-puppet-openstack-integration-dsvm-centos7/1308eaf/console.html#_2015-09-04_16_06_48_44618:05
clarkbsdague: ya when really pinging from tempest host to VM is probably sufficient for most of the tests and have a single 2 node interconnectivity test18:06
mesterymtreinish: Yup :)18:06
*** b10n1k_ has quit IRC18:06
*** ranger81 has quit IRC18:07
mtreinishclarkb: well I think part of it was there is more poll looping involved for RAs with slaac too18:07
mtreinishbut things can definitely be smarter about how it allocates things18:07
clarkbmtreinish: shouldn't be much slower than dhcp? maybe I don't understand the issue with it18:09
mtreinishclarkb: it shouldnt, I just have a vague memory of that coming up at one point18:09
*** rbak has quit IRC18:10
EmilienMI think test_list_projects_returns_only_authorized_projects has an issue18:11
mtreinishEmilienM: yeah, that's weird18:11
EmilienMmtreinish: in the meantime, how can I exclude the test?18:12
*** rbak has joined #openstack-qa18:13
*** frayedknot has quit IRC18:13
*** frayedknot has joined #openstack-qa18:14
*** svilgelm has joined #openstack-qa18:17
*** mylu has quit IRC18:17
*** mylu has joined #openstack-qa18:18
*** frayedknot has quit IRC18:18
EmilienMmtreinish: can I report a bug or is there already one?18:18
mtreinishEmilienM: I've not seen a bug report for it18:18
mtreinishI'm digging through the logs to figure out why its failing18:18
mtreinishbceause the test is super basic18:18
openstackrecheckConsole logs not available after 13:22s for gate-cinder-pep8 219700,1,596498918:18
EmilienMmtreinish: I'm reporting the bug anyway, feel free to set it invalid if so18:19
*** rbak has quit IRC18:19
*** mylu has quit IRC18:19
*** mylu_ has joined #openstack-qa18:19
mtreinishEmilienM: did you stop saving the tempest log during those runs?18:20
EmilienMmtreinish: no I never change that18:20
EmilienMI have tempest.conf.txt now18:20
EmilienMbut logs are in console.html, let me check though18:21
*** kiran-r has joined #openstack-qa18:21
EmilienMthis is all I have: http://logs.openstack.org/18/219818/15/check/gate-puppet-openstack-integration-dsvm-trusty/accdac9/logs/18:21
mtreinishEmilienM: oh, ok. Can we add tempest.log to the output, it would be useful for debugging here18:21
EmilienMright, doing a patch right now18:21
mtreinishcool, thanks18:22
openstackgerritJohn Warren proposed openstack/tempest: Add unit test for server_groups_client  https://review.openstack.org/21786118:23
*** mylu_ has quit IRC18:24
*** vgridnev has quit IRC18:28
*** dwalleck has joined #openstack-qa18:28
*** e0ne has joined #openstack-qa18:29
*** mylu has joined #openstack-qa18:29
*** VanL has joined #openstack-qa18:30
*** rbak has joined #openstack-qa18:31
*** kiran-r has quit IRC18:32
openstackrecheckConsole logs not available after 13:23s for gate-grenade-dsvm-neutron 207913,5,bc81fbf18:32
*** b10n1k_ has joined #openstack-qa18:33
*** e0ne has quit IRC18:37
EmilienMmtreinish: https://bugs.launchpad.net/tempest/+bug/149241918:41
openstackLaunchpad bug 1492419 in tempest "test_list_projects_returns_only_authorized_projects fails with 401" [Undecided,New]18:41
*** rbak has quit IRC18:41
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck: Add query for cells network test blacklist bug 1492255  https://review.openstack.org/22061918:41
openstackbug 1492255 in OpenStack Compute (nova) "Cells gate job fails because of 2 network tests" [Critical,In progress] https://launchpad.net/bugs/1492255 - Assigned to Sylvain Bauza (sylvain-bauza)18:41
mriedemmtreinish: ^18:42
*** austin81 has joined #openstack-qa18:43
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-full 219590,5,79dc1b918:45
*** svilgelm has quit IRC18:50
*** dave-mccowan has quit IRC18:51
openstackgerritMerged openstack-infra/elastic-recheck: Add query for cells network test blacklist bug 1492255  https://review.openstack.org/22061918:57
openstackbug 1492255 in OpenStack Compute (nova) "Cells gate job fails because of 2 network tests" [Critical,In progress] https://launchpad.net/bugs/1492255 - Assigned to Sylvain Bauza (sylvain-bauza)18:57
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-neutron-full 212498,7,159d02218:59
*** mpopow has joined #openstack-qa19:02
*** e0ne has joined #openstack-qa19:03
*** VanL has quit IRC19:07
*** dwalleck_ has joined #openstack-qa19:07
*** vgridnev has joined #openstack-qa19:09
*** dwalleck has quit IRC19:11
*** dwalleck_ has quit IRC19:12
openstackrecheckConsole logs not available after 13:23s for gate-grenade-dsvm-partial-ncpu 217572,1,0465d5e19:12
*** vponomaryov has quit IRC19:12
*** Sukhdev_ has joined #openstack-qa19:13
*** sshnaidm has quit IRC19:14
*** dave-mccowan has joined #openstack-qa19:19
*** mylu has quit IRC19:19
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck: Add query for ceph AttributeError in glance-store bug 1492432  https://review.openstack.org/22063119:20
openstackbug 1492432 in glance_store "ceph job is busted in the gate on "AttributeError: 'module' object has no attribute 'ImageExists'"" [Undecided,New] https://launchpad.net/bugs/149243219:20
mriedemsdague: ^19:20
openstackgerritMerged openstack-dev/devstack: Use the pip installed version of requests with Fedora  https://review.openstack.org/21927619:21
*** mylu has joined #openstack-qa19:23
openstackrecheckConsole logs not available after 13:23s for gate-cinder-python27 218750,9,aff51d719:25
openstackgerritMerged openstack-dev/grenade: mount xfs with nouuid  https://review.openstack.org/22047219:30
*** rbak has joined #openstack-qa19:31
*** ccneill_ has joined #openstack-qa19:32
*** ccneill has quit IRC19:35
*** rbak has quit IRC19:36
*** tosky has quit IRC19:37
*** pradk has joined #openstack-qa19:37
*** ccneill_ has quit IRC19:39
openstackrecheckConsole logs not available after 13:28s for gate-tempest-dsvm-full 203078,24,243181519:39
openstackgerritOpenStack Proposal Bot proposed openstack/tempest: Updated from global requirements  https://review.openstack.org/21722219:41
openstackgerritRussell Bryant proposed openstack-dev/devstack: neutron: Stop using deprecated option name.  https://review.openstack.org/22064919:42
*** VanL has joined #openstack-qa19:47
*** rbak has joined #openstack-qa19:50
*** rbak has quit IRC19:52
openstackrecheckConsole logs not available after 13:30s for gate-tempest-dsvm-full 202675,23,6f45d4b19:52
openstackgerritMerged openstack-infra/elastic-recheck: Add query for ceph AttributeError in glance-store bug 1492432  https://review.openstack.org/22063119:55
openstackbug 1492432 in glance_store "ceph job is busted in the gate on "AttributeError: 'module' object has no attribute 'ImageExists'"" [Critical,Confirmed] https://launchpad.net/bugs/149243219:55
*** lucas-beer has quit IRC19:58
*** austin81 has quit IRC19:58
*** rbak has joined #openstack-qa19:59
*** VanL has quit IRC20:00
*** boris-42 has joined #openstack-qa20:03
*** openstackgerrit_ has quit IRC20:03
*** openstackgerrit_ has joined #openstack-qa20:04
*** malini has joined #openstack-qa20:05
*** mylu has quit IRC20:05
*** mylu has joined #openstack-qa20:06
openstackrecheckConsole logs not available after 13:26s for gate-tempest-dsvm-full 202677,23,4feb88c20:06
*** ranger81 has joined #openstack-qa20:08
*** mylu_ has joined #openstack-qa20:08
*** mylu has quit IRC20:08
*** dzamboni has quit IRC20:12
*** asselin_ has joined #openstack-qa20:14
*** beisner- has joined #openstack-qa20:15
*** asselin has quit IRC20:16
*** EmilienM has quit IRC20:16
*** beisner has quit IRC20:16
*** lascii has quit IRC20:16
*** EmilienM_ has joined #openstack-qa20:16
*** rbak has quit IRC20:16
*** beisner- is now known as beisner20:16
*** EmilienM_ is now known as EmilienM20:16
*** alaski has joined #openstack-qa20:17
openstackrecheckConsole logs not available after 13:25s for gate-tempest-dsvm-full 202678,23,4d2411d20:19
*** dustins has quit IRC20:21
*** dustins has joined #openstack-qa20:22
*** alaski is now known as lascii20:24
*** austin81 has joined #openstack-qa20:24
*** malini has quit IRC20:26
*** rbak has joined #openstack-qa20:27
*** mylu_ has quit IRC20:29
*** rbak has quit IRC20:32
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-postgres-full 218407,2,b3d5ead20:33
*** malini has joined #openstack-qa20:33
*** rbak has joined #openstack-qa20:34
*** rbak has quit IRC20:40
*** austin81 has left #openstack-qa20:41
*** VanL has joined #openstack-qa20:42
openstackgerritMatt Riedemann proposed openstack/tempest: Remove skip on test_stamp_pattern  https://review.openstack.org/21835520:45
openstackgerritMatt Riedemann proposed openstack/tempest: test_stamp_pattern: cleanup class scope variable usage  https://review.openstack.org/21938220:45
*** pradk has quit IRC20:46
openstackrecheckConsole logs not available after 13:24s for gate-tempest-dsvm-full 199205,26,f7f5b9d20:46
*** openstackgerrit_ has quit IRC20:47
akraminskymtreinish, http://logs.openstack.org/33/165233/20/check/gate-tempest-dsvm-large-ops/9f2c25e/console.html im trying to trace the issue but get lost in how the calls are made20:47
*** VanL has quit IRC20:47
*** openstackgerrit_ has joined #openstack-qa20:47
*** openstackgerrit_ has quit IRC20:48
*** openstackgerrit_ has joined #openstack-qa20:48
mtreinishakraminsky: ok, well that test is failing during a poll loop after a server delet is issued20:48
mtreinishwhile it's polling the server waiting for a 404 response from nova the server went into an error state20:49
mtreinishakraminsky: so if you check the nova logs this is the likely issue: http://logs.openstack.org/33/165233/20/check/gate-tempest-dsvm-large-ops/9f2c25e/logs/screen-n-cpu-1.txt.gz?level=TRACE20:50
*** mylu has joined #openstack-qa20:50
akraminskymtreinish, ha I didn't see these errors thanks20:52
*** austin81 has joined #openstack-qa20:53
*** jffische has quit IRC20:53
*** openstackgerrit_ has quit IRC20:53
*** rbak has joined #openstack-qa20:55
*** mylu has quit IRC20:57
*** malini has left #openstack-qa20:57
*** mylu has joined #openstack-qa20:57
*** Swami has quit IRC20:58
*** nic has joined #openstack-qa20:59
openstackrecheckConsole logs not available after 13:42s for gate-tempest-dsvm-neutron-full 209581,20,5ccab3921:00
*** jasonsb has quit IRC21:00
*** tpeoples has quit IRC21:01
*** jasonsb has joined #openstack-qa21:01
*** mylu has quit IRC21:01
*** rfolco has quit IRC21:02
*** ajmiller has quit IRC21:04
*** ajmiller has joined #openstack-qa21:05
*** diegows has joined #openstack-qa21:05
*** rossella_s has quit IRC21:05
*** rbak has quit IRC21:06
*** rossella_s has joined #openstack-qa21:06
*** davideag_ has joined #openstack-qa21:06
*** rbak has joined #openstack-qa21:07
*** rbak has quit IRC21:07
*** HenryG has quit IRC21:07
*** davideagnello has quit IRC21:07
*** j_king has quit IRC21:08
*** bknudson has quit IRC21:08
*** timello has quit IRC21:08
*** jogo has quit IRC21:08
*** pvaneck has quit IRC21:08
*** ranger81_ has joined #openstack-qa21:08
*** lutostag has quit IRC21:09
*** dkranz has quit IRC21:09
*** j_king has joined #openstack-qa21:09
*** HenryG has joined #openstack-qa21:11
*** maurosr has quit IRC21:11
*** ranger81 has quit IRC21:11
*** dosaboy has quit IRC21:11
*** dosaboy has joined #openstack-qa21:12
*** lutostag has joined #openstack-qa21:12
*** Sukhdev_ has quit IRC21:13
openstackrecheckConsole logs not available after 13:22s for gate-grenade-dsvm-neutron 219684,1,5cebbc621:13
*** timello has joined #openstack-qa21:13
*** lutostag has quit IRC21:14
*** jhenner has joined #openstack-qa21:14
*** lutostag has joined #openstack-qa21:15
*** dustins has quit IRC21:16
*** lutostag has quit IRC21:16
*** lutostag has joined #openstack-qa21:17
*** jasonsb_ has joined #openstack-qa21:18
*** diegows has quit IRC21:18
*** maurosr has joined #openstack-qa21:19
*** lutostag_ has joined #openstack-qa21:20
*** lutostag_ has quit IRC21:20
*** lutostag_ has joined #openstack-qa21:21
*** lutostag_ has quit IRC21:21
*** jasonsb has quit IRC21:21
*** pvaneck has joined #openstack-qa21:22
*** dimtruck is now known as zz_dimtruck21:25
*** lascii is now known as alaski21:25
*** lutostag has quit IRC21:25
*** dkranz has joined #openstack-qa21:26
*** lutostag has joined #openstack-qa21:26
openstackrecheckConsole logs not available after 13:26s for gate-tempest-dsvm-full 202676,23,300fd7b21:27
*** lutostag has quit IRC21:29
*** lutostag has joined #openstack-qa21:30
*** diegows has joined #openstack-qa21:31
openstackgerritMerged openstack-infra/subunit2sql: Add graph to show failure rates grouped by run metadata  https://review.openstack.org/21779521:31
*** yamamoto_ has quit IRC21:31
*** diegows has quit IRC21:34
openstackgerritMerged openstack/tempest: Ensure test_list_show_tenant_networks is isolated  https://review.openstack.org/19534521:38
mtreinisharmax, mestery: ^^^21:38
openstackrecheckConsole logs not available after 13:43s for gate-tempest-dsvm-full-liberty 219011,2,2ae050e21:40
*** ctrath has quit IRC21:43
*** dims_ has joined #openstack-qa21:43
*** dimsum__ has quit IRC21:47
*** austin81 has left #openstack-qa21:47
*** dims_ has quit IRC21:48
openstackgerritMerged openstack-dev/devstack: Revert "Convert identity defaults to keystone v3 api"  https://review.openstack.org/22053221:50
*** mriedem has quit IRC21:53
openstackrecheckConsole logs not available after 13:25s for gate-tempest-dsvm-full 202674,23,9ea010721:54
*** zz_dimtruck is now known as dimtruck21:55
openstackgerritOpenStack Proposal Bot proposed openstack/tempest: Updated from global requirements  https://review.openstack.org/21722221:56
*** jogo has joined #openstack-qa21:57
armaxmtreinish: omg!22:01
armaxmtreinish: oh btw..I got an extra bottle of ink for you too22:02
armaxmtreinish: you can get a tatoo if you’re interested22:02
mtreinishhaha, I'm ok22:03
*** pglass has quit IRC22:07
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-full-liberty 219737,1,bb9f85f22:07
*** aysyd has quit IRC22:14
armaxmtreinish: ok, I won’t insist22:17
openstackrecheckConsole logs not available after 13:25s for gate-tempest-dsvm-full 197912,28,d1bbc6d22:21
*** moravec has quit IRC22:25
*** moravec has joined #openstack-qa22:25
*** e0ne has quit IRC22:27
*** sabeen1 has quit IRC22:28
*** e0ne has joined #openstack-qa22:31
*** yamamoto has joined #openstack-qa22:32
*** vgridnev has quit IRC22:34
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-full 202673,23,2e5ae4822:34
*** yamamoto has quit IRC22:37
*** dimtruck is now known as zz_dimtruck22:39
*** moravec has quit IRC22:40
*** tpeoples has joined #openstack-qa22:43
openstackrecheckConsole logs not available after 13:27s for gate-tempest-dsvm-full 199051,25,a96517622:48
*** e0ne has quit IRC22:49
*** moravec has joined #openstack-qa22:51
*** alex_xu has quit IRC22:53
*** alex_xu has joined #openstack-qa22:56
*** Sukhdev_ has joined #openstack-qa22:57
*** jhenner has quit IRC22:59
*** tpeoples has quit IRC23:00
openstackrecheckConsole logs not available after 13:27s for gate-tempest-dsvm-full-ceph 219534,1,331ec0823:01
*** moravec has quit IRC23:03
*** nic has quit IRC23:05
*** moravec has joined #openstack-qa23:05
*** moravec has quit IRC23:12
*** jamielennox is now known as jamielennox|away23:13
openstackrecheckConsole logs not available after 13:22s for gate-grenade-dsvm-neutron 219557,2,cf9371e23:14
*** jasonsb_ has quit IRC23:17
*** edmondsw has quit IRC23:19
openstackrecheckConsole logs not available after 13:23s for gate-swift-python27 200932,6,f06f06f23:28
openstackrecheckConsole logs not available after 13:22s for gate-glance-python27 218869,3,11b09ea23:41
*** dimsum__ has joined #openstack-qa23:52
*** dimsum__ has quit IRC23:52
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full-liberty 219740,1,fe65cc823:55
*** ajmiller has quit IRC23:56
*** Sukhdev_ has quit IRC23:57

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