*** Kennan2 is now known as Kennan | 00:02 | |
*** mahito has joined #openstack-qa | 00:02 | |
*** salv-orlando has quit IRC | 00:03 | |
*** anshul has quit IRC | 00:04 | |
*** sabeen has quit IRC | 00:06 | |
*** b10n1k_ has quit IRC | 00:12 | |
*** dmorita has joined #openstack-qa | 00:28 | |
*** amotoki has joined #openstack-qa | 00:47 | |
*** bknudson has joined #openstack-qa | 00:49 | |
*** amotoki has quit IRC | 00:50 | |
*** mylu has quit IRC | 00:52 | |
*** amotoki has joined #openstack-qa | 00:56 | |
openstackgerrit | Ryan Moats proposed openstack/tempest: WiP: allow Neutron APIs to be used by all test cases https://review.openstack.org/215257 | 00:56 |
---|---|---|
*** salv-orlando has joined #openstack-qa | 01:03 | |
*** mylu has joined #openstack-qa | 01:05 | |
regXboi | mriedem1: ping - question for you about nova-compute/floating-ips and what happens on instance destruction | 01:05 |
*** salv-orlando has quit IRC | 01:05 | |
*** rossella_s has quit IRC | 01:05 | |
*** rossella_s has joined #openstack-qa | 01:06 | |
*** salv-orlando has joined #openstack-qa | 01:11 | |
mriedem1 | regXboi: go ahead and post but i have to get my kid to bed so might be awhile before i can respond | 01:14 |
*** mylu has quit IRC | 01:17 | |
*** salv-orlando has quit IRC | 01:21 | |
regXboi | mriedem1: sure - I'll be in the same boat at the top of the hour | 01:22 |
openstackgerrit | Matt Riedemann proposed openstack-dev/devstack: DO NOT MERGE: get a tempest run with devstack + lvm-backed lxc nova https://review.openstack.org/215733 | 01:24 |
regXboi | looking at the tempest scenarios, it looks like if an instance has a floating ip associated with it, then instance destruction automatically (or automagically) disassociates the floating ip | 01:24 |
regXboi | is ^^^^^^ correct? | 01:24 |
*** achanda has joined #openstack-qa | 01:26 | |
*** diegows has quit IRC | 01:30 | |
*** mylu has joined #openstack-qa | 01:31 | |
mriedem1 | regXboi: yeah, supposed to anyway | 01:41 |
regXboi | mriedem1: ok, then I think that will explain why this code is failing... | 01:42 |
mriedem1 | regXboi: https://github.com/openstack/nova/blob/master/nova/network/neutronv2/api.py#L760 | 01:42 |
mriedem1 | that's the network teardown code for an instance destroy | 01:42 |
mriedem1 | for neutron in nova | 01:42 |
* regXboi looks | 01:42 | |
regXboi | hmm... that may mean I'm confused | 01:43 |
regXboi | but that's nothing new | 01:43 |
*** abhirc has joined #openstack-qa | 01:43 | |
*** bnemec has quit IRC | 01:50 | |
mriedem1 | regXboi: well, i see separate calls in nova's network api for disassociating and releasing a floating ip, | 01:59 |
mriedem1 | so i guess it's not just part of the standard instance destroy | 01:59 |
regXboi | mriedem1: no worries - I'll dig through the failure modes of this patch set - I think it is as simple as making sure the floating ips get disassociated as part of the inserted patch | 02:00 |
*** hichihara has joined #openstack-qa | 02:00 | |
*** dolpher has joined #openstack-qa | 02:00 | |
regXboi | I think I'm looking at a common set of failures | 02:00 |
mriedem1 | it makes me wonder though because i remember in essex if you didn't disassociate the floating ip before deleting an instance, then the floating ip was basically corrupted in the database | 02:01 |
mriedem1 | that was fixed in grizzly | 02:01 |
mriedem1 | so you could just delete the instance and then the floating ip was auto disassociated, but i assumed nova was doing that | 02:01 |
*** Kennan has quit IRC | 02:02 | |
regXboi | Let's see what the error mode is | 02:02 |
*** Kennan has joined #openstack-qa | 02:02 | |
* regXboi waits for the last job in the pipeline to fail | 02:02 | |
*** dolpher1 has joined #openstack-qa | 02:06 | |
*** yamamoto has joined #openstack-qa | 02:07 | |
*** dolpher has quit IRC | 02:08 | |
*** yamamoto has quit IRC | 02:18 | |
*** jamielennox is now known as jamielennox|away | 02:20 | |
*** abhirc has quit IRC | 02:23 | |
*** tochi has quit IRC | 02:23 | |
openstackgerrit | Ryan Moats proposed openstack/tempest: WiP: allow Neutron APIs to be used by all test cases https://review.openstack.org/215257 | 02:28 |
*** jamielennox|away is now known as jamielennox | 02:32 | |
*** mylu has quit IRC | 02:32 | |
*** salv-orlando has joined #openstack-qa | 02:48 | |
*** shuquan has joined #openstack-qa | 03:01 | |
*** salv-orlando has quit IRC | 03:01 | |
*** tochi has joined #openstack-qa | 03:02 | |
*** yamamoto has joined #openstack-qa | 03:04 | |
*** mriedem1 has quit IRC | 03:04 | |
*** tpeoples has quit IRC | 03:11 | |
*** openstackgerrit has quit IRC | 03:31 | |
*** openstackgerrit has joined #openstack-qa | 03:32 | |
*** shuquan has quit IRC | 03:40 | |
*** zz_dimtruck is now known as dimtruck | 03:43 | |
openstackgerrit | Ryan Moats proposed openstack/tempest: WiP: allow Neutron APIs to be used by all test cases https://review.openstack.org/215257 | 03:44 |
*** shuquan has joined #openstack-qa | 03:57 | |
*** BharatK has joined #openstack-qa | 04:00 | |
*** gamado has joined #openstack-qa | 04:00 | |
*** coolsvap|away is now known as coolsvap | 04:06 | |
*** dimtruck is now known as zz_dimtruck | 04:10 | |
*** regXboi has quit IRC | 04:17 | |
*** viktor-tikkanen has joined #openstack-qa | 04:21 | |
*** Poornima has joined #openstack-qa | 04:23 | |
*** salv-orlando has joined #openstack-qa | 04:24 | |
openstackgerrit | Ryan Moats proposed openstack/tempest: WiP: allow Neutron APIs to be used by all test cases https://review.openstack.org/215257 | 04:26 |
openstackgerrit | Piyush Pathak proposed openstack/tempest: non-admin user only able to download Active image https://review.openstack.org/214959 | 04:31 |
*** salv-orlando has quit IRC | 04:34 | |
*** Poornima has quit IRC | 04:35 | |
*** hoangcx has joined #openstack-qa | 04:36 | |
*** hoangcx has quit IRC | 04:37 | |
*** hoangcx has joined #openstack-qa | 04:38 | |
*** shuquan has quit IRC | 04:38 | |
*** ajmiller has quit IRC | 04:38 | |
openstackgerrit | Piyush Pathak proposed openstack/tempest: non-admin user only able to download Active image https://review.openstack.org/214959 | 04:38 |
*** salv-orlando has joined #openstack-qa | 04:39 | |
*** hoangcx has quit IRC | 04:40 | |
*** hoangcx has joined #openstack-qa | 04:41 | |
*** hoangcx has quit IRC | 04:42 | |
*** hoangcx has joined #openstack-qa | 04:42 | |
*** hoangcx has quit IRC | 04:43 | |
*** salv-orlando has quit IRC | 04:45 | |
*** tpeoples has joined #openstack-qa | 04:55 | |
*** fedexo has quit IRC | 04:57 | |
*** tpeoples has quit IRC | 05:04 | |
*** rossella_s has quit IRC | 05:06 | |
*** rossella_s has joined #openstack-qa | 05:06 | |
*** kiran-r has joined #openstack-qa | 05:10 | |
*** salv-orlando has joined #openstack-qa | 05:10 | |
*** BharatK has quit IRC | 05:14 | |
*** shausy has joined #openstack-qa | 05:17 | |
*** Poornima has joined #openstack-qa | 05:17 | |
*** jhenner has joined #openstack-qa | 05:20 | |
openstackgerrit | Takashi NATSUME proposed openstack/tempest: Add container and disk format parameters https://review.openstack.org/211065 | 05:23 |
*** jhenner is now known as jhenner|pto | 05:25 | |
*** BharatK has joined #openstack-qa | 05:26 | |
*** shardy_ has joined #openstack-qa | 05:29 | |
*** shardy has quit IRC | 05:30 | |
*** BharatK has quit IRC | 05:31 | |
*** shardy_ has quit IRC | 05:34 | |
*** shardy has joined #openstack-qa | 05:34 | |
*** cody-somerville has joined #openstack-qa | 05:35 | |
openstackgerrit | Piyush Pathak proposed openstack/tempest: non-admin user only able to download Active image https://review.openstack.org/214959 | 05:40 |
openstackgerrit | Merged openstack/tempest: Full response for Volume SnapshotsClient methods https://review.openstack.org/213786 | 05:42 |
*** BharatK has joined #openstack-qa | 05:43 | |
openstackrecheck | openstack/tempest change: https://review.openstack.org/212522 failed because of: gate-grenade-dsvm: https://bugs.launchpad.net/bugs/1355573 | 05:45 |
openstack | Launchpad bug 1355573 in grenade "grenade volume scenarios periodically fail /w SSHTimeout" [Undecided,New] | 05:45 |
*** salv-orlando has quit IRC | 05:45 | |
openstackgerrit | Ian Wienand proposed openstack-dev/devstack: Add workaround for existing python-cffi on Redhat platforms https://review.openstack.org/214957 | 05:45 |
*** jamielennox is now known as jamielennox|away | 05:47 | |
*** SridharG has joined #openstack-qa | 05:52 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Return complete response from compute/aggregates_client https://review.openstack.org/208810 | 05:55 |
*** yfried|afk has quit IRC | 05:56 | |
*** shausy has quit IRC | 06:04 | |
*** neeti has joined #openstack-qa | 06:05 | |
openstackgerrit | Gao Zexu proposed openstack/tempest: Add test for volume snapshot in compute api https://review.openstack.org/215503 | 06:06 |
*** grafuls has joined #openstack-qa | 06:08 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Return complete response from flavors_client part-1 https://review.openstack.org/208873 | 06:08 |
*** shausy has joined #openstack-qa | 06:08 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Return complete response from flavors_client part-2 https://review.openstack.org/208883 | 06:12 |
openstackgerrit | Anusha Ramineni proposed openstack/tempest: Full response for missed Identity V3 Client https://review.openstack.org/216108 | 06:15 |
openstackgerrit | Anusha Ramineni proposed openstack/tempest: Full response for missed IdentityV2Client methods https://review.openstack.org/216109 | 06:16 |
openstackgerrit | Anusha Ramineni proposed openstack/tempest: Full response for missed Identity V3 Client method https://review.openstack.org/216108 | 06:17 |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Return complete response from compute images_client https://review.openstack.org/214113 | 06:19 |
*** _kiran_ has joined #openstack-qa | 06:25 | |
*** shausy has quit IRC | 06:25 | |
*** shausy has joined #openstack-qa | 06:26 | |
*** kiran-r has quit IRC | 06:27 | |
*** itzikb has joined #openstack-qa | 06:30 | |
*** k4n0 has joined #openstack-qa | 06:31 | |
*** armax has quit IRC | 06:31 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Return complete response from instance usage client https://review.openstack.org/216113 | 06:35 |
*** neeti has quit IRC | 06:36 | |
*** dkusidlo has joined #openstack-qa | 06:43 | |
*** anshul has joined #openstack-qa | 06:44 | |
*** ihrachyshka has joined #openstack-qa | 06:46 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Return complete response from interfaces_client https://review.openstack.org/216120 | 06:47 |
*** achanda has quit IRC | 06:48 | |
openstackgerrit | Anusha Ramineni proposed openstack/tempest: Full response for missed IdentityV2Client methods https://review.openstack.org/216109 | 06:48 |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Return complete response from interfaces_client https://review.openstack.org/216120 | 06:50 |
*** piyush has joined #openstack-qa | 06:51 | |
piyush | hi | 06:55 |
*** itzikb has quit IRC | 06:58 | |
*** itzikb_ has joined #openstack-qa | 06:58 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Return complete response from limits,migration client https://review.openstack.org/216124 | 07:00 |
*** dkusidlo has quit IRC | 07:00 | |
*** evgenyf has joined #openstack-qa | 07:05 | |
*** haigang has joined #openstack-qa | 07:05 | |
*** haigang has quit IRC | 07:06 | |
*** I has joined #openstack-qa | 07:06 | |
*** I is now known as Guest63057 | 07:07 | |
*** Guest63057 has quit IRC | 07:07 | |
gmann | piyush: hi | 07:07 |
*** haigang has joined #openstack-qa | 07:07 | |
*** itzikb has joined #openstack-qa | 07:08 | |
*** flaper87 has quit IRC | 07:08 | |
*** flaper87 has joined #openstack-qa | 07:08 | |
*** itzikb_ has quit IRC | 07:09 | |
*** neeti has joined #openstack-qa | 07:09 | |
*** haigang has quit IRC | 07:09 | |
*** haigang has joined #openstack-qa | 07:10 | |
openstackgerrit | Anusha Ramineni proposed openstack/tempest: Full response for missed IdentityV2Client methods https://review.openstack.org/216109 | 07:15 |
*** _kiran_ has quit IRC | 07:17 | |
*** markus_z has joined #openstack-qa | 07:19 | |
*** hichihara has quit IRC | 07:20 | |
*** luqas has joined #openstack-qa | 07:20 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Return complete response from compute networks_client https://review.openstack.org/216129 | 07:22 |
*** sshnaidm has joined #openstack-qa | 07:25 | |
*** dolpher1 has quit IRC | 07:25 | |
*** yamamoto has quit IRC | 07:26 | |
openstackgerrit | Gao Zexu proposed openstack/tempest: Add test for volume snapshot in compute api https://review.openstack.org/215503 | 07:31 |
*** dolpher has joined #openstack-qa | 07:33 | |
*** neeti has quit IRC | 07:33 | |
*** dkusidlo has joined #openstack-qa | 07:35 | |
*** yfried|afk has joined #openstack-qa | 07:37 | |
*** neeti has joined #openstack-qa | 07:38 | |
*** yfried has joined #openstack-qa | 07:40 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Return complete response from compute quotas client https://review.openstack.org/216133 | 07:40 |
*** Zhang has joined #openstack-qa | 07:41 | |
*** yfried|afk has quit IRC | 07:41 | |
*** salv-orlando has joined #openstack-qa | 07:44 | |
*** dkusidlo has quit IRC | 07:45 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Return complete resp from sec grp default rule client https://review.openstack.org/216135 | 07:47 |
*** yamamoto has joined #openstack-qa | 07:49 | |
*** salv-orlando has quit IRC | 07:50 | |
openstackgerrit | Yongfeng Du proposed openstack-dev/grenade: Make DATABASES_TO_SAVE available to sub process https://review.openstack.org/216137 | 07:50 |
*** jordanP has joined #openstack-qa | 07:51 | |
*** dkusidlo has joined #openstack-qa | 07:55 | |
openstackgerrit | Jamie Lennox proposed openstack/tempest: Give access to CredClient in tests https://review.openstack.org/214987 | 07:57 |
*** sshnaidm has quit IRC | 08:00 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Return complete resp from security_group_rules_client https://review.openstack.org/216138 | 08:01 |
*** tkammer has joined #openstack-qa | 08:06 | |
*** haigang has quit IRC | 08:06 | |
*** Zhang has quit IRC | 08:12 | |
*** sshnaidm has joined #openstack-qa | 08:12 | |
*** luqas has quit IRC | 08:22 | |
*** kbaikov has joined #openstack-qa | 08:23 | |
*** shausy has quit IRC | 08:26 | |
*** shausy has joined #openstack-qa | 08:26 | |
*** tkammer has quit IRC | 08:27 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Return complete resp from security_groups_client https://review.openstack.org/216146 | 08:31 |
*** dmorita has quit IRC | 08:32 | |
*** yfried is now known as yfried|afk | 08:32 | |
*** mahito has quit IRC | 08:33 | |
*** mahito has joined #openstack-qa | 08:34 | |
*** mahito has quit IRC | 08:35 | |
*** yfried|afk is now known as yfried | 08:35 | |
*** yog_ has joined #openstack-qa | 08:36 | |
*** cdent has joined #openstack-qa | 08:37 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Return complete resp from server_groups_client https://review.openstack.org/216151 | 08:40 |
*** tkammer has joined #openstack-qa | 08:44 | |
*** tosky has joined #openstack-qa | 08:46 | |
*** tosky has quit IRC | 08:46 | |
*** tosky has joined #openstack-qa | 08:48 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Return complete response from services_client https://review.openstack.org/216155 | 08:48 |
*** Zhang has joined #openstack-qa | 08:49 | |
*** Zhang has quit IRC | 08:51 | |
*** tosky has quit IRC | 08:51 | |
openstackgerrit | Merged openstack/tempest: Return complete response from compute/agent_client https://review.openstack.org/208802 | 08:53 |
*** dkusidlo has quit IRC | 08:53 | |
*** tosky has joined #openstack-qa | 08:53 | |
openstackrecheck | openstack/nova change: https://review.openstack.org/180537 failed gate-tempest-dsvm-cells in the gate queue with an unrecognized error | 08:53 |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Return complete response from tenant_networks_client https://review.openstack.org/216157 | 08:53 |
openstackgerrit | Lajos Katona proposed openstack/tempest: Trunk port: first set of API tests https://review.openstack.org/213120 | 08:57 |
*** sshnaidm has quit IRC | 09:00 | |
*** tkammer has quit IRC | 09:02 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Return complete response from tenant_usages_client https://review.openstack.org/216160 | 09:03 |
*** dolpher has quit IRC | 09:04 | |
*** sshnaidm has joined #openstack-qa | 09:13 | |
*** mquin has quit IRC | 09:18 | |
*** aix has joined #openstack-qa | 09:20 | |
*** mquin has joined #openstack-qa | 09:22 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Return complete resp from volumes_extensions_client https://review.openstack.org/216164 | 09:24 |
*** cdent has quit IRC | 09:27 | |
*** cdent has joined #openstack-qa | 09:31 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Return complete response from compute quotas client https://review.openstack.org/216133 | 09:35 |
*** k4n0 has quit IRC | 09:36 | |
*** luqas has joined #openstack-qa | 09:50 | |
*** e0ne has joined #openstack-qa | 09:51 | |
*** Poornima has quit IRC | 09:52 | |
*** shardy_ has joined #openstack-qa | 09:53 | |
*** shardy has quit IRC | 09:54 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Return complete resp from sec grp default rule client https://review.openstack.org/216135 | 09:57 |
*** yamamoto has quit IRC | 09:57 | |
*** Poornima has joined #openstack-qa | 09:57 | |
*** cody-somerville has quit IRC | 09:58 | |
*** shardy_ has quit IRC | 09:58 | |
*** shardy has joined #openstack-qa | 09:59 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Return complete resp from security_groups_client https://review.openstack.org/216146 | 10:02 |
openstackgerrit | Fawad Khaliq proposed openstack-dev/devstack: Improve PLUMgrid Install Endpoints https://review.openstack.org/211598 | 10:05 |
openstackgerrit | Merged openstack/tempest: Add unit test for quotas_client https://review.openstack.org/207294 | 10:08 |
*** e0ne has quit IRC | 10:08 | |
openstackgerrit | Jens Rosenboom proposed openstack/tempest: DO NOT MERGE - Try testing with ip6 reenabled https://review.openstack.org/179570 | 10:09 |
*** Kennan has quit IRC | 10:09 | |
*** Kennan has joined #openstack-qa | 10:10 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Return complete response from compute networks_client https://review.openstack.org/216129 | 10:10 |
openstackgerrit | Merged openstack/tempest: Return complete response from compute baremetal client https://review.openstack.org/208839 | 10:12 |
openstackgerrit | Merged openstack/tempest: Return complete response from compute fixed_ips_client https://review.openstack.org/208856 | 10:12 |
*** aix has quit IRC | 10:15 | |
openstackgerrit | Merged openstack/tempest: Return complete response from floating_ip_pools_client https://review.openstack.org/209723 | 10:15 |
*** e0ne has joined #openstack-qa | 10:19 | |
openstackgerrit | Merged openstack/tempest: Return complete response from availability_zone_client https://review.openstack.org/208821 | 10:20 |
openstackgerrit | Merged openstack/tempest: Full response for Orchestration client methods https://review.openstack.org/213995 | 10:20 |
openstackgerrit | Merged openstack/tempest: Full response for Database Limits & Version Client https://review.openstack.org/214964 | 10:29 |
openstackgerrit | Merged openstack/tempest: Fix typo in tempest configuration guide https://review.openstack.org/214953 | 10:29 |
openstackgerrit | Merged openstack/tempest: Fix typo in tempest configuration page https://review.openstack.org/214252 | 10:29 |
openstackrecheck | openstack/glance change: https://review.openstack.org/195820 failed gate-glance-pep8, gate-glance-python27 in the gate queue with an unrecognized error | 10:30 |
*** k4n0 has joined #openstack-qa | 10:31 | |
*** ekarlso has quit IRC | 10:32 | |
*** ekarlso has joined #openstack-qa | 10:32 | |
openstackgerrit | Merged openstack/tempest: Fix misspelling in the "README.rst" https://review.openstack.org/215427 | 10:33 |
*** yfried is now known as yfried|afk | 10:35 | |
*** rfolco has joined #openstack-qa | 10:38 | |
*** k4n0 has quit IRC | 10:38 | |
gmann | masayukig: https://review.openstack.org/#/q/status:open+project:openstack/tempest+branch:master+topic:bp/method-return-value-and-move-service-clients-to-lib,n,z | 10:38 |
*** cdent has quit IRC | 10:38 | |
gmann | masayukig: easy for review | 10:39 |
*** e0ne has quit IRC | 10:40 | |
*** k4n0 has joined #openstack-qa | 10:44 | |
*** yamamoto has joined #openstack-qa | 10:47 | |
*** SridharG has left #openstack-qa | 10:48 | |
*** aix has joined #openstack-qa | 10:48 | |
*** k4n0 has quit IRC | 10:49 | |
*** yamamoto has quit IRC | 10:50 | |
*** yamamoto has joined #openstack-qa | 10:50 | |
*** jamielennox|away has quit IRC | 10:50 | |
*** yamamoto_ has joined #openstack-qa | 10:50 | |
*** k4n0 has joined #openstack-qa | 10:52 | |
*** mwagner_lap has quit IRC | 10:53 | |
*** yamamoto has quit IRC | 10:54 | |
*** nzeer has quit IRC | 10:54 | |
*** adam_g has quit IRC | 10:55 | |
*** eglute has quit IRC | 10:55 | |
*** lbragstad has quit IRC | 10:55 | |
*** yfried|afk is now known as yfried | 10:55 | |
*** vaidy has quit IRC | 10:55 | |
*** zz_dimtruck has quit IRC | 10:55 | |
*** wendar_ has joined #openstack-qa | 10:56 | |
*** wendar has quit IRC | 10:56 | |
*** jroll has quit IRC | 10:56 | |
*** pc_m has joined #openstack-qa | 10:59 | |
*** bkopilov has quit IRC | 10:59 | |
*** bkopilov has joined #openstack-qa | 11:00 | |
*** evgenyf has quit IRC | 11:01 | |
*** adam_g has joined #openstack-qa | 11:01 | |
*** adam_g has quit IRC | 11:01 | |
*** adam_g has joined #openstack-qa | 11:01 | |
*** lbragstad has joined #openstack-qa | 11:02 | |
*** zz_dimtruck has joined #openstack-qa | 11:02 | |
*** eglute has joined #openstack-qa | 11:02 | |
*** zz_dimtruck is now known as dimtruck | 11:02 | |
*** jroll has joined #openstack-qa | 11:02 | |
*** nzeer has joined #openstack-qa | 11:02 | |
*** gszasz has joined #openstack-qa | 11:02 | |
*** amotoki has quit IRC | 11:02 | |
*** dkranz has quit IRC | 11:03 | |
*** yamamoto_ has quit IRC | 11:03 | |
*** jamielennox|away has joined #openstack-qa | 11:04 | |
*** jamielennox|away is now known as jamielennox | 11:04 | |
*** vaidy has joined #openstack-qa | 11:06 | |
*** piyush has quit IRC | 11:09 | |
*** abhirc has joined #openstack-qa | 11:18 | |
*** yamamoto has joined #openstack-qa | 11:21 | |
openstackgerrit | Fawad Khaliq proposed openstack-dev/devstack: Improve PLUMgrid Install Endpoints https://review.openstack.org/211598 | 11:21 |
openstackgerrit | Anusha Ramineni proposed openstack/tempest: Full response for missed Identity V3 Client https://review.openstack.org/216108 | 11:30 |
*** mquin has quit IRC | 11:30 | |
*** evgenyf has joined #openstack-qa | 11:31 | |
*** skiafa has joined #openstack-qa | 11:31 | |
*** salv-orlando has joined #openstack-qa | 11:32 | |
*** kbaikov has quit IRC | 11:32 | |
*** mahito has joined #openstack-qa | 11:35 | |
*** mquin has joined #openstack-qa | 11:36 | |
*** abregman has joined #openstack-qa | 11:38 | |
abregman | mkoderer: hi. can I have question on this?: http://docs.openstack.org/developer/tempest/plugin.html | 11:39 |
mkoderer | abregman: sure | 11:39 |
*** mahito has quit IRC | 11:39 | |
abregman | mkoderer: do you know if there is a project who already using it? I want to pull neutron's api tests with it..but not sure about the implementation | 11:41 |
mkoderer | abregman: https://review.openstack.org/#/c/201955/ | 11:41 |
mkoderer | it's not yet merged but it has all needed files | 11:41 |
abregman | mkoderer: fast answer =) thanks. I'll go over it. | 11:42 |
mkoderer | abregman: yeah.. I am currently working on it :) | 11:42 |
*** k4n0 has quit IRC | 11:42 | |
mkoderer | just ping me if you have some questions | 11:42 |
*** k4n0 has joined #openstack-qa | 11:44 | |
abregman | mkoderer: thanks, appreciate it =) | 11:46 |
*** kbaikov has joined #openstack-qa | 11:46 | |
*** Poornima has quit IRC | 11:48 | |
*** Poornima has joined #openstack-qa | 11:50 | |
abregman | mkoderer: to run those tests, you place the manila tree inside tempest? I'm curious about the manila repo location when you run tempest | 11:51 |
mkoderer | abregman: no that's acutally the purpose.. you only need to run a setup.py (acually this is devstack doing for you) and tempest will discover all plugins for you | 11:52 |
mkoderer | abregman: you need to have an entry in setup.cfg like https://review.openstack.org/#/c/201955/14/setup.cfg | 11:53 |
abregman | mkoderer: cool! thanks | 11:54 |
*** salv-orlando has quit IRC | 11:55 | |
*** viktor-tikkanen has quit IRC | 11:58 | |
*** pradk has quit IRC | 12:01 | |
*** BharatK has quit IRC | 12:02 | |
*** aysyd has joined #openstack-qa | 12:04 | |
*** shardy_ has joined #openstack-qa | 12:05 | |
*** shardy has quit IRC | 12:06 | |
tosky | mkoderer: related question about the external tempest plugins; in your plugin you can read a section of the configuration file, is it a problem if that section is defined/used by core tempest? | 12:07 |
mkoderer | tosky: yeah I remember there was a debate during the spec review... | 12:09 |
mkoderer | tosky: do you have an example where do you need to adapt core tempest config sections? | 12:09 |
*** k4n0 has quit IRC | 12:10 | |
*** shardy_ has quit IRC | 12:10 | |
tosky | mkoderer: Sahara has scenario tests based on tempests for the CLI clients (don't ask...) in the sahara repository | 12:10 |
tosky | mkoderer: I was thinking about porting them to that interface, and the [data_processing] and [data_processing-feature-etc] are already used for other tests currently in tempest | 12:11 |
*** shardy has joined #openstack-qa | 12:11 | |
*** BharatK has joined #openstack-qa | 12:13 | |
mkoderer | tosky: https://review.openstack.org/#/c/184992/3/specs/tempest-external-plugin-interface.rst | 12:14 |
mkoderer | L68, I think mtreinish descibed well what is the current state | 12:15 |
tosky | mkoderer: oh, thanks | 12:16 |
skiafa | hey guys, how are you? I´m new at tempest and trying to build a test for manage/unmanage feature at cinder ( https://review.openstack.org/#/c/215290/4 ). I want to know wheter this test should come as part of another, or a new class alltogether... tks | 12:16 |
jordanP | skiafa, look for any existing test related to manage/unmanage | 12:17 |
jordanP | if there's none, start with a new file | 12:17 |
*** skiafa_ has joined #openstack-qa | 12:18 | |
mkoderer | jordanP: mh, I don't think that we need a new scenario file just for one cinder feature... | 12:19 |
jordanP | mkoderer, I am not sure this is a scenario... | 12:19 |
jordanP | skiafa, you want to as an "api" test or a scenario ? | 12:19 |
jordanP | s/as/add | 12:19 |
*** jswarren has joined #openstack-qa | 12:20 | |
mkoderer | jordanP: skiafa want to do a scenario test | 12:20 |
*** diegows has joined #openstack-qa | 12:20 | |
jordanP | right, I read the BP now | 12:20 |
tosky | mkoderer: one thing it's not clear for me from the document is: what if I don't want to register a new option, but simply read one which I know is provided by core tempest? Can I do it? | 12:20 |
*** skiafa has quit IRC | 12:20 | |
jordanP | mkoderer, I think it should rather be an api test | 12:21 |
mkoderer | tosky: yep you have access to the full config object.. you can read whatever you want | 12:21 |
tosky | mkoderer: oh, ok, than it's "easy"; thanks again | 12:21 |
mkoderer | jordanP: yeah... otherwise we can add scneario tests for cinder snapshots etc etc... | 12:21 |
*** diegows has quit IRC | 12:21 | |
skiafa_ | jordanP: If it is only an api test, it would be inserted into the volume test, correct? I will see what is in there and get back to you | 12:22 |
jordanP | skiafa_, yes, you should try to write an api test, not a scenario | 12:22 |
*** abhirc has quit IRC | 12:22 | |
jordanP | skiafa_, but then you can create a new file inside tempest/api/volume dir | 12:22 |
mkoderer | don't we have a test for that already?... mhh | 12:22 |
jordanP | I don't think so | 12:23 |
skiafa_ | jordanP: ok. looking into it now.... however, do I need to change my BP? | 12:23 |
mkoderer | jordanP: ok seems this is really missing | 12:23 |
jordanP | skiafa_, actually you don't need a BP for that | 12:23 |
openstackgerrit | Ryan Moats proposed openstack/tempest: WiP: allow Neutron APIs to be used by all test cases https://review.openstack.org/215257 | 12:24 |
mkoderer | skiafa_: just write a test... we don't need BP for a limited number of tests :) | 12:24 |
skiafa_ | if it is a api test, how should I proceed? | 12:24 |
jordanP | be sure that it's not already tested. If it's not, add a new file in tempest/api/volume | 12:25 |
skiafa_ | cool, tks! | 12:25 |
jordanP | (and as always, try to duplicate the minimum amount of code) | 12:25 |
mkoderer | skiafa_: https://github.com/openstack/tempest/blob/master/HACKING.rst | 12:26 |
*** BharatK has quit IRC | 12:26 | |
*** itzikb has quit IRC | 12:29 | |
*** itzikb has joined #openstack-qa | 12:29 | |
*** k4n0 has joined #openstack-qa | 12:31 | |
openstackrecheck | openstack/cinder change: https://review.openstack.org/216044 failed gate-tempest-dsvm-full in the gate queue with an unrecognized error | 12:31 |
*** yfried is now known as yfried|afk | 12:34 | |
*** malini has joined #openstack-qa | 12:34 | |
*** k4n0 has quit IRC | 12:35 | |
*** regXboi has joined #openstack-qa | 12:35 | |
*** mwagner_lap has joined #openstack-qa | 12:37 | |
*** malini has quit IRC | 12:38 | |
*** dustins has joined #openstack-qa | 12:42 | |
*** yfried|afk is now known as yfried | 12:44 | |
*** dkusidlo has joined #openstack-qa | 12:45 | |
*** dtantsur|afk is now known as dtantsur | 12:46 | |
jswarren | gmann: if you have other blueprints or work you'd like help with, send me an e-mail | 12:47 |
*** tochi has quit IRC | 12:47 | |
*** jswarren has quit IRC | 12:48 | |
*** shardy_ has joined #openstack-qa | 12:48 | |
openstackgerrit | Ryan Moats proposed openstack/tempest: Allow Neutron APIs to be used by all test cases https://review.openstack.org/215257 | 12:48 |
*** gamado has quit IRC | 12:49 | |
mkoderer | mtreinish: are you ok with adding a non-voting job for tempest and run all manila api tests? | 12:49 |
*** shardy has quit IRC | 12:49 | |
mkoderer | mtreinish: as long not everything is ported to tempest-lib we have the potential problem that a tempest patch could break the manila gate.. | 12:50 |
*** bknudson has left #openstack-qa | 12:50 | |
*** shardy_ has quit IRC | 12:53 | |
*** dkusidlo has quit IRC | 12:53 | |
*** shardy has joined #openstack-qa | 12:54 | |
*** malini has joined #openstack-qa | 12:55 | |
*** tpeoples has joined #openstack-qa | 12:57 | |
*** Poornima has quit IRC | 13:03 | |
*** malini has quit IRC | 13:04 | |
*** Guest47 has joined #openstack-qa | 13:04 | |
openstackgerrit | Ryan Moats proposed openstack/tempest: Allow Neutron APIs to be used by all test cases https://review.openstack.org/215257 | 13:09 |
*** dustins has quit IRC | 13:10 | |
*** malini has joined #openstack-qa | 13:11 | |
*** dustins has joined #openstack-qa | 13:11 | |
openstackrecheck | Console logs not available after 13:24s for gate-nova-python34 189685,25,957ada2 | 13:12 |
*** dims has joined #openstack-qa | 13:12 | |
*** Guest47_ has joined #openstack-qa | 13:14 | |
*** ccarmack has left #openstack-qa | 13:14 | |
*** dkranz has joined #openstack-qa | 13:15 | |
*** shardy_ has joined #openstack-qa | 13:15 | |
*** shardy has quit IRC | 13:17 | |
*** ccarmack has joined #openstack-qa | 13:17 | |
*** Guest47 has quit IRC | 13:17 | |
*** dustins has quit IRC | 13:18 | |
*** dustins has joined #openstack-qa | 13:19 | |
*** shardy_ has quit IRC | 13:21 | |
*** eglute has quit IRC | 13:21 | |
*** jecarey has joined #openstack-qa | 13:21 | |
*** shardy has joined #openstack-qa | 13:21 | |
*** jroll has quit IRC | 13:23 | |
*** dims has quit IRC | 13:23 | |
*** e0ne has joined #openstack-qa | 13:23 | |
*** dkusidlo has joined #openstack-qa | 13:24 | |
*** ccarmack has quit IRC | 13:24 | |
*** dustins has quit IRC | 13:25 | |
*** dimtruck is now known as zz_dimtruck | 13:25 | |
*** jamielennox has quit IRC | 13:26 | |
*** nicodemos has joined #openstack-qa | 13:26 | |
*** jecarey has quit IRC | 13:26 | |
*** eglute has joined #openstack-qa | 13:28 | |
*** bapalm_ has joined #openstack-qa | 13:28 | |
*** shausy has quit IRC | 13:29 | |
*** salv-orlando has joined #openstack-qa | 13:29 | |
*** mmedvede has quit IRC | 13:29 | |
*** dustins has joined #openstack-qa | 13:29 | |
*** mmedvede has joined #openstack-qa | 13:30 | |
*** salv-orl_ has joined #openstack-qa | 13:31 | |
*** salv-orlando has quit IRC | 13:31 | |
*** shausy has joined #openstack-qa | 13:31 | |
*** jecarey has joined #openstack-qa | 13:32 | |
*** jordanP has quit IRC | 13:34 | |
*** dkusidlo has quit IRC | 13:34 | |
*** yamamoto has quit IRC | 13:34 | |
*** prad_ has joined #openstack-qa | 13:34 | |
*** ccarmack has joined #openstack-qa | 13:35 | |
*** prad_ is now known as pradk | 13:35 | |
*** jroll has joined #openstack-qa | 13:37 | |
mtreinish | mkoderer: I'd prefer we didn't because the brings in another gate coupling which is part of what we're trying to fix with doing plugins | 13:37 |
tosky | mtreinish: is it about configuration and plugins? | 13:38 |
mtreinish | tosky: I was responding to mkoderer about adding a manila job on the tempest queue | 13:39 |
mtreinish | tosky: did you have a question about configuration and plugins? | 13:39 |
*** malini has quit IRC | 13:40 | |
openstackgerrit | Shih-Hao Li proposed openstack-dev/devstack: Provide alternate path for neutron plugin config files https://review.openstack.org/212786 | 13:40 |
*** bknudson has joined #openstack-qa | 13:41 | |
tosky | mtreinish: ah, no, sorry, mkoderer already answered | 13:42 |
mtreinish | tosky: fwiw, I realized the plugin interface docs didn't explicitly mention how to handle config | 13:43 |
*** jamielennox|away has joined #openstack-qa | 13:43 | |
mtreinish | I'll push up a patch to elaborate on that | 13:43 |
mtreinish | because it'll be a common question | 13:43 |
*** jamielennox|away is now known as jamielennox | 13:43 | |
tosky | mtreinish: thanks | 13:43 |
*** neeti has quit IRC | 13:43 | |
sdague | mtreinish: you good with - https://review.openstack.org/#/c/208776 ? | 13:48 |
*** yamamoto has joined #openstack-qa | 13:50 | |
mtreinish | sdague: tbh, I didn't even know there was an option for that | 13:50 |
mtreinish | ugh, that's ugly: http://git.openstack.org/cgit/openstack/tempest/tree/tempest/scenario/test_server_basic_ops.py#n99 | 13:52 |
*** dims_ has joined #openstack-qa | 13:52 | |
mtreinish | ssh into the guest and manually poll the metadata endpoint | 13:52 |
*** malini has joined #openstack-qa | 13:53 | |
mtreinish | sdague: oh, I +a'd that change but I just realized it'll be setting that option true even if we're not using the metadata service | 13:56 |
sdague | so, honestly, that's the best option right now | 13:56 |
sdague | it would be good to have more explicit tests on the md service | 13:56 |
mtreinish | because that variable is new | 13:57 |
mtreinish | (the devstack one) | 13:57 |
*** mriedem has joined #openstack-qa | 13:59 | |
*** dkusidlo has joined #openstack-qa | 13:59 | |
*** boris-42 has joined #openstack-qa | 14:00 | |
*** amotoki has joined #openstack-qa | 14:00 | |
*** mriedem has quit IRC | 14:03 | |
*** mriedem has joined #openstack-qa | 14:03 | |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Add plugin docs section on configuration options https://review.openstack.org/216266 | 14:04 |
mtreinish | tosky, mkoderer: ^^^ | 14:04 |
*** mriedem has quit IRC | 14:05 | |
*** pglass has joined #openstack-qa | 14:06 | |
*** mriedem has joined #openstack-qa | 14:06 | |
*** frickler_ has joined #openstack-qa | 14:07 | |
*** pglbutt has joined #openstack-qa | 14:07 | |
*** frickler has quit IRC | 14:07 | |
tosky | mtreinish: I guess I should ask on the review, but a) "the just the options provided by Tempest" (an "the" too much) b) can new options be part of existing sections, or per-plugin options do require new sections? | 14:08 |
*** jamielennox has quit IRC | 14:08 | |
mtreinish | tosky: yeah, leave a -1 review comment :) | 14:09 |
mtreinish | for b yes tehy can be part of existing sections | 14:09 |
mtreinish | or part of a new one too | 14:10 |
*** jordanP has joined #openstack-qa | 14:10 | |
*** jamielennox|away has joined #openstack-qa | 14:10 | |
mtreinish | the register_opts interface method gets passed the tempest conf object and it assumes the plugin code will do whatever it needs with it | 14:10 |
*** pglass has quit IRC | 14:11 | |
*** jamielennox|away is now known as jamielennox | 14:11 | |
*** bdperkin has quit IRC | 14:11 | |
*** mriedem has left #openstack-qa | 14:12 | |
*** zz_dimtruck is now known as dimtruck | 14:15 | |
*** ccarmack has quit IRC | 14:15 | |
*** ccarmack has joined #openstack-qa | 14:16 | |
*** shausy has quit IRC | 14:18 | |
*** mriedem has joined #openstack-qa | 14:19 | |
*** frickler_ is now known as frickler | 14:19 | |
*** yfried has quit IRC | 14:20 | |
*** bknudson has quit IRC | 14:21 | |
*** yog_ has quit IRC | 14:25 | |
*** jasonsb has quit IRC | 14:27 | |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Update the Tempest README for new run workflow https://review.openstack.org/198878 | 14:27 |
mtreinish | jordanP: ^^^ hopefully I got things right that time | 14:27 |
jordanP | !) | 14:27 |
openstack | jordanP: Error: ")" is not a valid command. | 14:27 |
jordanP | :) | 14:27 |
mtreinish | heh | 14:28 |
mriedem | mtreinish: so i guess a good use of the new test_id stuff in e-r would be all of the randomly failing tests in the neutron functional/api jobs in the gate | 14:30 |
mriedem | since there are no screen logs, and the failures aren't very helpful | 14:30 |
mtreinish | mriedem: well except only results from tempest and grenade jobs are put in the db | 14:30 |
*** bdperkin has joined #openstack-qa | 14:30 | |
*** bdperkin has joined #openstack-qa | 14:30 | |
mriedem | well i guess there are screen logs | 14:31 |
mriedem | just now fwaas logs | 14:31 |
mriedem | *not | 14:31 |
*** jecarey has quit IRC | 14:33 | |
*** tpeoples has quit IRC | 14:33 | |
*** ajmiller has joined #openstack-qa | 14:33 | |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Add plugin docs section on configuration options https://review.openstack.org/216266 | 14:35 |
mtreinish | tosky: ^^^ | 14:35 |
*** yamahata has joined #openstack-qa | 14:36 | |
tosky | done :) | 14:38 |
*** jecarey has joined #openstack-qa | 14:40 | |
*** bapalm_ has quit IRC | 14:41 | |
*** yamahata has quit IRC | 14:43 | |
*** jecarey has quit IRC | 14:44 | |
*** bapalm- has joined #openstack-qa | 14:45 | |
e0ne | mtreinish: hi. are you around? i've got a question about your comment for https://review.openstack.org/#/c/209859/ | 14:48 |
*** ccneill has joined #openstack-qa | 14:50 | |
mtreinish | e0ne: yeah | 14:51 |
mtreinish | e0ne: although I expect the answer is: https://github.com/openstack/tempest/blob/master/tempest/cmd/verify_tempest_config.py#L85 | 14:51 |
*** mtanino has joined #openstack-qa | 14:52 | |
*** achanda has joined #openstack-qa | 14:52 | |
ccneill | hey mtreinish: got a second? | 14:52 |
mtreinish | e0ne: unless the issue has been fixed, but the original problem with the patch which was proposed to remove v1 from everywhere was failing on verify_tempest_config | 14:52 |
mtreinish | ccneill: probably :) | 14:53 |
ccneill | haha one sec I'll PM you | 14:53 |
*** tpeoples has joined #openstack-qa | 14:54 | |
e0ne | mtreinish: i've got your point. will check it | 14:55 |
e0ne | mtreinish: thanks | 14:55 |
*** dkusidlo has quit IRC | 14:56 | |
*** gszasz has quit IRC | 14:57 | |
*** jecarey has joined #openstack-qa | 14:57 | |
*** jecarey_ has joined #openstack-qa | 15:00 | |
*** mlavalle has joined #openstack-qa | 15:00 | |
*** jecarey has quit IRC | 15:00 | |
*** malini has quit IRC | 15:00 | |
openstackgerrit | Ivan Kolodyazhny proposed openstack-dev/devstack: Disable Cinder V1 support for Tempest https://review.openstack.org/194726 | 15:00 |
*** jecarey has joined #openstack-qa | 15:00 | |
*** malini has joined #openstack-qa | 15:01 | |
*** achanda has quit IRC | 15:02 | |
*** moravec has joined #openstack-qa | 15:04 | |
*** artom has joined #openstack-qa | 15:06 | |
*** skiafa_ has quit IRC | 15:06 | |
*** sshnaidm has quit IRC | 15:06 | |
*** gszasz has joined #openstack-qa | 15:07 | |
*** yamamoto has quit IRC | 15:07 | |
*** jaypipes has joined #openstack-qa | 15:09 | |
*** ChanServ sets mode: +o jaypipes | 15:09 | |
*** anshul has quit IRC | 15:11 | |
*** cdent has joined #openstack-qa | 15:14 | |
*** itzikb has quit IRC | 15:15 | |
*** amotoki has quit IRC | 15:16 | |
openstackrecheck | openstack/tempest change: https://review.openstack.org/215120 failed because of: gate-grenade-dsvm: https://bugs.launchpad.net/bugs/1463631 | 15:16 |
openstack | Launchpad bug 1463631 in grenade "60_nova/resources.sh:106:ping_check_public fails intermittently" [Undecided,Confirmed] | 15:16 |
*** hemnafk is now known as hemna | 15:17 | |
*** abregman has quit IRC | 15:17 | |
mtreinish | mriedem: if you get a sec: https://review.openstack.org/#/c/213811/ | 15:17 |
*** mfalatic has joined #openstack-qa | 15:24 | |
openstackgerrit | Charles Neill proposed openstack/tempest-lib: Security utilities for fuzz tests https://review.openstack.org/216303 | 15:29 |
*** Sukhdev has joined #openstack-qa | 15:33 | |
*** jasonsb has joined #openstack-qa | 15:35 | |
openstackgerrit | Merged openstack/tempest: Return complete response from compute extensions_client https://review.openstack.org/208854 | 15:35 |
*** dims__ has joined #openstack-qa | 15:36 | |
*** david-ly_ is now known as david-lyle | 15:38 | |
*** dims_ has quit IRC | 15:39 | |
*** e0ne has quit IRC | 15:42 | |
*** e0ne has joined #openstack-qa | 15:44 | |
*** Swami has joined #openstack-qa | 15:45 | |
*** evgenyf has quit IRC | 15:47 | |
*** moravec has quit IRC | 15:47 | |
*** malini has quit IRC | 15:49 | |
*** rbak has joined #openstack-qa | 15:51 | |
*** cody-somerville has joined #openstack-qa | 15:53 | |
*** Guest47_ has quit IRC | 15:54 | |
*** sridhar_ram has joined #openstack-qa | 15:54 | |
*** sridhar_ram has quit IRC | 15:54 | |
*** gszasz has quit IRC | 15:56 | |
jordanP | this moment when more than half of your review dashboard is for "bp/method-return-value-and-move-service-clients-to-lib"... | 15:57 |
*** Guest47 has joined #openstack-qa | 15:57 | |
mtreinish | jordanP: heh, yeah I noticed a lot of patches come in for that overnight :) | 15:59 |
*** armax has joined #openstack-qa | 16:00 | |
mriedem | mtreinish: have you noticed e-r not reporting on known failures lately? | 16:00 |
mriedem | clarkb: fungi: ^ is the e-r job / service running ok? | 16:00 |
mtreinish | mriedem: hmm, I hadn't really been watching | 16:00 |
mtreinish | I assumed anything like that was caused by the logstash backup | 16:01 |
*** bknudson has joined #openstack-qa | 16:01 | |
*** skiafa has joined #openstack-qa | 16:01 | |
jordanP | mriedem, it worked 2 hours ago: https://review.openstack.org/#/c/215120/ | 16:01 |
mtreinish | although we did land my subunit2sql change recently that could have borked something | 16:01 |
*** sabeen2 has joined #openstack-qa | 16:02 | |
mriedem | mtreinish: ok, tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants is failing way more than logstash is showing i think | 16:02 |
*** moravec has joined #openstack-qa | 16:02 | |
*** sabeen2 has quit IRC | 16:02 | |
openstackgerrit | Ivan Kolodyazhny proposed openstack-dev/devstack: Disable Cinder V1 support for Tempest https://review.openstack.org/194726 | 16:03 |
mtreinish | mriedem: the logstash graph on status.o.o seems to have a lot of events: http://goo.gl/S3bHR3 | 16:03 |
mtreinish | over 9000 | 16:04 |
mriedem | i guess i was looking at gate http://status.openstack.org/elastic-recheck/gate.html#1487570 | 16:04 |
*** malini has joined #openstack-qa | 16:06 | |
*** markus_z has quit IRC | 16:06 | |
*** yamamoto has joined #openstack-qa | 16:08 | |
mriedem | bapalm: ^ that was what your change hit | 16:08 |
mriedem | just recheck it | 16:08 |
*** dims__ has quit IRC | 16:12 | |
*** yamamoto has quit IRC | 16:12 | |
*** dims has joined #openstack-qa | 16:13 | |
*** dims is now known as dims__ | 16:13 | |
*** Guest47 has quit IRC | 16:22 | |
*** jordanP has quit IRC | 16:24 | |
mriedem | mtreinish: yeah, the logstash workers queue is going nuts | 16:27 |
mriedem | so i suspect that's related to why e-r isn't reporting on everything | 16:27 |
*** moravec has quit IRC | 16:30 | |
*** dims__ has quit IRC | 16:43 | |
*** nic has joined #openstack-qa | 16:44 | |
*** wendar_ is now known as wendar | 16:45 | |
*** dims__ has joined #openstack-qa | 16:45 | |
*** Guest47 has joined #openstack-qa | 16:46 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add query for neutron functional alembic 0.8.1 bug 1488167 https://review.openstack.org/216334 | 16:49 |
openstack | bug 1488167 in neutron "neutron stable jobs are busted by alembic 0.8.1" [Undecided,In progress] https://launchpad.net/bugs/1488167 - Assigned to Ihar Hrachyshka (ihar-hrachyshka) | 16:49 |
mriedem | mtreinish: ^ | 16:50 |
*** tsekiyama has joined #openstack-qa | 16:51 | |
*** erlon has joined #openstack-qa | 16:53 | |
*** b10n1k_ has joined #openstack-qa | 16:58 | |
*** diegows has joined #openstack-qa | 17:00 | |
*** Guest47 has quit IRC | 17:02 | |
*** rossella_s has quit IRC | 17:05 | |
*** rossella_s has joined #openstack-qa | 17:06 | |
*** malini has quit IRC | 17:07 | |
*** Swami has quit IRC | 17:07 | |
clarkb | mriedem: I am looking at the logstash workers now | 17:08 |
clarkb | at first glance they are basically working nonstop | 17:08 |
openstackgerrit | Merged openstack-dev/devstack: Always add OVS port in _move_neutron_addresses_route https://review.openstack.org/212797 | 17:08 |
clarkb | but will dig in and confirm | 17:08 |
mtreinish | clarkb: do you think adding more workers would help? | 17:11 |
*** Swami has joined #openstack-qa | 17:12 | |
clarkb | mtreinish: possibly, looks like we lost 3/20 due to what appears to be ooming | 17:12 |
clarkb | so might need to either be smarter about how we load the log files and/or spread out the load a bit more | 17:12 |
openstackgerrit | Merged openstack-infra/elastic-recheck: Add query for neutron functional alembic 0.8.1 bug 1488167 https://review.openstack.org/216334 | 17:13 |
openstack | bug 1488167 in neutron "neutron stable jobs are busted by alembic 0.8.1" [Undecided,In progress] https://launchpad.net/bugs/1488167 - Assigned to Ihar Hrachyshka (ihar-hrachyshka) | 17:13 |
clarkb | mtreinish: we have exploded the size of our logfiles again I think | 17:13 |
*** mylu has joined #openstack-qa | 17:13 | |
mtreinish | clarkb: oh, that could be it too | 17:13 |
mtreinish | clarkb: http://logs.openstack.org/54/208854/2/gate/gate-tempest-dsvm-neutron-full/ac1da7b/logs/ there a few in the MB range | 17:14 |
*** jecarey has quit IRC | 17:14 | |
mtreinish | ooh, neutron is pretty bad | 17:14 |
clarkb | yes neutron was the one I saw | 17:15 |
mtreinish | a 7MB, and 3.9M | 17:15 |
clarkb | the unittest console logs are pretty big too | 17:15 |
clarkb | mtreinish: and thats compressed | 17:15 |
mtreinish | clarkb: hah, the q-agt log is doing a bunch of iptables at debug | 17:16 |
*** ccneill has quit IRC | 17:16 | |
mtreinish | http://logs.openstack.org/54/208854/2/gate/gate-tempest-dsvm-neutron-full/ac1da7b/logs/screen-q-agt.txt.gz | 17:16 |
mtreinish | mestery: ^^^ | 17:16 |
mtreinish | mestery, clarkb: http://logs.openstack.org/54/208854/2/gate/gate-tempest-dsvm-neutron-full/ac1da7b/logs/screen-q-agt.txt.gz#_2015-08-24_15_07_40_911 | 17:16 |
mestery | mtreinish: Looking | 17:17 |
mtreinish | I'm not sure that's something we want to be logging :) | 17:17 |
*** aix has quit IRC | 17:20 | |
openstackgerrit | Merged openstack-dev/devstack: Use standard get_or_create_role to find role https://review.openstack.org/212907 | 17:21 |
clarkb | anyways I have resurrected the workers that OOMed | 17:22 |
clarkb | we should be running full steam ahead but likely own't keep up well without more workers or less logs | 17:22 |
mtreinish | clarkb: ok cool. I agree we should fix the log size, but it might take time then adding more workers | 17:24 |
*** pvaneck has joined #openstack-qa | 17:25 | |
mtreinish | although I think a simple fix would be to turn of debug logging stdout and stderr when neutron shells out | 17:25 |
*** Guest47 has joined #openstack-qa | 17:27 | |
*** diegows has quit IRC | 17:29 | |
*** ccneill has joined #openstack-qa | 17:31 | |
*** hemna has quit IRC | 17:31 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-neutron-full-non-isolated 179570,5,493ba45 | 17:32 |
*** achanda has joined #openstack-qa | 17:33 | |
*** Sukhdev has quit IRC | 17:33 | |
mtreinish | mestery, clarkb: https://review.openstack.org/#/c/216350/ a start at least | 17:34 |
*** mylu has quit IRC | 17:34 | |
mtreinish | there are still other several MB log files coming from neutron though | 17:34 |
*** mylu has joined #openstack-qa | 17:35 | |
*** mylu has quit IRC | 17:36 | |
*** mylu has joined #openstack-qa | 17:36 | |
*** SridharG has joined #openstack-qa | 17:40 | |
regXboi | mtreinish, clarkb, mestery: I was going to push a patch on this myself ... let me go look at that review | 17:42 |
*** bkopilov has quit IRC | 17:44 | |
openstackgerrit | Ivan Kolodyazhny proposed openstack/tempest: Use Cinder API V2 if V1 is disabled https://review.openstack.org/209859 | 17:45 |
*** bkopilov has joined #openstack-qa | 17:45 | |
*** moravec has joined #openstack-qa | 17:49 | |
*** Sukhdev has joined #openstack-qa | 17:52 | |
openstackrecheck | Console logs not available after 13:29s for gate-tempest-dsvm-full 216328,2,6569016 | 17:53 |
*** jasonsb_ has joined #openstack-qa | 17:54 | |
*** mylu has quit IRC | 17:54 | |
*** jasonsb has quit IRC | 17:54 | |
*** mylu has joined #openstack-qa | 17:54 | |
*** Guest47 has quit IRC | 17:55 | |
*** ihrachyshka has quit IRC | 17:56 | |
*** VanL has joined #openstack-qa | 17:56 | |
*** mylu has quit IRC | 17:59 | |
*** jecarey has joined #openstack-qa | 17:59 | |
*** mylu has joined #openstack-qa | 18:00 | |
*** mylu has quit IRC | 18:02 | |
*** Sukhdev has quit IRC | 18:03 | |
*** mylu has joined #openstack-qa | 18:04 | |
openstackgerrit | Charles Neill proposed openstack/tempest-lib: Security utilities for fuzz tests https://review.openstack.org/216303 | 18:05 |
*** dtantsur is now known as dtantsur|afk | 18:07 | |
*** bkopilov has quit IRC | 18:08 | |
*** corvus is now known as jeblair | 18:13 | |
*** SridharG has left #openstack-qa | 18:14 | |
*** hemna has joined #openstack-qa | 18:14 | |
regXboi | mtreinish, haleyb, mestery: ping? | 18:15 |
regXboi | mtreinis, clarkb, mestery: I looked at screen-q-svc.txt, which is another of the large neutron logs | 18:16 |
regXboi | 20% of the lines appear to be coming from oslo_concurrency/lockutils.py | 18:16 |
*** bapalm- is now known as bapalm_ | 18:19 | |
openstackrecheck | Console logs not available after 14:12s for gate-ceilometer-dsvm-functional-mongodb 212557,9,5bcaac4 | 18:20 |
mtreinish | regXboi: oh, the lock acquired lock released debug stuff? | 18:31 |
*** jasonsb_ has quit IRC | 18:31 | |
regXboi | mtreinish: ack | 18:31 |
regXboi | mtreinish: I'm thinking that could be suppressed somehow | 18:32 |
mtreinish | regXboi: you can set the log level for libs, there is an option for that in oslo.log | 18:33 |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-postgres-full 213448,8,958301a | 18:33 |
* regXboi looks | 18:33 | |
mtreinish | so you can just set the defaul oslo.concurrency log level above debug | 18:33 |
mtreinish | err, I guess its just using default logging commands: http://git.openstack.org/cgit/openstack/tempest/tree/tempest/config.py#n1344 | 18:34 |
mtreinish | that's the example from tempest i was thinking of | 18:34 |
regXboi | like I said, let me look at the code itself and see what I can come up with | 18:35 |
regXboi | since the gate keeps restarting it will give me something to do while I wait for patches to merge | 18:37 |
*** austin81 has joined #openstack-qa | 18:37 | |
openstackgerrit | Merged openstack-dev/devstack: Move policy.json creation to _configure_neutron_common https://review.openstack.org/210650 | 18:42 |
openstackrecheck | Console logs not available after 14:21s for gate-tempest-dsvm-full 203049,15,0d2043f | 18:47 |
*** Guest47 has joined #openstack-qa | 18:48 | |
*** skiafa has quit IRC | 18:49 | |
*** Guest47_ has joined #openstack-qa | 18:50 | |
openstackgerrit | Ivan Kolodyazhny proposed openstack/tempest: Use Cinder API V2 if V1 is disabled https://review.openstack.org/209859 | 18:51 |
sslypushenko | mtreinish: Please review: https://review.openstack.org/#/c/192709/ | 18:51 |
*** malini has joined #openstack-qa | 18:52 | |
*** malini has quit IRC | 18:53 | |
*** malini has joined #openstack-qa | 18:53 | |
*** Guest47 has quit IRC | 18:53 | |
*** jasonsb has joined #openstack-qa | 18:59 | |
*** jgriffith has quit IRC | 18:59 | |
*** bkopilov has joined #openstack-qa | 18:59 | |
openstackrecheck | Console logs not available after 13:25s for gate-ceilometer-dsvm-functional-mongodb 208068,11,6cda7fe | 19:01 |
*** jgriffith has joined #openstack-qa | 19:01 | |
*** jgriffith is now known as Guest7193 | 19:02 | |
*** Guest7193 has quit IRC | 19:04 | |
*** e0ne has quit IRC | 19:04 | |
openstackgerrit | Merged openstack-infra/elastic-recheck: Add config flags for data source configuration https://review.openstack.org/213811 | 19:06 |
*** bkopilov has quit IRC | 19:09 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Remove query for bug 1469825 https://review.openstack.org/216385 | 19:10 |
openstack | bug 1469825 in Rally "return self._cleanups(raise_errors=raise_first) TypeError with fixtures 1.3.0 released on 6/29" [Medium,Fix committed] https://launchpad.net/bugs/1469825 | 19:10 |
*** bkopilov has joined #openstack-qa | 19:11 | |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Cleanup tempest docs a bit https://review.openstack.org/216386 | 19:11 |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-nova-v21-full 156126,7,b45ecfd | 19:14 |
sdague | mtreinish / lifeless I'm trying to figure out which of testr or tox is making the full urls in the subunit failures into relative urls | 19:16 |
sdague | any ideas before I go digging | 19:16 |
lifeless | sdague: example? | 19:17 |
mtreinish | sdague: do you have an example? | 19:17 |
lifeless | sdague: I'd say neither offhand | 19:17 |
*** jaypipes has quit IRC | 19:18 | |
sdague | ok, let me build a reproduce | 19:18 |
lifeless | sdague: testr isn't in the business of interpreting anything other than test ids | 19:18 |
lifeless | sdague: tox likewise | 19:18 |
sdague | hmmm... maybe it's happening lower down | 19:19 |
sdague | I ran into an issue with my emacs inline testing where it's often returning relative urls, which are less useful for linking directly to failures, but I haven't quite figured out why they are sometimes relative and sometimes abs | 19:20 |
lifeless | sdague: do you have an example of it happening - just a log file or someting ? | 19:20 |
sdague | I'll dig more | 19:20 |
lifeless | emacs inline testing ? | 19:21 |
lifeless | I know all the words | 19:21 |
lifeless | but not together | 19:21 |
sdague | https://github.com/sdague/stacktest | 19:21 |
lifeless | sdague: nice | 19:22 |
lifeless | sdague: are you parsing the subunit directly, or using python-mode or something ? | 19:23 |
lifeless | (or just poking at the output of subunit-trace?) | 19:23 |
sdague | it's running through subunit-trace | 19:23 |
sdague | yeh, when I invoke subunit, I just use that | 19:23 |
sdague | maybe it changed what it was returning | 19:24 |
lifeless | if we could lift that off, you could use it for a wider set of projects I suspect | 19:24 |
lifeless | anyhow cool | 19:24 |
lifeless | by abs / relative | 19:24 |
lifeless | do you mean the file paths in exceptions ? | 19:24 |
lifeless | / tracebacks | 19:24 |
sdague | lifeless: yes, file paths in execptions / tracebacks | 19:25 |
sdague | yeh, subunit-trace is just dumping the attachment | 19:26 |
lifeless | ok thats your PYTHONPATH | 19:26 |
sdague | so I guess it must be lower down | 19:26 |
lifeless | given foo/bar.py | 19:26 |
lifeless | if ./foo is on the python path, import bar; bar.__file__ will be relative | 19:26 |
sdague | ok | 19:27 |
*** mquin has quit IRC | 19:27 | |
lifeless | if $(pwd)/foo is on the python path, import bar; bar.__file__ will be absolute | 19:27 |
sdague | so, is there any easy way to trick it to force abs path display always? | 19:27 |
lifeless | its possible importlib has altered that to be always abs | 19:27 |
lifeless | there are two things you could do | 19:27 |
sdague | I'm actually getting the other issue | 19:27 |
sdague | abs path would be great | 19:27 |
sdague | relative confuses emacs a bit because concepts of working directories don't always match up | 19:28 |
openstackrecheck | Console logs not available after 13:27s for gate-keystone-python27 216354,1,474ffe6 | 19:28 |
lifeless | we could alter linecache / traceback to normalise paths | 19:28 |
*** davideagnello has joined #openstack-qa | 19:28 | |
lifeless | thats a cPython change (but backported via linecache2 and traceback2 we'd get it into your stack in a week or so) | 19:28 |
sdague | and, I can probably code enough to get around it, but the fast path is "some way to ensure all tracebacks are abs path" | 19:28 |
lifeless | alternatively, you could take great care to ensure '.' is not on the python path | 19:28 |
lifeless | thirdly we could change importlib, also a cPython change, and somewhat trickier to backport | 19:29 |
*** mquin has joined #openstack-qa | 19:29 | |
sdague | ok, well I'm going to poke a bit more between things here to narrow down when it's happening and when it's not | 19:32 |
*** jgriffit- has joined #openstack-qa | 19:34 | |
openstackgerrit | Gorka Eguileor proposed openstack/tempest: Fix volume backup import test https://review.openstack.org/216397 | 19:34 |
*** mquin has quit IRC | 19:34 | |
openstackgerrit | Gorka Eguileor proposed openstack/tempest: Fix volume backup import test https://review.openstack.org/212501 | 19:36 |
*** mquin has joined #openstack-qa | 19:38 | |
openstackrecheck | Console logs not available after 13:22s for gate-nova-python27 214527,8,6d4abe5 | 19:41 |
openstackgerrit | Merged openstack-infra/elastic-recheck: Remove query for bug 1469825 https://review.openstack.org/216385 | 19:42 |
openstack | bug 1469825 in Rally "return self._cleanups(raise_errors=raise_first) TypeError with fixtures 1.3.0 released on 6/29" [Medium,Fix committed] https://launchpad.net/bugs/1469825 | 19:42 |
openstackrecheck | openstack/nova change: https://review.openstack.org/215094 failed gate-tempest-dsvm-full-ceph in the gate queue with an unrecognized error | 19:42 |
lifeless | sdague: develop mode is one obvious candidate to me | 19:50 |
*** yfried has joined #openstack-qa | 19:52 | |
*** VanL has quit IRC | 19:56 | |
*** malini has quit IRC | 19:56 | |
*** VanL has joined #openstack-qa | 19:57 | |
*** nicodemos has quit IRC | 19:57 | |
openstackgerrit | Andrey Pavlov proposed openstack-dev/devstack: Fix create_userrc.sh script https://review.openstack.org/216403 | 20:00 |
*** kutija has joined #openstack-qa | 20:03 | |
*** bkopilov has quit IRC | 20:03 | |
*** malini has joined #openstack-qa | 20:04 | |
*** achanda has quit IRC | 20:07 | |
*** bkopilov has joined #openstack-qa | 20:07 | |
*** VanL has quit IRC | 20:07 | |
*** malini has quit IRC | 20:09 | |
*** cdent has quit IRC | 20:10 | |
*** malini has joined #openstack-qa | 20:15 | |
*** miqui has joined #openstack-qa | 20:22 | |
*** Guest47_ has quit IRC | 20:22 | |
*** Sukhdev has joined #openstack-qa | 20:25 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Update query for bug 1487570 for nova v2 API https://review.openstack.org/216414 | 20:27 |
openstack | bug 1487570 in OpenStack Compute (nova) "test_list_servers_by_admin_with_all_tenants fails with InstanceNotFound trying to lazy-load flavor" [High,In progress] https://launchpad.net/bugs/1487570 - Assigned to Matt Riedemann (mriedem) | 20:27 |
*** VanL has joined #openstack-qa | 20:27 | |
EmilienM | mtreinish: hey, do you have 2 min for questions puppet/tempest? | 20:29 |
mtreinish | EmilienM: sure | 20:31 |
EmilienM | mtreinish: so now we have keystone working nice, the code is merged | 20:31 |
EmilienM | I want to add glance | 20:31 |
EmilienM | now, we're running "tox -eall -- identity" | 20:31 |
EmilienM | what do you suggest to us for a small iteration, since I think we will refactor the way we run tempest soon | 20:32 |
EmilienM | (since we have one scenario, hardcoding is not an issue now) | 20:32 |
EmilienM | can I run : tox -eall -- identity,image ? | 20:32 |
mtreinish | EmilienM: well not comma seperated because it's a regex it would be '|' I think | 20:33 |
*** malini has quit IRC | 20:33 | |
EmilienM | ok nice | 20:33 |
mtreinish | but it just treats separate args and as an or | 20:33 |
mtreinish | so you can do tox -eall -- identity image | 20:33 |
mtreinish | and that shoudl work as you want | 20:33 |
*** austin81 has quit IRC | 20:33 | |
EmilienM | ok | 20:33 |
EmilienM | mtreinish: thx | 20:34 |
EmilienM | mtreinish: so for now, we're just running http://git.openstack.org/cgit/openstack/puppet-openstack-integration/tree/run_tests.sh#n52 | 20:34 |
EmilienM | mtreinish: but I'm sure you have suggestions | 20:35 |
*** krtaylor has quit IRC | 20:35 | |
EmilienM | to use some discovery or something dynamic | 20:35 |
*** jasonsb_ has joined #openstack-qa | 20:36 | |
openstackrecheck | openstack/swift change: https://review.openstack.org/213822 failed because of: gate-grenade-dsvm: https://bugs.launchpad.net/bugs/1463631 | 20:36 |
openstack | Launchpad bug 1463631 in grenade "60_nova/resources.sh:106:ping_check_public fails intermittently" [Undecided,Confirmed] | 20:36 |
*** yfried has quit IRC | 20:36 | |
*** jasonsb has quit IRC | 20:36 | |
*** woodster_ has joined #openstack-qa | 20:37 | |
mtreinish | EmilienM: well the only real suggestion would be instead of tox'ing it, would be to give: http://docs-draft.openstack.org/78/198878/6/check/gate-tempest-docs/941f9c8//doc/build/html/overview.html#quickstart a try | 20:38 |
*** malini has joined #openstack-qa | 20:38 | |
EmilienM | nice, i'll have a look and try a first implem | 20:38 |
mtreinish | although that would likely change how you have to use the puppet-tempest module a bit | 20:38 |
EmilienM | we can adjust | 20:39 |
*** nic has quit IRC | 20:39 | |
*** nic has joined #openstack-qa | 20:40 | |
*** achanda has joined #openstack-qa | 20:40 | |
*** achanda has quit IRC | 20:41 | |
*** achanda has joined #openstack-qa | 20:41 | |
*** malini has quit IRC | 20:44 | |
mtreinish | mriedem: on that e-r query is that endpoint only hit on that 1 test? | 20:44 |
mtreinish | I'm wondering if this is a place to add a test id filter :) | 20:45 |
*** mylu has quit IRC | 20:46 | |
*** mylu has joined #openstack-qa | 20:46 | |
*** dustins has quit IRC | 20:47 | |
*** krtaylor has joined #openstack-qa | 20:48 | |
*** shardy has quit IRC | 20:50 | |
mriedem | mtreinish: it appears so, | 20:51 |
mriedem | although given there is a console log line with the 500 and 404 with the API request, i don't think test_id is needed | 20:52 |
mriedem | i think the test_id stuff should be used sparingly | 20:52 |
EmilienM | mtreinish: I think taking in account http://docs-draft.openstack.org/78/198878/6/check/gate-tempest-docs/941f9c8//doc/build/html/overview.html#quickstart would be interesting once we have multiple scenarios & multi node working | 20:52 |
EmilienM | if I understand correctly | 20:52 |
*** hemna is now known as hemnafk | 20:54 | |
mtreinish | mriedem: I agree, I was just hoping this would be the first chance to try it :( | 20:55 |
*** malini has joined #openstack-qa | 20:56 | |
mtreinish | EmilienM: yep it probably would be. The primary use case is if there are multiple cloud configurations you want to run against, which is the same as different puppet scenarios right? | 20:57 |
EmilienM | mtreinish: yes | 20:57 |
EmilienM | mtreinish: so we will start using it when having multiple scenarios | 20:58 |
*** pglbutt has quit IRC | 20:59 | |
mtreinish | ok cool | 20:59 |
mriedem | mtreinish: oh i know you're all geared up to use your shiny new toy | 21:08 |
*** pc_m has quit IRC | 21:08 | |
lifeless | mtreinish: timothyb89: I'd love to be able to embed the dstat data in the subunit stream | 21:16 |
lifeless | so that you don't need separate dstat instructions | 21:16 |
timothyb89 | lifeless: that would be awesome if it is doable | 21:17 |
*** ccneill has quit IRC | 21:17 | |
lifeless | timothyb89: If we can nut out the design... | 21:17 |
lifeless | timothyb89: we can crowd source it perhaps ? | 21:18 |
*** tsbot_ has quit IRC | 21:19 | |
timothyb89 | lifeless: how so? | 21:19 |
*** mylu has quit IRC | 21:21 | |
*** mylu has joined #openstack-qa | 21:21 | |
*** mwagner_lap has quit IRC | 21:27 | |
*** diegows has joined #openstack-qa | 21:33 | |
openstackgerrit | Matt Riedemann proposed openstack/tempest: WIP: Enable test_list_security_groups_list_all_tenants_filter with neutron https://review.openstack.org/216435 | 21:38 |
*** aysyd has quit IRC | 21:39 | |
*** dkranz has quit IRC | 21:40 | |
*** malini has quit IRC | 21:42 | |
*** yfried has joined #openstack-qa | 21:44 | |
*** abhirc has joined #openstack-qa | 21:47 | |
*** abhirc has quit IRC | 21:47 | |
*** abhirc has joined #openstack-qa | 21:48 | |
*** erlon has quit IRC | 21:48 | |
*** mriedem has quit IRC | 21:56 | |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Use the oslo.config sphinx module to generate sample https://review.openstack.org/216438 | 21:58 |
mtreinish | mrodden: ^^^ | 21:58 |
mtreinish | mrodden: if you wanted to play with https://github.com/openstack/oslo.config/blob/master/oslo_config/sphinxext.py as a follow up that would be cool | 21:59 |
*** ccarmack has left #openstack-qa | 22:01 | |
*** pradk has quit IRC | 22:04 | |
mrodden | mtreinish, so when was the olso sphinx module a thing? | 22:06 |
mrodden | also your failing -docs | 22:06 |
mrodden | :( | 22:06 |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Use the oslo.config sphinx module to generate sample https://review.openstack.org/216438 | 22:07 |
mtreinish | mrodden: yeah forgot to remove a line | 22:07 |
mtreinish | mrodden: like a week or 2, it was included in the release that was just pushed | 22:08 |
mrodden | nice | 22:08 |
mrodden | yeah i felt it was much simpler just to do it as a build_sphinx task | 22:09 |
mrodden | but i guess if someone else went through the trouble of making a full module then +2 | 22:09 |
mtreinish | mrodden: heh, well I figured it was generally useful so it was better to make it a module rather than copy and paste around the code from tempest | 22:11 |
*** ccarmack has joined #openstack-qa | 22:15 | |
*** bnemec has joined #openstack-qa | 22:20 | |
*** Sukhdev has quit IRC | 22:25 | |
*** mylu has quit IRC | 22:25 | |
*** mylu has joined #openstack-qa | 22:26 | |
*** regXboi has quit IRC | 22:27 | |
*** tpeoples has quit IRC | 22:28 | |
*** VanL has quit IRC | 22:28 | |
openstackgerrit | Merged openstack/tempest: Full response from v2 ImageClient methods https://review.openstack.org/213841 | 22:29 |
openstackgerrit | Merged openstack/tempest: Full response for VolumeTypesClient methods https://review.openstack.org/212586 | 22:32 |
openstackgerrit | Merged openstack/tempest: Full response for VolumeServicesClient methods https://review.openstack.org/212551 | 22:32 |
*** moravec has quit IRC | 22:33 | |
*** bknudson has quit IRC | 22:33 | |
openstackrecheck | openstack/requirements change: https://review.openstack.org/215320 failed gate-requirements-integration-dsvm in the gate queue with an unrecognized error | 22:33 |
*** jecarey has quit IRC | 22:37 | |
*** ccarmack has quit IRC | 22:38 | |
*** b10n1k_ has quit IRC | 22:38 | |
*** jecarey has joined #openstack-qa | 22:39 | |
openstackgerrit | Merged openstack/tempest: Router should be disabled to be upgraded to DVR https://review.openstack.org/215120 | 22:39 |
*** jasonsb_ has quit IRC | 22:40 | |
*** diegows has quit IRC | 22:45 | |
*** dmorita has joined #openstack-qa | 22:48 | |
*** tosky has quit IRC | 22:49 | |
*** tosky has joined #openstack-qa | 22:50 | |
*** tosky has quit IRC | 22:51 | |
*** mwagner_lap has joined #openstack-qa | 22:51 | |
*** mylu has quit IRC | 22:52 | |
openstackrecheck | openstack/cinder change: https://review.openstack.org/201485 failed gate-cinder-docs, gate-cinder-pep8, gate-cinder-python27, gate-cinder-python34, gate-tempest-dsvm-full in the gate queue with an unrecognized error | 22:52 |
*** tosky has joined #openstack-qa | 22:53 | |
*** jecarey has quit IRC | 22:54 | |
*** tosky has quit IRC | 22:55 | |
*** mlavalle has quit IRC | 22:55 | |
*** tosky has joined #openstack-qa | 22:57 | |
*** tosky has quit IRC | 22:58 | |
*** tosky has joined #openstack-qa | 22:59 | |
*** jgriffit- has quit IRC | 23:00 | |
*** tosky has quit IRC | 23:01 | |
*** mylu has joined #openstack-qa | 23:03 | |
*** rbak has quit IRC | 23:04 | |
*** dimtruck is now known as zz_dimtruck | 23:11 | |
*** luqas__ has joined #openstack-qa | 23:15 | |
*** dims_ has joined #openstack-qa | 23:16 | |
*** luqas has quit IRC | 23:17 | |
*** dims__ has quit IRC | 23:18 | |
*** mylu has quit IRC | 23:19 | |
*** dims__ has joined #openstack-qa | 23:19 | |
*** mylu has joined #openstack-qa | 23:20 | |
*** mylu has quit IRC | 23:20 | |
*** mylu has joined #openstack-qa | 23:21 | |
*** dims_ has quit IRC | 23:21 | |
*** achanda_ has joined #openstack-qa | 23:31 | |
*** tsbot_ has joined #openstack-qa | 23:32 | |
*** achanda has quit IRC | 23:34 | |
*** EmilienM has quit IRC | 23:34 | |
*** achanda_ has quit IRC | 23:35 | |
*** EmilienM has joined #openstack-qa | 23:37 | |
*** tochi has joined #openstack-qa | 23:37 | |
*** lekha has quit IRC | 23:38 | |
*** woodster_ has quit IRC | 23:38 | |
*** woodster_ has joined #openstack-qa | 23:38 | |
*** lekha has joined #openstack-qa | 23:39 | |
*** tpeoples has joined #openstack-qa | 23:39 | |
*** morganfainberg is now known as morgan | 23:42 | |
*** ajmiller has quit IRC | 23:50 | |
openstackgerrit | Takeaki Matsumoto proposed openstack/tempest: Add flag for volume clone tests and split them https://review.openstack.org/216467 | 23:51 |
*** tsbot_ has quit IRC | 23:54 | |
gmann | jswarren: sure. Thanks a lot for your help on response BP. | 23:56 |
*** jasonsb has joined #openstack-qa | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!