openstackrecheck | openstack/heat change: https://review.openstack.org/50828 failed tempest because of: https://bugs.launchpad.net/bugs/1235437 | 00:01 |
---|---|---|
*** rhsu has joined #openstack-qa | 00:04 | |
*** sthaha has quit IRC | 00:12 | |
openstackgerrit | Jamie Lennox proposed a change to openstack-dev/devstack: Allow deploying keystone with SSL certificates https://review.openstack.org/47076 | 00:14 |
*** mriedem has joined #openstack-qa | 00:36 | |
*** sthaha has joined #openstack-qa | 00:37 | |
*** sthaha has quit IRC | 00:37 | |
*** sthaha has joined #openstack-qa | 00:44 | |
openstackrecheck | openstack/keystone change: https://review.openstack.org/49460 failed tempest with an unrecognized error | 01:21 |
*** tiantian has joined #openstack-qa | 01:23 | |
openstackrecheck | openstack/keystone change: https://review.openstack.org/51481 failed tempest with an unrecognized error | 01:25 |
*** wanghao has joined #openstack-qa | 01:48 | |
*** sileht has quit IRC | 02:05 | |
*** sileht has joined #openstack-qa | 02:11 | |
*** dims has joined #openstack-qa | 02:25 | |
*** sthaha has quit IRC | 02:33 | |
*** sthaha has joined #openstack-qa | 02:33 | |
*** sthaha has joined #openstack-qa | 02:33 | |
*** sthaha has quit IRC | 02:34 | |
*** sthaha has joined #openstack-qa | 02:34 | |
*** dims has quit IRC | 03:03 | |
openstackgerrit | Zhu Zhu proposed a change to openstack/tempest: Test for flavor-access-list with private/public flavor https://review.openstack.org/51188 | 03:05 |
*** ivanzhu has joined #openstack-qa | 03:26 | |
*** mriedem has quit IRC | 03:40 | |
*** ivanzhu has quit IRC | 04:23 | |
*** ivanzhu has joined #openstack-qa | 04:37 | |
openstackrecheck | openstack/neutron change: https://review.openstack.org/51515 failed tempest with an unrecognized error | 04:41 |
openstackgerrit | Sunil Thaha proposed a change to openstack/tempest: Restores passing additional parameters to nosetest https://review.openstack.org/50819 | 04:44 |
*** wanghao has quit IRC | 04:48 | |
openstackgerrit | Yang Yu proposed a change to openstack/tempest: Adding glance v2 tests for image data https://review.openstack.org/51174 | 05:14 |
*** __afazekas is now known as afazekas | 05:15 | |
*** tiantian has quit IRC | 05:18 | |
*** ivanzhu has quit IRC | 05:20 | |
*** yfried has joined #openstack-qa | 05:32 | |
yfried | what is the policy regarding adding stuff to tempest.conf? | 05:34 |
yfried | afazekas: ping | 05:34 |
openstackrecheck | openstack/neutron change: https://review.openstack.org/51515 failed tempest because of: https://bugs.launchpad.net/bugs/1235486 | 05:36 |
*** ivanzhu has joined #openstack-qa | 05:37 | |
*** SergeyLukjanov has joined #openstack-qa | 05:48 | |
openstackgerrit | DennyZhang proposed a change to openstack-dev/devstack: remove useless step in cleanup_rpc_backend https://review.openstack.org/51519 | 05:51 |
openstackgerrit | DennyZhang proposed a change to openstack-dev/devstack: fix typo in functions https://review.openstack.org/51520 | 05:53 |
*** Dharmit has joined #openstack-qa | 05:54 | |
*** rhsu has quit IRC | 06:04 | |
*** jlibosva has joined #openstack-qa | 06:14 | |
*** jlibosva1 has joined #openstack-qa | 06:14 | |
*** jlibosva has quit IRC | 06:18 | |
openstackgerrit | afazekas proposed a change to openstack/tempest: glance v2 image sharing tests https://review.openstack.org/50122 | 06:24 |
afazekas | yfried: you need to add the new value to the sample as well | 06:25 |
*** tiantian has joined #openstack-qa | 06:26 | |
afazekas | try to avoid creating test cases (and options) which does not do anything else than reading back a configuration variable from the server side | 06:27 |
*** SergeyLukjanov is now known as _SergeyLukjanov | 06:29 | |
*** SergeyLukjanov has joined #openstack-qa | 06:30 | |
openstackgerrit | Jinhe Fang proposed a change to openstack/tempest: Clean up keypair for test case test_create_specify_keypair https://review.openstack.org/51528 | 06:40 |
openstackrecheck | openstack/neutron change: https://review.openstack.org/51515 failed tempest because of: https://bugs.launchpad.net/bugs/1235486 | 06:42 |
Anju | afazekas: ping | 06:42 |
Anju | afazekas: is there any limitation that how many vm can be created in nova | 06:43 |
*** wanghao has joined #openstack-qa | 06:44 | |
afazekas | The default quota is 10 /tenant | 06:45 |
yfried | afazekas: is there any support for 'ip netns' currently? | 06:45 |
afazekas | otherwise it is usually limited by your memory | 06:45 |
Anju | ok afazekas thanku so much | 06:45 |
afazekas | yfried: neutron using it, and in some cases tempest issues ip netns | 06:46 |
Anju | afazekas: means we can not increase the limit | 06:46 |
afazekas | Anju: nova help quota-update | 06:47 |
Anju | and afazekas will we check it in the multinode tempest | 06:47 |
yfried | afazekas: I know neutron does, but I'm asking if tempest supports ssh and ping VMs using the internal ip, when manually you would need to use 'ip netns exec qrouter-<netid> <ssh/ping> <ip>' instead of simply '<ssh/ping> <ip>' | 06:48 |
*** jamielennox is now known as jamielennox|away | 06:49 | |
afazekas | yfried: If the ping/ssh working via floating ip, why would you check internal stuff ? | 06:52 |
afazekas | with multiple l3/dhcp agent host it will be even more difficult | 06:53 |
openstackgerrit | Ya Hong Du proposed a change to openstack/tempest: Add API test case for firewall https://review.openstack.org/51529 | 07:00 |
yfried | I need to check different connections, tenant isolation, vlan isolation, secgroup filtering (one way, 2 way), FWaaS. It's really our basic building block for all our required tests | 07:06 |
yfried | afazekas ^ | 07:07 |
*** yeylon_ has joined #openstack-qa | 07:09 | |
afazekas | yfried: What cannot be done by http://en.wikipedia.org/wiki/Black-box_testing, without relaying in particular implementation and deployment ? | 07:15 |
openstackgerrit | Lijun Jiang proposed a change to openstack/tempest: Add a flavor test for getting a specified key value API https://review.openstack.org/51532 | 07:15 |
afazekas | yfried: you can have any vm to make connection to another one | 07:15 |
yfried | afazekas if neutron is using netns by default, is that really a particular implementation? | 07:20 |
afazekas | if you expect you have netns on the same machine as tempest running it is deployment specific assumption | 07:21 |
yfried | not on the tempest machine, on the neutron-L3-agent machine | 07:23 |
afazekas | so in this case you would need to ssh to the l3 machine for doing something a network namespace. | 07:24 |
yfried | yes | 07:24 |
afazekas | What you cannot see as multiple user and admin related to the secgroups or tenant isolation ? | 07:25 |
yfried | afazekas, didn't understand your question | 07:25 |
afazekas | why you need to login to the l3 machine, to see the security group rules are in use, and to see the different tenant networks does not see each other ? | 07:26 |
*** yfried has quit IRC | 07:34 | |
openstackgerrit | Lijun Jiang proposed a change to openstack/tempest: Add a flavor test for getting a specified key value API https://review.openstack.org/51532 | 07:35 |
*** afazekas is now known as __afazekas | 07:35 | |
kong | __afazekas, thanks! | 07:37 |
*** jlibosva1 has quit IRC | 07:39 | |
*** jhenner has joined #openstack-qa | 07:40 | |
*** wanghao has quit IRC | 07:46 | |
*** wanghao has joined #openstack-qa | 07:47 | |
*** thomasbiege has joined #openstack-qa | 07:53 | |
*** afazekas has joined #openstack-qa | 07:57 | |
*** giulivo has joined #openstack-qa | 08:09 | |
*** yfried has joined #openstack-qa | 08:09 | |
*** yfried|mob has joined #openstack-qa | 08:13 | |
*** yassine has joined #openstack-qa | 08:14 | |
*** SergeyLukjanov has quit IRC | 08:20 | |
*** SergeyLukjanov has joined #openstack-qa | 08:21 | |
openstackrecheck | openstack/tempest change: https://review.openstack.org/51532 failed tempest with an unrecognized error | 08:22 |
*** SergeyLukjanov has quit IRC | 08:25 | |
*** yfried has quit IRC | 08:26 | |
openstackgerrit | Ya Hong Du proposed a change to openstack/tempest: Add API test case for firewall https://review.openstack.org/51529 | 08:32 |
*** gszasz has joined #openstack-qa | 08:32 | |
*** gszasz has quit IRC | 08:36 | |
*** yfried|mob has quit IRC | 08:42 | |
*** yfried has joined #openstack-qa | 08:42 | |
*** matsuhashi has joined #openstack-qa | 08:43 | |
*** ivanzhu has quit IRC | 08:47 | |
*** fbo_away is now known as fbo | 08:48 | |
*** yfried1 has joined #openstack-qa | 08:53 | |
*** yfried has quit IRC | 08:53 | |
*** mkollaro has joined #openstack-qa | 08:53 | |
*** mkollaro has quit IRC | 08:59 | |
*** mkollaro has joined #openstack-qa | 08:59 | |
openstackrecheck | openstack/nova change: https://review.openstack.org/44238 failed tempest because of: https://bugs.launchpad.net/bugs/1218391 | 08:59 |
*** jlibosva has joined #openstack-qa | 09:01 | |
*** mkollaro has quit IRC | 09:03 | |
*** mkollaro has joined #openstack-qa | 09:03 | |
*** kong has quit IRC | 09:04 | |
*** kong has joined #openstack-qa | 09:04 | |
openstackgerrit | Lijun Jiang proposed a change to openstack/tempest: Add a flavor test for getting a specified key value API https://review.openstack.org/51532 | 09:07 |
openstackrecheck | openstack/tempest change: https://review.openstack.org/51529 failed tempest with an unrecognized error | 09:09 |
openstackgerrit | Yair Fried proposed a change to openstack/tempest: add more test cases to api/network/security_groups https://review.openstack.org/51123 | 09:10 |
openstackgerrit | Lingxian Kong proposed a change to openstack/tempest: add some tests for host and seperate negative ones https://review.openstack.org/49778 | 09:11 |
*** mkollaro has quit IRC | 09:12 | |
*** mkollaro has joined #openstack-qa | 09:17 | |
openstackgerrit | Yair Fried proposed a change to openstack/tempest: api/network/security_groups_negative add testcases https://review.openstack.org/51459 | 09:18 |
openstackgerrit | Yang Yu proposed a change to openstack/tempest: Adding tests for image tags API https://review.openstack.org/51553 | 09:19 |
openstackgerrit | Yang Yu proposed a change to openstack/tempest: Adding tests for image tags API https://review.openstack.org/51553 | 09:20 |
openstackgerrit | Yair Fried proposed a change to openstack/tempest: Separate negative tests api/network/security_groups https://review.openstack.org/51457 | 09:21 |
openstackgerrit | Lingxian Kong proposed a change to openstack/tempest: add some tests for hypervisor operation https://review.openstack.org/49871 | 09:22 |
*** mkollaro has quit IRC | 09:23 | |
*** mkollaro has joined #openstack-qa | 09:26 | |
*** wanghao has quit IRC | 09:29 | |
openstackgerrit | ChenZheng proposed a change to openstack/tempest: Test for the neutron api with provider extension https://review.openstack.org/50542 | 09:33 |
openstackgerrit | Lingxian Kong proposed a change to openstack/tempest: add some tests for host and seperate negative ones https://review.openstack.org/49778 | 09:38 |
*** salv-orlando has quit IRC | 09:39 | |
*** gszasz has joined #openstack-qa | 09:39 | |
*** tianma has joined #openstack-qa | 09:40 | |
*** tiantian has quit IRC | 09:40 | |
*** salv-orlando has joined #openstack-qa | 09:41 | |
openstackgerrit | Lingxian Kong proposed a change to openstack/tempest: add some tests for hypervisor operation https://review.openstack.org/49871 | 09:43 |
openstackgerrit | Yang Yu proposed a change to openstack/tempest: Adding tests for image tags API https://review.openstack.org/51553 | 09:45 |
*** salv-orlando has quit IRC | 09:56 | |
*** salv-orlando has joined #openstack-qa | 10:05 | |
openstackrecheck | openstack/tempest change: https://review.openstack.org/50542 failed tempest because of: https://bugs.launchpad.net/bugs/1230407 | 10:07 |
openstackgerrit | Steven Hardy proposed a change to openstack/tempest: Add initial keystoneclient v3 auth tests https://review.openstack.org/51558 | 10:07 |
openstackgerrit | Steven Hardy proposed a change to openstack/tempest: Add initial keystoneclient trusts tests https://review.openstack.org/51559 | 10:07 |
openstackgerrit | Steven Hardy proposed a change to openstack/tempest: keystone : Add coverage of v2 client trust scoping https://review.openstack.org/51560 | 10:08 |
openstackgerrit | Steven Hardy proposed a change to openstack/tempest: keystone : Add coverage of v2 client trust scoping https://review.openstack.org/51560 | 10:10 |
openstackgerrit | Steven Hardy proposed a change to openstack/tempest: Add initial keystoneclient v3 auth tests https://review.openstack.org/51558 | 10:10 |
openstackgerrit | Steven Hardy proposed a change to openstack/tempest: Add initial keystoneclient trusts tests https://review.openstack.org/51559 | 10:10 |
*** prekarat has joined #openstack-qa | 10:17 | |
*** salv-orlando has quit IRC | 10:19 | |
*** prekarat has quit IRC | 10:19 | |
*** prekarat has joined #openstack-qa | 10:19 | |
*** salv-orlando has joined #openstack-qa | 10:21 | |
*** salv-orlando_ has joined #openstack-qa | 10:28 | |
*** salv-orlando has quit IRC | 10:29 | |
*** salv-orlando_ is now known as salv-orlando | 10:29 | |
openstackgerrit | Cyril Roelandt proposed a change to openstack/tempest: Add missing CLI Neutron tests https://review.openstack.org/50739 | 10:31 |
*** yfried1 has quit IRC | 10:32 | |
*** salv-orlando_ has joined #openstack-qa | 10:32 | |
*** salv-orlando has quit IRC | 10:34 | |
*** salv-orlando_ is now known as salv-orlando | 10:34 | |
*** yfried has joined #openstack-qa | 10:39 | |
yfried | afazekas, if I write this feature allowing support for netns (ie - ssh to L3-agent and execute commands via netns) will I be able to merge it, or will it be a total waste of time | 10:40 |
afazekas | yfried: If you can prove there is behavior which needs to be tested and cannot do in any other way I am ok ip netns exec, other I would like to avoid it on the normal code path | 10:42 |
afazekas | BTW: this https://github.com/openstack/tempest/blob/master/tempest/common/debug.py can be extended to do more debug op an ssh connection FAILURE, but those netns commands does not runs on a successful test | 10:43 |
openstackgerrit | Steven Hardy proposed a change to openstack/tempest: keystone : Add coverage of v2 client trust scoping https://review.openstack.org/51560 | 10:43 |
openstackgerrit | Steven Hardy proposed a change to openstack/tempest: Add initial keystoneclient trusts tests https://review.openstack.org/51559 | 10:43 |
afazekas | s/other/otherwise/ | 10:44 |
*** tianma has quit IRC | 10:45 | |
yfried | afazekas, so when does it run? | 10:49 |
afazekas | Now the 'debug' commands are only running when the ssh connection fails on the neutron basic scenario test, but it can be made as more generic thing | 10:50 |
afazekas | the 'debug.py' is not able to work in all mulitnode env | 10:51 |
openstackrecheck | openstack/neutron change: https://review.openstack.org/51522 failed tempest with an unrecognized error | 10:53 |
*** salv-orlando has quit IRC | 10:53 | |
yfried | afazekas, it works only in AIO, right? | 10:56 |
yfried | supposed you locate somehow the L3-agent host and ssh into it before running it, it will work for all env | 10:56 |
*** salv-orlando has joined #openstack-qa | 10:56 | |
afazekas | yes | 11:00 |
afazekas | the neutron can list the agents via an rest api call, by this way you can find the hosts | 11:01 |
afazekas | http://www.fpaste.org/46591/48404138/ | 11:01 |
afazekas | the there is trick to have the vm's to ran an arbitrary script even without ssh access | 11:02 |
afazekas | nova boot --config-drive true may be able to work without a connection to the metadata service | 11:04 |
*** dims has joined #openstack-qa | 11:08 | |
*** prekarat has left #openstack-qa | 11:14 | |
openstackrecheck | openstack/tempest change: https://review.openstack.org/50739 failed tempest because of: https://bugs.launchpad.net/bugs/1224001 | 11:15 |
*** yfried_mob has joined #openstack-qa | 11:20 | |
yfried_mob | afazekas, tempest.conf is looking for external network uuid. why not name? | 11:20 |
afazekas | the name are not unique, and most api call expects uuid. | 11:25 |
afazekas | Resolving the uuid would be an additional tempest runtime step | 11:25 |
*** tianma has joined #openstack-qa | 11:32 | |
*** tianma has quit IRC | 11:40 | |
*** yfried_mob has quit IRC | 11:45 | |
*** yfried_mob has joined #openstack-qa | 11:45 | |
openstackgerrit | afazekas proposed a change to openstack-infra/elastic-recheck: Add query for 1239637 https://review.openstack.org/51579 | 11:47 |
yfried | afazekas, if I'm inheriting from an existing test, the "son" is running both his tests and the "father"s. how do I avoid that, if I want the son to have the same setup and tear down, and helper methods, but no to execute the father's test cases? | 11:49 |
*** adalbas has joined #openstack-qa | 11:49 | |
afazekas | yfried: the 'father' should not have TestCase (or derivation) base class | 11:51 |
*** yeylon_ has quit IRC | 11:52 | |
yfried | afazekas, I'm talking about negative tests for the same setup (as I was told to separate negative test case to a new file). | 11:53 |
afazekas | yfried: The simpler way Is to create new father without any test case, and inherit from the new father in both child | 11:53 |
yfried | afazekas, so, change the father also? | 11:54 |
afazekas | IMHO creating BaseFather with the the common methods and inheriting from the BaseFather in both file can be one way | 11:56 |
afazekas | But if the common setUp and setUpClass is simple enough it can be copy-pasted | 11:57 |
afazekas | If you can create helper methods in one of the existing base.py which could make smaller the common fixture methods also can work (and it can be the best option) | 11:59 |
afazekas | Both the code duplication and too complex inheritance model is bad, try to do the least harmful thing. | 12:00 |
*** matsuhashi has quit IRC | 12:18 | |
*** matsuhashi has joined #openstack-qa | 12:18 | |
*** matsuhashi has quit IRC | 12:22 | |
*** prekarat has joined #openstack-qa | 12:24 | |
openstackrecheck | openstack/nova change: https://review.openstack.org/50719 failed tempest with an unrecognized error | 12:32 |
*** weshay has joined #openstack-qa | 12:36 | |
openstackgerrit | Salvatore Orlando proposed a change to openstack/tempest: API tests for neutron router gateway https://review.openstack.org/47554 | 12:39 |
openstackgerrit | Yair Fried proposed a change to openstack/tempest: edit inheritence tree api/network/security_groups https://review.openstack.org/51590 | 12:39 |
*** yeylon_ has joined #openstack-qa | 12:39 | |
*** jaypipes has joined #openstack-qa | 12:40 | |
*** ChanServ sets mode: +o jaypipes | 12:40 | |
*** yfried_mob has quit IRC | 12:42 | |
*** yfried_mob has joined #openstack-qa | 12:42 | |
*** krtaylor has joined #openstack-qa | 12:45 | |
*** dims has quit IRC | 12:48 | |
*** dims has joined #openstack-qa | 12:51 | |
*** yfried has quit IRC | 12:57 | |
*** yfried_mob has quit IRC | 12:59 | |
*** jhenner has quit IRC | 13:00 | |
*** yfried_mob has joined #openstack-qa | 13:01 | |
*** afazekas has quit IRC | 13:03 | |
*** jhenner has joined #openstack-qa | 13:03 | |
openstackrecheck | openstack/python-ceilometerclient change: https://review.openstack.org/51586 failed tempest because of: https://bugs.launchpad.net/bugs/1224001 | 13:08 |
*** rustlebee is now known as russellb | 13:10 | |
*** mriedem has joined #openstack-qa | 13:20 | |
*** afazekas has joined #openstack-qa | 13:25 | |
*** Guest34503 is now known as larsks | 13:28 | |
*** larsks is now known as Guest52158 | 13:28 | |
*** Guest52158 has quit IRC | 13:29 | |
sileht | Hi, I'm waiting for review for this https://review.openstack.org/#/c/49394/ that block ceilometer QA, someone can take a look ? sdague ? | 13:32 |
sdague | sileht: so dtroyer has a -2 on that, you aren't going to make progress in that direction. You should do the alternative and make the invocations like the nova / swift daemons are started | 13:34 |
sileht | sdague, have read my argue ? | 13:34 |
sdague | yes, but it doesn't matter, dtroyer has a -2 on the patch | 13:35 |
sileht | sdague, this fix a bug , and I need to use a work around ... | 13:35 |
sdague | sileht: go read dean's response, he doesn't agree | 13:35 |
*** jd__ has joined #openstack-qa | 13:36 | |
sileht | sdague, yep but it says the opposite of the function comment | 13:39 |
sileht | sdague, have you this the impact of this bug on sar ? https://bugs.launchpad.net/devstack/+bug/1238482 | 13:40 |
sileht | this/see | 13:41 |
*** safchain has joined #openstack-qa | 13:41 | |
*** yfried_mob has joined #openstack-qa | 13:43 | |
sdague | you are much better off making your point making the patch that makes everything work without the function change. And it if seems gross enough, maybe the function change is warrented | 13:43 |
sdague | but you do need to realize that some times people look at things different ways, so now is really the time to give up on your other approach, because it's not going to make it through. And just insisting that it has to be done that way, means you don't get the behavior you need landed. | 13:44 |
*** yfried_mob has joined #openstack-qa | 13:47 | |
*** yfried_mob has quit IRC | 13:47 | |
*** yfried_mob has joined #openstack-qa | 13:48 | |
yfried_mob | adalbas, regarding your comment, see Anju's comment on patch 6 here: https://review.openstack.org/#/c/51123/6 | 13:51 |
*** SergeyLukjanov has joined #openstack-qa | 13:51 | |
yfried_mob | adalbas, i'm sorry, I meant mkoderer comment | 13:54 |
adalbas | yfried_mob, i had seen Anju, but not the one from mkoderer. I thought it would make sense to move to a different file if this one was too large and had too many negative tests. | 13:56 |
adalbas | yfried_mob, but i'm ok with it. | 13:56 |
yfried_mob | adalbas, tnx | 13:58 |
yfried_mob | yf | 13:59 |
adalbas | yfried_mob, tks | 13:59 |
yfried_mob | adalbas, there's a third patch with more network | 14:06 |
yfried_mob | more negative tests https://review.openstack.org/#/c/51459/ | 14:07 |
adalbas | yfried_mob, ok. i ll take a look. | 14:07 |
sileht | sdague, I just want to point something that look wrong for me, but I understand that they are many solutions, point of views, and we need to choice the better one. I will send a patch to update to comment of run_process, so other people can understand why we need to call a shell cmd before starting a daemon even this shell cmd is completly unusefull for the daemon and propose 3 three others patches to | 14:07 |
sileht | fix, nova-baremetal, ceilometer and sar in gate | 14:07 |
*** afazekas has quit IRC | 14:08 | |
*** jhenner has quit IRC | 14:09 | |
*** yfried_mob has quit IRC | 14:11 | |
*** yfried_mob has joined #openstack-qa | 14:12 | |
*** SergeyLukjanov is now known as _SergeyLukjanov | 14:13 | |
*** bill_az_ has joined #openstack-qa | 14:16 | |
kong | review request for https://review.openstack.org/#/c/50557/, just a very small change. | 14:17 |
*** SergeyLukjanov has joined #openstack-qa | 14:22 | |
*** jhenner has joined #openstack-qa | 14:23 | |
openstackgerrit | Steven Hardy proposed a change to openstack/tempest: keystone : Add coverage of v2 client trust scoping https://review.openstack.org/51560 | 14:25 |
openstackgerrit | Steven Hardy proposed a change to openstack/tempest: Add initial keystoneclient v3 auth tests https://review.openstack.org/51558 | 14:25 |
openstackgerrit | Steven Hardy proposed a change to openstack/tempest: Add initial keystoneclient trusts tests https://review.openstack.org/51559 | 14:25 |
openstackgerrit | Mehdi Abaakouk proposed a change to openstack-dev/devstack: Add a comment to a hidden behavior of _run_process https://review.openstack.org/51621 | 14:27 |
openstackgerrit | Mehdi Abaakouk proposed a change to openstack-dev/devstack: Don't kill sar prematurally in devstack-gate https://review.openstack.org/51622 | 14:27 |
openstackgerrit | Mehdi Abaakouk proposed a change to openstack-dev/devstack: Don't kill ceilometer prematurally in devstackgate https://review.openstack.org/51623 | 14:27 |
openstackgerrit | Mehdi Abaakouk proposed a change to openstack-dev/devstack: Don't kill nova-bm-deploy-helper prematurally https://review.openstack.org/51624 | 14:27 |
openstackgerrit | Mehdi Abaakouk proposed a change to openstack-dev/devstack: Don't kill ceilometer prematurally in devstackgate https://review.openstack.org/51623 | 14:32 |
openstackgerrit | Mehdi Abaakouk proposed a change to openstack-dev/devstack: Don't kill nova-bm-deploy-helper prematurally https://review.openstack.org/51624 | 14:32 |
*** liudong has joined #openstack-qa | 14:34 | |
sileht | dtroyer, sdague I have sent a new topic to solve the ceilometer issue that doesn't touch the run_process function http://bit.ly/1cO9k26 | 14:38 |
sdague | sileht: cool, thanks! | 14:38 |
*** yfried_mob has quit IRC | 14:40 | |
*** prekarat has quit IRC | 14:40 | |
*** yfried_mob has joined #openstack-qa | 14:40 | |
*** bill_az_ has quit IRC | 14:41 | |
openstackgerrit | DennyZhang proposed a change to openstack-dev/devstack: remove code duplication in clean.sh https://review.openstack.org/51630 | 14:43 |
*** prekarat has joined #openstack-qa | 14:45 | |
openstackgerrit | Matthew Treinish proposed a change to openstack/tempest: Do not merge test of working tempest tests with neutron https://review.openstack.org/51275 | 14:47 |
*** yfried|mob has joined #openstack-qa | 14:48 | |
openstackgerrit | DennyZhang proposed a change to openstack-dev/devstack: refine rabbit cleanup https://review.openstack.org/51631 | 14:50 |
*** yfried_mob has quit IRC | 14:51 | |
openstackgerrit | Lingxian Kong proposed a change to openstack/tempest: remove tearDownClass in test_quotas.py https://review.openstack.org/51632 | 14:53 |
*** sthaha has quit IRC | 14:54 | |
*** yfried_mob has joined #openstack-qa | 14:59 | |
*** yfried_mob has joined #openstack-qa | 15:03 | |
*** yassine has quit IRC | 15:03 | |
*** yfried|mob has quit IRC | 15:03 | |
*** safchain has quit IRC | 15:05 | |
openstackrecheck | openstack-dev/devstack change: https://review.openstack.org/51622 failed tempest with an unrecognized error | 15:08 |
*** yfried has joined #openstack-qa | 15:14 | |
*** safchain has joined #openstack-qa | 15:14 | |
*** yassine has joined #openstack-qa | 15:16 | |
*** yassine has quit IRC | 15:19 | |
*** yassine has joined #openstack-qa | 15:19 | |
*** jlibosva has quit IRC | 15:25 | |
*** yfried_mob has quit IRC | 15:25 | |
openstackgerrit | Min Li proposed a change to openstack-dev/devstack: Fix bugs for installing docker, bug #1237581. -The change in install_docker.sh corrects a typo ('=' should be '-'). This typo resutls in 'unable to locate the packet' error when executing apt-get. https://review.openstack.org/50731 | 15:26 |
*** yfried_mob has joined #openstack-qa | 15:31 | |
openstackgerrit | DennyZhang proposed a change to openstack-dev/devstack: ./stack.sh complain no /etc/nova/nova.conf https://review.openstack.org/51346 | 15:32 |
*** yfried_mob has quit IRC | 15:35 | |
*** yeylon_ has quit IRC | 15:40 | |
*** rfolco has joined #openstack-qa | 15:42 | |
*** rhsu has joined #openstack-qa | 15:46 | |
openstackgerrit | Florian Haas proposed a change to openstack-dev/devstack: fixup_stuff.sh: un-break site package detection for Python 2.6 https://review.openstack.org/51651 | 15:48 |
openstackrecheck | openstack/tempest change: https://review.openstack.org/51275 failed tempest with an unrecognized error | 15:50 |
*** mlavalle has joined #openstack-qa | 15:52 | |
openstackgerrit | Matthew Treinish proposed a change to openstack/tempest: Do not merge test of working tempest tests with neutron https://review.openstack.org/51275 | 15:53 |
*** rhsu has quit IRC | 15:53 | |
*** dkorn has joined #openstack-qa | 15:54 | |
openstackgerrit | A change was merged to openstack/tempest: delete the duplicated variable definition https://review.openstack.org/50557 | 15:55 |
*** yfried_mob has joined #openstack-qa | 15:58 | |
*** liudong has quit IRC | 15:59 | |
openstackgerrit | Florian Haas proposed a change to openstack-dev/devstack: fixup_stuff.sh: un-break site package detection for Python 2.6 https://review.openstack.org/51651 | 16:00 |
*** gszasz has quit IRC | 16:01 | |
*** mkollaro has quit IRC | 16:03 | |
*** jhenner has quit IRC | 16:04 | |
*** rhsu has joined #openstack-qa | 16:11 | |
*** rhsu has quit IRC | 16:12 | |
openstackgerrit | Steven Hardy proposed a change to openstack/tempest: keystone : Add coverage of v2 client trust scoping https://review.openstack.org/51560 | 16:12 |
openstackgerrit | Steven Hardy proposed a change to openstack/tempest: Add initial keystoneclient v3 auth tests https://review.openstack.org/51558 | 16:12 |
openstackgerrit | Steven Hardy proposed a change to openstack/tempest: Add initial keystoneclient trusts tests https://review.openstack.org/51559 | 16:12 |
*** safchain has quit IRC | 16:12 | |
*** yassine has quit IRC | 16:13 | |
openstackgerrit | Bob Ball proposed a change to openstack-dev/devstack: XenAPI: Get pool default SR rather than "Local storage" https://review.openstack.org/48866 | 16:18 |
openstackgerrit | DennyZhang proposed a change to openstack-dev/devstack: Fix false negative, when HEAT_CREATE_TEST_IMAGE is unset https://review.openstack.org/51336 | 16:19 |
openstackgerrit | Mehdi Abaakouk proposed a change to openstack-dev/devstack: Add a comment about how to daemonize process https://review.openstack.org/51621 | 16:25 |
openstackgerrit | Mehdi Abaakouk proposed a change to openstack-dev/devstack: Don't kill ceilometer prematurally in devstackgate https://review.openstack.org/51623 | 16:25 |
openstackgerrit | Mehdi Abaakouk proposed a change to openstack-dev/devstack: Don't kill sar prematurally in devstack-gate https://review.openstack.org/51622 | 16:25 |
openstackgerrit | Mehdi Abaakouk proposed a change to openstack-dev/devstack: Don't kill nova-bm-deploy-helper prematurally https://review.openstack.org/51624 | 16:25 |
*** fbo is now known as fbo_away | 16:26 | |
openstackgerrit | Florian Haas proposed a change to openstack-dev/devstack: fixup_stuff.sh: Drop pip 1.4 permissions hack https://review.openstack.org/51659 | 16:26 |
*** SergeyLukjanov has quit IRC | 16:31 | |
*** SergeyLukjanov has joined #openstack-qa | 16:32 | |
*** SergeyLukjanov has quit IRC | 16:32 | |
*** mriedem has quit IRC | 16:39 | |
*** yfried_mob has quit IRC | 16:44 | |
*** rfolco has quit IRC | 16:44 | |
*** yfried_mob has joined #openstack-qa | 16:45 | |
openstackrecheck | openstack/tempest change: https://review.openstack.org/51559 failed tempest with an unrecognized error | 16:48 |
*** yfried|mob has joined #openstack-qa | 16:50 | |
openstackrecheck | openstack/tempest change: https://review.openstack.org/51560 failed tempest with an unrecognized error | 16:51 |
*** yfried|mob has quit IRC | 16:54 | |
*** yfried|mob has joined #openstack-qa | 16:54 | |
*** SergeyLukjanov has joined #openstack-qa | 16:56 | |
*** yfried has quit IRC | 16:58 | |
*** SergeyLukjanov is now known as _SergeyLukjanov | 17:00 | |
openstackrecheck | openstack-dev/devstack change: https://review.openstack.org/51651 failed tempest because of: https://bugs.launchpad.net/bugs/1235437 | 17:04 |
*** mlavalle has quit IRC | 17:05 | |
*** SergeyLukjanov has joined #openstack-qa | 17:07 | |
*** Dharmit has quit IRC | 17:09 | |
*** giulivo has quit IRC | 17:11 | |
openstackrecheck | openstack-dev/devstack change: https://review.openstack.org/51623 failed tempest because of: https://bugs.launchpad.net/bugs/1218391 | 17:15 |
openstackgerrit | DennyZhang proposed a change to openstack-dev/devstack: refine rabbit cleanup https://review.openstack.org/51631 | 17:21 |
*** thomasbiege has joined #openstack-qa | 17:22 | |
*** thomasbiege has quit IRC | 17:24 | |
*** mlavalle has joined #openstack-qa | 17:24 | |
*** rockyg has joined #openstack-qa | 17:27 | |
openstackgerrit | A change was merged to openstack-dev/devstack: Add the creation of /var/run/openstack when zeromq is chosen https://review.openstack.org/48616 | 17:29 |
openstackgerrit | A change was merged to openstack-dev/devstack: fix typo in functions https://review.openstack.org/51520 | 17:29 |
*** yfried has joined #openstack-qa | 17:33 | |
*** yfried|mob has quit IRC | 17:37 | |
*** SergeyLukjanov has quit IRC | 17:37 | |
*** yfried|mob has joined #openstack-qa | 17:37 | |
*** DennyZhang has joined #openstack-qa | 17:37 | |
*** yeylon_ has joined #openstack-qa | 17:42 | |
openstackgerrit | A change was merged to openstack-dev/devstack: Update diskimage-builder's URL https://review.openstack.org/50867 | 17:49 |
openstackgerrit | A change was merged to openstack-dev/devstack: Add meta-config via local.conf https://review.openstack.org/46768 | 17:49 |
openstackgerrit | A change was merged to openstack-dev/devstack: Specify ip address for nova metadata server for nicira plugin https://review.openstack.org/49428 | 17:49 |
openstackgerrit | A change was merged to openstack-dev/devstack: Correct logging_context_format_string for Heat https://review.openstack.org/50572 | 17:49 |
openstackgerrit | A change was merged to openstack-dev/devstack: Adding value for lock_path in configuration file https://review.openstack.org/50920 | 17:49 |
openstackrecheck | openstack-dev/devstack change: https://review.openstack.org/49237 failed tempest because of: https://bugs.launchpad.net/bugs/1218391 | 17:49 |
*** yfried has quit IRC | 17:50 | |
*** mlavalle_ has joined #openstack-qa | 17:54 | |
*** mlavalle has quit IRC | 17:55 | |
*** mlavalle_ is now known as mlavalle | 17:55 | |
*** yfried|mob has quit IRC | 17:56 | |
*** DennyZhang has quit IRC | 17:57 | |
*** yfried_mob has quit IRC | 17:57 | |
*** mlavalle_ has joined #openstack-qa | 17:58 | |
*** mlavalle has quit IRC | 17:59 | |
*** mlavalle_ is now known as mlavalle | 17:59 | |
*** yfried|mob has joined #openstack-qa | 18:08 | |
*** yfried|mob has quit IRC | 18:09 | |
*** mriedem has joined #openstack-qa | 18:09 | |
openstackgerrit | Sean Dague proposed a change to openstack-dev/devstack: add bash8 tool (like pep8, but way hackier) https://review.openstack.org/51676 | 18:10 |
sdague | dtroyer: you about? | 18:10 |
sdague | curious about your thoughts on that - https://review.openstack.org/51676 | 18:10 |
openstackgerrit | Matthew Treinish proposed a change to openstack-infra/elastic-recheck: Convert test_classifier to be a unit test https://review.openstack.org/50733 | 18:12 |
*** mlavalle has quit IRC | 18:14 | |
openstackgerrit | A change was merged to openstack-dev/devstack: xenapi: max out VCPU count https://review.openstack.org/49703 | 18:14 |
openstackrecheck | openstack-dev/devstack change: https://review.openstack.org/51631 failed tempest with an unrecognized error | 18:14 |
openstackrecheck | openstack/nova change: https://review.openstack.org/51575 failed tempest because of: https://bugs.launchpad.net/bugs/1218391 | 18:14 |
sdague | mtreinish: don't forget to check out this for er - https://review.openstack.org/#/c/51579/ | 18:15 |
sdague | would be good to be tagging that | 18:15 |
openstackrecheck | openstack-dev/devstack change: https://review.openstack.org/49297 failed tempest with an unrecognized error | 18:16 |
openstackgerrit | Joe Gordon proposed a change to openstack-infra/elastic-recheck: Remove query for bug 1227915 https://review.openstack.org/51682 | 18:18 |
mtreinish | sdague: approved | 18:18 |
sdague | mtreinish: cool | 18:19 |
*** mlavalle has joined #openstack-qa | 18:20 | |
openstackgerrit | A change was merged to openstack-infra/elastic-recheck: Add query for 1239637 https://review.openstack.org/51579 | 18:21 |
openstackgerrit | A change was merged to openstack-infra/elastic-recheck: Remove query for bug 1227915 https://review.openstack.org/51682 | 18:22 |
openstackrecheck | openstack/nova change: https://review.openstack.org/51670 failed tempest with an unrecognized error | 18:33 |
*** annegentle_ has quit IRC | 18:33 | |
openstackrecheck | openstack/heat change: https://review.openstack.org/51671 failed tempest because of: https://bugs.launchpad.net/bugs/1230407 | 18:33 |
*** annegentle has joined #openstack-qa | 18:34 | |
openstackrecheck | openstack/cinder change: https://review.openstack.org/51672 failed tempest with an unrecognized error | 18:36 |
mtreinish | sdague: don't forget to check the tox update/changes for tempest: https://review.openstack.org/#/c/49559/ and https://review.openstack.org/#/c/49562/ | 18:41 |
dtroyer | sdague: running between dr office and home, will have a look when I get back... | 18:43 |
openstackgerrit | A change was merged to openstack-dev/devstack: lib/swift variable changes and dd replaced by truncate https://review.openstack.org/46664 | 18:47 |
openstackgerrit | A change was merged to openstack-dev/devstack: Updates samples/localrc comment https://review.openstack.org/51213 | 18:47 |
openstackrecheck | openstack/python-keystoneclient change: https://review.openstack.org/51685 failed tempest with an unrecognized error | 18:58 |
*** SergeyLukjanov has joined #openstack-qa | 18:59 | |
openstackrecheck | openstack/keystone change: https://review.openstack.org/50962 failed tempest because of: https://bugs.launchpad.net/bugs/1218391 | 19:10 |
*** DennyZhang has joined #openstack-qa | 19:25 | |
openstackrecheck | openstack/horizon change: https://review.openstack.org/51157 failed tempest with an unrecognized error | 19:30 |
*** atiwari has joined #openstack-qa | 19:36 | |
sdague | dtroyer: no worries, curious on your initial take on it. Mostly I found myself annoyed by -1ing people on whitespace stuff, and just want that automatic in devstack :) | 19:39 |
sdague | also, I'd like to chat with you about your thoughts on the 3 devstack slots at summit, and what you wanted to get out of them? | 19:39 |
*** jaypipes has quit IRC | 19:41 | |
openstackgerrit | DennyZhang proposed a change to openstack-dev/devstack: detect failure of 'keystone token-get' https://review.openstack.org/51118 | 19:44 |
dtroyer | sdague: re summit: I've got one earmarked for talking about further breakdowns of stack.sh to add hooks for calling out to vendor/user-supplied scripts in more places than we do now with the extras.d stuff. | 19:45 |
dtroyer | sdague: re bash8…for a second I felt _really_ out of the GNU release cycle loop… ;) And settling down with it and a Dr Pepper now | 19:45 |
*** SergeyLukjanov is now known as _SergeyLukjanov | 19:46 | |
*** _SergeyLukjanov has quit IRC | 19:46 | |
*** yfried_mob has joined #openstack-qa | 19:47 | |
dtroyer | heh, it turns out to be shorter than I anticipated... | 19:47 |
*** yfried has joined #openstack-qa | 19:50 | |
*** rockyg has quit IRC | 19:55 | |
*** rockyg has joined #openstack-qa | 19:55 | |
openstackgerrit | Aaron Rosen proposed a change to openstack-dev/devstack: OVS still working? https://review.openstack.org/50756 | 19:55 |
*** yeylon_ has quit IRC | 19:57 | |
*** yfried has quit IRC | 19:59 | |
sdague | dtroyer: yeh, for just whitespace stuff, it's not bad | 19:59 |
sdague | there were about 200 errors in devstack files found by it, mostly the 4 space indent | 20:00 |
dtroyer | I do recall a bunch of 3-space creeping in once, I've only fixed it as I was in the area for other things... | 20:00 |
sdague | there were some 11 space ones in big multiline blocks | 20:00 |
dtroyer | first comments posted | 20:01 |
sdague | coolio | 20:01 |
*** marun has joined #openstack-qa | 20:02 | |
sdague | dtroyer: heh, the perl comment cracks me up :) | 20:02 |
sdague | honestly, though I've written more perl than python, but that would just seem crazy pants to put another lang in the mix | 20:02 |
dtroyer | sdague: I think Perl would be the lesser of all the evils; the tools aspiers mentioned in another review needed either Haskell or Ruby runtimes. At least Perl is already in the gate VM images | 20:03 |
sdague | dtroyer: true. | 20:04 |
sdague | though building something new seemed to be start with python and go from there | 20:04 |
sdague | for the error codes, a single comment list at the top good enough? or you want something code addressable? | 20:04 |
*** dkorn has quit IRC | 20:07 | |
openstackgerrit | A change was merged to openstack-dev/devstack: Convert remaining hypervisors to plugin model https://review.openstack.org/50748 | 20:09 |
*** mlavalle has quit IRC | 20:10 | |
openstackrecheck | openstack/python-keystoneclient change: https://review.openstack.org/51685 failed tempest because of: https://bugs.launchpad.net/bugs/1230407 | 20:12 |
*** SergeyLukjanov has joined #openstack-qa | 20:13 | |
*** yfried_mob has quit IRC | 20:15 | |
openstackrecheck | openstack-dev/devstack change: https://review.openstack.org/51118 failed tempest with an unrecognized error | 20:15 |
*** DennyZhang has quit IRC | 20:17 | |
openstackgerrit | Sean Dague proposed a change to openstack-dev/devstack: add bash8 tool (like pep8, but way hackier) https://review.openstack.org/51676 | 20:19 |
clarkb | "but way hackier" <- wins commit message of the day award | 20:21 |
sdague | heh | 20:22 |
sdague | clarkb: hey, now that you popped up again, mind baby sitting through the os-loganalyze patch? | 20:23 |
clarkb | sdague: doing it now :) | 20:23 |
sdague | cooli | 20:23 |
clarkb | it was approved and merged. should be applied automagically shortly | 20:23 |
sdague | great, hopefully I don't blow up the whole log server in the process :) | 20:24 |
clarkb | sdague: apache was restart ~2 minutes ago. I think for the vhost updates. Can you test it really quickly? I am going to poke at it too | 20:24 |
marun | would anyone like to discuss the logistics of running functional tests in the gate that require sudo? | 20:25 |
clarkb | sdague: seems to work so far (I have checked syslog and keystone logs) | 20:25 |
clarkb | marun: sure, the single use hosts that we use for tempest can run tests that use sudo | 20:26 |
clarkb | marun: but the more static slaves that run unittests and the like cannot | 20:26 |
clarkb | marun: if needed you can run tests that are not tempest on the single use slaves. swift has done this with their functional tests and so has pbr | 20:28 |
sdague | clarkb: yep, looks like it's working | 20:28 |
sdague | when does console.html get gzipped? | 20:28 |
sdague | I thought I'd seen that some times | 20:28 |
clarkb | sdague: it is on a 4 hour cron timer | 20:29 |
marun | clarkb: how would I arrange to have that set up? | 20:29 |
clarkb | marun: just submit a change to openstack-infra/config that configures the job and runs it. Let me see if I can find an example sha | 20:29 |
marun | clarkb: cool | 20:29 |
sdague | marun: we already turned on iptables and ip for sudo for the devstack jobs for neutron to debug | 20:30 |
sdague | the devstack jobs are now running tempest under a tempest user | 20:30 |
sdague | which has limitted sudo authority | 20:30 |
sdague | so that would provide a good model to replicate | 20:31 |
marun | sdague: the question is how tests that get submitted and require sudo for a given command would update the job | 20:31 |
marun | sdague: Note that the rootwrap would allow the commands in question, so would that be a good way to enable sudo usage? | 20:31 |
sdague | marun: for right now we did that pretty manually, so that sudoing authority would be limitted | 20:31 |
clarkb | marun: actually it ended up going in in several pieces. but if you look in modules/openstack_project/files/jenkins_job_builder/config/swift-functional.yaml you will see the job. Then in modules/openstack_project/files/zuul/layout.yaml you can see where the job is run | 20:32 |
sdague | marun: about to get on the phone, but an example of what you wanted to do might be helpful | 20:32 |
sdague | to help me think about the ways we'd do that | 20:32 |
marun | sdague: I would say allowing password-less sudo for the rootwrap with the config that is in the neutron tree. | 20:33 |
marun | sdague: This would allow functional testing of the commands as well as validation that the rootwrap config is correct. | 20:33 |
sdague | marun: right, but provide a scenario about what you are doing with that authority? | 20:33 |
marun | sdague: The change I'm looking to get merged has a functional test to validate management of an async instance of ovsdb-client | 20:34 |
marun | sdague: https://review.openstack.org/#/c/45678/ | 20:34 |
marun | sdague: I currently require an environment variable to get set for the test to run (OS_SUDO_TESTING) | 20:34 |
marun | sdague: The test in question is probably more useful than the review: https://review.openstack.org/#/c/45678/10/neutron/tests/functional/agent/linux/test_ovsdb_monitor.py | 20:35 |
sdague | ok, have another thought, but need to run to meeting | 20:35 |
marun | sdague: We don't do much functional testing in neutron right now, but I want to see that change. We need to validate system interaction, not just at the tempest level | 20:35 |
sdague | back in a bit | 20:35 |
marun | sdague: ok | 20:35 |
marun | sdague: I'm in GMT+2 right now, so I might not be here when you return. Please email to me or to the list with your thoughts if you can't find me. | 20:36 |
*** rockyg has quit IRC | 20:38 | |
sdague | marun: my thought is actually quick. What if neutron itself had a diagnotic api that would do the dump of that kind of thing to the logs | 20:40 |
marun | sdague: that's not desirable in this case | 20:40 |
sdague | because of the unit tests? | 20:40 |
marun | sdague: the intention is to isolate the interaction, not go through any api | 20:40 |
sdague | ok, no prob | 20:40 |
marun | sdague: +1 on having diagnostics via an api, frankly, but I think that fits better with an sdn backend | 20:41 |
marun | sdague: the current agent model is problematic to extend to provide such functionality | 20:41 |
sdague | well, I was hoping we'd get it in a general case, so we could do certain verification in tempest tests | 20:44 |
sdague | but if it's problematic, such it is | 20:44 |
*** SergeyLukjanov has quit IRC | 20:47 | |
openstackrecheck | openstack/neutron change: https://review.openstack.org/51696 failed tempest with an unrecognized error | 20:47 |
*** SergeyLukjanov has joined #openstack-qa | 20:48 | |
*** mlavalle has joined #openstack-qa | 20:49 | |
*** jamielennox|away is now known as jamielennox | 20:56 | |
openstackrecheck | openstack/neutron change: https://review.openstack.org/45676 failed tempest with an unrecognized error | 20:59 |
openstackrecheck | openstack/keystone change: https://review.openstack.org/50966 failed tempest with an unrecognized error | 21:01 |
*** HenryG has joined #openstack-qa | 21:01 | |
*** adalbas has quit IRC | 21:05 | |
*** mriedem has quit IRC | 21:34 | |
openstackgerrit | A change was merged to openstack-dev/devstack: Adds trove-conductor service to trove. https://review.openstack.org/49237 | 21:35 |
*** mlavalle has quit IRC | 21:40 | |
openstackgerrit | Sean Dague proposed a change to openstack-dev/devstack: add a simple run_tests.sh to use bash8 https://review.openstack.org/51711 | 21:47 |
*** hemna is now known as hemnafk | 21:50 | |
openstackgerrit | Sean Dague proposed a change to openstack-dev/devstack: add a simple run_tests.sh to use bash8 https://review.openstack.org/51711 | 21:55 |
openstackgerrit | Sean Dague proposed a change to openstack-dev/devstack: add a simple run_tests.sh to use bash8 https://review.openstack.org/51711 | 21:57 |
openstackrecheck | openstack/python-ceilometerclient change: https://review.openstack.org/51586 failed tempest with an unrecognized error | 22:06 |
*** syerrapragada has joined #openstack-qa | 22:12 | |
*** psedlak has quit IRC | 22:19 | |
*** psedlak has joined #openstack-qa | 22:26 | |
*** syerrapragada has left #openstack-qa | 22:29 | |
*** marun has quit IRC | 22:33 | |
openstackrecheck | openstack/neutron change: https://review.openstack.org/51696 failed tempest with an unrecognized error | 22:35 |
*** SergeyLukjanov has quit IRC | 22:46 | |
openstackrecheck | openstack/python-keystoneclient change: https://review.openstack.org/51685 failed tempest with an unrecognized error | 22:52 |
*** SergeyLukjanov has joined #openstack-qa | 22:53 | |
openstackrecheck | openstack/nova change: https://review.openstack.org/50953 failed tempest with an unrecognized error | 22:54 |
openstackrecheck | openstack/nova change: https://review.openstack.org/50494 failed tempest because of: https://bugs.launchpad.net/bugs/1218391 | 22:56 |
openstackrecheck | openstack/nova change: https://review.openstack.org/50493 failed tempest with an unrecognized error | 23:02 |
openstackgerrit | Joe Gordon proposed a change to openstack-infra/elastic-recheck: Add query for bug 1239856 https://review.openstack.org/51728 | 23:11 |
*** jamielennox is now known as jamielennox|away | 23:12 | |
openstackrecheck | openstack/python-ceilometerclient change: https://review.openstack.org/51584 failed tempest with an unrecognized error | 23:25 |
*** atiwari has quit IRC | 23:37 | |
openstackgerrit | Clint Byrum proposed a change to openstack/tempest: Change six to match global requirements https://review.openstack.org/51736 | 23:42 |
openstackrecheck | openstack/python-ceilometerclient change: https://review.openstack.org/51727 failed tempest with an unrecognized error | 23:43 |
*** SergeyLukjanov is now known as _SergeyLukjanov | 23:53 | |
*** _SergeyLukjanov has quit IRC | 23:53 | |
*** SergeyLukjanov has joined #openstack-qa | 23:54 | |
*** jamielennox|away is now known as jamielennox | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!