Wednesday, 2014-03-26

*** kgriffs is now known as kgriffs_afk00:00
*** Trozz has joined #openstack-qa00:03
*** rhsu has quit IRC00:05
*** atiwari has quit IRC00:09
openstackgerritChristopher Yeoh proposed a change to openstack/qa-specs: Add a template for design specifications  https://review.openstack.org/8197900:11
HenryGCan I use devstack to just clone all the repos (RECLONE=True) and then stop (not start openstack)?00:15
*** catohornet1 has quit IRC00:17
*** catohornet1 has joined #openstack-qa00:19
*** krtaylor has joined #openstack-qa00:20
*** mestery has quit IRC00:23
*** mmaglana has quit IRC00:25
*** matsuhashi has joined #openstack-qa00:27
*** morganfainberg is now known as morganfainberg_Z00:33
*** yamahata has quit IRC00:34
*** Aimon has joined #openstack-qa00:35
*** mriedem has joined #openstack-qa00:37
*** zhikunliu has joined #openstack-qa00:39
openstackgerritYuiko Takada proposed a change to openstack/tempest: Verify list extensions attributes of V2/V3 APIs  https://review.openstack.org/8272800:39
*** zhikunliu has quit IRC00:40
openstackgerritSteve Martinelli proposed a change to openstack-dev/devstack: Update neutron-adv-test to use openstackclient commands  https://review.openstack.org/8048400:44
*** catohornet2 has joined #openstack-qa00:46
*** catohornet1 has quit IRC00:46
openstackgerritMatt Riedemann proposed a change to openstack-infra/elastic-recheck: Add query for heat bug 1297560  https://review.openstack.org/8295500:50
*** mmaglana has joined #openstack-qa00:56
*** otherwiseguy has joined #openstack-qa01:09
*** matsuhashi has quit IRC01:12
*** matsuhashi has joined #openstack-qa01:14
*** rfolco has joined #openstack-qa01:23
*** weshay has quit IRC01:25
openstackrecheckopenstack/swift change: https://review.openstack.org/82922 failed gate-tempest-dsvm-neutron in the gate queue with an unrecognized error01:26
*** nosnos has joined #openstack-qa01:27
*** krtaylor has quit IRC01:34
*** catohornet__ has joined #openstack-qa01:44
*** rfolco has quit IRC01:48
*** mkollaro has quit IRC01:51
*** otherwiseguy has quit IRC01:55
Anju1sdague:  good morning , please put your eye https://review.openstack.org/#/c/82835/01:58
*** yamahata has joined #openstack-qa01:58
*** matsuhashi has quit IRC02:00
clarkbAnju1: why does that test pass before it swift can't do it?02:02
*** mitchm has quit IRC02:03
*** matsuhashi has joined #openstack-qa02:08
*** otherwiseguy has joined #openstack-qa02:12
*** harlowja is now known as harlowja_away02:27
*** shwetaap has joined #openstack-qa02:28
*** catohornet1 has joined #openstack-qa02:33
*** catohornet___ has joined #openstack-qa02:33
*** catohornet__ has quit IRC02:35
*** catohornet2 has quit IRC02:35
*** krtaylor has joined #openstack-qa02:38
openstackgerritNachi Ueno proposed a change to openstack-dev/devstack: Change NOVA_VIF_DRIVER for ml2 with NeutronFirewallVIFDriver  https://review.openstack.org/8293702:39
*** nati_ueno has quit IRC02:42
*** catohornet1 has quit IRC02:44
*** catohornet___ has quit IRC02:44
openstackgerritA change was merged to openstack/tempest: Verify the list volume attributes of Nova APIs  https://review.openstack.org/7895002:50
openstackgerritA change was merged to openstack/tempest: Define 'links' as a common parameter type  https://review.openstack.org/8240002:50
openstackrecheckopenstack/tempest change: https://review.openstack.org/81949 failed because of: gate-tempest-docs: https://bugs.launchpad.net/bugs/1270382, gate-tempest-dsvm-neutron-heat-slow: unrecognized error03:01
*** mmaglana has quit IRC03:02
*** mriedem has quit IRC03:06
*** matsuhashi has quit IRC03:15
openstackrecheckopenstack/neutron change: https://review.openstack.org/73728 failed gate-tempest-dsvm-full, gate-tempest-dsvm-neutron-pg, gate-tempest-dsvm-neutron-pg in the gate queue with an unrecognized error03:16
*** rhsu has joined #openstack-qa03:18
Anju1hi clarkb03:18
Anju1in code basically03:19
Anju1if you will check first there is create the metadata adn then delete the metadata functionality is provided03:20
*** Matt1 has quit IRC03:21
*** nosnos has quit IRC03:28
clarkbAnju1: but the test passes03:28
clarkbAnju1: and they are two different metadata fields03:28
clarkbit isn't creating and deleting the same on in the same operation03:28
Anju1clarkb : yeah ...but check that first it is creating the metadata and then deleting03:29
clarkbAnju1: I guess I don't understand how the test can be invalid if it works03:29
clarkbthe test itself seems sound, it doesn't seem to  be passing be cause of a bug in the test03:30
Anju1did you see the bug report ?03:30
Anju1https://bugs.launchpad.net/tempest/+bug/129716703:30
clarkbyes but it doesn't address my question03:31
clarkbit suggests the test should be removed because the test shouldn't work but it does03:31
Anju1https://github.com/openstack/tempest/blob/master/tempest/api/object_storage/test_account_services.py#L33603:32
Anju1does it working something like simultaneously03:32
Anju1?03:32
clarkbAnju1: I think so, that test should be run when tempest runs right?03:33
* clarkb finds test logs03:33
Anju1the test is calling this method  https://github.com/openstack/tempest/blob/master/tempest/services/object_storage/account_client.py#L9903:33
Anju1and this is behaving like the it have been described03:34
Anju1clarkb:  as per my knowledge it is not behaving as per the description03:34
clarkbAnju1: http://logs.openstack.org/64/82264/13/check/check-tempest-dsvm-full/62fa235/logs/testr_results.html.gz according to that the test runs and passes03:35
openstackgerritZhenguo Niu proposed a change to openstack-dev/devstack: Add support for django_openstack_auth  https://review.openstack.org/7988103:35
clarkbAnju1: one metadata item is deleted and a different one is creted03:36
clarkb*created03:37
Anju1clarkb:  https://github.com/openstack/tempest/blob/master/tempest/api/object_storage/test_account_services.py#L321 is this not doing the sam e?03:39
clarkbAnju1: no, that is doing the steps in discrete requests03:41
openstackrecheckopenstack/ceilometer change: https://review.openstack.org/79962 failed because of: gate-tempest-dsvm-postgres-full: https://bugs.launchpad.net/bugs/1286818, gate-swift-dsvm-functional: https://bugs.launchpad.net/bugs/1286818, gate-tempest-dsvm-full: https://bugs.launchpad.net/bugs/128681803:45
Anju1clarkb:  I am checking03:45
openstackrecheckopenstack/ceilometer change: https://review.openstack.org/82297 failed because of: gate-swift-dsvm-functional: https://bugs.launchpad.net/bugs/1286818, gate-devstack-dsvm-cells: https://bugs.launchpad.net/bugs/128681803:46
*** mestery has joined #openstack-qa03:51
*** nati_ueno has joined #openstack-qa04:02
Anju1clarkb:  I am sorry to put you in trouble ..I have ran all the api04:07
openstackrecheckopenstack/tempest change: https://review.openstack.org/80933 failed because of: gate-grenade-dsvm-partial-ncpu: unrecognized error, gate-tempest-dsvm-neutron-large-ops: https://bugs.launchpad.net/bugs/1286818, gate-tempest-dsvm-full: https://bugs.launchpad.net/bugs/128681804:08
Anju1you can mark it invalid04:08
*** GMann has joined #openstack-qa04:10
*** matsuhashi has joined #openstack-qa04:25
*** mestery has quit IRC04:25
*** mrodden has quit IRC04:30
*** Madan has joined #openstack-qa04:32
*** nosnos has joined #openstack-qa04:36
openstackrecheckopenstack/swift change: https://review.openstack.org/82922 failed because of: gate-tempest-dsvm-neutron-large-ops: https://bugs.launchpad.net/bugs/128681804:44
*** catohornet1 has joined #openstack-qa04:47
*** yfried has quit IRC04:53
*** torandu has joined #openstack-qa04:58
openstackrecheckopenstack/keystone change: https://review.openstack.org/70816 failed because of: gate-tempest-dsvm-postgres-full: https://bugs.launchpad.net/bugs/1286818, gate-tempest-dsvm-neutron-large-ops: https://bugs.launchpad.net/bugs/1286818, gate-tempest-dsvm-neutron-heat-slow: https://bugs.launchpad.net/bugs/128681805:00
*** catohornet1 has quit IRC05:19
*** shwetaap1 has joined #openstack-qa05:23
*** shwetaap has quit IRC05:26
openstackrecheckopenstack/glance change: https://review.openstack.org/75515 failed because of: gate-glance-python27: https://bugs.launchpad.net/bugs/1270382, gate-tempest-dsvm-neutron-heat-slow: unrecognized error05:52
*** nati_ueno has quit IRC05:57
*** catohornet1 has joined #openstack-qa05:59
*** catohornet1 has quit IRC06:07
*** yfried has joined #openstack-qa06:14
openstackgerritA change was merged to openstack/tempest: Validate list_keypair attribute of Nova V2/V3 APIs  https://review.openstack.org/8092406:17
*** saju_m has joined #openstack-qa06:19
*** Manishanker has joined #openstack-qa06:23
*** otherwiseguy has quit IRC06:25
openstackgerritMh Raies proposed a change to openstack/tempest: Making VPN test codes compact to avoid copy paste  https://review.openstack.org/8299706:26
openstackgerritA change was merged to openstack/tempest: Check attach-detach FIP & get FIP pool attributes  https://review.openstack.org/8053106:30
*** matsuhashi has quit IRC06:33
*** matsuhashi has joined #openstack-qa06:35
openstackgerritYair Fried proposed a change to openstack/tempest: Adds Cross Host Scenario  https://review.openstack.org/7781606:35
*** psharma has joined #openstack-qa06:37
openstackgerritYuiko Takada proposed a change to openstack/tempest: Verify attributes through Nova os-security-groups API  https://review.openstack.org/8299806:40
*** afazekas has quit IRC06:46
*** jlibosva has joined #openstack-qa06:49
openstackgerritAdam Gandelman proposed a change to openstack/tempest: Adds Ironic test_ironic_basic_ops scenario test  https://review.openstack.org/8195806:57
openstackgerritA change was merged to openstack/tempest: Add validation test in identity v3 test_role  https://review.openstack.org/8093306:59
*** matsuhas_ has joined #openstack-qa07:03
*** matsuhas_ has quit IRC07:04
openstackgerritZhi Kun Liu proposed a change to openstack/tempest: Stop leaking in images tests  https://review.openstack.org/8243607:04
*** matsuhas_ has joined #openstack-qa07:06
*** matsuhashi has quit IRC07:07
openstackgerritKen'ichi Ohmichi proposed a change to openstack/tempest: Verify "update a server" API response attributes  https://review.openstack.org/8014707:10
*** saju_m has quit IRC07:13
*** tkammer has joined #openstack-qa07:16
*** afazekas has joined #openstack-qa07:21
*** afazekas has quit IRC07:25
openstackgerritA change was merged to openstack/tempest: Some keystone V3 API tests throw incorrect errors  https://review.openstack.org/8194907:32
openstackrecheckopenstack/neutron change: https://review.openstack.org/73728 failed gate-neutron-python27 in the gate queue with an unrecognized error07:32
openstackgerritYuiko Takada proposed a change to openstack/tempest: Verify "get quotas detail" API response attributes  https://review.openstack.org/8170107:35
openstackgerritZhi Kun Liu proposed a change to openstack/tempest: stop leaking in network tests  https://review.openstack.org/8273107:35
*** Madan has quit IRC07:37
*** markmcclain has joined #openstack-qa07:37
*** afazekas has joined #openstack-qa07:40
*** Madan has joined #openstack-qa07:40
*** markmcclain has quit IRC07:57
openstackgerritMarc Koderer proposed a change to openstack/tempest: Update documentation for negative testing  https://review.openstack.org/8300107:58
openstackgerritA change was merged to openstack/tempest: Modified test case for nova security group  https://review.openstack.org/7955107:59
*** matsuhas_ has quit IRC07:59
*** matsuhashi has joined #openstack-qa08:04
*** luqas has joined #openstack-qa08:04
openstackgerritElena Ezhova proposed a change to openstack/tempest: Move test_create_port_with_no_ip from test_networks to test_ports  https://review.openstack.org/8300208:04
*** luqas has quit IRC08:06
*** nmagnezi has joined #openstack-qa08:11
*** luqas has joined #openstack-qa08:16
*** yrabl has joined #openstack-qa08:21
yfriedeezhova: ping. I have a few lbaas-scenario questions08:23
eezhovayfried: pong. what are they?08:23
yfriedeezhova: 1 - posted some comments on your HM patch.08:24
yfried2 - we should also test that RR is really used08:25
*** catohornet1 has joined #openstack-qa08:25
yfriedI wonder if that should be done in the first one of the existing tests, or as a new scenario08:26
openstackgerritAnn Kamyshnikova proposed a change to openstack/tempest: Verify more information for member in lbaas api tests  https://review.openstack.org/6654108:28
openstackgerritAnn Kamyshnikova proposed a change to openstack/tempest: Verify more information for pools in lbaas tests  https://review.openstack.org/6594308:28
openstackgerritA change was merged to openstack/tempest: Update Oslo config sample generator  https://review.openstack.org/8099208:29
openstackgerritA change was merged to openstack/tempest: Add config fixture support to unit tests  https://review.openstack.org/8189608:29
*** Matt2 has joined #openstack-qa08:31
*** catohornet1 has quit IRC08:34
openstackgerritGhanshyam Mann proposed a change to openstack/tempest: Verify get flavor attributes of Nova V2/V3 APIs  https://review.openstack.org/8054308:36
yfriedeezhova: btw - session persistence scenario seems like an interesting test08:42
*** chandankumar_ has joined #openstack-qa08:42
openstackgerritGhanshyam Mann proposed a change to openstack/tempest: Validate for list flavor attributes of V2/V3 APIs  https://review.openstack.org/7852708:44
*** jordanP has joined #openstack-qa08:48
*** amotoki has quit IRC08:51
eezhovayfried: I've posted some comments inline. but I have a question concerning what you mean by verifying traffic?08:54
*** tosky has joined #openstack-qa08:56
*** jordanP has quit IRC09:01
openstackgerritxu-haiwei proposed a change to openstack/tempest: Verify the response attributes of 'startup_host' API  https://review.openstack.org/8301209:02
*** jpich has joined #openstack-qa09:03
*** jordanP has joined #openstack-qa09:05
eezhovayfried: Need to go, be back in 15 minutes09:06
yfriedeezhova: you disable one of the 2 members. in addition to testing that it is indeed INACTIVE, you need to verify that the LB doesn't send any traffic to it09:06
*** yassine has joined #openstack-qa09:08
*** yassine has quit IRC09:08
*** yassine has joined #openstack-qa09:08
openstackgerritMarc Koderer proposed a change to openstack/tempest: Update documentation for negative testing  https://review.openstack.org/8300109:09
*** nmagnezi_ has joined #openstack-qa09:09
*** yfried1 has joined #openstack-qa09:10
*** nmagnezi has quit IRC09:12
*** yfried has quit IRC09:12
openstackgerritGhanshyam Mann proposed a change to openstack/tempest: Verify detail_list flavor attributes of V2/V3 APIs  https://review.openstack.org/8054809:14
*** andreaf has joined #openstack-qa09:22
*** Trozz has quit IRC09:28
*** Trozz has joined #openstack-qa09:29
eezhovayfried: I get that. The question is do you suppose it to be verified?09:29
eezhovayfried: I get that. The question is how do you suppose it to be verified?09:30
*** Trozz_ has joined #openstack-qa09:30
*** Trozz_ has quit IRC09:30
*** Trozz has quit IRC09:30
*** Trozz has joined #openstack-qa09:31
*** Trozz_ has joined #openstack-qa09:31
*** mich5225 has joined #openstack-qa09:32
openstackgerritafazekas proposed a change to openstack-dev/devstack: Setting the signing_dirs to the correct mode  https://review.openstack.org/7429709:32
openstackgerritGhanshyam Mann proposed a change to openstack/tempest: Verify flavor extra specs attributes of Nova APIs  https://review.openstack.org/8271809:32
*** samuelbercovici has joined #openstack-qa09:32
*** Trozz has quit IRC09:33
*** Trozz_ has quit IRC09:33
*** mich5225 has quit IRC09:33
*** Trozz has joined #openstack-qa09:33
openstackgerritMh Raies proposed a change to openstack/tempest: Making VPN test codes compact to avoid copy paste  https://review.openstack.org/8299709:34
openstackgerritwanglianmin proposed a change to openstack/tempest: Add list roles api to identity v3  https://review.openstack.org/7614309:34
*** samuelbercovici1 has joined #openstack-qa09:36
*** giulivo has joined #openstack-qa09:39
*** Trozz has quit IRC09:39
*** samuelbercovici has quit IRC09:39
*** samuelbercovici1 is now known as samuelbercovici09:39
*** Trozz has joined #openstack-qa09:40
*** Trozz has quit IRC09:40
*** Trozz has joined #openstack-qa09:43
*** Trozz has quit IRC09:45
*** samuelbercovici1 has joined #openstack-qa09:47
*** samuelbercovici has quit IRC09:50
*** samuelbercovici1 is now known as samuelbercovici09:50
*** samuelbercovici1 has joined #openstack-qa09:53
*** samuelbercovici has quit IRC09:57
*** samuelbercovici1 is now known as samuelbercovici09:57
*** samuelbercovici1 has joined #openstack-qa09:59
openstackgerritMh Raies proposed a change to openstack/tempest: Making VPN test codes compact to avoid copy paste  https://review.openstack.org/8299710:01
*** samuelbercovici has quit IRC10:02
*** samuelbercovici1 is now known as samuelbercovici10:02
*** samuelbercovici1 has joined #openstack-qa10:06
*** yfried1 has quit IRC10:06
*** nmagnezi_ has quit IRC10:06
*** samuelbercovici has quit IRC10:08
openstackgerritGhanshyam Mann proposed a change to openstack/tempest: Check show_hypervisor attributes of Nova V2/V3 API  https://review.openstack.org/8119410:08
*** samuelbercovici1 is now known as samuelbercovici10:09
*** matsuhashi has quit IRC10:09
*** dmorita has joined #openstack-qa10:09
*** samuelbercovici1 has joined #openstack-qa10:12
openstackgerritMh Raies proposed a change to openstack/tempest: VPNaas IPSec policies tests  https://review.openstack.org/4781610:14
*** samuelbercovici has quit IRC10:15
*** samuelbercovici1 is now known as samuelbercovici10:15
*** yamahata has quit IRC10:15
*** yfried has joined #openstack-qa10:19
*** yfried has quit IRC10:20
*** yfried has joined #openstack-qa10:20
*** nmagnezi has joined #openstack-qa10:20
yfriedeezhova: ping10:20
eezhovayfried: pong10:21
yfriedeezhova: I had some problems with Pidgin so I now I'm back - you disable one of the 2 members. in addition to testing that it is indeed INACTIVE, you need to verify that the LB doesn't send any traffic to it10:21
yfriedeezhova: don't you agree?10:22
*** chandankumar_ has quit IRC10:22
eezhovayfried: Could you please clarify, how do you mean traffic to be verified?10:22
yfriedsend 5 requests, and verify that none returns with serverX (X being the inactive server)10:23
yfriedand after re-activating it - do the same test from the 1st scenario (send 10 request and make sure they are distributed equally between nodes)10:24
*** mkollaro has joined #openstack-qa10:25
eezhovayfried: Oh, now I get what you mean. Yeah, that will be quite easy to add.10:27
*** samuelbercovici1 has joined #openstack-qa10:27
Anju1afazekas:  ping10:27
yfriedeezhova: also - I'm thinking we should test the RoundRobin system10:27
yfriedeezhova: create 3 members and verify they are being targeted in a sequential order:10:28
yfriedeezhova: 1. send 3 requests and save the order of members10:29
yfriedeezhova: 2. send another 3 and verify the same order is used10:29
openstackgerritSean Dague proposed a change to openstack/tempest: factor out templates to yaml files  https://review.openstack.org/8290510:29
*** samuelbercovici has quit IRC10:29
*** samuelbercovici1 is now known as samuelbercovici10:29
yfriedeezhova: 3. repeat #2 ~5 times10:29
yfriedeezhova: what do you think?10:29
openstackgerritGhanshyam Mann proposed a change to openstack/tempest: Verify list_hypervisors_detail Nova V2/V3 API  https://review.openstack.org/8121910:30
eezhovayfried: if it is to be done it should be a matter of another scenario.10:30
yfriedeezhova: or maybe part of the first one?10:31
*** Trozz has joined #openstack-qa10:31
enikanorov_ping10:32
eezhovayfried: it is a basic scenario and it shoudn't test balancing protocols.10:33
enikanorov_i think basic scenario could be amended with another test which checks round robin10:33
enikanorov_i mean, the test itself is separate, but within the same test suite10:34
*** Trozz has quit IRC10:34
enikanorov_on the other hand...10:34
yfriedeezhova: then a new one it is.10:34
enikanorov_it may make sense to check it at once10:35
eezhovayfried: it verifies that the each server receives an equal portion of requests, though10:35
enikanorov_that could save some time spawning VMs, etc10:35
enikanorov_that may be a good goal to reach10:35
eezhovawell, in that case, why not test other algorithms?10:36
yfriedeezhova: only afterwards. it could be distributed as 5:5 instead of 1:110:36
*** samuelbercovici1 has joined #openstack-qa10:36
yfriedeezhova: do we have other algorithms for lb?10:36
yfriedeezhova: you are specifically using RR, then you can test for RR.10:37
yfriedeezhova: If we have any other alg then it should definitely be a new test10:37
eezhovayfried: yeah, they are: Least connections and Source IP10:37
yfriedenikanorov__: I think we all agree to use the single module10:37
yfriedeezhova: what's the Source IP does? session persistance?10:38
enikanorov_yfried: it also about the scenario itself. Each test should be independent, but spawning VMs for each test increase risk for hitting unrelated issues10:38
enikanorov_and we've seen such cases a number of times10:39
*** matsuhashi has joined #openstack-qa10:39
enikanorov_yfried: source ip is binding client ip to a backend server10:39
*** samuelbercovici has quit IRC10:40
*** samuelbercovici1 is now known as samuelbercovici10:40
yfriedenikanorov__: IMO this (spawning VMs for each test increase risk for hitting unrelated issues) shouldn't be a factor. reducing runtime and stress should, though10:40
eezhovaenikanorov_: so, is there a point in testing these algorithms too?10:40
*** Trozz has joined #openstack-qa10:41
enikanorov_yfried: it's both, IMO10:41
yfriedenikanorov_: if source-ip is a different lb alg, then why is RR used in it as well? https://review.openstack.org/#/c/62662/10:41
*** Trozz has quit IRC10:42
enikanorov_yfried: session persistence is L7-level algorithm10:42
enikanorov_it would be hard to test source-ip lb in the test unless we somehow send requests from different ips10:42
eezhovaenikanorov_: I agree. it would've been perfect if we could do without booting VMs10:42
enikanorov_eezhova: i think we did discuss this. spawning VM is a real life scenario10:43
enikanorov_unlike spawning listening processes10:43
enikanorov_anyway... on other balancing algorithms - i don't mind adding tests for them. I'm concerned about increase of job run10:44
enikanorov_i suggest to add such tests to some non-voting job10:44
yfriedeezhova: I suggest testing RR (or more algorithms) with the single-VM<->multiple-ports solution you used for the first tests10:44
enikanorov_primarily, testing balancing algorithms test backend feature10:44
enikanorov_not neutron10:44
*** Trozz has joined #openstack-qa10:44
*** Trozz has quit IRC10:45
yfriedenikanorov_: if you are concerned with job overload - don't mark these as "smoke"10:45
eezhovayfried: agreed about using single VM10:46
yfriedeezhova: could you list/link the different alg in BP? I'd like to help you with it10:46
yfriedeezhova: so we are back to first question - add to test or create a new test. I suggest to add it to the existing test, and then create more tests for other algorithms10:47
*** yfried is now known as yfried|lunch10:47
yfried|luncheezhova: enikanorov__ back in 20min10:48
enikanorov_yfried: agree on adding test for RR bl method in basic test.10:48
enikanorov_ok10:48
eezhovayfried: yes it sounds reasonable enough10:48
eezhovayfried|lunch, yeah, I'll draw a bp10:48
openstackgerritMh Raies proposed a change to openstack/tempest: Removing unnecessary pieces of code from network client  https://review.openstack.org/8303010:49
*** samuelbercovici1 has joined #openstack-qa10:51
*** mkollaro has quit IRC10:54
*** samuelbercovici has quit IRC10:55
*** samuelbercovici1 is now known as samuelbercovici10:55
*** vrovachev has joined #openstack-qa10:55
*** samuelbercovici1 has joined #openstack-qa11:04
openstackgerritMh Raies proposed a change to openstack/tempest: Network fwaas API test  https://review.openstack.org/7885711:05
*** samuelbercovici has quit IRC11:07
*** samuelbercovici1 is now known as samuelbercovici11:07
openstackgerritAnn Kamyshnikova proposed a change to openstack/tempest: Verify more information in floating ip tests(part2)  https://review.openstack.org/7125111:08
openstackgerritAnn Kamyshnikova proposed a change to openstack/tempest: Verify more information in floating ip tests  https://review.openstack.org/6372311:08
openstackgerritGhanshyam Mann proposed a change to openstack/tempest: Validate hypervisors_servers Nova V2/V3 API  https://review.openstack.org/8122211:09
eezhovayfried|lunch: https://blueprints.launchpad.net/tempest/+spec/test-load-balancing-algorithms11:11
openstackgerritJerry Cai proposed a change to openstack/tempest: Add "capabilities:" to multiple_backends extra-spec key  https://review.openstack.org/8184211:14
openstackgerritGhanshyam Mann proposed a change to openstack/tempest: Validate hypervisors_servers Nova V2/V3 API  https://review.openstack.org/8122211:20
*** saju_m has joined #openstack-qa11:21
*** Trozz has joined #openstack-qa11:23
*** Trozz has quit IRC11:23
*** samuelbercovici1 has joined #openstack-qa11:26
*** mwagner_ is now known as mwagner_notHere11:29
*** Trozz has joined #openstack-qa11:29
*** samuelbercovici has quit IRC11:29
*** samuelbercovici1 is now known as samuelbercovici11:29
raiesafazekas: hi11:29
raiescan you please check https://review.openstack.org/#/c/82997/11:30
openstackgerritGhanshyam Mann proposed a change to openstack/tempest: Check list & search hypervisor attributes of Nova  https://review.openstack.org/8144211:30
*** samuelbercovici1 has joined #openstack-qa11:32
*** samuelbercovici has quit IRC11:35
*** samuelbercovici1 is now known as samuelbercovici11:35
*** Trozz has quit IRC11:36
*** yamahata has joined #openstack-qa11:40
*** samuelbercovici1 has joined #openstack-qa11:41
openstackgerritAnn Kamyshnikova proposed a change to openstack/tempest: Verify more information for member in lbaas api tests  https://review.openstack.org/6654111:44
*** samuelbercovici has quit IRC11:45
*** samuelbercovici1 is now known as samuelbercovici11:45
openstackgerritGhanshyam Mann proposed a change to openstack/tempest: Verify hypervisor uptime attributes of Nova API  https://review.openstack.org/8147611:47
yfried|luncheezhova: tnx. if you decide to implement one of those, please post it on the bp page (either directly, or as a zeroth version patch). I'll take a look in the coming week11:49
*** samuelbercovici1 has joined #openstack-qa11:54
*** rfolco has joined #openstack-qa11:56
openstackgerritGhanshyam Mann proposed a change to openstack/tempest: Check hypervisor statistics attributes of Nova API  https://review.openstack.org/8146511:57
*** samuelbercovici has quit IRC11:57
*** samuelbercovici1 is now known as samuelbercovici11:57
*** mwagner_lap has quit IRC12:00
*** samuelbercovici1 has joined #openstack-qa12:02
*** Trozz has joined #openstack-qa12:02
*** Trozz has quit IRC12:03
*** samuelbercovici has quit IRC12:05
*** samuelbercovici1 is now known as samuelbercovici12:06
*** yamahata has quit IRC12:06
*** samuelbercovici1 has joined #openstack-qa12:08
*** matsuhashi has quit IRC12:10
*** samuelbercovici has quit IRC12:11
*** samuelbercovici1 is now known as samuelbercovici12:11
*** matsuhashi has joined #openstack-qa12:11
*** samuelbercovici1 has joined #openstack-qa12:13
*** matsuhas_ has joined #openstack-qa12:13
*** matsuhashi has quit IRC12:13
*** mkollaro has joined #openstack-qa12:15
*** samuelbercovici has quit IRC12:16
*** samuelbercovici1 is now known as samuelbercovici12:16
*** dims_ has quit IRC12:18
*** GMann has quit IRC12:18
*** mkollaro has quit IRC12:21
*** dims_ has joined #openstack-qa12:21
*** shwetaap1 has quit IRC12:22
openstackgerritArx Cruz proposed a change to openstack-infra/devstack-gate: Correcting the right path to mysql log in Fedora 19  https://review.openstack.org/7996712:23
*** samuelbercovici1 has joined #openstack-qa12:25
*** aysyd has joined #openstack-qa12:26
*** samuelbercovici has quit IRC12:28
*** samuelbercovici1 is now known as samuelbercovici12:28
*** luqas has quit IRC12:30
*** samuelbercovici1 has joined #openstack-qa12:32
*** samuelbercovici has quit IRC12:35
*** samuelbercovici1 is now known as samuelbercovici12:35
*** mkollaro has joined #openstack-qa12:36
*** dkranz has joined #openstack-qa12:44
openstackgerritnayna-patel proposed a change to openstack/tempest: Adds more testcases to test_telemetry_alarming_api  https://review.openstack.org/8249112:45
openstackgerritBob Ball proposed a change to openstack/tempest: Add ability to use an exclusion list when selecting tempest tests  https://review.openstack.org/8156512:48
smurashovdkranz:  hi, i answered on your comment in my patch set : https://review.openstack.org/#/c/82083/12:50
*** jaypipes has quit IRC12:51
*** tosky has quit IRC12:51
*** samuelbercovici1 has joined #openstack-qa12:51
*** tosky has joined #openstack-qa12:52
dkranzsmurashov: thanks, gave a response comment.12:52
*** mrodden has joined #openstack-qa12:53
*** dmorita has quit IRC12:54
*** samuelbercovici has quit IRC12:54
*** samuelbercovici1 is now known as samuelbercovici12:54
openstackgerritMarc Koderer proposed a change to openstack/tempest: Deduplicate negative test calls  https://review.openstack.org/8306312:56
*** jaypipes has joined #openstack-qa12:56
*** ChanServ sets mode: +o jaypipes12:56
openstackgerritAnn Kamyshnikova proposed a change to openstack/tempest: Verify more information for pools in lbaas tests  https://review.openstack.org/6594312:56
*** weshay has joined #openstack-qa13:05
*** zhikunliu has joined #openstack-qa13:05
*** matsuhas_ has quit IRC13:07
*** mwagner_lap has joined #openstack-qa13:12
*** adalbas has joined #openstack-qa13:16
*** yamahata has joined #openstack-qa13:18
*** yassine_ has joined #openstack-qa13:32
*** mrodden has quit IRC13:35
*** nosnos has quit IRC13:35
*** luqas has joined #openstack-qa13:35
*** afazekas_ has joined #openstack-qa13:36
*** afazekas has quit IRC13:39
openstackgerritSean Dague proposed a change to openstack-infra/devstack-gate: be extra explicit for people reading logs  https://review.openstack.org/8307113:46
*** shwetaap has joined #openstack-qa13:51
openstackgerritZhi Kun Liu proposed a change to openstack/tempest: stop leaking in network tests  https://review.openstack.org/8273113:52
*** sahumada_ has joined #openstack-qa13:53
*** shwetaap has quit IRC13:55
*** samuelbercovici1 has joined #openstack-qa13:58
*** samuelbercovici has quit IRC14:01
*** samuelbercovici1 is now known as samuelbercovici14:01
openstackgerritSergey Murashov proposed a change to openstack/tempest: Add opportunity to directly update headers  https://review.openstack.org/8208314:04
openstackgerritSergey Lukjanov proposed a change to openstack-infra/devstack-gate: Prepare for Juno dev  https://review.openstack.org/8307514:05
openstackgerritSergey Lukjanov proposed a change to openstack-infra/devstack-gate: Enable sahara as default in gate  https://review.openstack.org/8307614:05
*** yfried|lunch has quit IRC14:06
*** malini has joined #openstack-qa14:07
*** samuelbercovici has quit IRC14:10
*** jgrimm has joined #openstack-qa14:11
*** Manishanker has quit IRC14:14
*** otherwiseguy has joined #openstack-qa14:15
openstackgerritSergey Murashov proposed a change to openstack/tempest: Add opportunity to directly update headers  https://review.openstack.org/8208314:15
*** sthaha has quit IRC14:18
openstackrecheckopenstack/keystone change: https://review.openstack.org/82963 failed gate-tempest-dsvm-neutron-large-ops in the gate queue with an unrecognized error14:18
*** amotoki has joined #openstack-qa14:18
*** Aimon has quit IRC14:20
*** Aimon has joined #openstack-qa14:26
*** otherwiseguy has quit IRC14:26
openstackgerritMauro Rodrigues proposed a change to openstack/tempest: Refactors cleanup resource for scenario  https://review.openstack.org/8270914:27
*** tosky has quit IRC14:32
*** bill_az has joined #openstack-qa14:33
*** tosky has joined #openstack-qa14:33
*** psharma has quit IRC14:38
*** chandan_kumar has quit IRC14:42
*** sahumada_ has quit IRC14:43
*** chandankumar_ has joined #openstack-qa14:44
jordanPmtreinish, hi. Could you have a look at https://review.openstack.org/#/c/81471/ please ? (Fix to create volume with the image size if imageRef set)14:44
*** chandankumar_ has quit IRC14:46
*** mestery has joined #openstack-qa14:46
*** chandan_kumar has joined #openstack-qa14:47
*** chandan_kumar has quit IRC14:48
*** chandan_kumar has joined #openstack-qa14:48
*** bill_az_ has joined #openstack-qa14:54
*** bill_az has quit IRC14:55
*** chandan_kumar has quit IRC14:55
openstackgerritJames E. Blair proposed a change to openstack-dev/devstack: Add iops to dstat output  https://review.openstack.org/8308314:56
*** chandan_kumar has joined #openstack-qa14:56
*** sweston has quit IRC14:58
sdaguemtreinish: https://review.openstack.org/#/c/82905/14:59
sdaguenow with jenkins +114:59
mtreinishjordanP: ok I reviewed it, you were correct setting the default volume create size in the config file is the best way to do that15:00
*** yfried has joined #openstack-qa15:01
mtreinishsdague: sure let me take a look15:01
jordanPok great, thanks15:01
*** kmartin has quit IRC15:02
*** chandan_kumar has quit IRC15:03
*** yamahata has quit IRC15:03
*** atiwari has joined #openstack-qa15:04
*** mestery has quit IRC15:05
*** weshay has quit IRC15:05
*** yamahata has joined #openstack-qa15:05
*** malini is now known as malini_afk15:07
*** cmart_ has joined #openstack-qa15:07
*** otherwiseguy has joined #openstack-qa15:08
*** cmart_ has quit IRC15:08
*** cmart_ has joined #openstack-qa15:08
*** cmart_ has left #openstack-qa15:08
*** yamahata has quit IRC15:09
*** cmart_ has joined #openstack-qa15:09
mtreinishsdague: LGTM a couple of inline questions but nothing to block it15:09
*** chandan_kumar has joined #openstack-qa15:09
*** yamahata has joined #openstack-qa15:10
sdaguelet me take a look15:10
cmart_Hello all.. Does anyone know how tempest configuration works? I'm trying to add some integration tests for the climate module and I'm stucked! :(15:11
sdaguemtreinish: that first thing, isn't a comment15:12
sdaguefoo: |15:12
openstackgerritMatthew Treinish proposed a change to openstack/tempest: Move xml common code into the common dir  https://review.openstack.org/7796015:12
sdague===15:12
mtreinishthat's what I figured15:12
sdaguefoo: <15:12
sdagueor foo: >15:12
sdaguewhatever the big text block markup is15:12
sdaguehonestly, I don't know the difference15:12
sdagueoh, | preserves newlines15:13
sdagueBlock scalars are delimited with indentation with optional modifiers to preserve ( | ) or fold ( > ) newlines.15:13
mtreinishok cool good to know15:14
sdagueI put the comments back in the review, honestly the last 2 I didn't take out because the template was so small15:14
sdaguewe can do it in another pass if you think it makes sense15:15
*** shwetaap has joined #openstack-qa15:15
mtreinishthat was my thought I was just worried about giant inline templates slipping in because someone saw them15:16
mtreinishbut it's not that big a deal15:16
*** sweston has joined #openstack-qa15:16
*** yfried has quit IRC15:16
openstackgerritJames E. Blair proposed a change to openstack-dev/devstack: Add memory usage to dstat output  https://review.openstack.org/8310015:18
cmart_Anyone?15:20
*** weshay has joined #openstack-qa15:21
openstackgerritSteven Hardy proposed a change to openstack/tempest: orchestration API refactor test_list_resources  https://review.openstack.org/8282815:21
openstackgerritSteven Hardy proposed a change to openstack/tempest: orchestration API add coverage for stack update API  https://review.openstack.org/8282915:21
openstackgerritSteven Hardy proposed a change to openstack/tempest: orchestration remove unused invalid_template_url  https://review.openstack.org/8257515:21
openstackgerritSteven Hardy proposed a change to openstack/tempest: orchestration add API tests for list query arguments  https://review.openstack.org/8257715:21
openstackgerritSteven Hardy proposed a change to openstack/tempest: orchestration add resource limit API test  https://review.openstack.org/8257615:21
sdaguedkranz: you up for landing that ?15:22
*** zhikunliu has quit IRC15:23
openstackgerritMatthew Treinish proposed a change to openstack/tempest: Add cinder api version detection to verify_tempest_config  https://review.openstack.org/7843015:31
openstackgerritgordon chung proposed a change to openstack-infra/devstack-gate: fix trove merge  https://review.openstack.org/8310315:32
*** mmaglana has joined #openstack-qa15:42
*** nmagnezi_ has joined #openstack-qa15:43
*** saju_m has quit IRC15:43
openstackgerritSean Dague proposed a change to openstack-dev/devstack: attempt pip install -U  https://review.openstack.org/8310615:44
*** nmagnezi has quit IRC15:44
*** nmagnezi_ is now known as nmagnezi15:44
*** nmagnezi has quit IRC15:45
*** kgriffs_afk is now known as kgriffs15:51
*** ekhugen has joined #openstack-qa15:51
*** yrabl has quit IRC15:53
dkranzsdague: Sorry, was busy and now need to grab lunch. Which "that" did you mean?16:00
*** mestery has joined #openstack-qa16:01
sdaguedkranz: https://review.openstack.org/#/c/8290516:01
sdaguea refactor of the existing heat tests to pull the templates out16:01
openstackrecheckopenstack/cinder change: https://review.openstack.org/82653 failed gate-cinder-python26, gate-cinder-python27 in the gate queue with an unrecognized error16:04
*** mlavalle has joined #openstack-qa16:06
*** mlavalle has quit IRC16:06
*** Aimon has quit IRC16:07
openstackgerritThang Pham proposed a change to openstack-dev/devstack: Enabled non-root users to read nfs_shares.conf.  https://review.openstack.org/8311116:07
*** mmaglana has quit IRC16:08
openstackgerritMauro Rodrigues proposed a change to openstack/tempest: Refactors cleanup resource for scenario  https://review.openstack.org/8270916:09
*** Sukhdev has joined #openstack-qa16:10
*** mlavalle has joined #openstack-qa16:11
*** sahumada has joined #openstack-qa16:11
*** weshay has quit IRC16:14
*** weshay has joined #openstack-qa16:15
openstackgerritJerry Cai proposed a change to openstack/tempest: Volume size could be specified to create volume  https://review.openstack.org/8147116:15
*** tkammer has quit IRC16:21
*** raies_ has joined #openstack-qa16:24
*** boris-42 has quit IRC16:24
raies_afazekas_: hi16:25
raies_what will you on comments of pittier on https://review.openstack.org/#/c/82997/16:25
*** wramthun has joined #openstack-qa16:25
raies_afazekas_: ^^16:26
*** rfolco has quit IRC16:29
*** rfolco has joined #openstack-qa16:29
*** Aimon has joined #openstack-qa16:30
*** afazekas_ has quit IRC16:30
openstackgerritSean Dague proposed a change to openstack-infra/devstack-gate: be extra explicit for people reading logs  https://review.openstack.org/8307116:33
*** jasondotstar has joined #openstack-qa16:33
*** boris-42 has joined #openstack-qa16:36
openstackgerritBen Nemec proposed a change to openstack/tempest: Start instances using fixed network when possible  https://review.openstack.org/6103716:37
*** kmartin has joined #openstack-qa16:38
*** mmaglana has joined #openstack-qa16:40
*** raies_ has quit IRC16:43
*** atiwari has quit IRC16:46
openstackgerritAla Rezmerita proposed a change to openstack/tempest: Cleanup neutron default security groups on tenant deletion  https://review.openstack.org/7927516:47
*** Madan has quit IRC16:48
*** mestery has quit IRC16:49
*** rhsu has quit IRC16:49
*** jasondotstar has quit IRC16:50
*** chandan_kumar has quit IRC16:57
*** harlowja_away is now known as harlowja16:58
*** atiwari has joined #openstack-qa17:00
*** jlibosva has quit IRC17:00
*** nati_ueno has joined #openstack-qa17:00
*** wramthun has quit IRC17:05
*** shwetaap has quit IRC17:06
openstackgerritNadya Privalova proposed a change to openstack-infra/devstack-gate: Fix ceilometer-anotification and trove start  https://review.openstack.org/8313417:08
*** mestery has joined #openstack-qa17:09
*** mkoderer has quit IRC17:11
*** shwetaap has joined #openstack-qa17:12
*** yfried has joined #openstack-qa17:13
*** mkoderer has joined #openstack-qa17:15
openstackrecheckopenstack/cinder change: https://review.openstack.org/80817 failed gate-cinder-python26, gate-cinder-python27 in the gate queue with an unrecognized error17:16
*** sweston has quit IRC17:17
*** rhsu has joined #openstack-qa17:20
*** kgriffs is now known as kgriffs_afk17:22
openstackgerritMatthew Treinish proposed a change to openstack/tempest: Move xml common code into the common dir  https://review.openstack.org/7796017:29
openstackgerritRuby Loo proposed a change to openstack-dev/devstack: Ironic api-endpoint uses port 6385  https://review.openstack.org/8313717:30
openstackgerritA change was merged to openstack-infra/elastic-recheck: Add query for heat bug 1297560  https://review.openstack.org/8295517:30
*** openstackrecheck has quit IRC17:40
*** openstackrecheck has joined #openstack-qa17:40
*** malini_afk is now known as malini17:40
*** shwetaap has quit IRC17:40
*** sweston has joined #openstack-qa17:41
openstackgerritArx Cruz proposed a change to openstack-infra/devstack-gate: Altering the > to -gt to check number of processors  https://review.openstack.org/8314117:44
openstackgerritAdam Gandelman proposed a change to openstack/tempest: Adds Ironic test_ironic_basic_ops scenario test  https://review.openstack.org/8195817:45
*** shwetaap has joined #openstack-qa17:48
*** morganfainberg_Z is now known as morganfainberg17:50
*** saju_m has joined #openstack-qa17:57
*** jordanP has quit IRC18:01
*** luqas has quit IRC18:02
openstackgerritA change was merged to openstack-infra/devstack-gate: Don't enable savanna service for sahara  https://review.openstack.org/8105818:08
*** ruhe has joined #openstack-qa18:10
*** Sukhdev has quit IRC18:10
*** luqas has joined #openstack-qa18:16
openstackgerritA change was merged to openstack-dev/devstack: Add iops to dstat output  https://review.openstack.org/8308318:18
*** luqas has quit IRC18:20
*** mrodden has joined #openstack-qa18:20
*** cmart_ has left #openstack-qa18:23
openstackgerritMatthew Treinish proposed a change to openstack/qa-specs: Add a template for design specifications  https://review.openstack.org/8197918:25
*** mriedem has joined #openstack-qa18:26
*** mlavalle has quit IRC18:28
openstackgerritJoe Gordon proposed a change to openstack-infra/elastic-recheck: Add fingerprint for bug 1297992  https://review.openstack.org/8316218:29
openstackgerritA change was merged to openstack-infra/devstack-gate: fix trove merge  https://review.openstack.org/8310318:32
openstackgerritA change was merged to openstack-infra/devstack-gate: Use OVERRIDE_ZUUL_BRANCH in devstack-vm-gate.sh  https://review.openstack.org/8249618:32
*** jpich has quit IRC18:33
openstackgerritMatthew Treinish proposed a change to openstack/qa-specs: Improve readability of index  https://review.openstack.org/8316818:35
*** _sweston_ has joined #openstack-qa18:37
*** sweston has quit IRC18:38
*** mkollaro has quit IRC18:44
*** yfried has quit IRC18:46
*** mkollaro has joined #openstack-qa18:48
*** jamielennox is now known as jamielennox|away18:54
*** yfried has joined #openstack-qa18:58
openstackgerritA change was merged to openstack-infra/devstack-gate: be extra explicit for people reading logs  https://review.openstack.org/8307119:00
*** yfried has quit IRC19:01
*** yfried has joined #openstack-qa19:01
*** mkollaro has quit IRC19:03
*** luqas has joined #openstack-qa19:03
*** kgriffs_afk is now known as kgriffs19:04
openstackrecheckopenstack/nova change: https://review.openstack.org/82869 failed because of: gate-tempest-dsvm-neutron: https://bugs.launchpad.net/bugs/1295876, gate-devstack-dsvm-cells: https://bugs.launchpad.net/bugs/128663519:05
*** markmcclain has joined #openstack-qa19:08
*** tosky has quit IRC19:15
mkodererdkranz: around?19:16
openstackgerritClark Boylan proposed a change to openstack-infra/elastic-recheck: Take advantage of the new build_short_uuid field.  https://review.openstack.org/8318219:16
openstackgerritRob Crittenden proposed a change to openstack/tempest: Cinder client does not honor disable_ssl_certificate_validation  https://review.openstack.org/8318419:18
*** jhenner has quit IRC19:23
openstackgerritAndrea Frittoli  proposed a change to openstack/tempest: Official client based auth  https://review.openstack.org/8291119:25
andreafsdague: ^^^ that's patch #8 in the list of patches under review for the multi-auth bp. This one is still WIP, but the 7 previous ones are all rebased and passing check. Can I get some core attention on them please?19:29
andreafsdague: luckily keystone v2 is being de-deprecated, but still I'd like to move this forward19:30
*** andreaf has quit IRC19:34
openstackgerritSean Dague proposed a change to openstack/tempest: ceilometer-collector now has errors  https://review.openstack.org/8319119:40
adam_gironic scenario test ready for review if anyone has some free minutes https://review.openstack.org/#/c/81958/19:54
*** otherwiseguy has quit IRC19:57
*** shwetaap has quit IRC19:59
*** mrodden has quit IRC20:01
jogosdague: https://review.openstack.org/#/c/83191/1 are we gating on dirty logs?20:02
sdaguejogo: not yet20:02
sdaguebecause the current implementation would blow up grizzly20:02
sdagueso we were just waiting for it to be dead20:02
sdaguehttps://review.openstack.org/#/c/81216/ is the patch to do that20:03
jogoyou want this to gate on stable branches too?20:03
sdaguewhich was passing20:03
sdaguejogo: yes20:03
jogoahh you want to land this before icehouse is out?20:03
sdagueyes20:03
jogoohh aggressive, I like20:04
sdagueit's not very agressive20:04
sdaguethe list of logs which are excluded is huge20:04
jogotrue, but I think adding any new test to icehouse is aggressive20:04
jogonot that its a bad thing at all20:04
sdagueit was agreed on at the project meeting a few weeks back20:05
jogosdague: awesome this should be really helpful going forward20:06
sdagueyeh20:06
sdagueI just wish we'd been able to land it before the ceilometer break20:06
jogohaha oh ceilometer20:07
mtreinishsdague: if you get a chance I've got a few patches up on the qa-specs repo to get the base sane before we start adding specs20:09
openstackgerritJoe Gordon proposed a change to openstack-infra/elastic-recheck: Add fingerprint for bug 1291677  https://review.openstack.org/8316220:10
mtreinishalso cyeoh has the template up for review20:10
sdaguesure, playing catch up on some other stuff right now20:11
sdaguewill try to look later20:11
*** saju_m has quit IRC20:11
*** yassine_ has quit IRC20:18
*** malini is now known as malini_afk20:20
*** yassine has quit IRC20:23
mtreinishsdague: also you said we should add specs for existing non-high prio bps. For those in progress should I write the spec as if it was new? Or just on what still needs to done?20:24
mtreinishI'm thinking about the service-tag one which is basically done except for going through the api tests and adding the tag where necessary20:24
*** shwetaap has joined #openstack-qa20:29
*** saju_m has joined #openstack-qa20:30
sdaguemtreinish: I'd say we want these as a model20:32
sdagueso writing them as if they are new would be good20:32
*** saju_m has quit IRC20:37
*** shwetaap has quit IRC20:38
mtreinishsdague: ok will do20:38
*** afazekas has joined #openstack-qa20:38
afazekasraies: pong20:39
*** atiwari has quit IRC20:42
*** torandu has quit IRC20:45
*** shwetaap has joined #openstack-qa20:46
*** torandu has joined #openstack-qa20:46
openstackgerritNachi Ueno proposed a change to openstack-dev/devstack: WIP patch for tesing security group fix  https://review.openstack.org/8321020:54
*** catohornet1 has joined #openstack-qa20:56
*** weshay has quit IRC20:56
*** boris-42 has quit IRC20:59
*** catohornet2 has joined #openstack-qa21:02
*** catohornet1 has quit IRC21:02
*** aysyd has quit IRC21:05
*** boris-42 has joined #openstack-qa21:15
*** otherwiseguy has joined #openstack-qa21:16
*** ekhugen has quit IRC21:19
*** lifeless has quit IRC21:19
*** marun has left #openstack-qa21:19
*** sseverson has quit IRC21:22
*** mrodden has joined #openstack-qa21:31
*** luqas has quit IRC21:31
*** sseverson has joined #openstack-qa21:31
openstackgerritA change was merged to openstack-infra/elastic-recheck: Take advantage of the new build_short_uuid field.  https://review.openstack.org/8318221:32
*** openstackrecheck has quit IRC21:33
*** openstackrecheck has joined #openstack-qa21:33
*** jamielennox|away is now known as jamielennox21:35
openstackgerritClark Boylan proposed a change to openstack-infra/elastic-recheck: Document process to run elastic-recheck locally  https://review.openstack.org/8322621:38
*** mrodden has quit IRC21:39
*** mriedem has quit IRC21:48
openstackrecheckopenstack/keystone change: https://review.openstack.org/81720 failed gate-keystone-python26 in the gate queue with an unrecognized error21:52
*** kgriffs_afk has joined #openstack-qa21:59
*** kgriffs_afk has left #openstack-qa22:00
*** catohornet2 has quit IRC22:03
*** dhellmann is now known as dhellmann_22:03
*** mlavalle has joined #openstack-qa22:04
*** shwetaap has quit IRC22:10
*** luqas has joined #openstack-qa22:12
adam_gmtreinish, got a minute? question re: that ironic review + isolated creds22:13
*** mwagner_lap has quit IRC22:17
*** dhellmann_ is now known as dhellmann22:31
openstackgerritNachi Ueno proposed a change to openstack-dev/devstack: WIP patch for tesing security group fix  https://review.openstack.org/8321022:31
*** mlavalle has quit IRC22:34
*** mrodden has joined #openstack-qa22:38
*** jgrimm has quit IRC22:39
*** shwetaap has joined #openstack-qa22:40
*** dhellmann is now known as dhellmann_22:41
*** shwetaap has quit IRC22:45
*** rfolco has quit IRC22:46
openstackgerritminsel proposed a change to openstack/tempest: Neutron Allowed Address Pair API test  https://review.openstack.org/6625922:55
*** harlowja has quit IRC22:58
*** mrodden has quit IRC23:02
*** harlowja has joined #openstack-qa23:03
*** Trozz has joined #openstack-qa23:10
*** dims_ has quit IRC23:12
*** mrodden has joined #openstack-qa23:13
*** luqas has quit IRC23:14
openstackgerritJeremy Stanley proposed a change to openstack-infra/devstack-gate: Remove stable/grizzly provisions and workarounds  https://review.openstack.org/8324523:18
*** mkoderer has quit IRC23:21
*** nati_ueno has quit IRC23:23
*** nati_ueno has joined #openstack-qa23:23
*** mrodden has quit IRC23:24
*** mrodden has joined #openstack-qa23:25
*** dims_ has joined #openstack-qa23:30
*** mriedem has joined #openstack-qa23:32
*** yamahata has quit IRC23:37
*** mwagner_lap has joined #openstack-qa23:38
*** Trozz has quit IRC23:40
*** mrodden has quit IRC23:43
*** mrodden has joined #openstack-qa23:45
*** mrodden has quit IRC23:47
openstackgerritBrant Knudson proposed a change to openstack-dev/devstack: Provide a keystone.conf for tempest  https://review.openstack.org/8235823:51
openstackgerritBrant Knudson proposed a change to openstack-dev/devstack: Provide a keystone.conf for tempest  https://review.openstack.org/8235823:51
*** torandu has quit IRC23:55
*** torandu has joined #openstack-qa23:59

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