Wednesday, 2016-06-08

*** yangyapeng has quit IRC00:01
*** ihrachys has quit IRC00:04
mtreinishmriedem: yeah, what gmann said. It's only being used in api right now, but nothing about scenario should be different00:05
*** Gen has joined #openstack-qa00:05
*** Swami has quit IRC00:05
mriedemmtreinish: gmann: ok, about the network thingy, is there any way in tempest to set it up so the tenant doesn't have a network available to it already?00:09
mtreinishmriedem: yes, there is a variable you set to an empty dict or something in one of the setup class functions00:09
mtreinishlet me dig up an example00:09
mtreinish(all the network tests do it00:09
mtreinishmriedem: https://github.com/openstack/tempest/blob/master/tempest/api/network/base.py#L62-L6600:12
mtreinishdo that00:12
mriedemsweet00:12
mriedemwhat do you think about where this should live? api or scenario?00:13
mriedemthe test is really just booting a server at the given microversion when the tenant doesn't have a network00:13
mriedemand verify that it works and the tenant then has a network auto allocated for it00:13
mtreinishmriedem: that sounds like an api test00:13
mriedemit is testing an orchestration thing between multiple services00:13
mtreinishmriedem: scenario tests are normally supposed to simulate an end user workflow (which I guess booting a server is)00:14
mtreinishbut this feels more like just testing an api works00:14
mriedemalright, i can buy that00:14
mriedemi very much look forward to this exciting adventure00:15
*** Gen has quit IRC00:16
openstackrecheckConsole logs not available after 13:28s for gate-tempest-dsvm-postgres-full 281546,6,00d7e3c00:21
*** ihrachys has joined #openstack-qa00:22
*** Suyi has quit IRC00:23
*** Gen has joined #openstack-qa00:27
*** mtanino has quit IRC00:27
*** david-lyle has quit IRC00:28
*** david-lyle has joined #openstack-qa00:28
*** amotoki has joined #openstack-qa00:31
*** david-lyle has quit IRC00:33
*** ihrachys has quit IRC00:33
openstackrecheckConsole logs not available after 13:23s for gate-grenade-dsvm-multinode 326756,1,af6a74300:34
*** amotoki has quit IRC00:36
*** anteaya has quit IRC00:36
*** ihrachys has joined #openstack-qa00:39
*** pvaneck has quit IRC00:40
*** hoangcx has joined #openstack-qa00:45
openstackgerritSean Dague proposed openstack-infra/devstack-gate: DNM: experimenting with local.conf  https://review.openstack.org/32658500:51
*** hoangcx has left #openstack-qa00:51
*** salv-orlando has quit IRC00:53
slowriemtreinish: Take a look @ https://review.openstack.org/#/c/283770/30/tempest/cmd/init.py line 76. Your upstream patch didn't fix the error that crashed out tempest init. Can you put that into your patch and I'll pull it out of mine?00:53
*** salv-orlando has joined #openstack-qa00:53
mtreinishslowrie: we can't do that. It's making an assumption about the value of sys.prefix having write perms00:54
mtreinishI'll take a look at the failure in a bit and see if I can come up with something else00:54
slowrieOk00:54
slowrieWouldn't you always have perms if you run into that case though?00:54
*** nwkarsten has joined #openstack-qa00:55
*** nwkarste_ has joined #openstack-qa00:56
mtreinishnot necessarily, there are a lot of weird edge conditions there00:56
slowriegotcha. I'm going to pull that back out then, just put it up there to test it upstream00:57
openstackgerritStephen Lowrie proposed openstack/tempest: Centralized Workspaces  https://review.openstack.org/28377000:57
*** nwkarsten has quit IRC00:59
*** ihrachys has quit IRC01:01
*** ihrachys has joined #openstack-qa01:04
*** ihrachys has quit IRC01:09
masayukigmtreinish: I left a comment about py34 on https://review.openstack.org/#/c/284411/ . I'm not sure this is caused by tempest-run or os-testr..01:13
*** markvoelker has joined #openstack-qa01:13
*** yangyapeng has joined #openstack-qa01:14
mtreinishhmm, yeah I tried it on py35 after I saw your comment and got the same thing01:14
mtreinishI expect it's related to the str vs unicode py3 changes01:14
masayukigyeah, agree01:14
mtreinishbut it's really annoying that there aren't any stack traces on failure with tempest run. We need to fix that before we land it01:14
mtreinishif we had a stack trace we could see exactly where it's coming from01:14
masayukigyup, agree too01:15
*** tqtran has quit IRC01:16
*** zz_dimtruck is now known as dimtruck01:16
masayukigand I found that tempest 'run' conflicts in the interactive mode command..01:17
masayukigI'm not sure we should care about it or not.01:17
*** markvoelker has quit IRC01:18
mtreinishmasayukig: interactive mode?01:19
masayukigmtreinish: yeah, just type 'tempest'01:19
mtreinishoh, wow I didn't realize it did that01:20
mtreinishhmm, I wonder what I did that broke that01:20
masayukigheh, I suppose it's cliff's feature01:21
masayukigand I think 'help' command always conflicts01:21
*** Apoorva has quit IRC01:23
*** jbernard1 has joined #openstack-qa01:23
jbernard1jbernard: test01:23
masayukigI think the interactive mode should provide a way to call application commands directly. It's not tempest stuff, though.01:24
*** jbernard1 has quit IRC01:24
*** ramishra has joined #openstack-qa01:26
mtreinishmasayukig: hmm, yeah I don't know. TBH, I'm not too familiar with cliff01:28
*** frontrunner has quit IRC01:31
*** amotoki has joined #openstack-qa01:32
*** EinstCrazy has joined #openstack-qa01:35
*** amotoki has quit IRC01:36
*** gouthamr has quit IRC01:40
*** EinstCra_ has joined #openstack-qa01:41
*** EinstCr__ has joined #openstack-qa01:44
*** EinstCrazy has quit IRC01:44
*** EinstCra_ has quit IRC01:46
*** mriedem has quit IRC01:52
*** yamahata has quit IRC01:53
openstackgerritMatthew Treinish proposed openstack/tempest: Centralized Workspaces  https://review.openstack.org/28377001:53
mtreinishslowrie: ^^^ I broke the working tests, but I'm going for better isolation01:53
mtreinishI'm also gonna respin my init fix patch to skip the sample config generation if it can't find the oslo.config sample generator config file01:54
slowrieThe new test_absolute_path doesn't really test the regression that broke though01:55
openstackgerritMatthew Treinish proposed openstack/tempest: Make missing global config dir not fatal in tempest init  https://review.openstack.org/32672501:56
mtreinishslowrie: oh, what did I change? I thought I just moved the subprocess call to the helper function01:56
slowrieThe issue that was found was to do with relative paths not being expanded, the new version is just changing where it's looking for the .yaml01:56
openstackgerritMatthew Treinish proposed openstack/tempest: Centralized Workspaces  https://review.openstack.org/28377001:56
slowrieline 9501:56
mtreinishslowrie: ah, ok. I misunderstood the bug01:57
mtreinishwe can change it back01:57
*** r-mibu has quit IRC01:57
*** r-mibu has joined #openstack-qa01:57
mtreinishI was just staring at the tests and thinking these are totally system dependent and didn't like that01:57
mtreinishbut if we're specifically testing that condition that's ok (we should have a comment about that though01:57
slowrieYeah, I'll respin the test to just use register in a relative path01:57
slowrieI was originally just attempting to replicate it exactly like the bug was found though which is why I used tempest init instead of just registering it via a rel path01:58
slowrielines 38-43 (of _run_cmd_gets_return_code) are also duplicated to the rest of the function and the values are thrown away. I'll take those out when I fix that when I come back from dinner02:01
*** akshai has quit IRC02:01
mtreinishslowrie: oops, sloppy copy and paste02:04
slowriemtreinish: Going to move the test to the other class now that I'm going to be using just the WorkspaceManager02:07
mtreinishok, makes sense02:07
*** cody-somerville has joined #openstack-qa02:10
*** akshai has joined #openstack-qa02:12
openstackgerritStephen Lowrie proposed openstack/tempest: Centralized Workspaces  https://review.openstack.org/28377002:21
*** Suyi has joined #openstack-qa02:22
*** lutostag has joined #openstack-qa02:24
*** cody-somerville has quit IRC02:28
*** yamamoto_ has joined #openstack-qa02:29
*** amotoki has joined #openstack-qa02:32
*** ramishra_ has joined #openstack-qa02:33
*** mtanino has joined #openstack-qa02:34
*** ramishra has quit IRC02:36
*** amotoki has quit IRC02:37
*** woodster_ has quit IRC02:38
openstackgerritMerged openstack/tempest: Cleanup wording and section for remote access config doc  https://review.openstack.org/32662802:41
*** lutostag has quit IRC02:46
*** openstackgerrit has quit IRC02:47
*** openstackgerrit has joined #openstack-qa02:48
*** ihrachys has joined #openstack-qa02:53
*** dave-mccowan has quit IRC02:54
*** ihrachys has quit IRC02:59
*** rossella_s has quit IRC03:04
*** mtanino has quit IRC03:08
*** EinstCr__ has quit IRC03:13
*** fnaval_ has joined #openstack-qa03:23
*** fnaval has quit IRC03:25
*** Gen has quit IRC03:26
*** jrcloud has joined #openstack-qa03:28
*** dimtruck is now known as zz_dimtruck03:28
*** zackf has quit IRC03:29
*** amotoki has joined #openstack-qa03:34
openstackrecheckConsole logs not available after 13:24s for gate-nova-python34-db 325684,3,400fdec03:34
*** amotoki has quit IRC03:38
*** binbincong has joined #openstack-qa03:40
*** EinstCrazy has joined #openstack-qa03:44
*** tochi has quit IRC03:46
*** EinstCrazy has quit IRC03:47
*** tochi has joined #openstack-qa03:50
*** EinstCrazy has joined #openstack-qa04:22
*** tochi has quit IRC04:24
*** salv-orl_ has joined #openstack-qa04:24
*** salv-orlando has quit IRC04:27
*** fnaval_ has quit IRC04:30
*** amotoki has joined #openstack-qa04:34
*** edtubill has joined #openstack-qa04:38
*** amotoki has quit IRC04:39
*** Alex_Stef has joined #openstack-qa04:46
*** sshnaidm|afk has quit IRC04:51
*** fnaval has joined #openstack-qa04:53
*** yamahata has joined #openstack-qa04:54
*** tochi has joined #openstack-qa04:54
openstackrecheckConsole logs not available after 13:37s for gate-tempest-dsvm-neutron-full 282169,2,0ec3f8904:58
*** salv-orl_ has quit IRC05:03
*** salv-orlando has joined #openstack-qa05:03
*** gmann has quit IRC05:10
*** gmann has joined #openstack-qa05:12
*** edtubill has quit IRC05:15
*** nwkarste_ has quit IRC05:15
*** itzikb has joined #openstack-qa05:16
*** Poornima has joined #openstack-qa05:17
*** tfreger has joined #openstack-qa05:17
*** gvrangan has joined #openstack-qa05:27
*** fawadkhaliq has joined #openstack-qa05:33
*** amotoki has joined #openstack-qa05:35
*** amotoki has quit IRC05:39
*** Suyi has quit IRC05:48
*** pgadiya has joined #openstack-qa05:48
*** mtanino has joined #openstack-qa05:56
*** binbincong has quit IRC05:58
*** EinstCrazy has quit IRC05:59
*** EinstCrazy has joined #openstack-qa05:59
*** EinstCrazy has quit IRC05:59
*** yangyape_ has joined #openstack-qa06:01
*** yangyapeng has quit IRC06:02
*** EinstCrazy has joined #openstack-qa06:05
*** sridharg has joined #openstack-qa06:06
*** lifeless has quit IRC06:13
*** rcernin has joined #openstack-qa06:13
openstackgerritwatanabe isao proposed openstack-dev/devstack: Don't configure ML2_L3_PLUGIN if q-l3 is disabled  https://review.openstack.org/32684406:19
*** e0ne has joined #openstack-qa06:21
*** nadya has joined #openstack-qa06:22
*** Alex_Stef has quit IRC06:23
openstackgerritBenny Kopilov proposed openstack-dev/devstack: Add a multibackend list to tempest.conf  https://review.openstack.org/32589506:28
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-full-dibtest 326788,1,4c7a3c406:29
*** nadya has quit IRC06:41
*** nadya has joined #openstack-qa06:45
*** openstackgerrit has quit IRC06:48
*** ajmiller_ has quit IRC06:48
*** openstackgerrit has joined #openstack-qa06:48
*** ajmiller_ has joined #openstack-qa06:48
*** jpena|off is now known as jpena06:50
*** nadya has quit IRC06:53
openstackgerritChristian Schwede proposed openstack-infra/devstack-gate: Use subnodes for Swift storage nodes in a multinode setup  https://review.openstack.org/30446506:55
*** EinstCra_ has joined #openstack-qa06:59
*** tesseract has joined #openstack-qa07:00
*** EinstCrazy has quit IRC07:02
*** salv-orlando has quit IRC07:02
*** ajmiller_ has quit IRC07:03
*** ajmiller has joined #openstack-qa07:03
*** jecarey has joined #openstack-qa07:03
*** salv-orlando has joined #openstack-qa07:03
*** EinstCra_ has quit IRC07:05
*** EinstCrazy has joined #openstack-qa07:05
*** e0ne has quit IRC07:06
*** jecarey has quit IRC07:08
openstackgerritOpenStack Proposal Bot proposed openstack-dev/devstack: Updated from generate-devstack-plugins-list  https://review.openstack.org/32686807:11
*** zeih has joined #openstack-qa07:15
*** gamado has joined #openstack-qa07:18
*** mtanino has quit IRC07:19
*** ifarkas has joined #openstack-qa07:20
openstackgerritBenny Kopilov proposed openstack/tempest: Fix cinder volume nameing for admin  https://review.openstack.org/32687507:21
*** yfried has joined #openstack-qa07:21
*** fawadkhaliq has quit IRC07:23
*** jlanoux has joined #openstack-qa07:29
*** salv-orlando has quit IRC07:32
*** salv-orlando has joined #openstack-qa07:32
*** ajmiller has quit IRC07:35
*** anshul_behl has joined #openstack-qa07:35
*** amotoki has joined #openstack-qa07:36
*** Liuqing has joined #openstack-qa07:37
*** shardy has joined #openstack-qa07:39
openstackrecheckConsole logs not available after 13:35s for gate-horizon-npm-run-test 304999,6,ad2aa1307:40
*** amotoki has quit IRC07:41
*** gvrangan has quit IRC07:43
*** dtantsur|afk is now known as dtantsur07:44
*** rossella_s has joined #openstack-qa07:44
*** openstackgerrit has quit IRC07:48
*** openstackgerrit has joined #openstack-qa07:48
*** apevec has joined #openstack-qa07:48
*** apevec has quit IRC07:48
*** apevec has joined #openstack-qa07:48
*** jlanoux_ has joined #openstack-qa07:50
*** Liuqing has quit IRC07:52
*** jlanoux has quit IRC07:54
*** Alex_Stef has joined #openstack-qa08:00
*** ajmiller has joined #openstack-qa08:05
*** jrcloud has quit IRC08:05
*** cdent has joined #openstack-qa08:05
*** fawadkhaliq has joined #openstack-qa08:09
*** salv-orlando has quit IRC08:10
*** ajmiller_ has joined #openstack-qa08:10
*** lucas-dinner is now known as lucasagomes08:10
*** salv-orlando has joined #openstack-qa08:11
*** ajmiller has quit IRC08:14
*** yangyape_ has quit IRC08:15
*** EinstCrazy has quit IRC08:15
*** yamahata has quit IRC08:16
*** EinstCrazy has joined #openstack-qa08:18
*** yangyapeng has joined #openstack-qa08:19
masayukigmtreinish: I found out a secret word to get stack traces 'TESTR_PDB' - http://paste.openstack.org/show/508860/08:25
*** aarefiev_ is now known as aarefiev08:26
masayukigAnd I noticed we need to check the return value of testrepository.commands.run_argv(). It doesn't raise an exception.. https://github.com/testing-cabal/testrepository/blob/master/testrepository/commands/__init__.py#L19108:28
*** apevec has left #openstack-qa08:29
openstackrecheckConsole logs not available after 13:24s for gate-grenade-dsvm-multinode 326874,1,f84825008:32
*** yfried has quit IRC08:35
bkopilovafazekas,  please review https://review.openstack.org/#/c/32589508:35
*** guardianJ has joined #openstack-qa08:37
*** amotoki has joined #openstack-qa08:37
gmannmasayukig: can you have look into these -https://review.openstack.org/#/c/326205/  https://review.openstack.org/#/c/294364/08:38
*** guardianJ has left #openstack-qa08:38
masayukiggmann: looking :)08:39
gmannmasayukig: Thanks08:39
masayukiggmann: one question about https://review.openstack.org/#/c/294364, why should we separate this? for consistency?08:41
gmannmasayukig: yea, each service client should be separate as per resource08:41
*** amotoki has quit IRC08:42
masayukiggmann: sure, make sense08:42
*** Serlex has joined #openstack-qa08:42
*** EinstCrazy has quit IRC08:43
*** EinstCrazy has joined #openstack-qa08:43
*** EinstCrazy has quit IRC08:45
*** fawadkhaliq has quit IRC08:45
openstackrecheckConsole logs not available after 13:21s for gate-nova-pep8 326326,3,689cc0c08:45
openstackgerritGenadi Chereshnya proposed openstack/tempest: Remove creation of egress rules for _create_loginable_secgroup  https://review.openstack.org/31642908:47
*** EinstCrazy has joined #openstack-qa08:47
*** openstackgerrit has quit IRC08:48
*** openstackgerrit has joined #openstack-qa08:48
*** yfried has joined #openstack-qa08:49
*** e0ne has joined #openstack-qa08:50
*** kzaitsev_mb has joined #openstack-qa08:53
masayukiggmann: I have one question https://review.openstack.org/#/c/326205, Why do you make the variable name different from v2's one?08:54
masayukig v2: cls.os_image_member_client , v1:cls.image_member_client?08:54
masayukigI don't have strong opinion here, just wondering.08:54
gmannmasayukig: let me check08:54
masayukighttps://review.openstack.org/#/c/326205/4/tempest/api/image/base.py08:55
afazekasbkopilov: 'be' is also local08:55
bkopilovafazekas, ok thanks08:55
gmannmasayukig: yea, actually those should without 'os', i can update that if you want08:56
masayukigoops, I already +A for https://review.openstack.org/#/c/294364/08:56
*** dtantsur is now known as dtantsur|bbl08:57
openstackgerritSteve Heyman proposed openstack/tempest: Remove neutron OO wrappers  https://review.openstack.org/32049508:57
gmannmasayukig: no prob, i can quickly submit follow up for that08:58
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full 326875,1,1dfde3f08:59
openstackgerritLiron Kuchlani proposed openstack/tempest: Backup create using force flag  https://review.openstack.org/32650708:59
masayukiggmann, cool, thanks09:00
openstackgerritLiron Kuchlani proposed openstack/tempest: Backup create using force flag  https://review.openstack.org/32650709:01
*** tosky has joined #openstack-qa09:02
*** tosky has quit IRC09:02
*** mvk has quit IRC09:03
*** gamado has quit IRC09:04
*** gamado has joined #openstack-qa09:05
*** tosky has joined #openstack-qa09:05
openstackgerritGenadi Chereshnya proposed openstack/tempest: Remove creation of egress rules for _create_loginable_secgroup  https://review.openstack.org/31642909:09
openstackgerritBenny Kopilov proposed openstack-dev/devstack: Add a multibackend list to tempest.conf  https://review.openstack.org/32589509:10
*** anshul_behl has quit IRC09:12
*** EinstCrazy has quit IRC09:18
openstackrecheckConsole logs not available after 13:21s for gate-horizon-pep8 326244,2,48ac4da09:20
*** EinstCrazy has joined #openstack-qa09:21
*** ajmiller__ has joined #openstack-qa09:22
*** anshul has joined #openstack-qa09:24
*** anshul is now known as Guest838509:24
openstackgerritGhanshyam Mann proposed openstack/tempest: Fix the v2 image client variable name  https://review.openstack.org/32694809:25
gmannmasayukig: ^^09:25
*** ajmiller_ has quit IRC09:26
*** nadya has joined #openstack-qa09:27
masayukigthanks, looking09:29
*** fawadkhaliq has joined #openstack-qa09:32
*** fawadkhaliq has quit IRC09:33
*** fawadkhaliq has joined #openstack-qa09:33
*** fawadkhaliq has quit IRC09:33
openstackgerritwatanabe isao proposed openstack-dev/devstack: Don't configure ML2_L3_PLUGIN if q-l3 is disabled  https://review.openstack.org/32684409:34
*** mvk has joined #openstack-qa09:35
*** nadya_ has joined #openstack-qa09:35
*** nadya has quit IRC09:36
*** amotoki has joined #openstack-qa09:38
*** sambetts|afk is now known as sambetts09:41
*** fawadkhaliq has joined #openstack-qa09:42
*** amotoki has quit IRC09:42
*** kzaitsev_mb has quit IRC09:43
openstackrecheckConsole logs not available after 13:27s for gate-horizon-dsvm-integration 144153,8,f3604a209:50
openstackgerritMerged openstack/tempest: Separate Image v2 members client  https://review.openstack.org/29436409:52
*** markvoelker has joined #openstack-qa09:53
*** amotoki has joined #openstack-qa09:56
*** rossella_s has quit IRC10:02
*** sridharg has quit IRC10:03
openstackrecheckConsole logs not available after 13:22s for gate-horizon-npm-run-test 144152,15,dc9295b10:04
*** nadya_ has quit IRC10:05
*** yangyapeng has quit IRC10:09
*** dtantsur|bbl is now known as dtantsur10:11
*** jogo has quit IRC10:17
*** zackf has joined #openstack-qa10:17
openstackrecheckConsole logs not available after 13:29s for gate-horizon-python34 272644,7,ff3ee5510:17
*** yfried has quit IRC10:21
*** zackf has quit IRC10:21
andreafmtreinish: one for you: https://review.openstack.org/326976 - there was another leftover from legacy credentials to be removed10:22
*** salv-orl_ has joined #openstack-qa10:25
*** salv-orlando has quit IRC10:28
*** salv-orl_ has quit IRC10:34
*** salv-orlando has joined #openstack-qa10:34
*** lifeless has joined #openstack-qa10:35
*** gszasz has joined #openstack-qa10:35
*** Guest8385 has quit IRC10:36
*** weshay has joined #openstack-qa10:37
*** jogo has joined #openstack-qa10:38
*** nadya has joined #openstack-qa10:41
openstackgerritAndreas Scheuring proposed openstack-dev/devstack: Docs for devstack MacVTap agent setup  https://review.openstack.org/29277810:41
*** nadya_ has joined #openstack-qa10:42
*** sdague has joined #openstack-qa10:42
*** nadya has quit IRC10:42
*** yamamoto_ has quit IRC10:43
*** gamado has quit IRC10:47
*** Guest8385 has joined #openstack-qa10:47
*** lifeless has quit IRC10:47
*** lifeless_ has joined #openstack-qa10:47
*** kzaitsev_mb has joined #openstack-qa10:48
openstackrecheckConsole logs not available after 13:29s for gate-tempest-pep8 320495,12,2d1331a10:48
*** yfried has joined #openstack-qa10:49
*** tesseract has quit IRC10:50
*** nwkarsten has joined #openstack-qa10:50
*** nadya_ has quit IRC10:50
*** nadya has joined #openstack-qa10:51
*** tesseract has joined #openstack-qa10:51
*** nwkarsten has quit IRC10:54
*** nadya has quit IRC10:57
openstackgerritSean Dague proposed openstack-dev/grenade: DNM: local.conf support  https://review.openstack.org/32699310:58
*** rossella_s has joined #openstack-qa10:58
openstackgerritSean Dague proposed openstack-infra/devstack-gate: DNM: experimenting with local.conf  https://review.openstack.org/32658510:59
*** nadya has joined #openstack-qa11:00
*** gamado has joined #openstack-qa11:01
openstackrecheckConsole logs not available after 13:31s for gate-tempest-dsvm-neutron-full 270286,11,5db5bfc11:02
*** ihrachys has joined #openstack-qa11:02
*** nadya has quit IRC11:04
openstackgerritSteve Heyman proposed openstack/tempest: Remove neutron OO wrappers  https://review.openstack.org/32049511:04
*** afazekas is now known as __afazekas11:05
*** weshay has quit IRC11:05
*** e0ne_ has joined #openstack-qa11:11
*** weshay has joined #openstack-qa11:11
andreafgmann, oomichi: I guess your plan regarding the image client is to first split and then move to tempest.lib, right? Any special reason for not doing that in one step?11:12
*** fawadkhaliq has quit IRC11:12
*** e0ne has quit IRC11:13
openstackgerritBenny Kopilov proposed openstack/tempest: Fix cinder volume nameing for admin  https://review.openstack.org/32687511:15
openstackrecheckConsole logs not available after 13:26s for gate-tempest-dsvm-full 326875,2,6e33cfb11:15
openstackgerritAndrea Frittoli proposed openstack/tempest: Define _set_image_clients  https://review.openstack.org/32667111:17
openstackgerritAndrea Frittoli proposed openstack/tempest: Define _set_network_clients  https://review.openstack.org/32667211:17
openstackgerritAndrea Frittoli proposed openstack/tempest: Prepare the Manager class for tempest.lib  https://review.openstack.org/32668311:18
openstackgerritAndrea Frittoli proposed openstack/tempest: Factor up (most) CONF value in clients.Manager  https://review.openstack.org/32666711:18
andreafgmann, oomichi: also you may want to look at this https://review.openstack.org/326671 - I don't mind rebasing after the image client split is done - but I think it would be nice to have11:19
*** fawadkhaliq has joined #openstack-qa11:19
*** gszasz has quit IRC11:20
*** gszasz has joined #openstack-qa11:21
*** gszasz has quit IRC11:21
*** gszasz has joined #openstack-qa11:21
*** gszasz has quit IRC11:21
*** gszasz has joined #openstack-qa11:22
*** fawadkhaliq has quit IRC11:25
*** tochi has quit IRC11:26
*** moravec has quit IRC11:27
*** nadya has joined #openstack-qa11:28
openstackrecheckConsole logs not available after 13:28s for gate-keystone-python27-db 326918,9,aa55bde11:29
*** kzaitsev_mb has quit IRC11:32
*** yamamoto has joined #openstack-qa11:33
*** yamamoto_ has joined #openstack-qa11:34
*** lucasagomes is now known as lucas-afk11:35
*** kiran-r has joined #openstack-qa11:36
*** fawadkhaliq has joined #openstack-qa11:38
*** yamamoto has quit IRC11:38
openstackgerritAndrea Frittoli proposed openstack/tempest: Use scope in v3 identity client  https://review.openstack.org/22102011:38
andreafoomichi: I hope I addressed your comments in ^^^11:40
*** fawadkhaliq has quit IRC11:40
andreaf__afazekas: small change to https://review.openstack.org/221020 if you can re-review11:40
*** fawadkhaliq has joined #openstack-qa11:40
*** jpena is now known as jpena|lunch11:40
*** moravec has joined #openstack-qa11:42
openstackrecheckConsole logs not available after 13:25s for gate-grenade-dsvm-neutron 326948,1,52a382711:42
*** fawadk has joined #openstack-qa11:43
*** fawadkhaliq has quit IRC11:44
*** fawadkhaliq has joined #openstack-qa11:44
*** nadya_ has joined #openstack-qa11:44
*** kzaitsev_mb has joined #openstack-qa11:44
*** nadya has quit IRC11:46
*** fawadk has quit IRC11:48
*** alyson_ has joined #openstack-qa11:48
*** yolanda has joined #openstack-qa11:49
*** __afazekas is now known as afazekas11:49
*** markvoelker has quit IRC11:56
openstackrecheckConsole logs not available after 13:37s for gate-nova-python27-db 326940,1,142c7cb11:56
*** sridharg has joined #openstack-qa11:56
*** ifarkas has quit IRC11:58
*** salv-orlando has quit IRC11:59
*** zeih has quit IRC11:59
*** moravec has quit IRC12:00
*** salv-orlando has joined #openstack-qa12:00
openstackgerritScott DAngelo proposed openstack/tempest: Migrate volume while attached to an instance  https://review.openstack.org/32668112:00
*** aysyd has joined #openstack-qa12:00
*** kzaitsev_mb has quit IRC12:01
*** tfreger has quit IRC12:02
*** kzaitsev_mb has joined #openstack-qa12:03
*** fawadkhaliq has quit IRC12:03
openstackgerritSean Dague proposed openstack-dev/grenade: DNM: local.conf support  https://review.openstack.org/32699312:04
*** ifarkas has joined #openstack-qa12:06
*** sridharg has quit IRC12:09
openstackgerritAndrea Frittoli proposed openstack/tempest: Prepare the Manager class for tempest.lib  https://review.openstack.org/32668312:10
openstackrecheckConsole logs not available after 13:33s for gate-horizon-npm-run-test 308139,7,6e2fad112:10
*** ihrachys has quit IRC12:10
*** nadya_ has quit IRC12:10
*** ihrachys has joined #openstack-qa12:10
openstackgerritAndrea Frittoli proposed openstack/tempest: Factor up (most) CONF value in clients.Manager  https://review.openstack.org/32666712:11
*** markvoelker has joined #openstack-qa12:12
*** EinstCrazy has quit IRC12:14
*** moravec has joined #openstack-qa12:14
*** EinstCrazy has joined #openstack-qa12:14
*** nadya has joined #openstack-qa12:14
*** frontrunner has joined #openstack-qa12:14
*** salv-orl_ has joined #openstack-qa12:15
*** fnaval_ has joined #openstack-qa12:15
*** nadya_ has joined #openstack-qa12:17
*** fnaval has quit IRC12:19
*** EinstCrazy has quit IRC12:19
*** nadya has quit IRC12:19
*** nadya_ has quit IRC12:19
*** salv-orlando has quit IRC12:19
*** tfreger has joined #openstack-qa12:20
*** sshnaidm|afk has joined #openstack-qa12:21
*** fawadkhaliq has joined #openstack-qa12:22
openstackrecheckConsole logs not available after 13:25s for gate-horizon-npm-run-lint 317456,11,aa7202912:23
*** sridharg has joined #openstack-qa12:23
*** mriedem has joined #openstack-qa12:24
*** yamamoto_ has quit IRC12:26
*** fawadkhaliq has quit IRC12:26
*** zeih has joined #openstack-qa12:27
*** yamamoto has joined #openstack-qa12:28
*** yamamoto has quit IRC12:30
*** nadya has joined #openstack-qa12:30
*** zeih has quit IRC12:32
*** fawadkhaliq has joined #openstack-qa12:33
openstackgerritMerged openstack/tempest: Separate namespaces_client from v2 images_client  https://review.openstack.org/32618712:35
*** annemccormick has joined #openstack-qa12:35
*** rossella_s has quit IRC12:36
*** tfreger has quit IRC12:36
*** annemccormick has quit IRC12:37
openstackrecheckConsole logs not available after 13:24s for gate-horizon-dsvm-integration 144153,9,46eaf9b12:37
*** pgadiya has quit IRC12:40
*** cdent has quit IRC12:41
*** rossella_s has joined #openstack-qa12:42
*** lucas-afk is now known as lucasagomes12:44
*** kzaitsev_mb has quit IRC12:48
*** jpena|lunch is now known as jpena12:49
openstackrecheckConsole logs not available after 13:25s for gate-horizon-npm-run-test 144152,17,8dd537e12:50
*** tfreger has joined #openstack-qa12:51
*** sridharg has quit IRC12:53
*** sridharg has joined #openstack-qa12:53
*** rodrigods has quit IRC12:56
*** rodrigods has joined #openstack-qa12:56
*** gmann_ has joined #openstack-qa12:58
*** edmondsw has joined #openstack-qa13:00
*** nadya has quit IRC13:01
*** gouthamr has joined #openstack-qa13:02
*** jecarey has joined #openstack-qa13:03
*** zeih has joined #openstack-qa13:03
openstackrecheckConsole logs not available after 13:27s for gate-cinder-pep8 326961,1,128988f13:04
*** fawadkhaliq has quit IRC13:04
*** jecarey has quit IRC13:06
*** jecarey has joined #openstack-qa13:06
*** rlrossit has joined #openstack-qa13:08
*** otherwiseguy has joined #openstack-qa13:09
*** Poornima has quit IRC13:09
*** cdent has joined #openstack-qa13:10
*** jecarey has quit IRC13:11
*** kzaitsev_mb has joined #openstack-qa13:13
openstackgerritMerged openstack/tempest: Separate schemas_client from v2 images_client  https://review.openstack.org/32650613:13
*** jecarey has joined #openstack-qa13:14
*** jecarey has quit IRC13:15
*** jecarey has joined #openstack-qa13:15
*** jecarey has quit IRC13:15
*** dustins has joined #openstack-qa13:16
*** jecarey has joined #openstack-qa13:16
openstackrecheckConsole logs not available after 13:30s for gate-nova-python34-db 324536,6,e1bbe3613:17
mriedemmtreinish: oomichi: looking at a gate job, tempest.conf has max_microversion = latest  under [compute] - does that means the latest microversion is sent for each compute api test unless the test itself overrides max_microversion to cap it?13:20
*** porrua has joined #openstack-qa13:21
*** zz_dimtruck is now known as dimtruck13:22
*** dkranz has joined #openstack-qa13:23
*** gcheresh has joined #openstack-qa13:25
toskyI'm trying to fix Sahara jobs to use tempest tests part of sahara-tests, but I'm not sure if https://review.openstack.org/#/c/326980/ is the right way, reviews appreciated!13:25
openstackrecheckConsole logs not available after 13:26s for gate-nova-pep8 326874,3,4b425d413:31
*** dimtruck is now known as zz_dimtruck13:34
*** zz_dimtruck is now known as dimtruck13:36
*** sridharg has quit IRC13:36
openstackgerritAndrea Frittoli proposed openstack/tempest: Use scope in v3 identity client  https://review.openstack.org/22102013:38
andreafafazekas, oomichi: I managed to get it wrong the first time :( ^^^ fixed it now13:38
afazekasandreaf, what do you think about this ? https://review.openstack.org/#/c/316429/13:41
*** rbak has joined #openstack-qa13:42
*** edtubill has joined #openstack-qa13:43
*** kzaitsev_mb has quit IRC13:44
openstackrecheckConsole logs not available after 13:25s for gate-nova-pep8 327011,1,1f4d75613:45
*** nwkarsten has joined #openstack-qa13:45
*** nwkarsten has quit IRC13:46
*** kzaitsev_mb has joined #openstack-qa13:46
*** nwkarsten has joined #openstack-qa13:46
openstackgerritMatt Riedemann proposed openstack/tempest: Cleanup some small issues in the microversion testing doc  https://review.openstack.org/32710013:47
*** jlanoux_ has quit IRC13:47
andreafafazekas: well, if we want to enforce that rules are already there I guess it makes sense. Re-creating them will hide an issue if the auto-creation stops working13:47
andreafafazekas: I guess a good detailed comment would be nice to have there13:48
*** asselin_ has joined #openstack-qa13:48
*** Gen has joined #openstack-qa13:48
*** fnaval_ has quit IRC13:49
afazekasgcheresh, ^13:50
afazekasandreaf: Yes, a little longer commit message is required.13:52
andreafafazekas: heh, I think it would be nice to have a comment in the code13:52
gchereshafazekas: So comment that those rules will be always created by default will be good enough?13:54
afazekasgcheresh: probably the doc string should have how the group will like like and the and and why13:57
* afazekas is leaving to computer..13:58
openstackrecheckConsole logs not available after 13:25s for gate-nova-pep8 327012,1,e50564e13:59
*** Guest8385 has quit IRC14:00
*** Swami has joined #openstack-qa14:01
*** fnaval has joined #openstack-qa14:02
*** dimtruck is now known as zz_dimtruck14:03
*** gmann_ has quit IRC14:05
*** zz_dimtruck is now known as dimtruck14:05
*** Swami_ has joined #openstack-qa14:05
*** itzikb has quit IRC14:06
*** rossella_s has quit IRC14:07
*** cdent has quit IRC14:08
*** yolanda_ has joined #openstack-qa14:08
*** Swami has quit IRC14:09
*** rlrossit has quit IRC14:09
*** yolanda has quit IRC14:09
*** yolanda_ has quit IRC14:09
*** yolanda has joined #openstack-qa14:09
*** rlrossit has joined #openstack-qa14:12
*** zeih has quit IRC14:13
*** rossella_s has joined #openstack-qa14:13
openstackrecheckConsole logs not available after 13:42s for gate-cinder-python34-db 327043,1,9877bca14:13
*** Swami__ has joined #openstack-qa14:14
*** dimtruck is now known as zz_dimtruck14:16
*** gcheresh has quit IRC14:16
*** Swami has joined #openstack-qa14:17
*** pglass has joined #openstack-qa14:17
*** vsaienko has joined #openstack-qa14:18
*** Swami_ has quit IRC14:18
*** Swami__ has quit IRC14:19
*** ramishra_ has quit IRC14:19
*** ramishra has joined #openstack-qa14:20
*** erlon has joined #openstack-qa14:21
*** dave-mccowan has joined #openstack-qa14:26
*** mriedem1 has joined #openstack-qa14:27
*** mriedem has quit IRC14:27
openstackrecheckConsole logs not available after 13:24s for gate-nova-python27-db 234659,25,529f4de14:27
*** spzala has joined #openstack-qa14:28
*** yamahata has joined #openstack-qa14:31
*** bdperkin has quit IRC14:32
*** pglass has quit IRC14:32
mtreinishmriedem: right max_microversion just tells tempest what things are allowed, it doesn't actually dictate what version is sent14:36
mtreinishmriedem: that's basically just the either determined by the tempest min_microversion option or the test case's attrs14:37
*** zeih has joined #openstack-qa14:37
mtreinishmasayukig: cool, we should bake TESTR_PDB="" into the default env then (unless it's already defined)14:38
mtreinishI'll add that to the next rev14:38
openstackrecheckConsole logs not available after 13:35s for gate-tempest-dsvm-postgres-full-liberty 221020,45,2eef1bb14:41
*** pauloewerton has joined #openstack-qa14:42
*** yangyapeng has joined #openstack-qa14:43
*** Alex_Stef has quit IRC14:45
mriedem1mtreinish: in my test i want to validate early that the project doesn't have access to any networks - is that ok in setup_clients or should be done in resource_setup - or doesn't matter?14:46
*** anteaya has joined #openstack-qa14:46
mriedem1i can't do it in skip_checks since that's too early14:46
*** mriedem1 is now known as mriedem14:46
mriedemresource_setup seems to make the most sense14:47
*** mtanino has joined #openstack-qa14:49
*** zeih has quit IRC14:49
mtreinishmriedem: yeah I would do it in resource_setup14:50
openstackrecheckConsole logs not available after 13:30s for gate-grenade-dsvm-neutron-multinode 326585,6,cc8985214:55
*** lutostag has joined #openstack-qa14:55
*** salv-orl_ has quit IRC14:56
openstackgerritAndrea Frittoli proposed openstack/tempest: Define _set_network_clients  https://review.openstack.org/32667214:56
openstackgerritAndrea Frittoli proposed openstack/tempest: Prepare the Manager class for tempest.lib  https://review.openstack.org/32668314:56
openstackgerritAndrea Frittoli proposed openstack/tempest: Define _set_image_clients  https://review.openstack.org/32667114:56
*** salv-orlando has joined #openstack-qa14:57
*** nadya has joined #openstack-qa14:58
*** fawadkhaliq has joined #openstack-qa15:00
*** nadya_ has joined #openstack-qa15:01
*** zz_dimtruck is now known as dimtruck15:03
*** nadya has quit IRC15:03
*** cdent has joined #openstack-qa15:05
*** gvrangan has joined #openstack-qa15:05
*** frickler has quit IRC15:06
*** frickler has joined #openstack-qa15:06
*** pglass has joined #openstack-qa15:08
openstackrecheckConsole logs not available after 13:29s for gate-grenade-dsvm-neutron 326667,7,322b16f15:08
*** e0ne_ is now known as e0ne15:11
*** nadya_ has quit IRC15:12
*** mriedem1 has joined #openstack-qa15:15
*** raissa_ is now known as raissa15:16
*** mriedem has quit IRC15:17
*** thingee has quit IRC15:18
*** david-lyle has joined #openstack-qa15:19
*** davidlenwell has quit IRC15:20
*** zackf has joined #openstack-qa15:21
*** akshai has quit IRC15:21
*** akshai has joined #openstack-qa15:21
openstackrecheckConsole logs not available after 13:29s for periodic-tempest-dsvm-stress-master 302332,6,eca4b9d15:22
openstackgerritMark T. Voelker proposed openstack/tempest: Add simple test for Neutron GET /  https://review.openstack.org/31174715:22
*** woodster_ has joined #openstack-qa15:24
*** mriedem1 is now known as mriedem15:24
openstackgerritAndrea Frittoli proposed openstack/tempest: Add unit test coverage for account generator  https://review.openstack.org/32718215:25
andreafmtreinish, afazekas, gmann, oomichi: I wrote and locally ran unit tests for the test account generator tool, and forgot to add them to the commit - here they are ^^^15:26
*** bdperkin has joined #openstack-qa15:26
*** bdperkin has quit IRC15:26
*** bdperkin has joined #openstack-qa15:26
*** fnaval has quit IRC15:26
*** yamamoto has joined #openstack-qa15:28
*** ajmiller has joined #openstack-qa15:29
*** ajmiller__ has quit IRC15:31
*** fnaval has joined #openstack-qa15:31
openstackgerritMatt Riedemann proposed openstack/tempest: WIP: Add compute API tests for 'get-me-a-network'  https://review.openstack.org/32719115:32
*** yamamoto has quit IRC15:33
*** tfreger has quit IRC15:36
openstackrecheckConsole logs not available after 13:28s for gate-nova-python34-db 280301,11,fd0277f15:36
*** Swami_ has joined #openstack-qa15:38
openstackgerritRob Crittenden proposed openstack-dev/devstack: Make wait_for_service more robust by checking HTTP response  https://review.openstack.org/32124915:39
*** nadya has joined #openstack-qa15:40
*** Swami__ has joined #openstack-qa15:40
*** nadya has quit IRC15:40
openstackgerritMatthew Treinish proposed openstack/tempest: Add tempest run command  https://review.openstack.org/28441115:40
mtreinishmasayukig: ^^^ that should address the things you pointed out15:41
mtreinishand some more that I found with additional testing15:41
*** Swami has quit IRC15:42
*** zeih has joined #openstack-qa15:43
*** Swami_ has quit IRC15:43
*** zeih has quit IRC15:43
*** bkopilov has quit IRC15:43
*** zeih has joined #openstack-qa15:44
*** Swami__ has quit IRC15:45
*** vhosakot has joined #openstack-qa15:46
*** yamamoto has joined #openstack-qa15:46
mtreinishmriedem: you'll still need the skip in skip_checks too, because of the whole n-net vs neutron thing, the network service tag doesn't actually ever skip15:48
mtreinishmriedem: https://github.com/openstack/tempest/blob/master/tempest/test.py#L7715:48
*** zeih has quit IRC15:48
mriedemmtreinish: ok...15:49
mriedemnot sure why the network tag decoration is needed then, just info i guess?15:49
mtreinishit was more about just tagging the test so if you wanted to filter to just network tests this would get run15:49
mtreinishlike 'testr run network'15:50
openstackrecheckConsole logs not available after 13:27s for gate-horizon-tox-py27dj18 316244,28,34659d315:50
*** Apoorva has joined #openstack-qa15:51
*** bkopilov has joined #openstack-qa15:52
*** dwalleck has joined #openstack-qa15:53
openstackgerritDaniel Berrange proposed openstack-dev/devstack: nova.conf: set privsep helper command for os-vif plugins  https://review.openstack.org/32719915:54
*** rlrossit has quit IRC15:55
andreafmtreinish, oomichi: I'm trying to decouple client lazy load in the client manager from making client manager ready to be a stable interface, if you want to have a look https://review.openstack.org/#/c/326683 I'm looking for early feedback on the approach15:56
*** yamamoto has quit IRC15:56
*** davidlenwell has joined #openstack-qa15:56
*** yamamoto has joined #openstack-qa15:56
mtreinishandreaf: I'll trade you for a look at a quick fix: https://review.openstack.org/326725 and tempest run: https://review.openstack.org/28441115:57
*** gvrangan has quit IRC15:57
*** sabeen has joined #openstack-qa15:57
andreaf+A and the 2nd one I need some time to review - but now I'm off to the airport to pick up my brother in law - so later tonight or tomorrow16:00
*** yamamoto has quit IRC16:00
andreafmtreinish: ^^16:00
*** yamamoto has joined #openstack-qa16:00
mtreinishandreaf: ok cool, thanks16:00
andreafmtreinish: for the client manger ones, they are still WIP but should be give an idea, no rush16:00
mtreinishandreaf: I just +2'd the unit test patch16:00
*** timello has joined #openstack-qa16:01
andreafthis one is of course my favourite one: https://review.openstack.org/#/c/221020/ :)16:01
andreafthanks16:01
timelloci16:01
* andreaf wonders why git add -u does not selectively add to the commit the new files that he meant to add :D16:02
*** cody-somerville has joined #openstack-qa16:02
andreafmtreinish: git should learn how to read my mind...16:02
openstackrecheckConsole logs not available after 13:24s for gate-tempest-dsvm-neutron-full-liberty 326948,1,d66d77616:03
openstackrecheckopenstack/nova change: https://review.openstack.org/325641 failed gate-grenade-dsvm in the gate queue with an unrecognized error16:05
*** fawadkhaliq has quit IRC16:07
*** edtubill has joined #openstack-qa16:07
*** yfried has quit IRC16:07
*** cody-somerville has quit IRC16:08
mtreinishandreaf: heh, it's worse when you run the latest git releases and the behavior changes on patterns you have committed to muscle memory16:10
*** nadya has joined #openstack-qa16:10
*** vhosakot has quit IRC16:15
*** salv-orlando has quit IRC16:18
*** salv-orlando has joined #openstack-qa16:18
*** rossella_s has quit IRC16:19
*** thingee has joined #openstack-qa16:22
*** nadya has quit IRC16:23
*** salv-orl_ has joined #openstack-qa16:24
openstackgerritMatthew Treinish proposed openstack/tempest: Add tempest run command  https://review.openstack.org/28441116:25
*** suyash has joined #openstack-qa16:26
*** salv-orlando has quit IRC16:27
*** sabeen has quit IRC16:28
*** sabeen has joined #openstack-qa16:28
*** e0ne has quit IRC16:30
*** yamahata has quit IRC16:30
*** yamamoto has quit IRC16:30
*** Gen has quit IRC16:31
*** Gen has joined #openstack-qa16:31
*** Gen has quit IRC16:31
*** Gen has joined #openstack-qa16:31
*** tesseract has quit IRC16:31
*** dtantsur is now known as dtantsur|afk16:32
*** Gen has quit IRC16:33
*** yamamoto has joined #openstack-qa16:34
*** weshay is now known as weshay_brb16:34
*** sabeen has quit IRC16:36
*** frontrunner has quit IRC16:36
*** yolanda has quit IRC16:37
*** jpena is now known as jpena|off16:37
*** nadya has joined #openstack-qa16:37
*** dwalleck has quit IRC16:37
*** yamamoto has quit IRC16:39
*** yolanda has joined #openstack-qa16:40
david-lylemtreinish, does this look reasonable re: stable branch concerns? https://review.openstack.org/32722616:41
david-lyleI basically just removed the stable filter16:41
*** rcernin has quit IRC16:42
*** fawadkhaliq has joined #openstack-qa16:42
david-lyleafter I finally got the plugin working properly16:42
*** fawadkhaliq has quit IRC16:42
*** fawadkhaliq has joined #openstack-qa16:42
mtreinishdavid-lyle: yeah, I think that will work fine16:43
david-lylemtreinish, thanks16:43
*** Serlex has left #openstack-qa16:47
*** frontrunner has joined #openstack-qa16:47
*** lucasagomes is now known as lucas-dinner16:48
mtreinishdavid-lyle: if you get a sec: https://review.openstack.org/#/c/326570/ should be quick16:49
*** mvk has quit IRC16:50
*** nwkarsten has quit IRC16:52
*** rlrossit has joined #openstack-qa16:52
*** gvrangan has joined #openstack-qa16:52
*** Swami has joined #openstack-qa16:54
jlvillalsdague: https://review.openstack.org/#/c/316662/ is our final patch needed to get Grenade working for Ironic :)16:54
jlvillalReviews greatly appreciated...16:54
sdaguejlvillal: +216:56
jlvillalsdague: Thanks! :)16:56
openstackrecheckopenstack/nova change: https://review.openstack.org/326810 failed because of: gate-grenade-dsvm-multinode: https://bugs.launchpad.net/bugs/129800616:56
openstackLaunchpad bug 1298006 in OpenStack-Gate "network sometimes unreachable accessing our git server" [Medium,Triaged]16:56
*** weshay_brb is now known as weshay16:57
*** jay-mehta has joined #openstack-qa16:59
openstackgerritPaulo Ewerton Gomes Fragoso proposed openstack/eslint-config-openstack: Enable func-names  https://review.openstack.org/24425716:59
*** sabeen has joined #openstack-qa17:00
*** gamado has quit IRC17:00
jay-mehtaCould anyone please review unit test patch  https://review.openstack.org/#/c/319511/  . It is +117:00
mtreinishjay-mehta: you're probably gonna have more luck asking for reviews on that in #openstack-cinder17:02
*** cody-somerville has joined #openstack-qa17:04
*** yamahata has joined #openstack-qa17:11
*** cody-somerville has quit IRC17:12
openstackgerritFranklin Naval proposed openstack/tempest: Allows specifying a name for a particular endpoint.  https://review.openstack.org/28427317:12
openstackrecheckConsole logs not available after 13:29s for gate-grenade-dsvm-multinode 326667,9,e32187817:13
fnavalandreaf: this should be ready for reviews again after it passes gates: https://review.openstack.org/#/c/28427317:14
fnavalthanks in advance!17:14
*** nadya has quit IRC17:18
openstackgerritFranklin Naval proposed openstack/tempest: Allows specifying a name for a particular endpoint.  https://review.openstack.org/28427317:18
*** kiran-r has quit IRC17:20
*** vhosakot has joined #openstack-qa17:20
openstackgerritFranklin Naval proposed openstack/tempest: Allows specifying a name for a particular endpoint.  https://review.openstack.org/28427317:22
*** nadya has joined #openstack-qa17:23
*** dimtruck is now known as zz_dimtruck17:30
*** e0ne has joined #openstack-qa17:32
*** yamahata has quit IRC17:33
*** zz_dimtruck is now known as dimtruck17:33
*** yamahata has joined #openstack-qa17:33
*** Gen has joined #openstack-qa17:35
*** gszasz has quit IRC17:40
*** sabeen has quit IRC17:41
*** nwkarsten has joined #openstack-qa17:42
*** nwkarsten has quit IRC17:43
*** e0ne has quit IRC17:43
*** nwkarsten has joined #openstack-qa17:43
*** kzaitsev_mb has quit IRC17:44
*** nadya has quit IRC17:45
*** ihrachys has quit IRC17:47
*** e0ne has joined #openstack-qa17:50
*** sambetts is now known as sambetts|afk17:53
*** salv-orl_ has quit IRC17:53
*** salv-orlando has joined #openstack-qa17:53
*** e0ne has quit IRC17:53
*** sabeen has joined #openstack-qa17:54
openstackgerritCastulo J. Martinez proposed openstack/tempest: Add missing tests for listing stacks for Heat API  https://review.openstack.org/32551617:57
*** sabeen has quit IRC18:01
*** sabeen has joined #openstack-qa18:01
openstackgerritAndrew Kerr proposed openstack/tempest: Add tests for Cinder user messages v3 API  https://review.openstack.org/30063918:01
openstackgerritAndrew Kerr proposed openstack-dev/devstack: Set volume service min and max microversions  https://review.openstack.org/31614418:02
*** rlrossit has quit IRC18:04
*** pvaneck has joined #openstack-qa18:04
*** rlrossit has joined #openstack-qa18:08
*** lopin has joined #openstack-qa18:09
*** asselin has quit IRC18:10
*** frontrunner has quit IRC18:10
-openstackstatus- NOTICE: Zuul has been restarted to correct an error condition. Events since 17:30 may have been missed; please 'recheck' your changes if they were uploaded since then, or have "NOT_REGISTERED" errors.18:11
*** jecarey has quit IRC18:11
openstackgerritCastulo J. Martinez proposed openstack/tempest: Add missing tests for the identity v3 API  https://review.openstack.org/31618218:11
*** lopin has quit IRC18:13
*** lopin has joined #openstack-qa18:15
*** jecarey has joined #openstack-qa18:17
*** mriedem1 has joined #openstack-qa18:17
*** dpaterson has joined #openstack-qa18:18
*** mriedem has quit IRC18:18
*** asselin has joined #openstack-qa18:21
*** mriedem1 is now known as mriedem18:26
dpatersonmasayukig: Is there a plan for a mid-cycle sprint?  If so, I would like to participate but need to budget travel soon.18:28
*** lopin has quit IRC18:33
openstackgerritRichard Theis proposed openstack-dev/devstack: Support "geneve" ML2 plugin type driver  https://review.openstack.org/32727818:35
*** zeih has joined #openstack-qa18:35
*** frontrunner has joined #openstack-qa18:36
*** lopin has joined #openstack-qa18:36
*** alyson_ has quit IRC18:38
*** gvrangan has quit IRC18:40
*** gouthamr has quit IRC18:45
*** lopin has quit IRC18:47
*** lopin has joined #openstack-qa18:48
*** yolanda has quit IRC18:48
*** vhosakot has quit IRC18:50
*** krtaylor has quit IRC18:52
*** Kennan has quit IRC18:52
*** vhosakot has joined #openstack-qa18:52
*** Kennan has joined #openstack-qa18:52
*** cody-somerville has joined #openstack-qa18:53
*** cody-somerville has quit IRC18:53
*** cody-somerville has joined #openstack-qa18:53
mtreinishdpaterson: if you get a sec you might want to take a look at the lastest rev on tempest run: https://review.openstack.org/28441118:54
dpatersonmtreinish: will do18:54
mtreinishit should be about ready now18:54
*** fnaval has quit IRC18:57
*** fnaval has joined #openstack-qa18:58
*** fnaval has quit IRC18:58
*** fnaval has joined #openstack-qa18:59
*** gouthamr has joined #openstack-qa19:01
*** alex_xu has quit IRC19:02
*** jecarey has quit IRC19:03
*** lopin has quit IRC19:03
*** lopin has joined #openstack-qa19:05
*** Apoorva has quit IRC19:05
*** krtaylor has joined #openstack-qa19:05
*** alex_xu has joined #openstack-qa19:06
andreaffnaval: cool I'll check it tomorrow19:09
fnavalandreaf: thank you sir!19:09
openstackgerritMatthew Treinish proposed openstack-infra/devstack-gate: DNM playing with tempest run  https://review.openstack.org/32729119:10
*** jecarey has joined #openstack-qa19:11
*** jecarey has quit IRC19:11
*** jecarey has joined #openstack-qa19:12
*** lopin has quit IRC19:13
*** lopin has joined #openstack-qa19:13
*** e0ne has joined #openstack-qa19:13
*** salv-orlando has quit IRC19:14
*** salv-orlando has joined #openstack-qa19:14
*** kzaitsev_mb has joined #openstack-qa19:19
*** gvrangan has joined #openstack-qa19:19
*** frontrunner has quit IRC19:21
mtreinishtimothyb89: do you want to add your subunit karma reporter to gerrit and add it to qa? Or just keep it on your github?19:23
*** rcernin has joined #openstack-qa19:25
*** gvrangan has quit IRC19:26
*** ifarkas has quit IRC19:31
*** nadya has joined #openstack-qa19:37
*** lopin has quit IRC19:37
openstackgerritMatthew Treinish proposed openstack-infra/devstack-gate: DNM playing with tempest run  https://review.openstack.org/32729119:38
*** salv-orlando has quit IRC19:39
*** salv-orlando has joined #openstack-qa19:40
*** lopin has joined #openstack-qa19:40
*** spzala has quit IRC19:46
*** lopin has quit IRC19:46
*** lopin has joined #openstack-qa19:46
*** Apoorva has joined #openstack-qa19:47
*** yolanda has joined #openstack-qa19:50
*** timello has quit IRC19:52
*** cody-somerville has quit IRC19:54
*** dimtruck is now known as zz_dimtruck19:54
*** lopin has quit IRC19:56
*** zz_dimtruck is now known as dimtruck19:57
timothyb89mtreinish: I'm open to adding it to qa if you think that's a good home for it19:58
timothyb89mtreinish: there's also node-subunit to worry about as well19:59
*** fawadkhaliq has quit IRC20:01
*** fawadkhaliq has joined #openstack-qa20:01
*** e0ne has quit IRC20:04
*** nwkarsten has quit IRC20:04
*** fawadkhaliq has quit IRC20:05
*** nwkarsten has joined #openstack-qa20:08
*** nwkarsten has quit IRC20:08
*** nwkarsten has joined #openstack-qa20:08
*** timello has joined #openstack-qa20:09
*** jeblair has quit IRC20:09
*** jeblair has joined #openstack-qa20:10
*** minwang2 has joined #openstack-qa20:10
*** minwang2 has quit IRC20:12
mtreinishtimothyb89: yeah, I think node-subunit just belongs in subunit upstream, it already has multiple language bindings. The only thing I don't know about there is the packaging story, you'll have to ask lifeless20:12
mtreinishtimothyb89: but for the karma reporter I think QA is a good home for it20:12
mtreinishtimothyb89: although having a random js lib on github is the norm, not sure you want to deviate from that :)20:13
timothyb89mtreinish: heh, I suppose that's true as well20:13
openstackgerritRob Crittenden proposed openstack-dev/devstack: Make wait_for_service more robust by checking HTTP response  https://review.openstack.org/32124920:14
timothyb89mtreinish: should I get a patch up to create a karma-subunit-reporter project?20:14
*** timello has quit IRC20:15
mtreinishtimothyb89: yeah, and then a governance patch to add it to qa20:16
timothyb89mtreinish: okay cool, I'll get on that20:16
mtreinishmriedem: hmm, that error message isn't super useful: http://logs.openstack.org/91/327191/1/check/gate-tempest-dsvm-neutron-full/615a890/console.html#_2016-06-08_20_09_50_70220:17
mtreinishdoesn't say where the network is coming from20:17
mriedemmtreinish: damn you're faster than i was on that one20:18
*** minwang2 has joined #openstack-qa20:19
*** mvk has joined #openstack-qa20:19
mtreinishmriedem: I wonder if it's picking up a shared network or something? We've had problems with that before20:21
mriedemyeah i guess my setup check for that doesn't match what's in the nova code for getting available networks for the tenant20:21
*** nadya has quit IRC20:22
*** timello has joined #openstack-qa20:22
openstackrecheckConsole logs not available after 13:30s for gate-nova-python27-db 327183,1,7c1fd0920:24
*** spzala has joined #openstack-qa20:25
*** spzala has quit IRC20:26
*** spzala has joined #openstack-qa20:26
*** gvrangan has joined #openstack-qa20:27
*** ihrachys has joined #openstack-qa20:28
*** timello has quit IRC20:29
*** cody-somerville has joined #openstack-qa20:30
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Define 3 image clients as libraries  https://review.openstack.org/32675120:36
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Separate resource_types_client from images_client  https://review.openstack.org/32670020:36
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Add unit tests for glance v2 service clients  https://review.openstack.org/32732020:36
*** cody-somerville has quit IRC20:38
*** timello has joined #openstack-qa20:38
*** timello has quit IRC20:38
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Define 3 image clients as libraries  https://review.openstack.org/32675120:39
mtreinishandreaf: did you see my comment on your scope patch? it looks like it's breaking the puppet jobs. I didn't dig into it too much, but it's probably running in a config you weren't expecting20:40
*** nadya has joined #openstack-qa20:40
openstackrecheckConsole logs not available after 13:32s for gate-nova-python34-db 327188,1,e89669b20:40
*** timello has joined #openstack-qa20:42
*** gouthamr has quit IRC20:43
*** dave-mccowan has quit IRC20:44
*** nadya has quit IRC20:45
*** spzala has quit IRC20:45
*** dimtruck is now known as zz_dimtruck20:46
*** zeih has quit IRC20:47
*** openstackgerrit has quit IRC20:48
*** openstackgerrit has joined #openstack-qa20:48
openstackgerritSean Dague proposed openstack-infra/devstack-gate: DNM: experimenting with local.conf  https://review.openstack.org/32658520:53
*** jbernard has quit IRC20:56
*** erlon has quit IRC20:56
*** nadya has joined #openstack-qa20:58
*** porrua has quit IRC20:58
*** dave-mccowan has joined #openstack-qa21:00
*** jbernard has joined #openstack-qa21:03
*** nadya has quit IRC21:03
*** edtubill has quit IRC21:06
*** dkranz has quit IRC21:08
*** zhufl has quit IRC21:10
*** zhufl has joined #openstack-qa21:11
openstackrecheckConsole logs not available after 13:25s for gate-tempest-pep8 284411,14,1b0961021:12
mriedemmtreinish: hmm, looks like when setting up credentials there shouldn't be a network21:15
mriedemhttp://logs.openstack.org/91/327191/1/check/gate-tempest-dsvm-neutron-full/615a890/logs/tempest.txt.gz#_2016-06-08_19_39_36_87121:15
mriedembut yeah that's probably a private tenant network?21:15
mriedemnot accounting for the public shared network that devstack sets up?21:15
*** nadya has joined #openstack-qa21:17
mriedemah yeah it's the public network21:17
mriedemhttp://logs.openstack.org/91/327191/1/check/gate-tempest-dsvm-neutron-full/615a890/logs/tempest.txt.gz#_2016-06-08_19_39_37_65421:17
*** dustins has quit IRC21:17
*** ylobankov has quit IRC21:17
*** ylobankov has joined #openstack-qa21:17
mtreinishmriedem: yeah, the set_network_resources call you added before the super() in setup_credentials tells dynamic_creds to not create anything networking related21:20
mtreinishmriedem: we should be able to filter out the public networks, this has come up before21:21
mriedemmtreinish: yeah21:21
mtreinishlet me try to find an example (or just looking at the json blob might be faster)21:21
mriedemi really just need to mimic this https://github.com/openstack/nova/blob/a0bedb332c96b363f0fd6acfa81b5937a82244eb/nova/network/neutronv2/api.py#L155-L16021:21
mriedembut need to figure out what tenant id the test is using21:21
*** nadya has quit IRC21:22
mtreinishmriedem: cls.os.credentials.project_id, or something like that21:22
mriedemcls.os.credentials.tenant_id21:24
mtreinishmriedem: that would only work on v2 I think21:25
*** mvk_ has joined #openstack-qa21:25
mriedemit's what the volume api tests are using21:26
openstackrecheckConsole logs not available after 13:27s for gate-nova-pep8 320063,7,3363a8a21:26
mtreinishhmm, well whatever. It's not like keystone v3 works in the gate anyway21:27
mtreinishif it's an issue we can always fix it later21:27
*** rlrossit has quit IRC21:27
*** mvk has quit IRC21:28
mriedemcan you get the tenant_id from any rest client?21:28
mriedemcls.tenant_id = cls.flavors_client.tenant_id21:29
mriedemi see stuff like that21:29
mtreinishmriedem: I was thinking you could just do this: https://github.com/openstack/tempest/blob/master/tempest/api/network/test_networks.py#L377-L38221:29
*** dpaterson has quit IRC21:30
mtreinishmriedem: yeah tenant_id and stuff are properties on the rest_client class (which is the base for all the service clients)21:30
*** lifeless_ is now known as lifeless21:30
mtreinishmriedem: https://github.com/openstack/tempest/blob/master/tempest/lib/common/rest_client.py#L163-L17021:31
mriedemkick ass21:31
mriedemkick21:31
mriedemass21:31
mriedemfor dramatic effect21:31
mtreinishheh21:32
lifelessmtreinish: timothyb89: we can make a repo for node-subunit trivially and give you commit access21:32
lifelesslike the go-subunit repo21:32
lifelessjust tell me the one to adopt21:32
lifeless / a name21:32
lifelessand whom21:32
mtreinishlifeless: https://github.com/timothyb89/node-subunit21:32
mtreinishlifeless: it's all timothyb8921:33
lifelessmtreinish: cool; so I'll wait for an ack from timothyb89 and then do that21:34
timothyb89lifeless: sure, whatever you think is bet21:34
timothyb89best, even21:34
*** nadya has joined #openstack-qa21:35
*** yamahata has quit IRC21:35
lifelesstimothyb89: is it node specific, or js but you built it to use with node ?21:35
openstackgerritMatt Riedemann proposed openstack/tempest: WIP: Add compute API tests for 'get-me-a-network'  https://review.openstack.org/32719121:36
timothyb89lifeless: node specific at the moment21:36
*** ihrachys has quit IRC21:36
lifelesstimothyb89: ok, so we should expect a subunit-js thats different in future? Or would you refactor / add more modules within this code base to e.g. support selenium21:37
*** ihrachys has joined #openstack-qa21:37
timothyb89potentially more modules in the future, though I'd expect the base lib to be mostly the same21:39
*** nadya has quit IRC21:39
openstackrecheckConsole logs not available after 13:27s for gate-horizon-pep8 327292,1,eb04c7721:39
timothyb89though it would be possible to add support for browser usage (vanilla js) as well21:39
lifelesstimothyb89: ok, so I propose to call it subunit-js21:41
*** lutostag has quit IRC21:41
lifelesstimothyb89: matching subunit-go in namning convention21:41
lifelesstimothyb89: ok?21:41
timothyb89lifeless: sure, sounds fine to me21:42
timothyb89though I'm unsure what renaming the npm package will entail21:42
*** cody-somerville has joined #openstack-qa21:42
timothyb89I suppose just mark as deprecated and publish under the new name21:42
lifelessok, so https://github.com/timothyb89/node-subunit is the remote you'll need to add21:43
*** lutostag has joined #openstack-qa21:43
*** nadya has joined #openstack-qa21:44
lifelesstimothyb89: you should have an invite to the committers team for testing-cabal now21:44
timothyb89ah, cool, just saw that21:45
lifelesstimothyb89: with great power comes great responsibility :) - e.g. don't push into other repos without chatting with folk that are feeding it first, we have a trust-folk-will-be-sensible policy rather than lots of acls21:45
timothyb89lifeless: for sure :)21:45
lifelesslol @ testymctestface21:46
timothyb89I was feeling especially uncreative that day... :)21:47
lifelesstimothyb89: I don't know if you need to rename the node package or not21:47
lifelesstimothyb89: it might be nice to do so but I certainly don't care any which way :)21:47
lifelesslet me know when you've pushed and I'll tweet that its there21:47
*** pauloewerton has quit IRC21:48
timothyb89lifeless: sure... are there any other users I should add as owners of the npm package?21:48
*** timello has quit IRC21:49
*** nadya has quit IRC21:49
lifelesstimothyb89: on the npm site? No idea :) I'd wait and see who else collaborates with you21:49
timothyb89okay, fair enough21:50
lifelesstimothyb89: I don't know who else in testing-cabal even has an npm uid21:50
timothyb89lifeless: are there any concerns with licensing of the repo as it is now?21:53
lifelessApache V2 is fine21:53
lifelesswhich is what it looked like when I checked it out, no ?21:53
*** ihrachys_ has joined #openstack-qa21:53
*** rcernin is now known as rcernin|off21:54
*** cdent has quit IRC21:54
timothyb89lifeless: yup, no changes planned, just making sure that's fine21:54
openstackrecheckConsole logs not available after 13:30s for gate-tempest-dsvm-postgres-full 327291,2,70eac9421:54
*** ihrachys has quit IRC21:56
*** Gen has quit IRC21:58
*** nadya has joined #openstack-qa22:02
*** cody-somerville has quit IRC22:03
*** vhosakot has quit IRC22:03
*** timello has joined #openstack-qa22:05
*** gouthamr has joined #openstack-qa22:06
openstackrecheckConsole logs not available after 13:28s for gate-glance-python27-db 326126,4,9b1a81622:08
*** pglass has quit IRC22:08
*** nadya has quit IRC22:08
timothyb89lifeless: okay, I've updated docs and pushed, and re-published to npm under the new name: https://www.npmjs.com/package/subunit-js22:10
lifelesscool22:11
*** ihrachys_ has quit IRC22:11
*** nadya has joined #openstack-qa22:11
*** ihrachys has joined #openstack-qa22:12
*** ihrachys has quit IRC22:12
lifelesstimothyb89: and publicised. wicked :)22:12
timothyb89lifeless: awesome!22:13
*** nadya has quit IRC22:16
*** nadya has joined #openstack-qa22:20
*** rcernin|off has quit IRC22:21
openstackrecheckConsole logs not available after 13:23s for gate-nova-pep8 327302,1,56e1fea22:22
andreafmtreinish: thanks nice catch on https://review.openstack.org/#/c/221020/ - I know nothing about those puppet jobs, I'll try to find out - do you have an overview you can point me at?22:23
*** nwkarsten has quit IRC22:23
*** gvrangan has quit IRC22:23
*** gvrangan has joined #openstack-qa22:25
*** salv-orl_ has joined #openstack-qa22:25
*** nadya has quit IRC22:25
*** tosky has quit IRC22:25
mtreinishandreaf: from our perspective it's mostly just everything is ipv6, ssl, and keystone v3 by default22:26
andreafmtreinish: I guess the problem may be that the default admin user is not assigned a role on the domain, like we do in devstack, but I have no idea where to look for that22:26
mtreinishandreaf: heh, probably puppet-keystone or puppet-tempest22:26
andreafmtreinish: I guess that's created by a puppet module22:26
mtreinishandreaf: I would ask EmilienM he'll probably know off the top of his head22:27
andreafEmilienM: ping - I'm looking for the place where the admin user is setup in puppet jobs running against tempest - i.e. http://logs.openstack.org/20/221020/46/check/gate-puppet-openstack-integration-3-scenario001-tempest-centos-7-nv/277ebe2/console.html#_2016-06-08_14_34_27_01322:27
*** salv-orlando has quit IRC22:28
*** fnaval has quit IRC22:29
*** fnaval has joined #openstack-qa22:29
*** nadya has joined #openstack-qa22:29
*** mriedem has quit IRC22:31
mtreinishandreaf: https://github.com/openstack/puppet-openstack-integration/blob/6bcc7756fc7eeff4f32e795165c0008e1fdb258c/manifests/keystone.pp#L70-L73 and https://github.com/openstack/puppet-keystone/blob/49bf9e85ece425adafdf03246318281c6c233cc2/manifests/roles/admin.pp22:32
mtreinishI think that's it22:32
mtreinishso it doesn't look like it's setting a role on the domain22:33
mtreinishandreaf: but is that a requirement?22:33
andreaffor using domain scoped tokens yes22:34
andreafwhich is what my patch tries to turn on for identity v3 admin clients22:34
*** timello has quit IRC22:34
*** nadya has quit IRC22:35
mtreinishandreaf: but I'm not sure that's something we can really assume for config file admin creds22:35
mtreinishfor dynamic creds we can, we just assign it22:35
*** zz_dimtruck is now known as dimtruck22:35
mtreinishand for preprov we can add a flag or something22:35
mtreinishbut for the config file we don't have anything to really describe it22:35
*** Gen has joined #openstack-qa22:35
mtreinishwhy is v3 so confusing...22:35
andreafmtreinish: if a cloud uses this policy https://github.com/openstack/keystone/blob/master/etc/policy.v3cloudsample.json, a domain token is required to do any admin operation, so the initial admin must have that22:36
andreafrole on the domain22:36
*** edmondsw has quit IRC22:37
andreafmtreinish: I could introduce a configuration flag then, whether the role on domain is required for admins or not22:37
andreafdynamic cred will add it, and now users pre-provisioned via the account generator will also do the same22:37
mtreinishandreaf: heh, well we can't assume the accounts.yaml came from the script22:38
*** nwkarsten has joined #openstack-qa22:38
EmilienMandreaf: looking22:38
andreafmtreinish: the base policy instead does not enforce that https://github.com/openstack/keystone/blob/master/etc/policy.json but it works with domain scoped tokens as well22:38
* EmilienM reading backlog22:38
*** nadya has joined #openstack-qa22:39
*** timello has joined #openstack-qa22:39
mtreinishandreaf: sure, I got that. I'm just trying to figure out how we want to handle domain roles on provided credentials22:39
mtreinishbecause right now your patch does it as an implicit assumption which is what tripped up the puppet jobs22:40
mtreinishand if we do that we need to really document that22:40
mtreinishand very clearly so22:40
andreafmtreinish: ok that's a good point22:40
EmilienMlet me check if we set a role on the domain22:40
mtreinishor we make it configurable somehow22:40
andreafmtreinish: well if a cloud uses the cloudv3 policy its admin users wherever they come from should have the role on the domain else they won't be able to do anything22:41
mtreinishandreaf: especially because whether it's a hard requirement or not comes from the configured policy.json which is completely undiscoverable from the api side22:41
mtreinishas that failure shows22:41
mtreinishno real indication of what was wrong22:41
andreafmtreinish: so perhaps we can have a new config item about this - it it's enabled, the domain scoped is used, and admins are expected to have that role - we can document that22:42
*** minwang2 has quit IRC22:42
EmilienMI don't think we set a role on the domain22:42
mtreinishEmilienM: yeah, that's what it looked like when I quickly skimmed things22:42
andreafmtreinish: if it's disable is behaves like today, so project scope is used, and admin is not required the scope on the domain22:43
*** nwkarsten has quit IRC22:43
andreafEmilienM: thanks!22:43
mtreinishandreaf: yeah I think a config flag is the only way to handle this22:43
EmilienMif you want I can add the parameters to do it22:43
EmilienMand see how your patch behaves with Depends-On22:43
*** nadya has quit IRC22:43
*** fawadkhaliq has joined #openstack-qa22:44
*** kzaitsev_mb has quit IRC22:44
andreafEmilienM: I will add a configuration on tempest side, so it's not mandatory for you to have that role - you will really need it only if you want to support the cloudv3sample.json policy in keystone22:44
*** kzaitsev_mb has joined #openstack-qa22:44
EmilienMandreaf: we might want to test it, once your feature is done, we'll have this case in our scenarios22:45
andreafEmilienM: I assume you deploy with the base policy in the gate job, not sure if you are interested in that policy22:45
*** salv-orl_ has quit IRC22:45
EmilienMit will improve our v3 coverage22:45
andreafEmilienM: cool :)22:45
EmilienMandreaf: we are using policy proved by upstream repos22:45
EmilienM(packaging, but upstream repo)22:45
EmilienMwe don't touch it22:45
* EmilienM bookmarks your patch and TODO add it to scenarios once it merges22:46
andreafEmilienM, mtreinish : thanks22:46
*** salv-orlando has joined #openstack-qa22:46
*** JayF has joined #openstack-qa22:47
*** jecarey_ has joined #openstack-qa22:47
*** nadya has joined #openstack-qa22:48
andreafmtreinish: I would put the new config flag in the identity section, since it's about how identity is configured22:48
mtreinishandreaf: yeah, that makes sense22:48
mtreinishandreaf: and we'll definitely need some prose on this for configuration.rst22:48
mtreinishbecause it effects the config opts and preprov22:49
andreafmtreinish: but I'm struggling with the name, admin_requires_domain_scope ?22:49
mtreinishheh, that's a mouthful22:49
mtreinishbut it's accurate22:49
andreafmtreinish: I know :( nothing shorted comes to mind, perhaps later, I can start with that22:49
mtreinisheither that admin_scoped_domain, or admin_domain_scope wfm22:50
mtreinishwe can bikeshed on name in review22:50
andreafwhat about domain_scoped_tokens22:50
*** jecarey has quit IRC22:51
* andreaf bikeshedding....22:51
*** jecarey_ has quit IRC22:52
andreafmtreinish: a config options raises the question of whether we should run that configuration in the gate22:52
*** nadya has quit IRC22:52
andreafmtreinish: would it be ok to turn the option on for one of the jobs?22:52
mtreinishandreaf: that makes it sound like every token will be domain scoped :)22:52
andreafdomain_scoped_identity_admin_tokens :D that's even longer22:53
mtreinishandreaf: I don't think it really matters if we turn it on by default on master everywhere22:53
mtreinishit's not like we use v3 auth by default22:53
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Rename image members clients  https://review.openstack.org/32740422:53
andreafmtreinish: ok but the puppet jobs then would have to either set the role or disable the config option22:54
mtreinishandreaf: sorry, I meant in devstack22:55
mtreinishit has to be default false in tempest22:55
*** yolanda has quit IRC22:55
andreafmtreinish: ah right ok22:55
*** amotoki has quit IRC22:56
*** nadya has joined #openstack-qa22:57
*** sdague has quit IRC22:59
*** amotoki has joined #openstack-qa23:02
*** rbak has quit IRC23:02
*** nadya has quit IRC23:02
openstackrecheckConsole logs not available after 13:28s for gate-keystone-pep8 320586,33,e10f14e23:02
*** timello has quit IRC23:03
*** nadya has joined #openstack-qa23:06
*** sabeen has quit IRC23:07
*** vhosakot has joined #openstack-qa23:08
*** nadya has quit IRC23:11
*** bnemec has quit IRC23:11
openstackgerritMerged openstack/tempest: Make missing global config dir not fatal in tempest init  https://review.openstack.org/32672523:13
*** markvoelker has quit IRC23:13
*** vhosakot has quit IRC23:14
*** jgriffith is now known as jgriffith_away23:14
*** vhosakot has joined #openstack-qa23:14
*** gouthamr_ has joined #openstack-qa23:15
*** kzaitsev_mb has quit IRC23:15
*** timello has joined #openstack-qa23:16
openstackrecheckConsole logs not available after 13:33s for gate-tempest-dsvm-neutron-full 325589,13,754a06023:16
*** fawadkhaliq has quit IRC23:17
*** fawadkhaliq has joined #openstack-qa23:18
*** gouthamr has quit IRC23:18
*** bnemec has joined #openstack-qa23:19
*** fawadkhaliq has quit IRC23:21
*** nwkarsten has joined #openstack-qa23:22
*** nadya has joined #openstack-qa23:24
*** timello has quit IRC23:24
*** vhosakot has quit IRC23:25
openstackgerritAndrea Frittoli proposed openstack/tempest: Use scope in v3 identity client  https://review.openstack.org/22102023:26
*** vhosakot has joined #openstack-qa23:26
andreafmtreinish: ^^^ first attempt23:26
openstackgerritMerged openstack/tempest: Centralized Workspaces  https://review.openstack.org/28377023:28
*** nadya has quit IRC23:29
openstackrecheckConsole logs not available after 13:26s for gate-horizon-tox-py27dj18 316244,31,16f6dc423:29
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: WIP: Add option to include run_id test_runs by run meta call  https://review.openstack.org/32741123:30
openstackgerritAndrea Frittoli proposed openstack-dev/devstack: Enable admin_domain_scope by default in Tempest  https://review.openstack.org/32741423:37
andreafmtreinish: and the devstack change ^^^23:38
openstackgerritAndrea Frittoli proposed openstack/tempest: Test change  https://review.openstack.org/32741623:39
andreafmtreinish: ...and a test change on top that pulls all together and tests on experimental queue ^^^23:41
*** tochi has joined #openstack-qa23:42
*** nadya has joined #openstack-qa23:42
andreafmasayukig. oomichi, gmann: a couple of easy ones: https://review.openstack.org/#/c/326976/ and https://review.openstack.org/#/c/327182/23:42
openstackrecheckConsole logs not available after 13:31s for gate-tempest-dsvm-postgres-full 320156,52,baf03d923:43
oomichiandreaf: heh, ok. checking :)23:43
*** markvoelker has joined #openstack-qa23:44
andreafmtreinish: how would you implement those unit tests without a Mixin? Just repeating all the mocks everywhere?23:44
* andreaf wants to learn how to write better code :)23:45
*** timello has joined #openstack-qa23:47
*** nadya has quit IRC23:47
*** markvoelker has quit IRC23:49
oomichiandreaf: about https://review.openstack.org/#/c/326976/1/tempest/common/preprov_creds.py23:49
oomichiandreaf: why can we just remove the lines 332-334? the above 2 seem good as the logic, but the last one is different23:50
andreafoomichi: use_default_creds is not valid anymore, so we don't need to check for it - the rest of the logic isn't changed23:51
*** nwkarsten has quit IRC23:51
*** nadya has joined #openstack-qa23:51
*** nwkarsten has joined #openstack-qa23:52
andreafoomichi: the logic was - when using legacy configured credentials just return False on any request for role, as not supported in that configuration, else check if the role is there23:52
andreafoomichi: so now we just check if the role is there23:52
andreafoomichi: going to bed now, leave me a comment on the review if you have more questions :)23:53
andreafoomichi: and thanks for the review23:53
oomichiandreaf: maybe it would be fine if I dig the code more ;)23:54
oomichis/it/the patch/23:54
*** nadya has quit IRC23:56
openstackrecheckConsole logs not available after 13:31s for gate-tempest-dsvm-postgres-full 326918,15,c2e611923:57

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