mtreinish | ranger81: all that error means is that python can't find the tempest code. What I'd recommend is with a new shell and using the default PYTHONPATH trying: 1. clone a new copy of the tempest repo from: git://git.openstack.org/openstack/tempest 2. copy your config file from the old repo into the new clone and 3. run ./run_tempest.sh from the new repo | 00:01 |
---|---|---|
mtreinish | I have a feeling your messing with a venv and PYTHONPATH manually has confused things, but without looking I can't be sure | 00:01 |
ranger81 | mtreinish: PYTHONPATH is empty in my system now | 00:01 |
*** mlavalle has quit IRC | 00:01 | |
mtreinish | oh ammend 3. to be ./run_tempest.sh -n | 00:02 |
mtreinish | ranger81: that's fine | 00:02 |
openstackgerrit | Andrew Lazarev proposed openstack/tempest: Added orchestration tests for sahara resources https://review.openstack.org/142632 | 00:03 |
ranger81 | mtreinish: thanks. Now tests are running. but they fail with InvalidConfiguration: Invalid Configuration . I will have to set correct identity uri etc. Let me do that | 00:10 |
*** dims__ has joined #openstack-qa | 00:14 | |
hogepodge | mtreinish I finally finished up a draft of that group doc generation patch for oslo. I marked it as WIP. I expect to iterate on it based on the style and needs of the oslo group. https://review.openstack.org/#/c/142935/2 | 00:15 |
mtreinish | hogepodge: awesome, I'll take a look | 00:16 |
mtreinish | just an fyi if it's WIP I doubt anyone else will look at it | 00:16 |
hogepodge | Ok, I'll remove the -1 then. | 00:16 |
hogepodge | I wondered about that. | 00:16 |
*** wuhg has joined #openstack-qa | 00:17 | |
mtreinish | hogepodge: the wip blocks the merge, most people will just use it to share prototype code instead of linking a github branch around or something else | 00:17 |
mtreinish | it basically is used to say not ready for review | 00:17 |
mtreinish | and I think most of the dashboard views ignore them | 00:18 |
mtreinish | hogepodge: heh or the more common use case is to run tests on something so you don't have to setup a local env :) | 00:19 |
hogepodge | Well, I'm still not 100% on the tool actually working. Just unit testing, no integration testing. | 00:20 |
hogepodge | yup, does not work. :-/ so WIP is the way to mark it | 00:22 |
hogepodge | I'm not a fan of how oslo-config-generator is mocking. | 00:24 |
*** Yingxin has joined #openstack-qa | 00:25 | |
*** Masahiro has joined #openstack-qa | 00:25 | |
mtreinish | hogepodge: how is it doing it? | 00:28 |
hogepodge | It's creating a bunch of mocks to test, but there's no point where it actually just pulls in a configuration namespace and generates a config from it. | 00:29 |
*** Masahiro has quit IRC | 00:29 | |
hogepodge | So I have to install some other project and run the config-generator to check integration tests | 00:30 |
hogepodge | (which I just did, and it threw the exception I was afraid it would throw) | 00:30 |
*** ranger81_ has joined #openstack-qa | 00:31 | |
*** ranger81 has quit IRC | 00:35 | |
*** dmorita has joined #openstack-qa | 00:39 | |
hogepodge | mtreinish I thought I had hacked around the problem, but turns out it's deeper that I originally thought. Option objects are returned from the list_opts, but only group names are. In order to expose group help we need the group objects, but this would require significant effort across every project that uses oslo.conf | 00:39 |
hogepodge | I thought the groups might be registered globally, but that doesn't appear to be the case. | 00:40 |
mtreinish | hogepodge: hmm, ok. Yeah every list_opts would have to be updated I guess. | 00:41 |
mtreinish | and I guess it's not working with a complete CONF just what ever it gets in the tuple from list_opts | 00:42 |
hogepodge | yeah. | 00:42 |
hogepodge | Kind of partially defeats the purpose of having a help string attached to the group. | 00:42 |
mtreinish | hogepodge: I guess you could bring it up with the oslo team, to see how they want to proceed | 00:43 |
hogepodge | I'll do that. | 00:43 |
hogepodge | Tomorrow. It's nearly beer:00, I mean 5:00 here. | 00:43 |
mtreinish | personally I would have the generator accept both a string or a OptGroup object in the tuple and go from there | 00:44 |
mtreinish | hogepodge: heh, sure. I'm already 2 beers in for today :) | 00:44 |
hogepodge | mtreinish That seems to be the right way to go. That way nothing breaks but groups can update their projects to adopt the 'new' style. | 00:44 |
mtreinish | yeah that's what I was thinking | 00:45 |
mtreinish | hogepodge: thanks for driving this | 00:45 |
hogepodge | It's a good learning experience wrt to oslo. Less so with tempest. That starts soon. | 00:45 |
hogepodge | I'm happy to do it. Feels good to be digging into core code after so much time in stackforge and operator land | 00:45 |
*** yamamoto has joined #openstack-qa | 00:49 | |
hogepodge | mtreinish it seems like something I should write up a spec for. you think so? | 00:50 |
hogepodge | thanks for all your help by the way. | 00:50 |
mtreinish | hogepodge: I would ping dhellmann about it tomorrow, see what he thinks. Every project has a different req for what needs a spec. I imagine this probably will | 00:52 |
mtreinish | hogepodge: sure, np happy to help | 00:52 |
mtreinish | since it'll require an api change for using the configurator | 00:52 |
*** dims__ has quit IRC | 00:55 | |
*** dims__ has joined #openstack-qa | 00:55 | |
*** dims__ has quit IRC | 00:59 | |
*** dims__ has joined #openstack-qa | 01:00 | |
*** Masahiro has joined #openstack-qa | 01:01 | |
*** yamamoto has quit IRC | 01:06 | |
*** tosky has quit IRC | 01:06 | |
vaidy | mtreinish, ping | 01:06 |
vaidy | mtreinish, i was trying it | 01:06 |
vaidy | mtreinish, but was unsuccessful | 01:06 |
vaidy | mtreinish, '((^tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON).(?!.\bcreate\b.*|list))' | 01:06 |
vaidy | mtreinish, i was trying to ignore create tests and run only list tests | 01:07 |
vaidy | mtreinish, testr run '((^tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON).(?!.\bcreate\b.*|list))' | 01:07 |
*** markmcclain has joined #openstack-qa | 01:08 | |
ranger81_ | mtreinish: all my tests fail - http://paste.openstack.org/show/152960/ | 01:09 |
*** suneelb has quit IRC | 01:09 | |
mtreinish | vaidy: oh, what would be easier is to just do testr run list. That will only run tests which have list in the test id everything else will be skipped | 01:11 |
mtreinish | vaidy: it just does a regex match for that string, the negative case is only needed if the you want to remove a subset from another filter | 01:12 |
vaidy | mtreinish, i feel there should be a better way to handle this.. because if we need to ignore different third party storage and networking components then my defaults tests needs to be ignored and that is going to be pain | 01:14 |
mtreinish | ranger81_: to get around that you need to set the lock_path in the DEFAULT section of you config file. | 01:16 |
vaidy | mtreinish, and also we need to have control over individual tests while we run them | 01:17 |
mtreinish | ranger81_: although arguably that's a bug in tempest that it fails like that without throwing a config error. If you want to open one here: https://bugs.launchpad.net/tempest | 01:17 |
mtreinish | vaidy: I agree the testr exclude ui leaves something to be desired, we're working on getting around it with: https://review.openstack.org/134717 and https://review.openstack.org/138785 | 01:18 |
mtreinish | but until that work is done there is a script from a triple-o project you can use to generate the regex easily | 01:19 |
mtreinish | give me a sec and I'll get you a link | 01:19 |
vaidy | mtreinish, sure | 01:19 |
mtreinish | vaidy: https://github.com/openstack/tripleo-image-elements/blob/master/elements/tempest/tests2skip.py | 01:22 |
mtreinish | vaidy: your other option is use testr run --load-list which will only run tests specified in a list file | 01:23 |
vaidy | yeah i have tried the load list but i dont want to do that because i need to get the tests on runtime | 01:23 |
vaidy | mtreinish, so will tryout the regex script from triple-o | 01:24 |
mtreinish | vaidy: for an example of how tripleo uses it in there tests see: https://github.com/openstack/tripleo-image-elements/blob/master/elements/tempest/bin/run-tempest#L122 | 01:25 |
mtreinish | since it'll just print out a giant regex to stdout | 01:25 |
vaidy | mtreinish, makes sense | 01:29 |
vaidy | mtreinish, let me try it out | 01:29 |
*** markmcclain has quit IRC | 01:34 | |
*** salv-orlando has quit IRC | 01:35 | |
openstackgerrit | Merged openstack/tempest: Change neutron client methods to return one value and update tests https://review.openstack.org/141152 | 01:37 |
*** ranger81_ has quit IRC | 01:39 | |
*** oomichi has joined #openstack-qa | 01:39 | |
*** markmcclain has joined #openstack-qa | 01:42 | |
*** amotoki has joined #openstack-qa | 01:52 | |
*** oomichi has quit IRC | 01:55 | |
*** mriedem has joined #openstack-qa | 02:02 | |
*** shashankhegde has quit IRC | 02:10 | |
*** adalbas has quit IRC | 02:14 | |
*** yamamoto_ has joined #openstack-qa | 02:17 | |
*** nosnos has joined #openstack-qa | 02:18 | |
*** Stone07 has joined #openstack-qa | 02:31 | |
*** salv-orlando has joined #openstack-qa | 02:36 | |
*** salv-orlando has quit IRC | 02:41 | |
*** rushiagr_away is now known as rushiagr | 02:49 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack-infra/devstack-gate: Run post_test_hook even when GATE_RETVAL != 0 https://review.openstack.org/142963 | 03:03 |
*** patrickeast has quit IRC | 03:08 | |
*** ranger81 has joined #openstack-qa | 03:08 | |
*** nosnos has quit IRC | 03:10 | |
*** nosnos has joined #openstack-qa | 03:11 | |
*** nosnos has quit IRC | 03:16 | |
openstackgerrit | Jamie Lennox proposed openstack-dev/devstack: Configure auth_token middleawre by auth plugin https://review.openstack.org/142967 | 03:23 |
*** ranger81 has quit IRC | 03:32 | |
vaidy | mtreinish, ping | 03:33 |
*** mriedem has quit IRC | 03:43 | |
*** ianw has quit IRC | 03:44 | |
*** ianw has joined #openstack-qa | 03:44 | |
*** melwitt has quit IRC | 03:44 | |
*** harlowja_ is now known as harlowja_away | 03:51 | |
*** dims__ has quit IRC | 04:00 | |
*** dims__ has joined #openstack-qa | 04:01 | |
*** rushiagr is now known as rushiagr_away | 04:02 | |
*** nosnos has joined #openstack-qa | 04:02 | |
*** dims__ has quit IRC | 04:05 | |
*** ranger81 has joined #openstack-qa | 04:14 | |
*** achanda has joined #openstack-qa | 04:20 | |
*** Madan has joined #openstack-qa | 04:29 | |
*** ranger81 has quit IRC | 04:29 | |
*** markmcclain has quit IRC | 04:30 | |
*** rushiagr_away is now known as rushiagr | 04:32 | |
*** liusheng has quit IRC | 04:43 | |
*** liusheng has joined #openstack-qa | 04:44 | |
*** andreaf has quit IRC | 04:44 | |
*** andreaf has joined #openstack-qa | 04:45 | |
*** achanda has quit IRC | 04:48 | |
*** chandankumar has joined #openstack-qa | 04:49 | |
*** achanda has joined #openstack-qa | 04:49 | |
openstackgerrit | xu-haiwei proposed openstack/tempest: Add test case for floating_ip response body https://review.openstack.org/142980 | 04:50 |
*** achanda has quit IRC | 04:53 | |
openstackgerrit | Jamie Lennox proposed openstack-dev/devstack: Configure auth_token middleawre by auth plugin https://review.openstack.org/142967 | 04:58 |
openstackgerrit | Jamie Lennox proposed openstack-dev/devstack: Configure auth_token middleware by auth plugin https://review.openstack.org/142967 | 04:59 |
*** chandankumar has quit IRC | 05:00 | |
*** SridharG has joined #openstack-qa | 05:06 | |
*** ranger81 has joined #openstack-qa | 05:09 | |
*** ranger81 has quit IRC | 05:09 | |
*** salv-orlando has joined #openstack-qa | 05:26 | |
*** salv-orlando has quit IRC | 05:31 | |
openstackgerrit | venkata anil proposed openstack/tempest: Avoid overlapping subnets in class NetworksTestJSON https://review.openstack.org/138273 | 05:33 |
*** anshul has joined #openstack-qa | 05:52 | |
*** naggappan has joined #openstack-qa | 05:53 | |
*** yamamoto_ has quit IRC | 06:01 | |
*** ranger81_ has joined #openstack-qa | 06:07 | |
*** dims__ has joined #openstack-qa | 06:09 | |
*** vigneshvar has joined #openstack-qa | 06:11 | |
*** shashankhegde has joined #openstack-qa | 06:11 | |
*** dims__ has quit IRC | 06:13 | |
*** pcrews has quit IRC | 06:16 | |
*** chandankumar has joined #openstack-qa | 06:23 | |
*** jamielennox is now known as jamielennox|away | 06:25 | |
*** k4n0 has joined #openstack-qa | 06:30 | |
*** SridharG has quit IRC | 06:32 | |
*** shashankhegde has quit IRC | 06:44 | |
*** pcaruana has joined #openstack-qa | 06:49 | |
openstackgerrit | Sergey Kraynev proposed openstack-dev/devstack: Adding installation Heat package after cloning https://review.openstack.org/142045 | 07:07 |
*** yamamoto_ has joined #openstack-qa | 07:08 | |
*** spw is now known as sweston | 07:21 | |
*** sweston is now known as sweston_away | 07:21 | |
naggappan | i see that to run tempest we can use "tox",nosetest, testr . Which is the better one to use and which one does the community test use . Also i want to know how to create a virtual environment and runt the test from the virtual environment | 07:26 |
naggappan | i just need to test basic_ops scenarios | 07:26 |
*** neeti has joined #openstack-qa | 07:26 | |
*** boris-42 has quit IRC | 07:33 | |
*** yfried has quit IRC | 07:37 | |
*** andreykurilin has joined #openstack-qa | 07:43 | |
*** SridharG has joined #openstack-qa | 07:50 | |
*** salv-orlando has joined #openstack-qa | 07:58 | |
*** grafuls|gone is now known as grafuls | 07:59 | |
*** salv-orlando has quit IRC | 08:03 | |
*** ranger81_ has quit IRC | 08:04 | |
*** ranger81 has joined #openstack-qa | 08:05 | |
*** andreykurilin has quit IRC | 08:08 | |
*** ranger81 has quit IRC | 08:09 | |
*** yamamoto_ has quit IRC | 08:10 | |
*** nosnos has quit IRC | 08:16 | |
*** nosnos has joined #openstack-qa | 08:17 | |
*** nosnos has quit IRC | 08:22 | |
*** e0ne has joined #openstack-qa | 08:25 | |
*** madhuri has joined #openstack-qa | 08:28 | |
*** madhuri has quit IRC | 08:29 | |
*** Longgeek has joined #openstack-qa | 08:31 | |
openstackgerrit | Sridhar Gaddam proposed openstack/tempest: Fix dhcpv6-stateful tempest test to validate only valid use-case https://review.openstack.org/143014 | 08:31 |
*** salv-orlando has joined #openstack-qa | 08:35 | |
*** yamamoto_ has joined #openstack-qa | 08:37 | |
*** e0ne has quit IRC | 08:38 | |
*** SridharG has quit IRC | 08:38 | |
*** jlanoux has joined #openstack-qa | 08:41 | |
chandankumar | gmann: Hello | 08:44 |
chandankumar | gmann: i am trying to reporduce the issue https://bugs.launchpad.net/tempest/+bug/1334297 on devstack | 08:45 |
*** yamamoto_ has quit IRC | 08:46 | |
chandankumar | by running the tests tempest.api.compute.server.test_server_group | 08:46 |
chandankumar | but not able to reproduce the issue | 08:47 |
chandankumar | gmann: as per the bug delete call for os-server-group is not giving expected http response | 08:48 |
chandankumar | i have checked the rest client code, | 08:48 |
chandankumar | but not able to figure out what is the issue | 08:48 |
chandankumar | please help me on this, | 08:48 |
*** yamamoto_ has joined #openstack-qa | 08:50 | |
*** dbel_ has quit IRC | 08:54 | |
gmann | chandankumar: let me check | 08:55 |
*** mcornea has joined #openstack-qa | 08:56 | |
*** gfidente has joined #openstack-qa | 08:57 | |
*** mpaolino has joined #openstack-qa | 08:58 | |
gmann | chandankumar, yes, that bug occurred due to some other bug in tempest, where delete server group call was not correct | 08:59 |
*** jpich has joined #openstack-qa | 09:00 | |
gmann | chandankumar, https://review.openstack.org/#/c/102333/ | 09:04 |
chandankumar | gmann: but the link which is linked to it https://bugs.launchpad.net/tempest/+bug/1333965 is fixed | 09:04 |
chandankumar | s/link/bug | 09:05 |
*** ranger81 has joined #openstack-qa | 09:06 | |
gmann | chandankumar, when server group delete was called with bad request (passing body instead of id), 200 status code comes in tempest rest client | 09:06 |
*** armax has quit IRC | 09:07 | |
gmann | chandankumar, so if you want to reproduce this issue you can pass body in delete server group call | 09:07 |
gmann | chandankumar, cyeoh has written a very good analysis there, please refer that | 09:08 |
*** yamamoto_ has quit IRC | 09:08 | |
chandankumar | gmann: got that | 09:08 |
chandankumar | gmann: let me reproduce that and send a fix for that :) | 09:08 |
chandankumar | gmann: Thanks :) | 09:08 |
gmann | chandankumar, cool :) | 09:08 |
*** yamamoto has joined #openstack-qa | 09:09 | |
*** yamamoto has quit IRC | 09:10 | |
openstackgerrit | Abhishek G M proposed openstack/tempest: Router test enhancements https://review.openstack.org/139571 | 09:12 |
*** yamamoto has joined #openstack-qa | 09:15 | |
*** jordanP has joined #openstack-qa | 09:17 | |
*** dmorita has quit IRC | 09:17 | |
openstackgerrit | yalei wang proposed openstack-dev/devstack: recheck LIBS_FROM_GIT when RECLONE=yes https://review.openstack.org/143020 | 09:21 |
openstackgerrit | yalei wang proposed openstack-dev/devstack: recheck LIBS_FROM_GIT when RECLONE=yes https://review.openstack.org/143020 | 09:24 |
*** yamamoto has quit IRC | 09:25 | |
openstackgerrit | yalei wang proposed openstack-dev/devstack: recheck LIBS_FROM_GIT when RECLONE=yes https://review.openstack.org/143020 | 09:26 |
naggappan | hi has any one ran tempest for opensuse. when i try to install test-requirements.txt and requirements.txt it throughs me gcc compilation error | 09:26 |
*** rdekel has joined #openstack-qa | 09:29 | |
*** david-ly_ has quit IRC | 09:32 | |
*** aix has joined #openstack-qa | 09:33 | |
*** rdekel has quit IRC | 09:33 | |
*** david-lyle has joined #openstack-qa | 09:33 | |
openstackgerrit | Peter Penchev proposed openstack-dev/devstack: Actually run all the Cinder cert tests. https://review.openstack.org/143022 | 09:35 |
*** e0ne has joined #openstack-qa | 09:35 | |
*** david-lyle has quit IRC | 09:38 | |
*** zz_johnthetubagu is now known as johnthetubaguy | 09:39 | |
*** dimtruck is now known as zz_dimtruck | 09:42 | |
*** dims__ has joined #openstack-qa | 09:46 | |
*** dims__ has quit IRC | 09:50 | |
*** andreaf has quit IRC | 10:05 | |
*** andreaf has joined #openstack-qa | 10:05 | |
*** ranger81 has quit IRC | 10:05 | |
*** neeti has quit IRC | 10:11 | |
*** neeti has joined #openstack-qa | 10:14 | |
*** subscope has joined #openstack-qa | 10:14 | |
*** tochi has quit IRC | 10:16 | |
*** Longgeek has quit IRC | 10:23 | |
*** Longgeek has joined #openstack-qa | 10:23 | |
*** yamamoto has joined #openstack-qa | 10:25 | |
*** yamamoto has quit IRC | 10:31 | |
kashyap | On a fresh setup, is there a way I can ask DevStack to setup everything only via pip (and not use any packaging system?) | 10:48 |
* kashyap reads the local.conf file, etc meanwhile | 10:48 | |
*** Masahiro has quit IRC | 10:59 | |
*** aix has quit IRC | 11:00 | |
*** vigneshvar has quit IRC | 11:10 | |
*** vigneshvar has joined #openstack-qa | 11:12 | |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Add IdentityV3Client for cleanup https://review.openstack.org/142387 | 11:14 |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Add VolumeClient for cleanup https://review.openstack.org/142385 | 11:14 |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Add ObjectStorageClient for cleanup https://review.openstack.org/142384 | 11:14 |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Add ComputeClient for cleanup https://review.openstack.org/141308 | 11:14 |
*** aix has joined #openstack-qa | 11:21 | |
*** aysyd has joined #openstack-qa | 11:23 | |
*** mpaolino has quit IRC | 11:29 | |
*** adalbas has joined #openstack-qa | 11:34 | |
*** dims__ has joined #openstack-qa | 11:37 | |
*** yamamoto has joined #openstack-qa | 11:42 | |
*** e0ne is now known as e0ne_ | 11:42 | |
*** e0ne_ is now known as e0ne | 11:46 | |
*** gszasz has joined #openstack-qa | 11:46 | |
*** yamamoto has quit IRC | 11:47 | |
openstackgerrit | Joe Hakim Rahme proposed openstack/tempest: Improves documentation formatting of cleanup.py https://review.openstack.org/143057 | 11:56 |
*** Masahiro has joined #openstack-qa | 11:59 | |
*** mwagner_lap has quit IRC | 12:04 | |
*** Masahiro has quit IRC | 12:04 | |
*** dims__ has quit IRC | 12:05 | |
*** andreaf has quit IRC | 12:06 | |
*** andreaf has joined #openstack-qa | 12:08 | |
*** jhenner has joined #openstack-qa | 12:09 | |
*** dims__ has joined #openstack-qa | 12:10 | |
openstackgerrit | sarad patel proposed openstack-dev/devstack: Fix typo errors in devstack documentation https://review.openstack.org/143065 | 12:11 |
*** Madan has quit IRC | 12:13 | |
*** subscope has quit IRC | 12:21 | |
*** jaypipes has quit IRC | 12:22 | |
*** k4n0 has quit IRC | 12:23 | |
*** vigneshvar has quit IRC | 12:23 | |
*** Stone07 has quit IRC | 12:23 | |
*** e0ne is now known as e0ne_ | 12:27 | |
*** vigneshvar has joined #openstack-qa | 12:28 | |
*** andreaf has quit IRC | 12:28 | |
*** tkammer has joined #openstack-qa | 12:33 | |
*** jordanP has quit IRC | 12:35 | |
*** jordanP has joined #openstack-qa | 12:35 | |
*** e0ne_ has quit IRC | 12:37 | |
openstackgerrit | Rajkumar proposed openstack/tempest: Test port update with new security group https://review.openstack.org/142414 | 12:44 |
*** tteggel_ has quit IRC | 12:45 | |
*** aysyd has quit IRC | 12:46 | |
*** tteggel has joined #openstack-qa | 12:47 | |
*** aysyd has joined #openstack-qa | 12:47 | |
*** neeti has quit IRC | 12:48 | |
*** cdent has joined #openstack-qa | 12:55 | |
openstackgerrit | Merged openstack/tempest: Add IdentityV3Client for cleanup https://review.openstack.org/142387 | 12:59 |
*** Masahiro has joined #openstack-qa | 13:01 | |
*** mpaolino has joined #openstack-qa | 13:02 | |
*** Masahiro has quit IRC | 13:06 | |
openstackgerrit | Sean Dague proposed openstack-dev/devstack: Implement devstack external plugins https://review.openstack.org/142805 | 13:09 |
openstackgerrit | Sean Dague proposed openstack-dev/devstack: WIP: attempt to test plugin interface https://review.openstack.org/142815 | 13:09 |
*** Ananci has joined #openstack-qa | 13:12 | |
*** safchain has joined #openstack-qa | 13:13 | |
*** e0ne has joined #openstack-qa | 13:21 | |
*** salv-orlando has quit IRC | 13:28 | |
openstackgerrit | Joseph Lanoux proposed openstack/tempest: Change volume client methods to return one value https://review.openstack.org/142809 | 13:34 |
*** vigneshvar has quit IRC | 13:34 | |
openstackgerrit | Donagh McCabe proposed openstack-dev/devstack: Allow swift keystoneauth reseller_prefix in sample file https://review.openstack.org/143085 | 13:35 |
*** boris-42 has joined #openstack-qa | 13:38 | |
*** yamamoto has joined #openstack-qa | 13:44 | |
*** SridharG has joined #openstack-qa | 13:45 | |
*** dkranz has joined #openstack-qa | 13:49 | |
*** yamamoto has quit IRC | 13:49 | |
cdent | sdague++ | 13:49 |
*** gszasz has quit IRC | 13:51 | |
openstackgerrit | Donald Stufft proposed openstack-dev/devstack: WIP - DO NOT MERGE - Test pre-release pip https://review.openstack.org/143094 | 13:56 |
*** fandi has joined #openstack-qa | 13:59 | |
kashyap | cdent, Hey, if you have a minute - | 14:02 |
cdent | I probably do, what's up kashyap ? | 14:02 |
kashyap | cdent, By any chance do you if it's possible to setup everything in DevStack (a minimal setup) with just pip and no package manager involved? | 14:03 |
kashyap | I doubt that - since I was told there's possible some non-python RPMs (at-least on Fedora) are needed - so it can't possibly be done via just 'pip' | 14:03 |
cdent | I don't _think_ so, but I'm not certain. | 14:03 |
kashyap | Right, thanks for the response | 14:04 |
cdent | It certainly does use either apt or yum a great deal | 14:05 |
cdent | to get databases, apache, etc | 14:05 |
cdent | If you already have all that stuff I suppose there would be a way to just skip that part | 14:05 |
cdent | but all its binary dependencies are checked via package handling | 14:06 |
cdent | What are you hoping to do kashyap ? | 14:06 |
* kashyap reading the scroll now. | 14:06 | |
*** achanda has joined #openstack-qa | 14:06 | |
kashyap | cdent, Yeah, yeah, it does. I use DevStack exclusively in my testing | 14:06 |
kashyap | e.g. | 14:07 |
kashyap | For a minimal Fedora 21, *without* setting up DevStack, total number of RPMS: | 14:07 |
kashyap | 286 | 14:07 |
kashyap | *After* setting up DevStack, the number goes to: 675 (!) | 14:07 |
kashyap | cdent, My goal is to create as minimal a footprint disk image *with* DevStack :-) | 14:08 |
kashyap | cdent, If you're interested, I can let you know what I end up with. | 14:08 |
* kashyap goes out for a walk - fresh air time | 14:08 | |
cdent | Yeah, please do, I'm curious. | 14:08 |
cdent | devstack definitely errs on the side of fecundity | 14:09 |
*** dims__ has quit IRC | 14:12 | |
*** dims__ has joined #openstack-qa | 14:12 | |
*** dims__ has quit IRC | 14:16 | |
*** mpaolino has quit IRC | 14:17 | |
*** enikanorov has joined #openstack-qa | 14:17 | |
*** chandankumar has quit IRC | 14:25 | |
*** andreaf has joined #openstack-qa | 14:25 | |
*** salv-orlando has joined #openstack-qa | 14:29 | |
openstackgerrit | Sergey Shnaidman proposed openstack/tempest: Support for IPv6 for API (part 2) https://review.openstack.org/137239 | 14:29 |
*** mpaolino has joined #openstack-qa | 14:30 | |
sergsh | afazekas_pto, mtreinish, take a look at short test, please, in your time: https://review.openstack.org/#/c/136316/ | 14:32 |
sergsh | dkranz, andreaf, can you please re-review the fixed blueprint? https://review.openstack.org/#/c/135896/ | 14:34 |
*** salv-orlando has quit IRC | 14:34 | |
*** anshul has quit IRC | 14:36 | |
dkranz | sergsh: Yes | 14:36 |
*** jaypipes has joined #openstack-qa | 14:37 | |
*** ChanServ sets mode: +o jaypipes | 14:37 | |
*** rushiagr is now known as rushiagr_away | 14:38 | |
*** jaypipes is now known as leakypipes | 14:41 | |
*** achanda has quit IRC | 14:41 | |
*** sergsh is now known as sergsh_away | 14:45 | |
*** kirshil has quit IRC | 14:46 | |
*** mpaolino has quit IRC | 14:46 | |
*** dansmith is now known as superdan | 14:50 | |
*** Masahiro has joined #openstack-qa | 14:50 | |
*** Masahiro has quit IRC | 14:55 | |
openstackgerrit | Merged openstack-infra/devstack-gate: Add manila and python-manilaclient to the projects list https://review.openstack.org/134135 | 14:57 |
jlanoux | Hi. I'm seeing the deployment of Devstack failing with: Endpoint type data_processing is available, service sahara should be set as available in the config file. | 15:00 |
jlanoux | Same error message with Trove and Heat. | 15:01 |
jlanoux | Anyobdy else seeing that? | 15:01 |
mtreinish | jlanoux: do you have a paste of the traceback? it sounds to me like the verify_tempest_config call in devstack's lib/tempest is failing | 15:02 |
mtreinish | jlanoux: there should be a tempest.log saved where you ran stack.sh from if that's the case | 15:02 |
*** rbak has joined #openstack-qa | 15:02 | |
jlanoux | mtreinish: http://logs.openstack.org/09/142809/2/check/check-tempest-dsvm-full/4fb2fce/logs/devstacklog.txt.gz | 15:03 |
jlanoux | mtreinish: at the end | 15:03 |
mtreinish | jlanoux: yep, it's because you're changing the volume extension client without updating the verify_tempest_config script. You need to update here too in your patch: http://git.openstack.org/cgit/openstack/tempest/tree/tempest/cmd/verify_tempest_config.py#n163 | 15:05 |
mtreinish | jlanoux: also if you get a sec it's probably worth adding on to devstack-gate to capture the tempest log file from the devstack dir and copy it over as well | 15:06 |
jlanoux | mtreinish: oh ok - thank you very much! | 15:06 |
mtreinish | because I just figured that out by reading your patch, not from the logs... | 15:07 |
jlanoux | mtreinish: ok | 15:07 |
*** SridharG has quit IRC | 15:09 | |
*** e0ne is now known as e0ne_ | 15:13 | |
*** e0ne_ is now known as e0ne | 15:14 | |
*** esmute has quit IRC | 15:14 | |
*** rushiagr_away is now known as rushiagr | 15:16 | |
openstackgerrit | Claudiu Belu proposed openstack/tempest: Enhanced connectivity check using multiple protocols https://review.openstack.org/117520 | 15:16 |
openstackgerrit | Joseph Lanoux proposed openstack/tempest: Change volume client methods to return one value https://review.openstack.org/142809 | 15:18 |
*** esmute has joined #openstack-qa | 15:18 | |
*** yamamoto has joined #openstack-qa | 15:25 | |
openstackgerrit | Claudiu Belu proposed openstack/tempest: Adds Telemetry compute metrics collection scenario https://review.openstack.org/140750 | 15:32 |
*** naggappan has quit IRC | 15:33 | |
openstackgerrit | Przemyslaw Czesnowicz proposed openstack-dev/devstack: Fix add default images to IMAGE_URLS https://review.openstack.org/143113 | 15:35 |
*** achanda has joined #openstack-qa | 15:35 | |
openstackgerrit | Joseph Lanoux proposed openstack/tempest: Change volume client methods to return one value https://review.openstack.org/142809 | 15:42 |
*** yamamoto has quit IRC | 15:48 | |
openstackgerrit | Joseph Lanoux proposed openstack/tempest: Change volume client methods to return one value https://review.openstack.org/142809 | 15:52 |
*** eezhova has quit IRC | 15:54 | |
*** enikanorov_ has quit IRC | 15:54 | |
*** zz_dimtruck is now known as dimtruck | 15:55 | |
*** ilyashakhat has quit IRC | 15:55 | |
*** eezhova has joined #openstack-qa | 15:58 | |
*** sabeen has joined #openstack-qa | 15:58 | |
*** pcaruana has quit IRC | 15:59 | |
*** atiwari has joined #openstack-qa | 16:01 | |
*** ilyashakhat has joined #openstack-qa | 16:01 | |
*** enikanorov_ has joined #openstack-qa | 16:01 | |
mtreinish | vaidy: pong | 16:06 |
*** mcornea has quit IRC | 16:08 | |
*** chandankumar has joined #openstack-qa | 16:15 | |
*** pcrews has joined #openstack-qa | 16:15 | |
*** tkammer has quit IRC | 16:17 | |
*** chandankumar has quit IRC | 16:22 | |
*** dims__ has joined #openstack-qa | 16:24 | |
*** dims__ has quit IRC | 16:24 | |
*** dims__ has joined #openstack-qa | 16:24 | |
openstackgerrit | Joseph Lanoux proposed openstack/tempest: Change volume client methods to return one value https://review.openstack.org/142809 | 16:25 |
*** adalbas has quit IRC | 16:26 | |
*** bnemec is now known as beekneemech | 16:31 | |
*** grafuls is now known as grafuls|gone | 16:31 | |
*** boris-42 has quit IRC | 16:33 | |
*** chandankumar has joined #openstack-qa | 16:36 | |
*** safchain has quit IRC | 16:36 | |
*** salv-orlando has joined #openstack-qa | 16:36 | |
*** grafuls|gone has quit IRC | 16:37 | |
*** Masahiro has joined #openstack-qa | 16:39 | |
*** Masahiro has quit IRC | 16:43 | |
*** SridharG has joined #openstack-qa | 16:46 | |
*** SridharG has left #openstack-qa | 16:46 | |
*** yamamoto has joined #openstack-qa | 16:48 | |
*** yamamoto has quit IRC | 16:53 | |
*** dims__ is now known as dimsum__ | 16:56 | |
*** Ananci has quit IRC | 16:56 | |
*** e0ne is now known as e0ne_ | 16:58 | |
*** e0ne_ is now known as e0ne | 16:59 | |
*** jlanoux has quit IRC | 17:00 | |
*** e0ne has quit IRC | 17:01 | |
openstackgerrit | Emily Hugenbruch proposed openstack/tempest: Split resource_setup for security-group tests https://review.openstack.org/142909 | 17:03 |
openstackgerrit | Emily Hugenbruch proposed openstack/tempest: Update compute base test to split up resource_setup https://review.openstack.org/141424 | 17:03 |
*** achanda has quit IRC | 17:04 | |
*** adalbas has joined #openstack-qa | 17:05 | |
*** achanda has joined #openstack-qa | 17:07 | |
*** shashankhegde has joined #openstack-qa | 17:08 | |
*** sweston_away is now known as spw | 17:17 | |
*** jordanP has quit IRC | 17:18 | |
*** jpich has quit IRC | 17:21 | |
*** Sukhdev has joined #openstack-qa | 17:24 | |
openstackgerrit | Matthew Treinish proposed openstack-infra/devstack-gate: Copy tempest.log from verify-tempest-config https://review.openstack.org/143142 | 17:25 |
mtreinish | jlanoux: ^^^ | 17:26 |
*** achanda has quit IRC | 17:28 | |
*** achanda has joined #openstack-qa | 17:28 | |
*** aix has quit IRC | 17:30 | |
*** achanda has quit IRC | 17:33 | |
*** melwitt has joined #openstack-qa | 17:35 | |
*** atiwari has quit IRC | 17:37 | |
*** suneelb has joined #openstack-qa | 17:39 | |
*** achanda has joined #openstack-qa | 17:40 | |
*** armax has joined #openstack-qa | 17:45 | |
*** mwagner_lap has joined #openstack-qa | 17:50 | |
*** salv-orlando has quit IRC | 17:50 | |
*** mlavalle has joined #openstack-qa | 17:51 | |
*** melwitt has quit IRC | 17:51 | |
*** melwitt has joined #openstack-qa | 17:52 | |
*** anshul has joined #openstack-qa | 17:55 | |
*** johnthetubaguy is now known as zz_johnthetubagu | 18:00 | |
openstackgerrit | Merged openstack/tempest: Reorder setup and cleanup functions for readability https://review.openstack.org/142584 | 18:04 |
*** harlowja_away is now known as harlowja_ | 18:05 | |
*** gfidente has quit IRC | 18:06 | |
*** Ananci has joined #openstack-qa | 18:07 | |
*** luqas has quit IRC | 18:09 | |
*** dmellado has joined #openstack-qa | 18:10 | |
*** cdent has quit IRC | 18:17 | |
*** markmcclain has joined #openstack-qa | 18:22 | |
*** Masahiro has joined #openstack-qa | 18:27 | |
*** Masahiro has quit IRC | 18:32 | |
*** melwitt has quit IRC | 18:37 | |
*** melwitt has joined #openstack-qa | 18:37 | |
*** e0ne has joined #openstack-qa | 18:41 | |
*** ranger81 has joined #openstack-qa | 18:43 | |
*** salv-orl_ has joined #openstack-qa | 18:44 | |
*** toure_ has joined #openstack-qa | 18:45 | |
*** salv-orl_ has quit IRC | 18:47 | |
*** salv-orlando has joined #openstack-qa | 18:48 | |
*** salv-orlando has quit IRC | 18:50 | |
*** salv-orlando has joined #openstack-qa | 18:51 | |
*** patrickeast has joined #openstack-qa | 18:55 | |
*** toure_ has quit IRC | 18:55 | |
openstackgerrit | Kyle Mestery proposed openstack-dev/devstack: Update the default ODL to Helium SR1.1 https://review.openstack.org/143155 | 18:56 |
ranger81 | All my tempest tests fail with error - AttributeError: 'NoneType' object has no attribute 'endswith' | 18:57 |
ranger81 | can anyone help with my problem? | 19:00 |
*** openstack has joined #openstack-qa | 19:09 | |
*** dougwig has joined #openstack-qa | 19:09 | |
*** openstackstatus has joined #openstack-qa | 19:10 | |
*** ChanServ sets mode: +v openstackstatus | 19:10 | |
*** Sukhdev_ has joined #openstack-qa | 19:20 | |
*** Sukhdev has quit IRC | 19:21 | |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Add support for roles to credentials providers https://review.openstack.org/143159 | 19:25 |
mtreinish | andreaf: ^^^ I got a little bored so I started to doodle on that | 19:25 |
openstackgerrit | Emily Hugenbruch proposed openstack/tempest: Update compute base test to split up resource_setup https://review.openstack.org/141424 | 19:27 |
openstackgerrit | Emily Hugenbruch proposed openstack/tempest: Split resource_setup for limit tests https://review.openstack.org/143160 | 19:27 |
*** e0ne has quit IRC | 19:27 | |
rushiagr | can somebody make me happy for this weekend by reviewing this? https://review.openstack.org/#/c/142732/ is a small dozen-line patch.. just cleans up some tests which are causing failures on my nova patches... | 19:28 |
rushiagr | thanks :) | 19:29 |
openstackgerrit | Davanum Srinivas (dims) proposed openstack-infra/devstack-gate: WIP: Just checking if any jobs fail with ImportError in zuul_swift_upload.py https://review.openstack.org/143161 | 19:29 |
openstackgerrit | Davanum Srinivas (dims) proposed openstack-infra/devstack-gate: WIP: Just checking if any jobs fail with ImportError in zuul_swift_upload.py https://review.openstack.org/143161 | 19:30 |
*** ranger81 has quit IRC | 19:33 | |
*** melwitt1 has quit IRC | 19:35 | |
*** ranger81 has joined #openstack-qa | 19:36 | |
*** melwitt has joined #openstack-qa | 19:36 | |
*** melwitt has joined #openstack-qa | 19:37 | |
*** melwitt has quit IRC | 19:38 | |
*** melwitt has joined #openstack-qa | 19:39 | |
*** achanda has quit IRC | 19:40 | |
*** chandankumar has quit IRC | 19:43 | |
*** yamamoto has joined #openstack-qa | 19:51 | |
ranger81 | mtreinish: Can you look into my problem with tempest? | 19:53 |
*** rushiagr is now known as rushiagr_away | 19:55 | |
*** yamamoto has quit IRC | 19:56 | |
*** tkammer has quit IRC | 20:05 | |
*** ranger81_ has joined #openstack-qa | 20:05 | |
*** ranger81 has quit IRC | 20:08 | |
openstackgerrit | Merged openstack-dev/devstack: Comment option to enable Setuptools warnings https://review.openstack.org/142855 | 20:10 |
*** Masahiro has joined #openstack-qa | 20:16 | |
*** e0ne has joined #openstack-qa | 20:20 | |
*** Longgeek has quit IRC | 20:20 | |
*** Masahiro has quit IRC | 20:20 | |
*** Longgeek has joined #openstack-qa | 20:22 | |
*** Longgeek has quit IRC | 20:27 | |
*** suneelb1 has quit IRC | 20:33 | |
*** e0ne has quit IRC | 20:34 | |
*** salv-orlando has quit IRC | 20:36 | |
*** melwitt has quit IRC | 20:43 | |
*** hemnafk is now known as hemna | 20:50 | |
*** andreykurilin_ has joined #openstack-qa | 20:53 | |
*** andreykurilin_ has quit IRC | 21:02 | |
*** andreykurilin_ has joined #openstack-qa | 21:02 | |
*** salv-orlando has joined #openstack-qa | 21:03 | |
*** aysyd has quit IRC | 21:10 | |
mtreinish | ranger81_: what problem with tempest | 21:14 |
*** sabeen1 has joined #openstack-qa | 21:18 | |
*** sabeen has quit IRC | 21:18 | |
*** Sukhdev_ has quit IRC | 21:19 | |
*** ranger81_ has quit IRC | 21:23 | |
*** ranger81_ has joined #openstack-qa | 21:35 | |
*** ranger8__ has joined #openstack-qa | 21:36 | |
*** ranger81_ has quit IRC | 21:36 | |
*** ranger81 has joined #openstack-qa | 21:38 | |
*** ranger81_ has joined #openstack-qa | 21:39 | |
*** ranger___ has joined #openstack-qa | 21:40 | |
*** ranger8__ has quit IRC | 21:41 | |
*** ranger___ has quit IRC | 21:42 | |
*** ranger8__ has joined #openstack-qa | 21:42 | |
*** ranger81_ has quit IRC | 21:42 | |
*** ranger81 has quit IRC | 21:43 | |
*** ranger81 has joined #openstack-qa | 21:43 | |
*** dkranz has quit IRC | 21:46 | |
*** ranger8__ has quit IRC | 21:46 | |
*** ranger81 has quit IRC | 21:47 | |
*** ranger81 has joined #openstack-qa | 21:49 | |
*** ranger81_ has joined #openstack-qa | 21:51 | |
*** ranger8__ has joined #openstack-qa | 21:52 | |
*** ranger81 has quit IRC | 21:54 | |
*** ranger81_ has quit IRC | 21:54 | |
*** ranger8__ has quit IRC | 21:54 | |
*** ranger81_ has joined #openstack-qa | 21:55 | |
*** ranger81_ has quit IRC | 21:56 | |
*** Ananci has quit IRC | 21:57 | |
*** ranger81 has joined #openstack-qa | 21:57 | |
*** ranger81 has quit IRC | 21:57 | |
*** ranger81 has joined #openstack-qa | 21:58 | |
*** ranger81 has quit IRC | 22:02 | |
*** Masahiro has joined #openstack-qa | 22:05 | |
*** ranger81 has joined #openstack-qa | 22:07 | |
*** Masahiro has quit IRC | 22:09 | |
*** shashankhegde has quit IRC | 22:11 | |
ranger81 | mtreinish: I get the error - http://paste.openstack.org/show/153292/ | 22:12 |
*** ajo_ has quit IRC | 22:13 | |
mtreinish | ranger81: that means you didn't specify any credentials (or invalid/incomplete set of creds) in the configuration file | 22:15 |
*** sabeen1 has quit IRC | 22:18 | |
*** dimsum__ has quit IRC | 22:23 | |
*** andreykurilin_ has quit IRC | 22:29 | |
*** btully has quit IRC | 22:43 | |
*** shashankhegde has joined #openstack-qa | 22:44 | |
*** yamamoto has joined #openstack-qa | 22:53 | |
ranger81 | mtreinish: my conf file is here - http://paste.openstack.org/show/153307/ can you please take a quick look | 22:55 |
*** yamamoto has quit IRC | 22:58 | |
*** jordanP has joined #openstack-qa | 22:59 | |
*** jordanP has quit IRC | 22:59 | |
mtreinish | ranger81: so your missing the tenant name for the regular user | 23:03 |
mtreinish | ranger81: also if your using admin you should enable tenant_isolation in the auth section | 23:04 |
ranger81 | mtreninish; Just fyi, I am running tempest in my dev machine and openstack is running in different host. I hope this setup should work. Please confirm | 23:05 |
mtreinish | ranger81: yeah thats fine. Tempest is designed to support that use case | 23:06 |
andreaf | mtreinish: cool :) | 23:06 |
ranger81 | mtreninish: under which section tenant name for regular use is given | 23:07 |
mtreinish | ranger81: identity, and the field is tenant_name | 23:08 |
*** ajo has joined #openstack-qa | 23:10 | |
ranger81 | mtreinish: I gave tenant_name = admin because that is the project I am working on , but still it fails | 23:10 |
mtreinish | ranger81: and password too | 23:10 |
ranger81 | mtreinish: did not help | 23:12 |
ranger81 | mtreinish: It will be good to have a sample conf file with all values conifgured somewhere | 23:13 |
mtreinish | ranger81: you can't because they're deployment specific | 23:14 |
mtreinish | the sample config outlines all the options | 23:14 |
mtreinish | let me pull a devstack example for you so you can see what's in a working config | 23:14 |
mtreinish | ranger81: http://logs.openstack.org/59/143159/1/check/check-tempest-dsvm-full/279d217/logs/tempest_conf.txt.gz | 23:15 |
ranger81 | mtreinish: http://paste.openstack.org/show/153319/ what else could I be missing | 23:15 |
ranger81 | I am using port 35357 in uri | 23:16 |
ranger81 | whereas your link has 5000 uri = http://127.0.0.1:5000/v2.0/ | 23:16 |
mtreinish | ranger81: it depends on the port your keystone is running on | 23:17 |
ranger81 | mtreinish: admin is 35357..so it should be fine | 23:19 |
*** Longgeek has joined #openstack-qa | 23:23 | |
*** Longgeek has quit IRC | 23:23 | |
mtreinish | ranger81: are you still getting the same traceback as before? | 23:24 |
*** ranger81_ has joined #openstack-qa | 23:24 | |
mtreinish | the invalid configuration raised on L564 of auth.py? | 23:24 |
*** ranger81 has quit IRC | 23:24 | |
ranger81_ | mtreinish: yes | 23:25 |
*** ranger81_ has left #openstack-qa | 23:26 | |
*** ranger81_ has joined #openstack-qa | 23:26 | |
mtreinish | ranger81_: that only appears if you have a required credential field not set | 23:27 |
mtreinish | ranger81_: look at the auth section in the link I pasted above and see if you're missing any credential fields | 23:27 |
ranger81_ | mtreinish: ok | 23:28 |
mtreinish | sorry the identity section | 23:28 |
*** salv-orlando has quit IRC | 23:29 | |
*** salv-orlando has joined #openstack-qa | 23:31 | |
*** fandi has quit IRC | 23:32 | |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Add support for roles to credentials providers https://review.openstack.org/143159 | 23:39 |
ranger81_ | mtreinish: after setting isolation, test started running. Now they fail with different error - | 23:39 |
ranger81_ | File "/home/arun/tempest1/tempest/tempest/common/rest_client.py", line 503, in _error_checker | 23:39 |
ranger81_ | raise exceptions.Conflict(resp_body) | 23:39 |
ranger81_ | Conflict: An object with that identifier already exists | 23:39 |
ranger81_ | Details: {u'message': u'Conflict occurred attempting to store role - Duplicate Entry', u'code': 409, u'title': u'Conflict'} | 23:39 |
mtreinish | ranger81_: which test? | 23:39 |
*** ajo has quit IRC | 23:40 | |
ranger81_ | I ran "testr run --parallel" | 23:40 |
ranger81_ | even if I run single test, it fails with same error | 23:40 |
ranger81_ | Conflict: An object with that identifier already exists | 23:40 |
*** dimsum__ has joined #openstack-qa | 23:41 | |
mtreinish | ranger81_: I can't help you debug that if I don't know what is making the api call that recieved a 409 response | 23:42 |
mtreinish | ranger81_: can you check the tempest.log file | 23:42 |
ranger81_ | mtreinish: where does it log | 23:42 |
mtreinish | ranger81_: it's specified in the config file with the log_file option | 23:44 |
mtreinish | if you didn't specify one I think it doesn't log correctly | 23:44 |
ranger81_ | let me specify | 23:45 |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Improve error message on exception raised by get_default https://review.openstack.org/143219 | 23:49 |
*** Masahiro has joined #openstack-qa | 23:54 | |
*** Masahiro has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!