mriedem | jogo: !!! | 00:00 |
---|---|---|
mtreinish | gmann, oomichi: https://bugs.launchpad.net/python-novaclient/+bug/1491579 | 00:00 |
openstack | Launchpad bug 1491579 in python-novaclient "against all sanity, nova needs to work around broken public clouds" [Critical,Confirmed] | 00:00 |
gmann | mtreinish: oomichi : in that case we should add test for each version get also. /v2.1 and /v2 ? | 00:00 |
*** yamamoto has joined #openstack-qa | 00:01 | |
mtreinish | gmann: well the entry in the service catalog is versioned and tempest only knows about 1 for nova | 00:01 |
mtreinish | gmann: so it'll have to be on whatever version is returned from the service catalog | 00:01 |
openstackrecheck | Console logs not available after 13:31s for gate-tempest-dsvm-neutron-full 219222,1,ef855a0 | 00:01 |
gmann | mtreinish: yea, right. get version itself will verify the blocking of GET version thing | 00:03 |
gmann | mtreinish: confusion about bug/1491579. blocking thing was on public Clouds side or on novaclient side? | 00:06 |
mtreinish | gmann: there needs to be a workaround in novaclient to handle things being blocked server side | 00:07 |
mtreinish | because right now iirc novaclient is unconditionally trying to get the version | 00:07 |
mtreinish | and that's being blocked by the public clouds | 00:08 |
gmann | mtreinish: so in that case novaclient querying on public clouds should be blocked(by hanging connections) right? | 00:09 |
gmann | mtreinish: means with current novaclient without any workaround | 00:10 |
jogo | mriedem: what did I do? | 00:12 |
mtreinish | gmann: right in the current case it just doesn't work it hangs because of the proxy in the middle | 00:12 |
*** hockeynut has quit IRC | 00:13 | |
mtreinish | jogo: you made a client functional test hook that bit rotted and broke on several clients because they copied it from novaclient | 00:13 |
*** charz has quit IRC | 00:14 | |
mtreinish | I was the source of the bit rot though, but I think it's more your fault than mine :) | 00:14 |
mtreinish | sorry, pinfault | 00:14 |
*** jasonsb_ has quit IRC | 00:14 | |
*** Swami has quit IRC | 00:14 | |
*** Swami_ has quit IRC | 00:14 | |
*** Swami__ has joined #openstack-qa | 00:14 | |
*** Swami has joined #openstack-qa | 00:14 | |
mriedem | jogo: nada | 00:14 |
jogo | mtreinish: hehe, what rotted? | 00:14 |
jogo | which part | 00:15 |
mtreinish | jogo: http://lists.openstack.org/pipermail/openstack-dev/2015-August/072982.html | 00:15 |
mriedem | jogo: https://review.openstack.org/#/c/219924/ | 00:15 |
mriedem | jogo: aren't you still nova core? | 00:15 |
mriedem | just approve that | 00:15 |
openstackrecheck | Console logs not available after 13:39s for gate-nova-python27 217674,5,2fbe0b3 | 00:15 |
openstackgerrit | Merged openstack-infra/elastic-recheck: Add query for missing subunit2html bug 1491646 https://review.openstack.org/219909 | 00:15 |
openstack | bug 1491646 in python-novaclient ".tox/functional/bin/python: can't open file '/usr/local/jenkins/slave_scripts/subunit2html.py': [Errno 2] No such file or directory" [Undecided,In progress] https://launchpad.net/bugs/1491646 - Assigned to Matt Riedemann (mriedem) | 00:15 |
gmann | mtreinish: ohk. yea current one will just hang. | 00:15 |
*** notmyname has quit IRC | 00:15 | |
*** charz has joined #openstack-qa | 00:16 | |
jogo | no I am not a nova core anymore, stepped down | 00:17 |
mtreinish | pinslacker | 00:17 |
*** hockeynut has joined #openstack-qa | 00:17 | |
*** notmyname has joined #openstack-qa | 00:17 | |
lifeless | jogo: btw, hacking on nova when guardians of the galaxy is playing... great for confusion :) | 00:17 |
jogo | mtreinish: ohh your broke it, I just made the mistake of listening to you | 00:18 |
jogo | hehe | 00:18 |
mtreinish | jogo: I gave plenty of warning, everyone had a weeks notice that the change was coming | 00:18 |
mtreinish | jogo: only cdent for ceilo and neutron did anything ahead of time | 00:19 |
jogo | haha | 00:19 |
lifeless | mtreinish: it would be nice if that stuff was self testing | 00:19 |
*** dmorita has joined #openstack-qa | 00:19 | |
mtreinish | lifeless: heh, it'd be intersting, because I was basically moving a script on the nodepool image | 00:20 |
mtreinish | lifeless: we'd basically have to run every job type against the output image to catch it | 00:20 |
lifeless | mtreinish: yeah; so something like build-image, run some selection of jobs | 00:20 |
lifeless | mtreinish: right | 00:20 |
lifeless | mtreinish: but like constraints - don't need *everything* to have high confidence. Just a good selection | 00:20 |
mtreinish | lifeless: yeah in this case novaclient would have caught all the client functional jobs | 00:21 |
*** mtanino_ has quit IRC | 00:21 | |
mtreinish | since they all took the hook from nova | 00:21 |
openstackgerrit | Arkadiy Kraminsky proposed openstack/tempest: Add volume backed live migration test https://review.openstack.org/165233 | 00:21 |
*** hockeynut has quit IRC | 00:23 | |
*** dwalleck has quit IRC | 00:23 | |
oomichi | mtreinish: I tried the same test previousely on https://review.openstack.org/#/c/73912/ , but I gave up. | 00:24 |
oomichi | mtreinish: ok, I will re-try it on your patch | 00:24 |
mtreinish | oomichi: cool, thanks | 00:25 |
*** Swami__ has quit IRC | 00:25 | |
*** Swami has quit IRC | 00:25 | |
mtreinish | oomichi: I was thinking of cheating and just doing os.path.dirname() on the url and calling raw_request | 00:25 |
mtreinish | oomichi: because a GET on v2/ doesn't require auth right? | 00:26 |
gmann | oomichi: mtreinish : nova functional tests for striping the tenant id for version tests - https://github.com/openstack/nova/blob/master/nova/tests/functional/api/client.py#L166 | 00:26 |
mtreinish | oomichi: but, anyway time for me to call it a night, I'll let you figure it out :) | 00:26 |
*** achanda has joined #openstack-qa | 00:28 | |
openstackrecheck | Console logs not available after 13:34s for gate-nova-pep8 209581,18,e2d626f | 00:28 |
*** Swami has joined #openstack-qa | 00:30 | |
*** pvaneck_ has quit IRC | 00:31 | |
oomichi | mtreinish: we can get list of versions without auth. | 00:32 |
oomichi | mtreinish: but we cannot get certain version like v2/ without auth. | 00:32 |
oomichi | mtreinish: sample is https://etherpad.openstack.org/p/tempest-nova-version-api-test | 00:32 |
*** dwalleck has joined #openstack-qa | 00:34 | |
oomichi | mtreinish: sorry, that was mistake. we can get *v2.0/* without auth | 00:35 |
*** dwalleck has quit IRC | 00:35 | |
*** Sukhdev_ has joined #openstack-qa | 00:37 | |
openstackrecheck | Console logs not available after 13:25s for gate-tempest-dsvm-full 219231,2,39c0677 | 00:42 |
*** bknudson has quit IRC | 00:44 | |
*** dwalleck has joined #openstack-qa | 00:44 | |
*** dwalleck has quit IRC | 00:45 | |
*** armax has quit IRC | 00:46 | |
*** armax has joined #openstack-qa | 00:47 | |
*** achanda has quit IRC | 00:51 | |
*** achanda has joined #openstack-qa | 00:52 | |
*** achanda has quit IRC | 00:52 | |
openstackrecheck | Console logs not available after 13:25s for gate-swift-python27 219165,3,35158a0 | 00:55 |
*** hichihara has joined #openstack-qa | 00:59 | |
*** rossella_s has quit IRC | 01:06 | |
*** rossella_s has joined #openstack-qa | 01:06 | |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Make update_server use **kwargs https://review.openstack.org/217459 | 01:07 |
openstackrecheck | Console logs not available after 13:21s for gate-nova-pep8 218642,4,7bb99b0 | 01:09 |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Make create_server use **kwargs https://review.openstack.org/217468 | 01:19 |
*** tochi has quit IRC | 01:20 | |
*** BharatK has joined #openstack-qa | 01:20 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-postgres-full-kilo 214987,7,dcc76c4 | 01:22 |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Add test for api version info https://review.openstack.org/219873 | 01:30 |
oomichi | mtreinish: gmann: ^^^ I updated the api test patch, and the test passed on my local env. | 01:31 |
gmann | oomichi: Thansk, much fast :) | 01:31 |
oomichi | gmann: just copy the code from python-novaclient ;) | 01:32 |
gmann | oomichi: currently it just check response none or not. do you think we should add response schema for this or in follow up | 01:32 |
oomichi | gmann: ah, nice point. please -1 on it | 01:32 |
gmann | oomichi: :) | 01:32 |
openstackrecheck | Console logs not available after 13:23s for gate-cinder-python27 219239,1,60b4530 | 01:35 |
oomichi | gmann: oops, I was surprised tempest already contains the schema, but it is not used at all because the test didn't exist.. | 01:39 |
oomichi | https://review.openstack.org/#/c/80936/ added the schema of v3 and we forgot to remove it. | 01:40 |
oomichi | I will update them | 01:41 |
*** ranger81 has quit IRC | 01:42 | |
gmann | oomichi: ah i see, yes that is for specific version. Thanks | 01:42 |
*** Swami has quit IRC | 01:44 | |
*** achanda has joined #openstack-qa | 01:44 | |
*** jasonsb has joined #openstack-qa | 01:46 | |
*** ranger81 has joined #openstack-qa | 01:47 | |
openstackrecheck | Console logs not available after 13:22s for gate-cinder-python27 202029,18,7c9b9f7 | 01:49 |
*** boris-42 has quit IRC | 01:50 | |
*** ranger81 has quit IRC | 01:52 | |
*** zz_dimtruck is now known as dimtruck | 01:53 | |
*** ranger81 has joined #openstack-qa | 01:59 | |
*** ranger81 has quit IRC | 02:01 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm 219222,1,271447b | 02:02 |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Add test for api version info https://review.openstack.org/219873 | 02:11 |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Remove Nova v3 version API schema https://review.openstack.org/219958 | 02:11 |
*** armax has quit IRC | 02:12 | |
*** mylu has joined #openstack-qa | 02:13 | |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Add test for Nova list-versions API https://review.openstack.org/219873 | 02:15 |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-full 219248,1,22a29a5 | 02:16 |
*** hockeynut has joined #openstack-qa | 02:16 | |
*** mylu has quit IRC | 02:17 | |
*** mylu has joined #openstack-qa | 02:17 | |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Add test for Nova list-versions API https://review.openstack.org/219873 | 02:18 |
*** woodster_ has quit IRC | 02:19 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Return complete response from servers_client https://review.openstack.org/216559 | 02:25 |
*** mylu has quit IRC | 02:25 | |
openstackrecheck | Console logs not available after 13:26s for gate-tempest-dsvm-full-ceph 205834,10,23b860f | 02:29 |
*** Kennan has quit IRC | 02:29 | |
*** Kennan has joined #openstack-qa | 02:30 | |
*** mylu has joined #openstack-qa | 02:31 | |
*** Sukhdev_ has quit IRC | 02:32 | |
*** mylu has quit IRC | 02:34 | |
*** sabeen has joined #openstack-qa | 02:41 | |
openstackrecheck | Console logs not available after 13:23s for gate-keystone-python27 158398,41,a6e39b8 | 02:43 |
*** kiran-r has joined #openstack-qa | 02:43 | |
*** armax has joined #openstack-qa | 02:49 | |
*** tochi has joined #openstack-qa | 02:52 | |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest-lib: Switch json to oslo_serialization for token_client https://review.openstack.org/219541 | 02:54 |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm-ceilometer 212498,5,9b9c921 | 02:56 |
*** kiran-r has quit IRC | 02:58 | |
*** mriedem has quit IRC | 03:00 | |
*** bkopilov has quit IRC | 03:05 | |
*** mylu has joined #openstack-qa | 03:05 | |
*** mylu has quit IRC | 03:09 | |
openstackrecheck | Console logs not available after 13:22s for gate-nova-python27 217105,2,b4de288 | 03:09 |
*** mylu has joined #openstack-qa | 03:10 | |
*** fedexo has joined #openstack-qa | 03:14 | |
openstackrecheck | Console logs not available after 13:23s for gate-keystone-docs 209132,13,3cb62cb | 03:23 |
*** mylu has quit IRC | 03:26 | |
*** BadCub has quit IRC | 03:27 | |
*** eglute has quit IRC | 03:27 | |
*** dimtruck has quit IRC | 03:27 | |
*** BadCub has joined #openstack-qa | 03:27 | |
*** achanda has quit IRC | 03:28 | |
*** davidlenwell has quit IRC | 03:29 | |
*** ranger81 has joined #openstack-qa | 03:29 | |
*** jroll has quit IRC | 03:30 | |
*** ranger81 has quit IRC | 03:30 | |
*** eglute has joined #openstack-qa | 03:32 | |
*** davidlenwell has joined #openstack-qa | 03:32 | |
*** fedexo has quit IRC | 03:32 | |
*** fedexo has joined #openstack-qa | 03:32 | |
*** dimtruck has joined #openstack-qa | 03:33 | |
*** ranger81 has joined #openstack-qa | 03:33 | |
*** jroll has joined #openstack-qa | 03:33 | |
*** adam_g has quit IRC | 03:33 | |
*** adam_g has joined #openstack-qa | 03:35 | |
*** adam_g has quit IRC | 03:35 | |
*** adam_g has joined #openstack-qa | 03:35 | |
*** tpeoples has joined #openstack-qa | 03:35 | |
*** dims has joined #openstack-qa | 03:35 | |
openstackrecheck | Console logs not available after 13:23s for gate-grenade-dsvm 217567,16,dcb223f | 03:36 |
*** dimtruck is now known as zz_dimtruck | 03:37 | |
*** fedexo has quit IRC | 03:41 | |
*** dpaterson has quit IRC | 03:41 | |
*** tpeoples has quit IRC | 03:46 | |
*** jecarey has quit IRC | 03:46 | |
*** ranger81 has quit IRC | 03:49 | |
*** ranger81 has joined #openstack-qa | 03:49 | |
openstackrecheck | Console logs not available after 13:25s for gate-grenade-dsvm 217798,2,412644a | 03:50 |
*** SridharG has joined #openstack-qa | 03:52 | |
*** boris-42 has joined #openstack-qa | 03:59 | |
*** dims has quit IRC | 04:00 | |
*** sabeen has quit IRC | 04:02 | |
openstackrecheck | Console logs not available after 13:29s for gate-tempest-dsvm-postgres-full 199051,23,fef5e06 | 04:03 |
*** BharatK has quit IRC | 04:04 | |
*** jerryz has quit IRC | 04:06 | |
*** Sukhdev_ has joined #openstack-qa | 04:06 | |
*** amotoki has joined #openstack-qa | 04:11 | |
*** svilgelm has joined #openstack-qa | 04:14 | |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Add test for Nova list-versions API https://review.openstack.org/219873 | 04:16 |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full 205835,9,329bb21 | 04:16 |
*** SridharG has quit IRC | 04:26 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-full 216378,7,8048cdf | 04:30 |
*** yfried has quit IRC | 04:31 | |
*** SridharG has joined #openstack-qa | 04:35 | |
*** tpeoples has joined #openstack-qa | 04:37 | |
*** ranger81 has quit IRC | 04:40 | |
*** gamado has joined #openstack-qa | 04:42 | |
*** ranger81 has joined #openstack-qa | 04:47 | |
*** svilgelm has quit IRC | 04:51 | |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-postgres-full 218820,2,f179c98 | 04:54 |
*** tpeoples has quit IRC | 04:55 | |
*** viktor-tikkanen has joined #openstack-qa | 04:57 | |
*** bkopilov has joined #openstack-qa | 04:57 | |
openstackgerrit | Anusha Ramineni proposed openstack/tempest: Add unit tests for security_group_rules_client https://review.openstack.org/219988 | 04:58 |
*** dims has joined #openstack-qa | 04:59 | |
*** BharatK has joined #openstack-qa | 04:59 | |
*** afazekas has joined #openstack-qa | 05:04 | |
*** BharatK has quit IRC | 05:06 | |
*** rossella_s has quit IRC | 05:06 | |
*** dims has quit IRC | 05:06 | |
*** rossella_s has joined #openstack-qa | 05:06 | |
openstackrecheck | Console logs not available after 13:25s for gate-grenade-dsvm 216733,6,3ab3e32 | 05:08 |
*** BharatK has joined #openstack-qa | 05:13 | |
*** kiran-r has joined #openstack-qa | 05:14 | |
*** shausy has joined #openstack-qa | 05:16 | |
*** Poornima has joined #openstack-qa | 05:19 | |
openstackrecheck | Console logs not available after 13:25s for gate-tempest-dsvm-nova-v21-full 217461,5,ebb3d15 | 05:21 |
openstackgerrit | Merged openstack-dev/devstack: add options to support nova test matrix https://review.openstack.org/219347 | 05:22 |
*** Kennan2 has joined #openstack-qa | 05:24 | |
openstackgerrit | Merged openstack-dev/devstack: turn multi host true for nova network by default https://review.openstack.org/218860 | 05:24 |
openstackgerrit | Merged openstack/tempest-lib: Make TokenClientJSON deprecated https://review.openstack.org/198930 | 05:24 |
*** Kennan has quit IRC | 05:25 | |
*** mylu has joined #openstack-qa | 05:26 | |
*** shausy has quit IRC | 05:27 | |
*** SridharG has left #openstack-qa | 05:29 | |
*** ranger81 has quit IRC | 05:29 | |
*** neeti has joined #openstack-qa | 05:30 | |
*** mylu has quit IRC | 05:31 | |
*** yfried has joined #openstack-qa | 05:33 | |
*** achanda has joined #openstack-qa | 05:34 | |
openstackrecheck | Console logs not available after 13:38s for gate-grenade-dsvm-partial-ncpu 214085,25,4da4814 | 05:35 |
*** yfried_ has joined #openstack-qa | 05:37 | |
*** yfried has quit IRC | 05:37 | |
*** itzikb has joined #openstack-qa | 05:39 | |
*** achanda has quit IRC | 05:40 | |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Remove Nova v3 version API schema https://review.openstack.org/219958 | 05:41 |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Add test for Nova list-versions API https://review.openstack.org/219873 | 05:41 |
*** apevec has joined #openstack-qa | 05:42 | |
*** apevec has joined #openstack-qa | 05:42 | |
*** kiran-r has quit IRC | 05:44 | |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-nova-v21-full 217572,1,773c2a1 | 05:48 |
openstackgerrit | Reedip proposed openstack/tempest: Added Test Cases for ImagesClient https://review.openstack.org/218081 | 05:51 |
*** yfried_ is now known as yfried|afk | 06:00 | |
*** achanda has joined #openstack-qa | 06:00 | |
*** itzikb has quit IRC | 06:01 | |
openstackrecheck | Console logs not available after 13:35s for gate-tempest-dsvm-neutron-full-kilo 217456,4,6021507 | 06:02 |
*** yfried|afk is now known as yfried_ | 06:02 | |
*** itzikb has joined #openstack-qa | 06:03 | |
*** Sukhdev_ has quit IRC | 06:06 | |
openstackrecheck | Console logs not available after 13:21s for gate-grenade-dsvm 204643,11,06a9a68 | 06:15 |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest-lib: Switch json to oslo_serialization for token_client https://review.openstack.org/219541 | 06:15 |
*** achanda has quit IRC | 06:19 | |
*** chmouel has quit IRC | 06:26 | |
*** chmouel has joined #openstack-qa | 06:28 | |
*** mylu has joined #openstack-qa | 06:28 | |
openstackrecheck | Console logs not available after 13:23s for gate-grenade-dsvm 202680,2,0c6504f | 06:28 |
*** mpaolino has joined #openstack-qa | 06:31 | |
*** mylu has quit IRC | 06:32 | |
*** SridharG has joined #openstack-qa | 06:36 | |
openstackrecheck | Console logs not available after 14:32s for gate-tempest-dsvm-neutron-full 217468,9,32307c5 | 06:43 |
*** kiran-r has joined #openstack-qa | 06:44 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Return complete response from servers_client https://review.openstack.org/216559 | 06:44 |
*** sshnaidm has joined #openstack-qa | 06:48 | |
*** achanda has joined #openstack-qa | 06:48 | |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Make create_server use **kwargs https://review.openstack.org/217468 | 06:52 |
*** safchain has joined #openstack-qa | 06:56 | |
openstackrecheck | Console logs not available after 13:22s for gate-horizon-python27 193079,12,9f2c1dc | 06:56 |
*** dtantsur|afk is now known as dtantsur | 06:57 | |
*** armax has quit IRC | 06:58 | |
*** kiran-r has quit IRC | 06:59 | |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-postgres-full 219153,3,a1b08fe | 07:10 |
*** svilgelm has joined #openstack-qa | 07:13 | |
*** yfried_ is now known as yfried|afk | 07:14 | |
*** yfried|afk is now known as yfried_ | 07:14 | |
openstackrecheck | Console logs not available after 13:23s for gate-grenade-dsvm 217258,3,6792f08 | 07:23 |
*** shardy has joined #openstack-qa | 07:24 | |
*** anshul has joined #openstack-qa | 07:31 | |
*** anshul has quit IRC | 07:33 | |
*** anshul has joined #openstack-qa | 07:33 | |
*** afazekas__ has joined #openstack-qa | 07:33 | |
*** mpaolino has quit IRC | 07:35 | |
*** mpaolino has joined #openstack-qa | 07:36 | |
*** jlanoux has joined #openstack-qa | 07:36 | |
openstackrecheck | Console logs not available after 13:25s for gate-cinder-python27 216085,5,28612b8 | 07:37 |
*** gszasz has joined #openstack-qa | 07:37 | |
openstackgerrit | Merged openstack/tempest: Migrate telemetry tests to the ssh-auth-strategy https://review.openstack.org/207913 | 07:39 |
*** ranger81 has joined #openstack-qa | 07:41 | |
*** b10n1k_ has quit IRC | 07:45 | |
*** ranger81 has quit IRC | 07:45 | |
*** jffische has quit IRC | 07:49 | |
openstackrecheck | Console logs not available after 13:29s for gate-tempest-dsvm-nova-wsgi-full 209957,3,b63065f | 07:50 |
*** lexholden has joined #openstack-qa | 07:55 | |
openstackrecheck | Console logs not available after 13:34s for gate-grenade-dsvm 209749,15,2e88356 | 08:04 |
openstackgerrit | Sergey Vilgelm proposed openstack/tempest: Use oslo.log library instead of system logging module https://review.openstack.org/209601 | 08:13 |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-full 218432,3,e670fc7 | 08:17 |
*** mquin has quit IRC | 08:19 | |
*** dmorita has quit IRC | 08:27 | |
*** mylu has joined #openstack-qa | 08:29 | |
openstackgerrit | Evgeny Antyshev proposed openstack-infra/devstack-gate: Third-party rhel-based oses in devstack-gate https://review.openstack.org/215029 | 08:30 |
openstackrecheck | Console logs not available after 13:25s for gate-tempest-dsvm-nova-v21-full 214189,2,2cff260 | 08:31 |
*** yfried_ is now known as yfried|afk | 08:31 | |
*** mylu has quit IRC | 08:33 | |
*** achanda has quit IRC | 08:36 | |
*** hichihara has quit IRC | 08:37 | |
openstackgerrit | Reedip proposed openstack/tempest: Added Test Cases for FixedIPsClient https://review.openstack.org/215548 | 08:43 |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-full 219248,1,22ef0cb | 08:44 |
*** cdent has joined #openstack-qa | 08:47 | |
*** yfried|afk is now known as yfried_ | 08:51 | |
openstackgerrit | Merged openstack-dev/devstack: Add/Overwrite default images in IMAGE_URLS and detect duplicates https://review.openstack.org/201508 | 08:53 |
*** neeti has quit IRC | 08:55 | |
yfried_ | oomichi: afazekas:https://review.openstack.org/#/c/218367/ could you please review this so the test can finally be run | 08:56 |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-neutron-full 209601,7,6e504af | 08:57 |
openstackgerrit | Reedip proposed openstack/tempest: Added Test Case for InterfacesClient https://review.openstack.org/218133 | 08:57 |
*** vgridnev has joined #openstack-qa | 08:58 | |
mkoderer | oomichi: meeting? | 09:02 |
gmann | mkoderer: yea, just starting | 09:02 |
*** vgridnev has quit IRC | 09:02 | |
*** neeti has joined #openstack-qa | 09:02 | |
*** vgridnev has joined #openstack-qa | 09:03 | |
*** vgridnev has quit IRC | 09:03 | |
*** vgridnev has joined #openstack-qa | 09:03 | |
openstackgerrit | Reedip proposed openstack/tempest: Added Test Case for BaremetalNodesClient https://review.openstack.org/215038 | 09:04 |
openstackrecheck | Console logs not available after 13:26s for gate-grenade-dsvm-ceilometer 212498,5,f69bd29 | 09:11 |
*** yfried_ is now known as yfried|afk | 09:12 | |
*** yamamoto has quit IRC | 09:13 | |
*** SridharG has quit IRC | 09:16 | |
openstackgerrit | Reedip proposed openstack/tempest: Added Test Cases for ImagesClient https://review.openstack.org/218081 | 09:17 |
openstackrecheck | Console logs not available after 13:21s for gate-grenade-dsvm-ironic-sideways 219301,1,d70dc30 | 09:24 |
*** kbaikov has joined #openstack-qa | 09:27 | |
*** yfried|afk is now known as yfried_ | 09:32 | |
*** e0ne has joined #openstack-qa | 09:32 | |
*** SridharG has joined #openstack-qa | 09:33 | |
*** tosky has joined #openstack-qa | 09:34 | |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-postgres-full 219300,1,31e620e | 09:38 |
*** dkranz has joined #openstack-qa | 09:40 | |
openstackrecheck | Console logs not available after 13:23s for gate-horizon-pep8 215643,4,e394947 | 09:51 |
*** dkranz has quit IRC | 09:52 | |
*** dkranz has joined #openstack-qa | 09:54 | |
*** jlanoux has quit IRC | 09:58 | |
*** jlanoux has joined #openstack-qa | 10:02 | |
*** e0ne has quit IRC | 10:04 | |
openstackrecheck | Console logs not available after 13:36s for gate-tempest-dsvm-neutron-dvr 209859,11,f120802 | 10:05 |
*** neeti has quit IRC | 10:07 | |
*** neeti has joined #openstack-qa | 10:07 | |
*** e0ne has joined #openstack-qa | 10:08 | |
*** sc68cal has quit IRC | 10:13 | |
*** yamamoto has joined #openstack-qa | 10:13 | |
*** sshnaidm has quit IRC | 10:14 | |
openstackrecheck | Console logs not available after 13:23s for gate-nova-pep8 212510,4,8710bb5 | 10:18 |
*** yamamoto has quit IRC | 10:18 | |
*** apevec has quit IRC | 10:24 | |
*** oomichi is now known as oomichi_away | 10:29 | |
*** dtantsur is now known as dtantsur|brb | 10:30 | |
openstackrecheck | Console logs not available after 13:21s for gate-grenade-dsvm 211753,22,3894cfb | 10:31 |
*** pc_m has joined #openstack-qa | 10:35 | |
openstackgerrit | Takeaki Matsumoto proposed openstack/tempest: Change tenant usage tests to wait until retrive valid response https://review.openstack.org/220079 | 10:35 |
*** apevec has joined #openstack-qa | 10:36 | |
*** yfried_ has quit IRC | 10:37 | |
*** SridharG1 has joined #openstack-qa | 10:40 | |
*** Kennan2 is now known as Kennan_on_vacati | 10:44 | |
*** SridharG has quit IRC | 10:44 | |
*** Kennan_on_vacati is now known as Kennan_Vacation | 10:45 | |
openstackrecheck | Console logs not available after 13:22s for gate-keystone-pep8 219323,2,253f27e | 10:45 |
*** dtantsur|brb is now known as dtantsur | 10:45 | |
*** aix has quit IRC | 10:46 | |
*** neeti has quit IRC | 10:52 | |
*** itzikb has quit IRC | 10:53 | |
openstackgerrit | Oleksii Chuprykov proposed openstack-dev/devstack: Add toggle to run Heat API services via Apache2 https://review.openstack.org/190690 | 10:57 |
*** neeti has joined #openstack-qa | 10:57 | |
openstackrecheck | Console logs not available after 13:23s for gate-grenade-dsvm-partial-ncpu 214713,8,f7e2051 | 10:58 |
*** gamado has quit IRC | 11:03 | |
openstackgerrit | Anusha Ramineni proposed openstack/tempest: Full response for missed IdentityV2Client methods https://review.openstack.org/216109 | 11:05 |
openstackrecheck | Console logs not available after 13:22s for gate-nova-tox-functional 217727,2,de3526a | 11:11 |
openstackgerrit | Anusha Ramineni proposed openstack/tempest: Full response for missed IdentityV2Client methods https://review.openstack.org/216109 | 11:13 |
*** aix has joined #openstack-qa | 11:15 | |
openstackgerrit | Anusha Ramineni proposed openstack/tempest: Full response for missed IdentityV2Client methods https://review.openstack.org/216109 | 11:16 |
openstackgerrit | Vitaly Gridnev proposed openstack-dev/devstack: Support BlockDeviceDriver as as cinder backend https://review.openstack.org/214194 | 11:22 |
*** BharatK has quit IRC | 11:22 | |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-full 217816,3,5082fff | 11:25 |
*** sayali has quit IRC | 11:26 | |
*** lexholden has quit IRC | 11:28 | |
*** yamamoto has joined #openstack-qa | 11:29 | |
*** dkranz has quit IRC | 11:32 | |
*** yamamoto has quit IRC | 11:34 | |
*** BharatK has joined #openstack-qa | 11:36 | |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-neutron-full 219032,1,c4a687f | 11:38 |
*** svilgelm has quit IRC | 11:39 | |
*** amotoki has quit IRC | 11:47 | |
*** neeti has quit IRC | 11:47 | |
*** moravec has joined #openstack-qa | 11:49 | |
*** bkopilov has quit IRC | 11:51 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-postgres-full 213863,1,3f8ab00 | 11:52 |
*** lexholden has joined #openstack-qa | 11:57 | |
*** mylu has joined #openstack-qa | 12:00 | |
*** mylu has quit IRC | 12:04 | |
openstackrecheck | Console logs not available after 13:24s for gate-horizon-npm-run-test 217828,3,5522d97 | 12:05 |
*** viktor-tikkanen has quit IRC | 12:09 | |
*** jffische has joined #openstack-qa | 12:09 | |
*** dzamboni has joined #openstack-qa | 12:11 | |
cdent | mtreinish or sdague, can you gaze upon https://review.openstack.org/#/c/219006/ please? | 12:11 |
*** chaitu_ has joined #openstack-qa | 12:13 | |
*** chaitu_ has quit IRC | 12:15 | |
*** tochi has quit IRC | 12:16 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-neutron-full 219349,1,486d01a | 12:18 |
*** svilgelm has joined #openstack-qa | 12:24 | |
*** SridharG1 has left #openstack-qa | 12:24 | |
*** SridharG has joined #openstack-qa | 12:24 | |
*** aysyd has joined #openstack-qa | 12:25 | |
*** svilgelm has quit IRC | 12:28 | |
openstackrecheck | Console logs not available after 13:34s for gate-horizon-npm-run-lint 218941,4,60decc6 | 12:32 |
*** moravec has quit IRC | 12:34 | |
*** svilgelm has joined #openstack-qa | 12:34 | |
*** shardy_ has joined #openstack-qa | 12:40 | |
*** dims has joined #openstack-qa | 12:41 | |
*** shardy has quit IRC | 12:42 | |
*** moravec has joined #openstack-qa | 12:42 | |
*** malini has joined #openstack-qa | 12:42 | |
*** sayali has joined #openstack-qa | 12:42 | |
*** moravec has quit IRC | 12:44 | |
*** pradk has quit IRC | 12:45 | |
openstackrecheck | Console logs not available after 13:26s for gate-grenade-dsvm-partial-ncpu 217819,6,97c2ce1 | 12:46 |
*** malini has quit IRC | 12:46 | |
*** shardy_ has quit IRC | 12:46 | |
*** malini has joined #openstack-qa | 12:46 | |
*** shardy has joined #openstack-qa | 12:47 | |
*** anshul has quit IRC | 12:49 | |
*** sayali has quit IRC | 12:52 | |
*** sayali has joined #openstack-qa | 12:56 | |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-large-ops 184874,7,f0a23b8 | 12:59 |
*** BharatK has quit IRC | 13:00 | |
*** rossella_s has quit IRC | 13:06 | |
*** VanL has joined #openstack-qa | 13:06 | |
*** rossella_s has joined #openstack-qa | 13:06 | |
*** ranger81 has joined #openstack-qa | 13:08 | |
*** Poornima has quit IRC | 13:12 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm-ceilometer 219348,1,1021d7f | 13:12 |
*** ranger81 has quit IRC | 13:13 | |
*** edmondsw has joined #openstack-qa | 13:13 | |
*** yamamoto has joined #openstack-qa | 13:14 | |
*** dustins has joined #openstack-qa | 13:15 | |
*** sayali has quit IRC | 13:16 | |
*** BharatK has joined #openstack-qa | 13:16 | |
*** frayedknot has joined #openstack-qa | 13:17 | |
frayedknot | Is there documentation sitting somewhere on how to add new tests to tempest? I seem to be missing something. | 13:18 |
*** ctrath has joined #openstack-qa | 13:19 | |
*** yamamoto has quit IRC | 13:19 | |
*** sayali has joined #openstack-qa | 13:22 | |
*** sayali has quit IRC | 13:24 | |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-large-ops 219011,1,6472c24 | 13:26 |
*** BharatK has quit IRC | 13:26 | |
*** sayali has joined #openstack-qa | 13:27 | |
*** amotoki has joined #openstack-qa | 13:29 | |
openstackgerrit | John Warren proposed openstack/tempest: Add unit test for flavors_client https://review.openstack.org/217398 | 13:33 |
*** jecarey has joined #openstack-qa | 13:34 | |
*** moravec has joined #openstack-qa | 13:39 | |
openstackrecheck | Console logs not available after 13:22s for gate-ceilometer-python34 147054,8,1c0612d | 13:39 |
jokke_ | hi all | 13:46 |
*** ajmiller has joined #openstack-qa | 13:47 | |
jokke_ | looks like gate-glanceclient-dsvm-functional is broken. Anyone here would have time and expertise to have a look on it? Really can't get my head around what's wrong with it | 13:47 |
jokke_ | The failures seems to have common trend: http://logs.openstack.org/69/219469/5/check/gate-glanceclient-dsvm-functional/befd212/console.html#_2015-09-03_12_23_57_199 | 13:48 |
clarkb | http://logs.openstack.org/69/219469/5/check/gate-glanceclient-dsvm-functional/befd212/console.html#_2015-09-03_12_23_52_304 is the error | 13:50 |
*** anshul has joined #openstack-qa | 13:51 | |
clarkb | ansible is just noping on the line you linked (which is fine) | 13:51 |
*** ajmiller has quit IRC | 13:51 | |
openstackrecheck | Console logs not available after 13:26s for gate-tempest-dsvm-full 219382,1,c821331 | 13:53 |
*** pradk has joined #openstack-qa | 13:54 | |
*** VanL has quit IRC | 13:54 | |
*** jroll has quit IRC | 13:54 | |
*** jroll has joined #openstack-qa | 13:54 | |
jokke_ | clarkb: ok, thanks so I wasn't that far off few seconds :P | 13:55 |
*** dkranz has joined #openstack-qa | 13:55 | |
*** sayali has quit IRC | 13:57 | |
*** tpeoples has joined #openstack-qa | 13:58 | |
*** VanL has joined #openstack-qa | 13:58 | |
*** mriedem has joined #openstack-qa | 13:59 | |
*** zz_dimtruck is now known as dimtruck | 13:59 | |
*** sayali has joined #openstack-qa | 13:59 | |
*** VanL_ has joined #openstack-qa | 13:59 | |
openstackgerrit | Alexander Gubanov proposed openstack/tempest: Add new test for verifying metadata on config_drive https://review.openstack.org/189795 | 14:01 |
*** SridharG has quit IRC | 14:01 | |
*** bnemec has quit IRC | 14:02 | |
*** bnemec has joined #openstack-qa | 14:02 | |
*** VanL has quit IRC | 14:03 | |
openstackgerrit | Alexander Gubanov proposed openstack/tempest: Add new test for verifying metadata on config_drive https://review.openstack.org/189795 | 14:03 |
openstackgerrit | Marc Koderer proposed openstack/tempest: Deduplicate client unit tests https://review.openstack.org/220152 | 14:05 |
openstackrecheck | Console logs not available after 13:25s for gate-tempest-dsvm-full 209701,15,7ea411e | 14:06 |
*** svilgelm has quit IRC | 14:07 | |
mkoderer | mtreinish: ping | 14:08 |
*** rbak has joined #openstack-qa | 14:09 | |
*** moravec has quit IRC | 14:09 | |
openstackgerrit | John Warren proposed openstack/tempest: Add unit test for floating_ips_client https://review.openstack.org/217289 | 14:10 |
*** moravec has joined #openstack-qa | 14:12 | |
openstackgerrit | Takeaki Matsumoto proposed openstack/tempest: Change tenant usage tests to wait until retrive valid response https://review.openstack.org/220079 | 14:12 |
*** regXboi has joined #openstack-qa | 14:13 | |
mtreinish | mkoderer: pong | 14:14 |
mkoderer | mtreinish: hi, sry that I can't make it to the code sprint :( | 14:14 |
mkoderer | mtreinish: I added a small unit test for the tempest plugins | 14:15 |
mkoderer | https://review.openstack.org/#/c/217675/ | 14:15 |
mtreinish | mkoderer: oh, no worries. I realize travel approval is problematic at times | 14:15 |
mtreinish | I mean it would have been awesome if you could make it, but I understand | 14:15 |
mtreinish | oh, cool I'll take a look | 14:15 |
mkoderer | mtreinish: we had a debate about joining remotley today in the qa meeting | 14:16 |
mkoderer | IMHO remote doesn't work very well | 14:16 |
mtreinish | mkoderer: yeah oomichi sent me an email about it | 14:16 |
mtreinish | mkoderer: yeah, that was my gut feeling about remote too | 14:16 |
mkoderer | but maybe we could have some sessions in google hangout | 14:17 |
mtreinish | I was thinking of doing irc + etherpad | 14:17 |
mtreinish | mkoderer: yeah and on demand hangouts or something | 14:17 |
mtreinish | so if people need a hangout they can host one | 14:17 |
cdent | thanks mtreinish on the whitespace thing, the use case should be in the related bug | 14:17 |
mtreinish | cdent: that assumes I looked at the bug :) | 14:18 |
cdent | :) | 14:18 |
cdent | same base process, different arguments | 14:18 |
mtreinish | cdent: ah ok | 14:18 |
mtreinish | just curious, why doesn't it just fork based on polling namespace in config or something like that | 14:19 |
mtreinish | not that it makes much of a difference I guess | 14:19 |
openstackrecheck | Console logs not available after 13:30s for gate-tempest-dsvm-large-ops 218869,3,a807cf6 | 14:20 |
cdent | basically to maximize deployment flexibility | 14:20 |
cdent | because of the way agent coordination is done it is conceivable to deploy them in all kinds of weird ways | 14:20 |
*** mlavalle has joined #openstack-qa | 14:20 | |
mtreinish | ah, ok. So you can spin up random pollers from where ever | 14:20 |
cdent | yeah | 14:22 |
mtreinish | mkoderer: anyway I'll add something to the wiki about remote participation | 14:22 |
*** yamahata has joined #openstack-qa | 14:22 | |
*** ajmiller has joined #openstack-qa | 14:24 | |
*** pglass has joined #openstack-qa | 14:28 | |
*** bkopilov has joined #openstack-qa | 14:32 | |
openstackrecheck | Console logs not available after 13:23s for gate-nova-docs 216732,5,6a6dd93 | 14:33 |
*** mtanino has joined #openstack-qa | 14:35 | |
*** sayali has quit IRC | 14:40 | |
vgridnev | Hey folks! Could you please review the following change: https://review.openstack.org/#/c/214194/ ? | 14:40 |
*** bknudson has joined #openstack-qa | 14:41 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-large-ops 218481,6,dd5ccdc | 14:46 |
*** VanL has joined #openstack-qa | 14:47 | |
*** VanL_ has quit IRC | 14:51 | |
*** mtanino has quit IRC | 14:53 | |
*** anshul has quit IRC | 14:53 | |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-neutron-full 195795,53,3fad150 | 15:00 |
*** armax has joined #openstack-qa | 15:03 | |
*** dkranz has quit IRC | 15:03 | |
*** yamamoto has joined #openstack-qa | 15:05 | |
*** sayali has joined #openstack-qa | 15:05 | |
mriedem | mtreinish: sdague: it might be interesting to show for each graph how old the bug is here http://status.openstack.org/elastic-recheck/gate.html | 15:08 |
mriedem | like, this has been around for 10 months.... | 15:08 |
sdague | which bug? | 15:09 |
*** sayali has quit IRC | 15:10 | |
*** vgridnev has quit IRC | 15:12 | |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-large-ops 218597,4,723e8be | 15:13 |
*** grafuls has quit IRC | 15:15 | |
*** dkranz has joined #openstack-qa | 15:18 | |
*** mriedem has quit IRC | 15:21 | |
sdague | where did mriedem go... | 15:22 |
*** sayali has joined #openstack-qa | 15:22 | |
mtreinish | sdague: you must have scared him off | 15:23 |
*** dims has quit IRC | 15:26 | |
*** VanL has quit IRC | 15:26 | |
*** dwalleck has joined #openstack-qa | 15:26 | |
*** dwalleck has quit IRC | 15:26 | |
openstackrecheck | Console logs not available after 13:25s for gate-tempest-dsvm-large-ops 217824,7,f771c3c | 15:27 |
*** dwalleck has joined #openstack-qa | 15:27 | |
*** hemnafk is now known as hemna | 15:28 | |
*** yamahata has quit IRC | 15:28 | |
*** sayali has quit IRC | 15:32 | |
*** dims has joined #openstack-qa | 15:36 | |
*** sayali has joined #openstack-qa | 15:36 | |
*** mtanino has joined #openstack-qa | 15:36 | |
openstackgerrit | Charles Neill proposed openstack/tempest-lib: Security utilities for fuzz tests https://review.openstack.org/216303 | 15:37 |
openstackgerrit | Mikhail Feoktistov proposed openstack-dev/devstack: Fix upload_image error in stackrc https://review.openstack.org/220203 | 15:38 |
openstackrecheck | Console logs not available after 13:24s for gate-keystone-python27 214766,7,9556b50 | 15:40 |
*** amotoki has quit IRC | 15:40 | |
*** woodster_ has joined #openstack-qa | 15:44 | |
*** apevec has quit IRC | 15:45 | |
*** ccarmack has joined #openstack-qa | 15:46 | |
*** sabeen has joined #openstack-qa | 15:47 | |
*** gszasz has quit IRC | 15:47 | |
*** moravec has quit IRC | 15:47 | |
*** ccarmack has joined #openstack-qa | 15:48 | |
*** dwalleck has quit IRC | 15:48 | |
*** dwalleck has joined #openstack-qa | 15:49 | |
*** yamahata has joined #openstack-qa | 15:50 | |
*** moravec has joined #openstack-qa | 15:51 | |
*** ranger81 has joined #openstack-qa | 15:53 | |
openstackrecheck | Console logs not available after 14:00s for gate-tempest-dsvm-large-ops 219379,1,6f83839 | 15:54 |
mtreinish | oomichi: heh, on https://review.openstack.org/#/c/219873/ you reset the commit author | 15:55 |
mtreinish | so now you're the author and the co-author :) | 15:55 |
*** bknudson has quit IRC | 15:55 | |
*** ranger81 has quit IRC | 15:56 | |
*** ranger81 has joined #openstack-qa | 15:56 | |
*** bkopilov has quit IRC | 15:58 | |
*** dwalleck has quit IRC | 15:59 | |
*** afazekas__ has quit IRC | 15:59 | |
*** dwalleck has joined #openstack-qa | 16:00 | |
*** dwalleck has quit IRC | 16:03 | |
*** dwalleck has joined #openstack-qa | 16:04 | |
*** jlanoux has quit IRC | 16:05 | |
*** dkranz has quit IRC | 16:06 | |
*** jaypipes has joined #openstack-qa | 16:07 | |
*** ChanServ sets mode: +o jaypipes | 16:07 | |
sdague | hogepodge: hey, so when does defcore pick up their next set of tests? Because the nova version ones are ones we definitely want in. | 16:07 |
openstackrecheck | Console logs not available after 13:30s for gate-tempest-dsvm-large-ops 218432,3,be8c53c | 16:07 |
sdague | it's super important to the API story | 16:07 |
hogepodge | sdague: the deadline for new capabilities was a few weeks ago. | 16:08 |
sdague | hogepodge: hmmm... ok | 16:08 |
sdague | when is the slice after that? | 16:08 |
sdague | this lack of version endpoint support was a massive surprise, and I've been building work arounds into novaclient the last 24 horus | 16:09 |
hogepodge | sdague: propose it now, and bring it up at the defcore meeting on wednesday | 16:09 |
sdague | ok, well we're landing the tempest tests now, as soon as those are in I will | 16:09 |
hogepodge | sdague: we have a process that we're trying to stick by, but it's all new | 16:09 |
sdague | yep, no prob, why I'm asking | 16:10 |
*** bkopilov has joined #openstack-qa | 16:10 | |
hogepodge | sdague: something that looks like this https://review.openstack.org/#/c/213353/2/working_materials/scoring.txt,cm | 16:10 |
hogepodge | sdague: with a capability to match it, like "compute-version", and the tests that cover it. | 16:11 |
sdague | ok, great | 16:11 |
hogepodge | sdague: I couldn't find a version capability in either compute or identity | 16:12 |
*** amuller has joined #openstack-qa | 16:12 | |
amuller | sdague: FYI: https://review.openstack.org/#/c/219935/ | 16:12 |
sdague | hogepodge: yeh, there isn't | 16:12 |
*** aix has quit IRC | 16:12 | |
sdague | oomichi_away posted a test we're landing now | 16:12 |
hogepodge | sdague: otherside it would be easier to add as a test to an existing capability | 16:12 |
sdague | it really should be called out as an existing capability | 16:12 |
sdague | sorry, as a new one | 16:12 |
sdague | I mean, it's been in the API forever | 16:12 |
sdague | it's just so fundamental we didn't have tempest tests for it | 16:12 |
*** dwalleck has quit IRC | 16:13 | |
sdague | because we'd not accounted for the possibility that clouds would put load balancers in front of it that would block requests to it | 16:13 |
hogepodge | sdague: http://git.openstack.org/cgit/openstack/defcore/tree/2015.next.json#n18 can if fit in any of those? | 16:13 |
sdague | it will be in component compute | 16:14 |
sdague | but it's not really in any of those capabilities if we are being honest about it | 16:14 |
sdague | anyway, I think I have enough to run with here | 16:15 |
sdague | thanks | 16:15 |
hogepodge | sdague: sure thing. | 16:16 |
*** VanL has joined #openstack-qa | 16:16 | |
*** dwalleck has joined #openstack-qa | 16:17 | |
*** dkranz has joined #openstack-qa | 16:18 | |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Add tests for api microversions list https://review.openstack.org/220218 | 16:19 |
mtreinish | sdague: ^^^ | 16:19 |
mtreinish | I just need to figure out the jsonschema for the response, I don't know how oomichi and gmann generate them | 16:20 |
mtreinish | I'm hoping when it fails it'll tell me what it is | 16:20 |
openstackrecheck | Console logs not available after 13:28s for gate-tempest-dsvm-neutron-full 218355,5,4dce003 | 16:21 |
*** nic has joined #openstack-qa | 16:25 | |
openstackgerrit | Brian Haley proposed openstack-dev/devstack: Fix typo in _move_neutron_addresses_route() https://review.openstack.org/219856 | 16:25 |
*** sayali has quit IRC | 16:26 | |
*** ctrath has quit IRC | 16:27 | |
*** malini has quit IRC | 16:28 | |
*** dwalleck has quit IRC | 16:30 | |
*** dtantsur is now known as dtantsur|afk | 16:31 | |
*** malini has joined #openstack-qa | 16:31 | |
*** mquin has joined #openstack-qa | 16:32 | |
*** vgridnev has joined #openstack-qa | 16:32 | |
*** nicodemos has left #openstack-qa | 16:33 | |
*** ccarmack has quit IRC | 16:34 | |
*** e0ne has quit IRC | 16:34 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm-partial-ncpu 156126,7,6083ea0 | 16:34 |
openstackgerrit | Vladyslav Drok proposed openstack/tempest: [WIP] Skip unnecessary tests when using Ironic virt driver https://review.openstack.org/220223 | 16:34 |
*** sayali has joined #openstack-qa | 16:35 | |
*** mpaolino has quit IRC | 16:36 | |
*** jhenner has quit IRC | 16:37 | |
*** bknudson has joined #openstack-qa | 16:37 | |
ccneill_ | hey guys, I'm trying to add some utilities to tempest-lib to support functional security fuzz testing, and I just submitted a new version. anyone got a sec to take a look? https://review.openstack.org/#/c/216303/ | 16:38 |
ccneill_ | I'd love to get some feedback - this is my first CR for tempest-lib | 16:39 |
*** dwalleck has joined #openstack-qa | 16:40 | |
*** ctrath has joined #openstack-qa | 16:40 | |
*** cdent has quit IRC | 16:40 | |
*** dwalleck has quit IRC | 16:40 | |
*** afazekas__ has joined #openstack-qa | 16:41 | |
*** ccarmack has joined #openstack-qa | 16:42 | |
*** mriedem has joined #openstack-qa | 16:42 | |
*** dwalleck has joined #openstack-qa | 16:47 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-full 216733,7,969d026 | 16:48 |
*** malini has quit IRC | 16:49 | |
*** VanL has quit IRC | 16:51 | |
*** VanL has joined #openstack-qa | 16:51 | |
*** Swami has joined #openstack-qa | 16:52 | |
mriedem | mtreinish: sdague: is there a neutron largeops job? does it vote? | 16:52 |
clarkb | mriedem: there is and yes | 16:53 |
clarkb | mriedem: you can see it at the head of the gate queue too | 16:53 |
mriedem | ah yeah http://logs.openstack.org/96/219696/4/check/gate-tempest-dsvm-neutron-large-ops/040ac66/ | 16:54 |
*** dwalleck has quit IRC | 16:55 | |
*** moravec has quit IRC | 16:56 | |
*** safchain has quit IRC | 16:56 | |
*** moravec has joined #openstack-qa | 16:58 | |
*** pcrews has quit IRC | 16:59 | |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-full-ceph 219153,3,fe2dddf | 17:01 |
mriedem | SlickNik: is this a duplicate? https://bugs.launchpad.net/trove-integration/+bug/1491939 | 17:02 |
openstack | Launchpad bug 1491939 in Trove Integration "gate-trove-functional-dsvm-mysql fails with " Server returned an unexpected response code. [404]"" [Undecided,New] | 17:02 |
*** dkranz has quit IRC | 17:04 | |
SlickNik | mriedem: double checking, one sec | 17:04 |
mriedem | SlickNik: seems to have started on 9/2 | 17:05 |
*** pvaneck has joined #openstack-qa | 17:05 | |
SlickNik | mriedem: That's because canonical changed the download location of the ubuntu cloud-image tarballs on us. | 17:05 |
SlickNik | mriedem: we fixed it, and then they switched it back to the original. | 17:05 |
*** rossella_s has quit IRC | 17:05 | |
SlickNik | mriedem: We have a fix for it in the gate at the moment. | 17:06 |
mriedem | SlickNik: was there a bug for it? | 17:06 |
*** rossella_s has joined #openstack-qa | 17:06 | |
SlickNik | checking | 17:06 |
*** afazekas__ has quit IRC | 17:08 | |
SlickNik | Can't find one. Let me use that one and put in the details of the fix in progress.. | 17:08 |
mriedem | ok | 17:09 |
SlickNik | mriedem: ^ | 17:09 |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add query for trove-integration 404 bug 1491939 https://review.openstack.org/220244 | 17:09 |
openstack | bug 1491939 in Trove Integration "gate-trove-functional-dsvm-mysql fails with " Server returned an unexpected response code. [404]"" [Undecided,Triaged] https://launchpad.net/bugs/1491939 | 17:09 |
SlickNik | Thanks mriedem | 17:10 |
*** moravec has quit IRC | 17:11 | |
*** Guest47 has joined #openstack-qa | 17:11 | |
openstackgerrit | John F. Fischer proposed openstack/tempest: Add unit test for hypervisor_client https://review.openstack.org/217925 | 17:12 |
*** afazekas__ has joined #openstack-qa | 17:12 | |
openstackgerrit | John F. Fischer proposed openstack/tempest: Add unit test for hypervisor_client https://review.openstack.org/217925 | 17:14 |
*** achanda has joined #openstack-qa | 17:14 | |
openstackrecheck | Console logs not available after 13:22s for gate-cinder-pep8 219406,1,23c9836 | 17:14 |
*** mpaolino has joined #openstack-qa | 17:16 | |
*** nic has quit IRC | 17:16 | |
*** mpaolino has quit IRC | 17:19 | |
*** mpaolino has joined #openstack-qa | 17:19 | |
*** dkranz has joined #openstack-qa | 17:19 | |
*** achanda has quit IRC | 17:21 | |
*** afazekas__ has quit IRC | 17:21 | |
*** austin81 has joined #openstack-qa | 17:21 | |
*** achanda has joined #openstack-qa | 17:22 | |
*** moravec has joined #openstack-qa | 17:24 | |
*** VanL has quit IRC | 17:25 | |
*** dwalleck has joined #openstack-qa | 17:26 | |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-full-ceph 206923,19,5b37141 | 17:28 |
*** pcrews has joined #openstack-qa | 17:32 | |
*** sabeen has quit IRC | 17:33 | |
*** dwalleck has quit IRC | 17:37 | |
*** luqas has joined #openstack-qa | 17:39 | |
*** malini has joined #openstack-qa | 17:41 | |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-neutron-full-kilo 209859,11,00fe2ac | 17:41 |
*** malini has quit IRC | 17:42 | |
*** malini has joined #openstack-qa | 17:42 | |
*** mpaolino has quit IRC | 17:45 | |
*** e0ne has joined #openstack-qa | 17:46 | |
*** nic has joined #openstack-qa | 17:49 | |
*** sayali has quit IRC | 17:50 | |
*** sayali has joined #openstack-qa | 17:53 | |
openstackrecheck | Console logs not available after 13:23s for gate-horizon-python27 204731,39,5da9ba4 | 17:55 |
*** sabeen1 has joined #openstack-qa | 18:00 | |
*** sabeen3 has joined #openstack-qa | 18:03 | |
*** sabeen1 has quit IRC | 18:04 | |
*** VanL has joined #openstack-qa | 18:05 | |
openstackgerrit | Assaf Muller proposed openstack/tempest: Skip test_list_show_tenant_networks for Neutron https://review.openstack.org/195345 | 18:05 |
openstackgerrit | Assaf Muller proposed openstack/tempest: Skip test_list_show_tenant_networks for Neutron https://review.openstack.org/195345 | 18:06 |
*** mhorban has quit IRC | 18:06 | |
*** sayali has quit IRC | 18:06 | |
amuller | mtreinish: Can you take a look at https://review.openstack.org/#/c/195345/ and the bug it closes? We've been getting a lot of failures starting as of today on that test | 18:08 |
amuller | And we've determined the issue is with the test, not any new regressions | 18:08 |
openstackrecheck | Console logs not available after 13:23s for gate-horizon-pep8 216141,9,1419ba6 | 18:08 |
openstackgerrit | Dean Troyer proposed openstack-dev/grenade: Fix OSC security group rule create command https://review.openstack.org/203053 | 18:10 |
*** mhorban has joined #openstack-qa | 18:10 | |
*** apevec has joined #openstack-qa | 18:11 | |
*** apevec has joined #openstack-qa | 18:11 | |
*** shardy has quit IRC | 18:12 | |
amuller | dkranz: ^ | 18:12 |
dkranz | amuller: looking | 18:12 |
*** jasonsb has quit IRC | 18:14 | |
*** jasonsb has joined #openstack-qa | 18:14 | |
*** nic has quit IRC | 18:15 | |
dkranz | amuller: I'm confused because each test class runs in their own tenant | 18:16 |
dkranz | amuller: what would cause a tenant network to be deleted if this is the only code that is running in the tenant? | 18:17 |
amuller | dkranz: the test class that deletes that network (from logs) is from another test class, ExternalNetworksTestJSON | 18:18 |
dkranz | amuller: ouch. That should not be possible. | 18:18 |
amuller | kevinbenton: ^ | 18:19 |
dkranz | amuller: Maybe that other test is buggy | 18:19 |
amuller | yeah it's ExternalNetworksTestJSON that's deleting the network | 18:19 |
*** jasonsb has quit IRC | 18:19 | |
*** moravec has quit IRC | 18:19 | |
dkranz | amuller: let me look at that. I think the one you are skipping is fine. | 18:20 |
amuller | dkranz: test_list_show_tenant_networks is listing networks then iterating one at a time, but some time between the list and the show the network was deleted by ExternalNetworksTestJSON. | 18:21 |
*** lexholden has quit IRC | 18:21 | |
amuller | so yeah now the question is why is ExternalNetworksTestJSON creating a netwoek that test_list_show_tenant_networks can see | 18:21 |
dkranz | amuller: from the log does it show which test in External is doing the delete | 18:21 |
dkranz | ? | 18:21 |
openstackrecheck | Console logs not available after 13:32s for gate-tempest-dsvm-full-ceph 215833,5,f363f28 | 18:22 |
amuller | dkranz: I don't think so: http://logs.openstack.org/98/219498/4/gate/gate-tempest-dsvm-neutron-full/5250d42/logs/screen-q-svc.txt.gz#_2015-09-03_13_38_23_852 | 18:22 |
dkranz | amuller: we would have to look in the tempest log to see the delete call | 18:23 |
amuller | dkranz: here is the nova api call that fails with the same network ID: http://logs.openstack.org/98/219498/4/gate/gate-tempest-dsvm-neutron-full/5250d42/logs/screen-n-api.txt.gz#_2015-09-03_13_38_25_123 | 18:23 |
amuller | you can see it's different test classes referring to the same network ID | 18:24 |
dkranz | amuller: looks like this one test_delete_external_networks_with_floating_ip | 18:25 |
amuller | dkranz: you got the net ID from the tempest log? | 18:25 |
dkranz | amuller: I looked up the network id that was below your line in the neutron log and found it in the tempest log | 18:26 |
mtreinish | amuller, dkranz: it looks like a break in tenant isolation | 18:26 |
mtreinish | on the neutron side | 18:27 |
dkranz | mtreinish: Seems so | 18:27 |
mtreinish | err, sry it's probably a cleanup bug in tempest | 18:27 |
mtreinish | nm | 18:27 |
mtreinish | sry it's noisy at starbucks today | 18:27 |
mtreinish | the test classes are different | 18:27 |
mtreinish | so they will have different tenants | 18:27 |
mtreinish | NetworksTestJSON:test_list_show_tenant_networks is only doing a list | 18:28 |
mtreinish | the response it gets is: {"networks": [{"cidr": "None", "id": "e00bdc30-3104-46bb-b9ce-5df452a3577f", "label": ""}, {"cidr": "None", "id": "11b0fe6d-424f-46b8-825b-19633ff09f62", "label": "public"}]} | 18:28 |
amuller | for some reason that list is picking up the external network created by the other test class | 18:28 |
amuller | I checked, that network is external but not shared | 18:28 |
amuller | so the tenant should not see it | 18:29 |
mtreinish | which is the network created by a different user/project | 18:29 |
mtreinish | amuller: yep | 18:29 |
mtreinish | that's the bug here | 18:29 |
mtreinish | becase tempest is expecting things are really isolated | 18:29 |
amuller | and that expectation is valid... | 18:29 |
mtreinish | granted I think that test will likely start to fail when you fix it, because it doesn't look like a default network is created | 18:30 |
mtreinish | but we can fix that when we get throught the larger issue | 18:30 |
dkranz | mtreinish: don't all compoute tests create a network? | 18:30 |
dkranz | mtreinish: I guess they don't | 18:30 |
mtreinish | dkranz: not always, it depends on what set_network_resources() is called with in the setup class | 18:31 |
mtreinish | (or whatever it is post setupclass split) | 18:31 |
mtreinish | I think by default we turn off network creation in the base class and let individual test classes override that | 18:31 |
dkranz | mtreinish: But this only impacts when these two tests are running at the same time right? | 18:31 |
mtreinish | for compute that is | 18:31 |
amuller | dkranz: mtreinish: So, just wanted to rule out a really basic Neutron sanity check... http://paste.openstack.org/show/444565/ | 18:32 |
amuller | at least Neutron is not horribly broken | 18:32 |
mtreinish | dkranz: well, probably I'm not sure what the actual bug is it could be that test and any other test which creates an external network | 18:32 |
dkranz | mtreinish: still, most tests don't do that and this test mostly passes I think | 18:32 |
mtreinish | amuller: ok, I'm wondering maybe a wire is getting crossed from nova -> neutron | 18:33 |
mtreinish | amuller: but its good to know it's not all external networks :) | 18:33 |
amuller | ahh lets see if nova lists networks correctly | 18:33 |
mtreinish | amuller: I mean it should just be calling neutronclient inside nova to do the same thing you were | 18:34 |
mtreinish | but it's another layer of complexity | 18:34 |
amuller | naw sourcing the demo tenant and using nova tenant-network-list is not showing the external network as expected | 18:34 |
openstackgerrit | Arkadiy Kraminsky proposed openstack/tempest: Add volume backed live migration test https://review.openstack.org/165233 | 18:35 |
amuller | so this is probably some oddity in tempest | 18:35 |
openstackrecheck | Console logs not available after 13:27s for gate-tempest-dsvm-postgres-full 219098,2,40c19c5 | 18:35 |
mtreinish | amuller: I'm thinking it has to do with an admin user creating the networks in TestExternal | 18:37 |
*** ajmiller has quit IRC | 18:38 | |
*** moravec has joined #openstack-qa | 18:39 | |
*** ajmiller has joined #openstack-qa | 18:40 | |
openstackgerrit | Lance Bragstad proposed openstack/tempest: Wait before rescoping a token https://review.openstack.org/220272 | 18:43 |
*** ctrath has quit IRC | 18:44 | |
openstackgerrit | Lance Bragstad proposed openstack/tempest: Wait before rescoping a token https://review.openstack.org/220272 | 18:46 |
*** nic has joined #openstack-qa | 18:47 | |
openstackrecheck | Console logs not available after 13:22s for gate-keystone-pep8 214287,5,d812ddb | 18:48 |
*** ctrath has joined #openstack-qa | 18:50 | |
*** yamahata has quit IRC | 18:50 | |
*** yamahata has joined #openstack-qa | 18:51 | |
*** jasonsb has joined #openstack-qa | 18:57 | |
*** armax has quit IRC | 18:57 | |
*** moravec has quit IRC | 18:58 | |
*** VanL has quit IRC | 18:59 | |
*** VanL has joined #openstack-qa | 19:00 | |
*** amuller is now known as amuller_afk | 19:02 | |
openstackrecheck | Console logs not available after 13:28s for gate-tempest-dsvm-full 209701,15,f3980e3 | 19:02 |
*** dzamboni has quit IRC | 19:02 | |
mriedem | mtreinish: check out this fun debug output | 19:04 |
mriedem | http://logs.openstack.org/55/218355/6/check/gate-tempest-dsvm-full/e0da291/console.html#_2015-09-02_17_48_53_884 | 19:04 |
mtreinish | mriedem: heh, that lspci output is super useful | 19:05 |
mtreinish | because 8 sets of hex values is just so obvious | 19:06 |
mriedem | mtreinish: it is if you're danpbot | 19:06 |
*** ranger81 has quit IRC | 19:06 | |
mtreinish | mriedem: although the dmesg clearly shows there is no vdb attach | 19:07 |
*** dkranz has quit IRC | 19:07 | |
openstackgerrit | Lance Bragstad proposed openstack/tempest: Remove assertion checking rescoped issued_at https://review.openstack.org/220272 | 19:09 |
mriedem | 2.167166] vda: unknown partition table | 19:09 |
mriedem | is that normal? | 19:09 |
mtreinish | mriedem: probably because I don't think it has a partition table | 19:09 |
*** yfried_ has joined #openstack-qa | 19:09 | |
mtreinish | isn't it just a block device that's ext3 (or ext4) formatted | 19:09 |
mtreinish | I don't think there is a gpt or msdos partition table on it | 19:10 |
mriedem | shrug | 19:10 |
mtreinish | well it's a cirros image right? that should be easy enough to check | 19:10 |
mriedem | yeah it is | 19:10 |
* mtreinish waits for mriedem to check | 19:10 | |
* mriedem punts | 19:11 | |
mtreinish | mriedem: well looking later in the dmesg it says it's mounting vda raw as an ext3 | 19:12 |
mtreinish | so pretty sure there isn't a partition table | 19:12 |
mriedem | EXT3-fs (vda): mounted filesystem with ordered data mode | 19:12 |
*** pc_m is now known as pc_m_AWAY | 19:12 | |
mtreinish | yep, that | 19:14 |
*** b10n1k_ has joined #openstack-qa | 19:15 | |
openstackrecheck | Console logs not available after 13:24s for gate-devstack-unit-tests 219349,2,119d881 | 19:15 |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Add tests for api microversions list https://review.openstack.org/220218 | 19:17 |
*** achanda has quit IRC | 19:18 | |
openstackgerrit | Lance Bragstad proposed openstack/tempest: Remove assertion checking rescoped issued_at https://review.openstack.org/220272 | 19:19 |
*** ranger81 has joined #openstack-qa | 19:19 | |
mtreinish | bknudson: man, you're more strict than I am :) | 19:19 |
mtreinish | lbragstad: ^^ can you add that giant comment to the commit msg | 19:19 |
mtreinish | it actually was a good explanation behind the change | 19:19 |
lbragstad | mtreinish: sure thing | 19:20 |
bknudson | "somebody" will have to come back and clean it up later | 19:20 |
mtreinish | bknudson: well, for summit atc status | 19:20 |
*** dkranz has joined #openstack-qa | 19:21 | |
mtreinish | tempest has been getting hit by the typo correction wave lately | 19:21 |
mtreinish | mostly in things that I wrote :) | 19:21 |
*** vgridnev has quit IRC | 19:21 | |
openstackgerrit | Lance Bragstad proposed openstack/tempest: Remove assertion checking rescoped issued_at https://review.openstack.org/220272 | 19:23 |
*** ranger81 has quit IRC | 19:23 | |
mtreinish | lbragstad: thanks | 19:24 |
lbragstad | mtreinish: bknudson no problem, thank you! | 19:24 |
mtreinish | amuller_afk: kevinbenton says that external networks should be visible to all users, doesn't that go against what you were just saying? | 19:26 |
*** moravec has joined #openstack-qa | 19:27 | |
openstackrecheck | Console logs not available after 13:25s for gate-tempest-dsvm-full 219248,3,6883982 | 19:29 |
*** armax has joined #openstack-qa | 19:29 | |
*** yfried_ has quit IRC | 19:31 | |
*** pcrews has quit IRC | 19:33 | |
openstackgerrit | Lance Bragstad proposed openstack/tempest: Remove assertion checking rescoped issued_at https://review.openstack.org/220272 | 19:33 |
*** yfried_ has joined #openstack-qa | 19:34 | |
mtreinish | bknudson: are you done with it now? | 19:37 |
bknudson | mtreinish: my comments are addressed. | 19:38 |
*** dwalleck has joined #openstack-qa | 19:38 | |
*** dwalleck has quit IRC | 19:38 | |
bknudson | can't have too many comments on a 2-line change. | 19:38 |
mtreinish | heh | 19:39 |
*** dwalleck has joined #openstack-qa | 19:39 | |
*** yamamoto has quit IRC | 19:42 | |
openstackrecheck | Console logs not available after 13:24s for gate-horizon-npm-run-test 158409,125,f5683eb | 19:42 |
*** amuller_afk is now known as amuller | 19:44 | |
amuller | mtreinish: it is yes | 19:44 |
amuller | kevinbenton: ^ | 19:44 |
amuller | kevinbenton: a tenant should not (And doesn't in my devstack VM) see an external network created by an admin if it isn't shared | 19:45 |
amuller | kevinbenton: and the network in question is external, but not shared | 19:45 |
*** ranger81 has joined #openstack-qa | 19:48 | |
*** moravec has quit IRC | 19:49 | |
mtreinish | amuller: the other thing which is different between the test and your sanity check is that tempest is creating a floating ip on that external network | 19:53 |
mtreinish | before it does the list with nova | 19:54 |
mtreinish | maybe that could be whats doing it | 19:54 |
amuller | mtreinish: unrelated stupid question, but isn't test_list_show_tenant_networks a little odd, in the sense that if you run it alone it fails? | 19:54 |
mtreinish | amuller: yes the test is broken | 19:54 |
mtreinish | that needs to be fixed either way | 19:55 |
amuller | ok | 19:55 |
mtreinish | we need to call set_network_resources() for that test class | 19:55 |
mtreinish | to ensure it gets a tenant network before tests run | 19:55 |
amuller | yeah this is easy to fix, but we probably want to understand why that tenant is seeing the admin-created external net though :) | 19:56 |
openstackrecheck | Console logs not available after 13:28s for gate-swift-pep8 211338,4,cb8e047 | 19:56 |
amuller | mtreinish: I haven't run Tempest tests in a while but it's quite friendly now | 19:56 |
amuller | mtreinish: just use ostestr directly and there ya go | 19:57 |
*** mylu has joined #openstack-qa | 19:57 | |
mtreinish | amuller: heh, well with devstack it's always been like that :) (well except s/ostestr/testr) | 19:57 |
mtreinish | it's the outside devstack case that gets a bit messier | 19:57 |
amuller | mtreinish: I have a vague memory of using some shell script, prolly run_tests or something | 19:58 |
mriedem | mtreinish: interesting, when test_stamp_pattern fails, virDomainAttachDeviceFlags is never even called on the guest | 19:58 |
mriedem | or at least it doesn't show up in the libvirtd logs | 19:58 |
mtreinish | amuller: ah, yeah there is a run_tests.sh (now run_tempest.sh script) which is essentially a bash version of tox | 19:58 |
mtreinish | that's still there | 19:58 |
mtreinish | I've tried to kill it before but people really seem to like it for some reason | 19:59 |
mtreinish | mriedem: hmm, well that would explain why it's not attaching :) | 19:59 |
mriedem | right | 19:59 |
*** mylu has quit IRC | 19:59 | |
*** mylu has joined #openstack-qa | 20:00 | |
openstackgerrit | Derek Higgins proposed openstack-infra/devstack-gate: Add various tripleo repositories to the PROJECTS list https://review.openstack.org/220295 | 20:01 |
*** jhenner has joined #openstack-qa | 20:03 | |
*** mylu_ has joined #openstack-qa | 20:04 | |
*** mylu has quit IRC | 20:04 | |
mriedem | wtf | 20:07 |
mriedem | attach call isn't going out from n-cpu | 20:07 |
mtreinish | haha | 20:07 |
mriedem | we must be totally silently failing somewhere | 20:07 |
mriedem | WTF?! | 20:07 |
openstackrecheck | Console logs not available after 13:29s for gate-tempest-dsvm-full 219474,1,e1e5e42 | 20:09 |
*** dkranz has quit IRC | 20:11 | |
*** e0ne has quit IRC | 20:12 | |
*** vgridnev has joined #openstack-qa | 20:14 | |
*** malini has quit IRC | 20:15 | |
kevinbenton | mtreinish, amuller: that is incorrect. how do you think a tenant can pick which external network to attach a router to? | 20:18 |
*** achanda has joined #openstack-qa | 20:18 | |
amuller | kevinbenton: http://paste.openstack.org/show/444663/ | 20:19 |
amuller | kevinbenton: eek, wrong paste | 20:21 |
amuller | kevinbenton: http://paste.openstack.org/show/444565/ | 20:21 |
amuller | kevinbenton: you raise a good point though | 20:21 |
kevinbenton | amuller: http://paste.openstack.org/show/444672/ | 20:21 |
kevinbenton | amuller: try adding a subnet to that network | 20:21 |
amuller | ok, let me try | 20:23 |
openstackrecheck | Console logs not available after 13:24s for experimental-tempest-dsvm-multinode-full-dibtest 219149,6,f26df7d | 20:23 |
*** achanda has quit IRC | 20:24 | |
amuller | kevinbenton: this is weird the demo user sitll can't see the external network | 20:24 |
amuller | still* | 20:24 |
kevinbenton | amuller: what if you explicitly do neutron net-show <net-id> | 20:24 |
amuller | nope | 20:24 |
kevinbenton | what does it show in the neutron logs when you do that? | 20:25 |
*** e0ne has joined #openstack-qa | 20:25 | |
openstackgerrit | Derek Higgins proposed openstack-infra/devstack-gate: Add various tripleo repositories to the PROJECTS list https://review.openstack.org/220295 | 20:25 |
kevinbenton | amuller: back in the day, we were chatting about messing with policy.json, is yours still changed? | 20:26 |
*** dkranz has joined #openstack-qa | 20:26 | |
amuller | kevinbenton: I'm just starting to remember that, let me see if this is the VM I was playing around with the policy file... | 20:26 |
*** malini has joined #openstack-qa | 20:26 | |
*** e0ne has quit IRC | 20:26 | |
*** VanL has quit IRC | 20:27 | |
amuller | kevinbenton: sorry, it was, I'm such a dumbass | 20:27 |
amuller | mtreinish: Sorry to mislead you I was doing that experiment (And running those Tempest tests) on a VM I was messing around with its Neutron policy file | 20:28 |
amuller | mtreinish: So, yes, a tenant can see external networks by default | 20:28 |
amuller | double checked with the default policy.json file that comes with the Neutron repo | 20:28 |
amuller | so this is a simple case of a broken test, no big Neutron mystery | 20:29 |
kevinbenton | amuller: no prob. i'm surprised that hasn't caused an issue for you in other tests :) | 20:29 |
*** achanda has joined #openstack-qa | 20:29 | |
amuller | kevinbenton: it has I was just starting to run some random Tempest tests and I was getting failures | 20:29 |
amuller | mtreinish: kevinbenton: I'll push a revision to fix that test | 20:32 |
*** dwalleck_ has joined #openstack-qa | 20:33 | |
*** dwalleck has quit IRC | 20:34 | |
openstackgerrit | Arkadiy Kraminsky proposed openstack/tempest: Add volume backed live migration test https://review.openstack.org/165233 | 20:36 |
openstackrecheck | Console logs not available after 13:26s for gate-horizon-npm-run-test 173885,88,4c23e9e | 20:36 |
*** malini has quit IRC | 20:37 | |
*** jffische has quit IRC | 20:38 | |
*** achanda has quit IRC | 20:38 | |
*** jffische has joined #openstack-qa | 20:39 | |
*** malini has joined #openstack-qa | 20:40 | |
*** ranger81_ has joined #openstack-qa | 20:40 | |
*** ranger81 has quit IRC | 20:41 | |
*** yamamoto has joined #openstack-qa | 20:42 | |
*** achanda has joined #openstack-qa | 20:47 | |
*** yamamoto has quit IRC | 20:47 | |
*** malini has quit IRC | 20:47 | |
*** malini has joined #openstack-qa | 20:47 | |
openstackrecheck | Console logs not available after 13:26s for gate-tempest-dsvm-full 219448,1,bc0fc2a | 20:50 |
*** moravec has joined #openstack-qa | 20:50 | |
*** frayedknot has quit IRC | 20:55 | |
*** pcrews has joined #openstack-qa | 20:57 | |
*** dkranz has quit IRC | 20:59 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-neutron-full 219478,1,a96ada0 | 21:03 |
*** aysyd has quit IRC | 21:04 | |
*** vgridnev has quit IRC | 21:05 | |
*** dustins has quit IRC | 21:05 | |
*** pc_m_AWAY is now known as pc_m | 21:09 | |
*** greghaynes has quit IRC | 21:10 | |
*** Guest47 has quit IRC | 21:11 | |
anteaya | akraminsky: so you seem to have bitten of quite a large bite for yourself here: https://review.openstack.org/#/c/165233/ | 21:13 |
anteaya | mtreinish: akraminsky has taken over one of jogo's patches and needs some guidance | 21:14 |
anteaya | akraminsky: so tempest is a qa project | 21:15 |
anteaya | and this is the qa channel | 21:15 |
anteaya | spending some time in this channel, reading the logs and attending the weekly qa meeting would be a good way to get to know folks | 21:15 |
anteaya | and figure out how to navigate tempest and its logs | 21:15 |
*** mlavalle has quit IRC | 21:15 | |
*** ranger81_ has quit IRC | 21:16 | |
openstackrecheck | Console logs not available after 13:21s for gate-devstack-unit-tests 219349,2,c80f20f | 21:16 |
anteaya | akraminsky: logs: http://eavesdrop.openstack.org/irclogs/%23openstack-qa/ | 21:16 |
*** ranger81 has joined #openstack-qa | 21:17 | |
*** dwalleck_ has quit IRC | 21:17 | |
mtreinish | anteaya: yes I suggested that course of action earlier, since akraminsky expressed interest in taking over the patch | 21:17 |
anteaya | akraminsky: best to listen when guidance is offered to you | 21:17 |
anteaya | launching into multiple channels asking people to take extreme actions to help you doesn't go over well | 21:18 |
anteaya | take what is offered and be grateful | 21:18 |
mtreinish | anteaya: I meant taking over the patch | 21:18 |
anteaya | then come back tomorrow and you might get something else useful | 21:18 |
anteaya | ah sorry | 21:18 |
anteaya | so he doesn't know how to collect job log information to check status he needs for his test | 21:19 |
akraminsky | anteaya, I'm not sure what I did? I asked mtreinish for his recommendations yesterday on patch ownership and asked for the node today in infra.. | 21:19 |
anteaya | yeah asking to hold a node is an extreme action | 21:19 |
akraminsky | anteaya, ok ill keep that in mind | 21:20 |
anteaya | so only do that if you are tracking a gate breaking bug marked critical and can't find a solution any other way | 21:20 |
anteaya | thank you | 21:20 |
*** mylu_ has quit IRC | 21:20 | |
anteaya | in the mean time learning a bit about tempest would be a good start | 21:20 |
anteaya | and this channel would be the place to find out how to get the logs to capture the information you are looking for | 21:20 |
akraminsky | anteaya, cool thanks for the info | 21:22 |
anteaya | welcome | 21:22 |
*** apevec has quit IRC | 21:22 | |
*** mylu has joined #openstack-qa | 21:23 | |
openstackgerrit | Matt Riedemann proposed openstack-dev/devstack: DO NOT MERGE: test nova + lxc using nbd and nova-network https://review.openstack.org/219448 | 21:26 |
*** pc_m is now known as pc_m_AWAY | 21:27 | |
openstackrecheck | Console logs not available after 13:27s for gate-horizon-npm-run-test 217982,2,fb2aaef | 21:30 |
*** TC01 has quit IRC | 21:31 | |
*** mylu has quit IRC | 21:31 | |
*** mylu has joined #openstack-qa | 21:32 | |
*** jhenner has quit IRC | 21:32 | |
*** TC01 has joined #openstack-qa | 21:33 | |
*** amuller has quit IRC | 21:38 | |
*** jhenner has joined #openstack-qa | 21:39 | |
*** mylu has quit IRC | 21:40 | |
*** tosky has quit IRC | 21:41 | |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-full 164180,37,8494e4f | 21:43 |
*** tosky has joined #openstack-qa | 21:45 | |
openstackgerrit | Armando Migliaccio proposed openstack/tempest: Ensure test_list_show_tenant_networks is isolated https://review.openstack.org/195345 | 21:45 |
*** mriedem has quit IRC | 21:49 | |
*** tosky has quit IRC | 21:50 | |
*** ccarmack has left #openstack-qa | 21:55 | |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-full 219489,1,40f6821 | 21:57 |
mtreinish | oomichi_away, gmann: when you get a sec can you take a look at: https://review.openstack.org/216386 | 21:57 |
mtreinish | I had to do an unclean rebase because of a conflict which broke the docs build | 21:57 |
mtreinish | (well introduced a warning) | 21:57 |
*** ranger81 has quit IRC | 22:00 | |
*** ranger81 has joined #openstack-qa | 22:01 | |
*** tosky has joined #openstack-qa | 22:02 | |
*** austin81 has left #openstack-qa | 22:06 | |
*** tosky has quit IRC | 22:07 | |
*** pc_m_AWAY has quit IRC | 22:10 | |
openstackrecheck | Console logs not available after 13:25s for gate-tempest-dsvm-full-ceph 216968,12,cf16d24 | 22:10 |
*** tosky has joined #openstack-qa | 22:11 | |
*** tosky has quit IRC | 22:16 | |
*** mlavalle has joined #openstack-qa | 22:19 | |
*** ctrath has quit IRC | 22:21 | |
mtreinish | armax: all I meant was: | 22:21 |
*** dimtruck is now known as zz_dimtruck | 22:21 | |
mtreinish | assertIn(self.network, list_results) | 22:21 |
mtreinish | for net in list_results: | 22:22 |
mtreinish | if net == self.network: | 22:22 |
mtreinish | get_network(net['id']) | 22:22 |
armax | mtreinish: got it | 22:22 |
armax | if you’re happy with that so am I | 22:22 |
mtreinish | that shouldnt cause an issue | 22:22 |
armax | no | 22:22 |
mtreinish | armax: well I still think its weird | 22:22 |
armax | it seemed unnecessary | 22:23 |
armax | right | 22:23 |
mtreinish | armax: I don't really care, I was just saying I thought that's what the intent of the test was | 22:23 |
mtreinish | I'm fine with it just doing a show on self.network | 22:23 |
openstackrecheck | Console logs not available after 13:24s for gate-cinder-python27 219498,2,5b342f7 | 22:23 |
armax | ok, let’s go with that, it’s the closest to the previous logic | 22:24 |
openstackgerrit | Brant Knudson proposed openstack-dev/devstack: TEST: use fernet https://review.openstack.org/195780 | 22:24 |
openstackgerrit | Merged openstack-dev/devstack: Convert identity defaults to keystone v3 api https://review.openstack.org/186684 | 22:24 |
openstackgerrit | Merged openstack-dev/devstack: Convert identity defaults to keystone v3 api https://review.openstack.org/186684 | 22:24 |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Add tests for api microversions list https://review.openstack.org/220218 | 22:25 |
*** tosky has joined #openstack-qa | 22:30 | |
openstackgerrit | Armando Migliaccio proposed openstack/tempest: Ensure test_list_show_tenant_networks is isolated https://review.openstack.org/195345 | 22:32 |
armax | mtreinish: ^^^ see if I got it right | 22:32 |
armax | mtreinish: pls | 22:32 |
*** greghaynes has joined #openstack-qa | 22:32 | |
*** tosky has quit IRC | 22:35 | |
*** regXboi has quit IRC | 22:35 | |
*** pglass has quit IRC | 22:35 | |
openstackrecheck | Console logs not available after 13:28s for gate-swift-dsvm-functional 202411,12,42c3b9e | 22:37 |
*** ranger81 has quit IRC | 22:41 | |
*** ranger81 has joined #openstack-qa | 22:43 | |
*** jhenner has quit IRC | 22:49 | |
openstackrecheck | Console logs not available after 13:25s for gate-tempest-dsvm-full 167815,17,ee3c7ce | 22:50 |
*** rbak has quit IRC | 22:51 | |
*** edmondsw has quit IRC | 22:53 | |
*** mriedem has joined #openstack-qa | 22:58 | |
*** jecarey has quit IRC | 22:59 | |
*** jeblair has quit IRC | 22:59 | |
*** jeblair has joined #openstack-qa | 23:00 | |
*** jeblair has quit IRC | 23:01 | |
*** jeblair has joined #openstack-qa | 23:02 | |
openstackrecheck | Console logs not available after 13:25s for gate-tempest-dsvm-neutron-dvr 219518,2,368a3a2 | 23:04 |
*** ranger81 has quit IRC | 23:16 | |
*** pradk has quit IRC | 23:16 | |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-neutron-full 203748,3,a3fcf01 | 23:17 |
*** ranger81 has joined #openstack-qa | 23:18 | |
openstackgerrit | Ian Wienand proposed openstack-dev/devstack: Use the pip installed version of requests with Fedora https://review.openstack.org/219276 | 23:19 |
*** tosky___ has joined #openstack-qa | 23:22 | |
*** Sukhdev_ has joined #openstack-qa | 23:23 | |
*** ranger81 has quit IRC | 23:24 | |
openstackgerrit | Merged openstack-infra/devstack-gate: Make liberty actually allowed in features.yaml https://review.openstack.org/219796 | 23:26 |
*** nic has quit IRC | 23:30 | |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-neutron-dvr 211065,7,331507f | 23:31 |
*** achanda has quit IRC | 23:32 | |
armax | mtreinish: whenever you have a min, please let me know what you think of https://review.openstack.org/#/c/195345/6/tempest/api/compute/test_tenant_networks.py | 23:37 |
openstackgerrit | Arkadiy Kraminsky proposed openstack/tempest: Add volume backed live migration test https://review.openstack.org/165233 | 23:37 |
*** oomichi_away is now known as oomichi | 23:39 | |
*** tochi has joined #openstack-qa | 23:40 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack-infra/devstack-gate: [WIP] Try to run against all oslo libraries from master https://review.openstack.org/217875 | 23:44 |
*** dims has quit IRC | 23:44 | |
openstackrecheck | Console logs not available after 13:25s for gate-tempest-dsvm-full-ceph 206923,19,4b3a93f | 23:44 |
mtreinish | armax: sure I'll leave a comment | 23:46 |
armax | mtreinish: thanks man | 23:46 |
mtreinish | but I agree it's a pointless loop | 23:46 |
armax | o | 23:46 |
armax | k | 23:46 |
mtreinish | I was just saying that was the intent of the original test | 23:46 |
mtreinish | I never meant to imply it was better that way :) | 23:46 |
armax | ok I took you too literally | 23:46 |
*** sabeen3 has quit IRC | 23:49 | |
*** dims has joined #openstack-qa | 23:53 | |
armax | mtreinish: there | 23:53 |
openstackgerrit | Armando Migliaccio proposed openstack/tempest: Ensure test_list_show_tenant_networks is isolated https://review.openstack.org/195345 | 23:53 |
armax | mtreinish: ^ | 23:53 |
*** ranger81 has joined #openstack-qa | 23:54 | |
*** ranger81 has joined #openstack-qa | 23:54 | |
*** tpeoples has quit IRC | 23:56 | |
*** Swami has quit IRC | 23:56 | |
openstackrecheck | Console logs not available after 13:24s for gate-grenade-dsvm 197331,13,921f454 | 23:57 |
*** aix has joined #openstack-qa | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!