*** bknudson has joined #openstack-qa | 00:01 | |
*** tonyb has joined #openstack-qa | 00:01 | |
*** rbak has quit IRC | 00:04 | |
*** tosky has quit IRC | 00:06 | |
*** marun has quit IRC | 00:07 | |
*** Masahiro has joined #openstack-qa | 00:10 | |
openstackgerrit | Merged openstack/tempest-lib: Switch to elapsed time in subunit-trace summary https://review.openstack.org/129418 | 00:11 |
---|---|---|
*** shashankhegde has quit IRC | 00:14 | |
*** Masahiro has quit IRC | 00:14 | |
*** heyongli has joined #openstack-qa | 00:15 | |
*** shashankhegde has joined #openstack-qa | 00:17 | |
*** dimtruck is now known as zz_dimtruck | 00:17 | |
openstackgerrit | Tony Breeds proposed openstack-dev/devstack: Create service definition for nova-serialproxy https://review.openstack.org/138956 | 00:17 |
*** openstackgerrit has quit IRC | 00:18 | |
anteaya | heyongli: so did you get enough information from sdague and jogo to move onto your next step with where your tests should go? | 00:19 |
*** openstackgerrit has joined #openstack-qa | 00:19 | |
openstackgerrit | Tony Breeds proposed openstack-dev/devstack: Create service definition for nova-serialproxy https://review.openstack.org/138956 | 00:19 |
heyongli | anteaya, not yet, still need more discuss and find a better way to do the testing. | 00:19 |
anteaya | okay | 00:21 |
*** andreykurilin_ has quit IRC | 00:21 | |
*** sabeen1 has quit IRC | 00:21 | |
heyongli | sdague, concern the encoded information about pci in the temptest is unproperly, it probably indicate the testing of pci is not only a API testing. it's a 'functional" test use existing API. the scenerio, might be a choice? | 00:23 |
openstackgerrit | Ghanshyam Mann proposed openstack-infra/devstack-gate: Add conf to replace nova V2 endpoint with V2.1 API https://review.openstack.org/138949 | 00:24 |
gmann | sdague: oomichi: Thanks. update the d-g patch. https://review.openstack.org/#/c/138949/ | 00:26 |
*** marun has joined #openstack-qa | 00:28 | |
oomichi | gmann: lgtm, thanks! | 00:28 |
*** mlavalle has quit IRC | 00:35 | |
*** mlavalle has joined #openstack-qa | 00:35 | |
*** dmorita has joined #openstack-qa | 00:36 | |
openstackgerrit | Sean Dague proposed openstack-dev/devstack: WIP: try running with -o nounset https://review.openstack.org/139287 | 00:38 |
openstackgerrit | Merged openstack-dev/devstack: Rework the old logo https://review.openstack.org/136220 | 00:38 |
openstackrecheck | openstack/keystone change: https://review.openstack.org/138355 failed because of: gate-tempest-dsvm-neutron-full: https://bugs.launchpad.net/bugs/1362528 https://bugs.launchpad.net/bugs/1323658 | 00:39 |
*** ranger81 has quit IRC | 00:43 | |
*** ranger81 has joined #openstack-qa | 00:43 | |
*** mlavalle has quit IRC | 00:45 | |
*** salv-orlando has quit IRC | 00:47 | |
*** salv-orlando has joined #openstack-qa | 00:48 | |
*** marun has quit IRC | 00:52 | |
*** suneelb has quit IRC | 00:52 | |
*** bkopilov has joined #openstack-qa | 00:53 | |
oomichi | chmouel: hi | 00:55 |
*** boris-42 has quit IRC | 00:57 | |
*** topshare has joined #openstack-qa | 00:59 | |
*** dims_ has quit IRC | 01:00 | |
*** adalbas has quit IRC | 01:05 | |
*** Masahiro has joined #openstack-qa | 01:06 | |
*** yamahata has joined #openstack-qa | 01:08 | |
*** melwitt has quit IRC | 01:11 | |
*** dims has joined #openstack-qa | 01:31 | |
openstackgerrit | Sean Dague proposed openstack-dev/devstack: WIP: try running with -o nounset https://review.openstack.org/139287 | 01:36 |
*** andreykurilin has quit IRC | 01:40 | |
sdague | heyongli: hey, on for a few, but need to run off to do family things shortly. So I think jogo wants to get a spec going. There was some confusion over the approach here. | 01:41 |
*** andreykurilin has joined #openstack-qa | 01:41 | |
sdague | so I think we really want a set of tests in the nova tree that effectively live on a fake libvirt which can present a number of different pci configurations and we can test that things work to the fake libvirt level. | 01:42 |
sdague | then a tool which verifies that that mocking layer is correct, which we can spot check. | 01:43 |
sdague | on real hardware | 01:43 |
openstackgerrit | Sean Dague proposed openstack-dev/devstack: WIP: try running with -o nounset https://review.openstack.org/139287 | 01:45 |
heyongli | sdague,do you mean a fakelivrit provide funcitonal, then run the nova on the fakelibvirt or unit testing on this libvirt? | 01:46 |
*** salv-orlando has quit IRC | 01:47 | |
sdague | running nova on a fakelibvirt | 01:48 |
*** salv-orlando has joined #openstack-qa | 01:48 | |
sdague | so we can test from the wsgi layer down through to the mock | 01:48 |
sdague | then we know all the nova code gets us to the right input / output with libvirt | 01:49 |
sdague | the thing of it is, based on my experience testing end to end from tempest is going to be very limitting in what you can expose for issues in code like this, and will be very hard to debug | 01:49 |
*** salv-orlando has quit IRC | 01:49 | |
heyongli | sdague, it's great idea. we can check the xml it genrated to ensure all functional. | 01:50 |
sdague | yep | 01:50 |
sdague | exactly | 01:50 |
sdague | then have another tool that can test "bottom half" | 01:50 |
sdague | take that xml we generate and actually try to launch libvirt guests with it | 01:50 |
sdague | to make sure our mock is valid | 01:50 |
sdague | because someone has to watch the watcher | 01:50 |
sdague | anyway, I need to drop off. I think jogo was going to try to get a spec rolling just so we can make sure everyone is on the same page. | 01:51 |
*** nosnos has joined #openstack-qa | 01:52 | |
heyongli | sdague, boot this xml in tempest? this also need tempest know the pci infomations. | 01:52 |
sdague | no, just manually | 01:52 |
heyongli | sdague, get it. | 01:52 |
sdague | so it would just be "does this libvirt xml boot a guest" | 01:52 |
sdague | just connect to libvirt via python, push our mock xml in, and make sure libvirt doesn't die horribly | 01:53 |
sdague | and the guest comes up | 01:53 |
sdague | that should let us have actually a bunch of samples of that interface from a bunch of different pieces of hardware that we can simulate in tree | 01:54 |
sdague | ok, got to run, have a good evening | 01:54 |
heyongli | sdague, good evening, see you | 01:54 |
*** bnemec has quit IRC | 02:06 | |
*** Masahiro has quit IRC | 02:22 | |
*** Masahiro has joined #openstack-qa | 02:24 | |
*** ranger81 has quit IRC | 02:31 | |
*** yamahata has quit IRC | 02:35 | |
*** yamamoto_ has joined #openstack-qa | 02:38 | |
*** zz_dimtruck is now known as dimtruck | 02:39 | |
*** ranger81 has joined #openstack-qa | 02:43 | |
*** nosnos has quit IRC | 02:48 | |
*** salv-orlando has joined #openstack-qa | 02:50 | |
*** shashankhegde has quit IRC | 02:51 | |
*** harlowja_ is now known as harlowja_away | 02:54 | |
*** salv-orlando has quit IRC | 02:55 | |
*** topshare has quit IRC | 02:55 | |
*** achanda has joined #openstack-qa | 03:01 | |
*** topshare has joined #openstack-qa | 03:02 | |
*** wuhg has joined #openstack-qa | 03:06 | |
*** achanda has quit IRC | 03:11 | |
*** om has joined #openstack-qa | 03:17 | |
*** patrickeast has quit IRC | 03:24 | |
*** dims has quit IRC | 03:28 | |
*** Masahiro has quit IRC | 03:38 | |
*** Masahiro has joined #openstack-qa | 03:44 | |
*** Masahiro has quit IRC | 03:49 | |
*** salv-orlando has joined #openstack-qa | 03:51 | |
openstackgerrit | Jeremy Stanley proposed openstack/tempest-lib: Workflow documentation is now in infra-manual https://review.openstack.org/139396 | 03:52 |
openstackgerrit | Jeremy Stanley proposed openstack-dev/devstack: Workflow documentation is now in infra-manual https://review.openstack.org/139408 | 03:53 |
openstackgerrit | Jeremy Stanley proposed openstack-dev/hacking: Workflow documentation is now in infra-manual https://review.openstack.org/139409 | 03:53 |
openstackgerrit | Jeremy Stanley proposed openstack-infra/elastic-recheck: Workflow documentation is now in infra-manual https://review.openstack.org/139415 | 03:53 |
*** salv-orlando has quit IRC | 03:56 | |
*** pcrews has quit IRC | 03:58 | |
*** Masahiro has joined #openstack-qa | 03:59 | |
*** shashankhegde has joined #openstack-qa | 04:07 | |
*** dpaterson has quit IRC | 04:13 | |
*** weshay has quit IRC | 04:14 | |
*** dims has joined #openstack-qa | 04:29 | |
*** topshare has quit IRC | 04:30 | |
*** topshare has joined #openstack-qa | 04:30 | |
openstackgerrit | Sabari proposed openstack-dev/devstack: VMware: add default image metadata for hw_vif_model https://review.openstack.org/139515 | 04:33 |
*** dims has quit IRC | 04:34 | |
*** topshare has quit IRC | 04:37 | |
openstackgerrit | Matthew Treinish proposed openstack-infra/subunit2sql: Remove uneeded version string from setup.cfg https://review.openstack.org/139516 | 04:40 |
openstackgerrit | Matthew Treinish proposed openstack-infra/subunit2sql: Remove unneeded version string from setup.cfg https://review.openstack.org/139516 | 04:41 |
*** topshare has joined #openstack-qa | 04:42 | |
*** jecarey has joined #openstack-qa | 04:45 | |
openstackgerrit | Merged openstack-infra/subunit2sql: Remove unneeded version string from setup.cfg https://review.openstack.org/139516 | 04:47 |
*** chandankumar has joined #openstack-qa | 05:08 | |
*** chandankumar has quit IRC | 05:09 | |
*** heyongli has quit IRC | 05:10 | |
*** heyongli has joined #openstack-qa | 05:10 | |
*** Masahiro has quit IRC | 05:12 | |
*** shashankhegde has quit IRC | 05:15 | |
*** om has quit IRC | 05:22 | |
*** chandankumar has joined #openstack-qa | 05:24 | |
*** om has joined #openstack-qa | 05:27 | |
*** Masahiro has joined #openstack-qa | 05:27 | |
*** dimtruck is now known as zz_dimtruck | 05:38 | |
*** yamamot__ has joined #openstack-qa | 05:40 | |
*** salv-orlando has joined #openstack-qa | 05:40 | |
*** jecarey has quit IRC | 05:40 | |
*** yamamo___ has joined #openstack-qa | 05:43 | |
*** yamamoto_ has quit IRC | 05:43 | |
*** ranger81 has joined #openstack-qa | 05:44 | |
*** salv-orlando has quit IRC | 05:45 | |
*** yamamot__ has quit IRC | 05:46 | |
*** ranger81 has quit IRC | 05:48 | |
*** Longgeek has joined #openstack-qa | 05:52 | |
*** ranger81 has joined #openstack-qa | 06:00 | |
*** bnemec has joined #openstack-qa | 06:01 | |
*** SridharG has joined #openstack-qa | 06:02 | |
*** rushiagr is now known as rushiagr_away | 06:10 | |
*** topshare has quit IRC | 06:19 | |
*** topshare has joined #openstack-qa | 06:23 | |
*** Longgeek has quit IRC | 06:30 | |
*** Longgeek has joined #openstack-qa | 06:32 | |
*** Masahiro has quit IRC | 06:35 | |
*** Masahiro has joined #openstack-qa | 06:39 | |
*** ajo has joined #openstack-qa | 06:47 | |
*** rushiagr_away is now known as rushiagr | 06:49 | |
*** openstackgerrit has quit IRC | 06:49 | |
*** openstackgerrit has joined #openstack-qa | 06:49 | |
*** amotoki is now known as amotoki__away | 06:55 | |
*** ranger81 has quit IRC | 07:00 | |
*** ranger81 has joined #openstack-qa | 07:00 | |
*** topshare has quit IRC | 07:04 | |
*** enikanorov_ has joined #openstack-qa | 07:04 | |
*** enikanorov__ has quit IRC | 07:07 | |
*** topshare has joined #openstack-qa | 07:08 | |
*** yfried_ has quit IRC | 07:10 | |
*** shashankhegde has joined #openstack-qa | 07:13 | |
*** topshare has quit IRC | 07:20 | |
*** topshare has joined #openstack-qa | 07:26 | |
*** ranger81 has quit IRC | 07:28 | |
*** topshare has quit IRC | 07:29 | |
*** salv-orlando has joined #openstack-qa | 07:29 | |
*** shashankhegde has quit IRC | 07:31 | |
*** salv-orlando has quit IRC | 07:34 | |
*** dkusidlo has joined #openstack-qa | 07:44 | |
*** SridharG has quit IRC | 07:45 | |
openstackgerrit | Merged openstack-dev/devstack: Fix NOVA_API_VERSION option https://review.openstack.org/139258 | 07:47 |
*** SridharG has joined #openstack-qa | 07:48 | |
*** SridharG has quit IRC | 07:50 | |
heyongli | sdague, jogo , about the fake libvirt. we might have 2 choice, fake a libvirt driver of nova. second, fake a libvirt API which current nova libvirt driver use of. | 07:56 |
heyongli | sdague, jogo, i prefer the second approch, because fake a libvirt driver of nova can not testing the pci code in current nova driver. | 07:57 |
heyongli | and, i would like to know, if the test case can not be upstream, does our CI could go on and online? even the fake libvirt does testing most of nova code. there still some thing else can not cove by the fake driver: the hypervisor and the real hw. | 08:00 |
heyongli | sdague, jogo : and, i would like to know, if the test case can not be upstream, does our CI could go on and online? even the fake libvirt does testing most of nova code. there still some thing else can not cove by the fake driver: the hypervisor and the real hw | 08:00 |
heyongli | sdague, jogo : i also concern the sriov, should use real-hw, the fake libvirt can not ensure the configuration of the instance interface is worked as expect. | 08:02 |
heyongli | sdague, jogo , i register a fake libvirt blueprints(no spec yet): https://blueprints.launchpad.net/nova/+spec/fake-libvirt-hw-testing-driver | 08:06 |
*** tiantian has quit IRC | 08:11 | |
*** tiantian has joined #openstack-qa | 08:11 | |
*** bkopilov has quit IRC | 08:20 | |
*** pkoniszewski has joined #openstack-qa | 08:21 | |
*** bkopilov has joined #openstack-qa | 08:22 | |
*** gfidente has joined #openstack-qa | 08:23 | |
*** om has quit IRC | 08:28 | |
*** Masahiro has quit IRC | 08:36 | |
*** markus_z has joined #openstack-qa | 08:40 | |
*** om has joined #openstack-qa | 08:40 | |
*** tkammer has joined #openstack-qa | 08:40 | |
*** yamamo___ has quit IRC | 08:41 | |
*** oomichi has quit IRC | 08:41 | |
*** luqas has joined #openstack-qa | 08:42 | |
*** shashankhegde has joined #openstack-qa | 08:42 | |
openstackgerrit | Abhishek G M proposed openstack/tempest: Floating IP test enhancements https://review.openstack.org/132000 | 08:42 |
openstackgerrit | Abhishek G M proposed openstack/tempest: Router test enhancements https://review.openstack.org/139571 | 08:42 |
*** anshul has joined #openstack-qa | 08:45 | |
*** mpaolino has joined #openstack-qa | 08:46 | |
*** Masahiro has joined #openstack-qa | 08:47 | |
*** vigneshvar has joined #openstack-qa | 08:48 | |
*** dkusidlo has quit IRC | 08:50 | |
*** shashankhegde has quit IRC | 08:51 | |
*** anshul has quit IRC | 08:53 | |
*** safchain has joined #openstack-qa | 08:55 | |
*** jpich has joined #openstack-qa | 08:55 | |
*** anshul has joined #openstack-qa | 08:56 | |
*** jordanP has joined #openstack-qa | 09:00 | |
*** salv-orlando has joined #openstack-qa | 09:03 | |
*** salv-orlando has quit IRC | 09:04 | |
*** salv-orlando has joined #openstack-qa | 09:05 | |
*** yamamoto_ has joined #openstack-qa | 09:09 | |
*** salv-orl_ has joined #openstack-qa | 09:16 | |
*** dkusidlo has joined #openstack-qa | 09:19 | |
openstackgerrit | Merged openstack-dev/hacking: Workflow documentation is now in infra-manual https://review.openstack.org/139409 | 09:20 |
*** salv-orlando has quit IRC | 09:20 | |
*** e0ne has joined #openstack-qa | 09:22 | |
openstackgerrit | yolanda.robla proposed openstack-infra/devstack-gate: Add is_debian and uses_debs functions https://review.openstack.org/130768 | 09:22 |
*** luqas has left #openstack-qa | 09:22 | |
*** luqas has joined #openstack-qa | 09:23 | |
*** yamamoto_ has quit IRC | 09:23 | |
*** dkusidlo has quit IRC | 09:31 | |
*** dmorita has quit IRC | 09:32 | |
*** andreykurilin_ has joined #openstack-qa | 09:32 | |
*** SridharG has joined #openstack-qa | 09:33 | |
*** yamamoto has joined #openstack-qa | 09:35 | |
openstackgerrit | Andrea Frittoli proposed openstack/qa-specs: add bp:test-accounts-continued.rst https://review.openstack.org/139578 | 09:35 |
*** luqas has quit IRC | 09:37 | |
*** luqas has joined #openstack-qa | 09:37 | |
*** vigneshvar has quit IRC | 09:38 | |
*** abehl has joined #openstack-qa | 09:38 | |
*** luqas has quit IRC | 09:39 | |
*** luqas has joined #openstack-qa | 09:40 | |
*** jlibosva has joined #openstack-qa | 09:40 | |
*** anshul has quit IRC | 09:41 | |
*** SridharG has quit IRC | 09:45 | |
*** luqas has quit IRC | 09:46 | |
*** dkusidlo has joined #openstack-qa | 09:46 | |
*** e0ne has quit IRC | 09:47 | |
*** luqas has joined #openstack-qa | 09:49 | |
*** yamamoto has quit IRC | 09:50 | |
*** luqas has quit IRC | 09:50 | |
*** mpaolino has quit IRC | 09:50 | |
*** luqas has joined #openstack-qa | 09:51 | |
*** vigneshvar has joined #openstack-qa | 09:51 | |
*** luqas has quit IRC | 09:53 | |
*** luqas has joined #openstack-qa | 09:53 | |
*** andreykurilin_ has quit IRC | 09:54 | |
*** andreykurilin_ has joined #openstack-qa | 09:54 | |
*** luqas has quit IRC | 09:55 | |
*** luqas has joined #openstack-qa | 09:55 | |
*** luqas__ has joined #openstack-qa | 09:58 | |
*** luqas has quit IRC | 09:58 | |
*** nikesh_vedams_ has joined #openstack-qa | 09:59 | |
*** luqas__ has quit IRC | 10:00 | |
*** luqas__ has joined #openstack-qa | 10:00 | |
nikesh_vedams_ | in 3 node juno devstack,controller,block and compute,do we have to manually run "nova network-create" | 10:02 |
*** chandankumar has quit IRC | 10:02 | |
nikesh_vedams_ | when i am creating a vm,its not getting ip | 10:02 |
*** luqas__ has quit IRC | 10:03 | |
*** luqas__ has joined #openstack-qa | 10:03 | |
*** luqas__ has quit IRC | 10:04 | |
*** luqas__ has joined #openstack-qa | 10:05 | |
*** luqas__ has quit IRC | 10:07 | |
*** luqas__ has joined #openstack-qa | 10:08 | |
*** gszasz has joined #openstack-qa | 10:08 | |
*** chandankumar has joined #openstack-qa | 10:09 | |
*** luqas__ has quit IRC | 10:09 | |
*** luqas has joined #openstack-qa | 10:10 | |
*** abehl has quit IRC | 10:11 | |
*** luqas__ has joined #openstack-qa | 10:12 | |
*** luqas has quit IRC | 10:12 | |
*** luqas__ has quit IRC | 10:13 | |
*** luqas___ has joined #openstack-qa | 10:13 | |
*** luqas___ has quit IRC | 10:15 | |
*** luqas__ has joined #openstack-qa | 10:15 | |
*** aix has joined #openstack-qa | 10:16 | |
*** e0ne has joined #openstack-qa | 10:16 | |
*** luqas__ has quit IRC | 10:17 | |
*** luqas__ has joined #openstack-qa | 10:17 | |
*** luqas__ has quit IRC | 10:19 | |
*** luqas has joined #openstack-qa | 10:20 | |
*** andreykurilin_ has quit IRC | 10:20 | |
*** andreykurilin_ has joined #openstack-qa | 10:21 | |
*** amotoki__away is now known as amotoki | 10:22 | |
*** luqas has quit IRC | 10:23 | |
*** luqas has joined #openstack-qa | 10:23 | |
*** abehl has joined #openstack-qa | 10:25 | |
*** luqas has quit IRC | 10:26 | |
*** luqas has joined #openstack-qa | 10:26 | |
*** luqas has quit IRC | 10:28 | |
*** cdent has joined #openstack-qa | 10:29 | |
*** luqas has joined #openstack-qa | 10:29 | |
*** vigneshvar has quit IRC | 10:31 | |
*** luqas has quit IRC | 10:31 | |
*** luqas has joined #openstack-qa | 10:31 | |
*** Masahiro has quit IRC | 10:33 | |
*** luqas__ has joined #openstack-qa | 10:35 | |
*** luqas has quit IRC | 10:35 | |
*** luqas__ has quit IRC | 10:36 | |
*** luqas__ has joined #openstack-qa | 10:37 | |
*** vigneshvar has joined #openstack-qa | 10:44 | |
*** grafuls has joined #openstack-qa | 10:47 | |
*** SridharG has joined #openstack-qa | 10:47 | |
*** yamamoto has joined #openstack-qa | 10:50 | |
*** tkammer has quit IRC | 10:51 | |
*** mpaolino has joined #openstack-qa | 10:53 | |
*** tosky has joined #openstack-qa | 10:53 | |
*** yamamoto has quit IRC | 10:56 | |
*** tiantian has quit IRC | 10:59 | |
*** salv-orlando has joined #openstack-qa | 11:13 | |
*** salv-orl_ has quit IRC | 11:17 | |
*** jhenner has joined #openstack-qa | 11:29 | |
*** vigneshvar has quit IRC | 11:32 | |
*** Masahiro has joined #openstack-qa | 11:34 | |
*** aysyd has joined #openstack-qa | 11:35 | |
*** dkusidlo has quit IRC | 11:35 | |
*** dkusidlo has joined #openstack-qa | 11:38 | |
*** Masahiro has quit IRC | 11:39 | |
*** kashyap has left #openstack-qa | 11:42 | |
*** vigneshvar has joined #openstack-qa | 11:46 | |
*** luqas has joined #openstack-qa | 11:47 | |
*** luqas__ has quit IRC | 11:47 | |
*** dkusidlo has quit IRC | 11:48 | |
*** luqas has quit IRC | 11:49 | |
*** luqas has joined #openstack-qa | 11:49 | |
*** luqas has quit IRC | 11:51 | |
*** luqas has joined #openstack-qa | 11:52 | |
*** luqas has quit IRC | 11:53 | |
*** luqas has joined #openstack-qa | 11:54 | |
*** amotoki is now known as amotoki__away | 11:54 | |
*** luqas has quit IRC | 11:56 | |
*** luqas__ has joined #openstack-qa | 11:56 | |
*** luqas__ has quit IRC | 11:58 | |
*** luqas has joined #openstack-qa | 11:59 | |
*** luqas has quit IRC | 12:01 | |
*** luqas__ has joined #openstack-qa | 12:01 | |
*** yfried_ has joined #openstack-qa | 12:01 | |
*** jpich has quit IRC | 12:01 | |
*** jpich has joined #openstack-qa | 12:02 | |
*** luqas___ has joined #openstack-qa | 12:03 | |
*** luqas__ has quit IRC | 12:03 | |
*** markus_z has quit IRC | 12:04 | |
*** dims has joined #openstack-qa | 12:04 | |
*** luqas__ has joined #openstack-qa | 12:07 | |
*** luqas___ has quit IRC | 12:07 | |
*** luqas__ has quit IRC | 12:08 | |
*** andreykurilin_ has quit IRC | 12:09 | |
*** luqas has joined #openstack-qa | 12:09 | |
sdague | heyongli: definitely was thinking the second, this would be a mock of the libvirt, we'd still be using the normal libvirt driver code | 12:10 |
*** luqas has quit IRC | 12:10 | |
*** luqas has joined #openstack-qa | 12:11 | |
*** luqas__ has joined #openstack-qa | 12:13 | |
*** luqas has quit IRC | 12:13 | |
*** luqas__ has quit IRC | 12:15 | |
*** luqas has joined #openstack-qa | 12:16 | |
nikesh_vedams_ | in my 3 node devstack setup,when i am creating a instance,its not getting IP | 12:16 |
nikesh_vedams_ | i am able to get instance | 12:17 |
nikesh_vedams_ | but without ip | 12:17 |
nikesh_vedams_ | i have juno devstack | 12:18 |
*** SridharG has quit IRC | 12:18 | |
*** luqas__ has joined #openstack-qa | 12:19 | |
*** SridharG has joined #openstack-qa | 12:19 | |
nikesh_vedams_ | nova.conf on compute node | 12:19 |
nikesh_vedams_ | http://paste.openstack.org/show/145401/ | 12:19 |
*** luqas has quit IRC | 12:20 | |
*** luqas__ has quit IRC | 12:20 | |
nikesh_vedams_ | do i have to manually run "nova netwotk-create" on controller node in case of 3 node juno devstack | 12:20 |
*** luqas__ has joined #openstack-qa | 12:20 | |
*** luqas__ has quit IRC | 12:22 | |
*** luqas__ has joined #openstack-qa | 12:23 | |
openstackrecheck | openstack/sahara change: https://review.openstack.org/139387 failed gate-sahara-pep8 in the gate queue with an unrecognized error | 12:23 |
*** luqas__ has quit IRC | 12:24 | |
*** luqas__ has joined #openstack-qa | 12:25 | |
*** luqas__ has quit IRC | 12:26 | |
*** luqas has joined #openstack-qa | 12:27 | |
*** luqas has quit IRC | 12:29 | |
*** luqas has joined #openstack-qa | 12:30 | |
openstackgerrit | Rajkumar proposed openstack/tempest: Add Test to Create Port with no security groups https://review.openstack.org/115908 | 12:31 |
*** luqas has quit IRC | 12:32 | |
*** luqas has joined #openstack-qa | 12:33 | |
*** luqas has quit IRC | 12:35 | |
*** luqas has joined #openstack-qa | 12:35 | |
*** cbader has quit IRC | 12:36 | |
*** cbader has joined #openstack-qa | 12:36 | |
*** luqas__ has joined #openstack-qa | 12:38 | |
*** luqas has quit IRC | 12:39 | |
openstackrecheck | openstack/sahara change: https://review.openstack.org/139209 failed gate-sahara-pep8 in the gate queue with an unrecognized error | 12:39 |
*** luqas___ has joined #openstack-qa | 12:41 | |
*** luqas__ has quit IRC | 12:42 | |
*** markus_z has joined #openstack-qa | 12:46 | |
*** markus_z has quit IRC | 12:46 | |
*** luqas___ has quit IRC | 12:46 | |
*** luqas has joined #openstack-qa | 12:47 | |
*** mwagner_lap has quit IRC | 12:48 | |
*** luqas has quit IRC | 12:48 | |
*** weshay has joined #openstack-qa | 12:48 | |
*** luqas has joined #openstack-qa | 12:49 | |
*** luqas has quit IRC | 12:50 | |
*** luqas has joined #openstack-qa | 12:51 | |
*** markus_z has joined #openstack-qa | 12:51 | |
openstackrecheck | openstack/sahara change: https://review.openstack.org/138211 failed because of: gate-tempest-dsvm-neutron-full: https://bugs.launchpad.net/bugs/1370496 | 12:52 |
*** Longgeek has quit IRC | 12:52 | |
*** luqas has quit IRC | 12:52 | |
*** luqas has joined #openstack-qa | 12:53 | |
*** tochi_ has quit IRC | 12:53 | |
*** luqas has quit IRC | 12:54 | |
*** luqas has joined #openstack-qa | 12:55 | |
*** luqas has quit IRC | 12:56 | |
*** luqas has joined #openstack-qa | 12:57 | |
*** luqas has quit IRC | 13:00 | |
*** luqas has joined #openstack-qa | 13:00 | |
*** luqas has quit IRC | 13:01 | |
*** luqas has joined #openstack-qa | 13:02 | |
*** luqas has quit IRC | 13:04 | |
*** luqas has joined #openstack-qa | 13:04 | |
*** chandankumar has quit IRC | 13:05 | |
*** luqas has quit IRC | 13:05 | |
*** luqas has joined #openstack-qa | 13:06 | |
*** dkusidlo has joined #openstack-qa | 13:06 | |
*** luqas has quit IRC | 13:07 | |
openstackgerrit | Sean Dague proposed openstack-dev/devstack: WIP: code coloring test with gerrit https://review.openstack.org/139619 | 13:08 |
*** luqas has joined #openstack-qa | 13:08 | |
*** Masahiro has joined #openstack-qa | 13:08 | |
openstackgerrit | Sean Dague proposed openstack-dev/devstack: WIP: code coloring test with gerrit https://review.openstack.org/139619 | 13:09 |
*** luqas has quit IRC | 13:10 | |
*** luqas__ has joined #openstack-qa | 13:10 | |
openstackgerrit | Sean Dague proposed openstack-dev/devstack: WIP: code coloring test with gerrit https://review.openstack.org/139619 | 13:10 |
openstackgerrit | Sean Dague proposed openstack-dev/devstack: WIP: code coloring test with gerrit https://review.openstack.org/139619 | 13:10 |
*** yamamoto has joined #openstack-qa | 13:10 | |
*** luqas__ has quit IRC | 13:11 | |
*** mriedem has joined #openstack-qa | 13:12 | |
*** luqas has joined #openstack-qa | 13:12 | |
*** Masahiro has quit IRC | 13:13 | |
*** luqas has quit IRC | 13:13 | |
openstackgerrit | Rob Cresswell proposed openstack-dev/devstack: Create initial network when using Cisco N1k plugin https://review.openstack.org/139620 | 13:14 |
*** luqas has joined #openstack-qa | 13:14 | |
*** luqas has quit IRC | 13:15 | |
*** luqas has joined #openstack-qa | 13:16 | |
*** Longgeek has joined #openstack-qa | 13:17 | |
*** nikesh_vedams_ has quit IRC | 13:17 | |
*** luqas has quit IRC | 13:18 | |
*** luqas has joined #openstack-qa | 13:18 | |
*** luqas has quit IRC | 13:21 | |
*** luqas__ has joined #openstack-qa | 13:21 | |
*** om has quit IRC | 13:21 | |
*** e0ne has quit IRC | 13:22 | |
*** luqas__ has quit IRC | 13:22 | |
*** luqas__ has joined #openstack-qa | 13:22 | |
mriedem | shameless review plug https://review.openstack.org/#/c/135656/ | 13:23 |
*** andreaf has quit IRC | 13:23 | |
*** dkusidlo has quit IRC | 13:25 | |
*** mwagner_lap has joined #openstack-qa | 13:26 | |
*** e0ne has joined #openstack-qa | 13:28 | |
*** yfried_ has quit IRC | 13:28 | |
*** dims has quit IRC | 13:29 | |
*** dims has joined #openstack-qa | 13:29 | |
openstackgerrit | Sean Dague proposed openstack-dev/devstack: remove nova baremetal driver support https://review.openstack.org/139625 | 13:31 |
sdague | +2 | 13:32 |
*** ylobankov has joined #openstack-qa | 13:33 | |
*** abehl has quit IRC | 13:35 | |
openstackgerrit | Merged openstack-dev/devstack: VMware: add default image metadata for hw_vif_model https://review.openstack.org/139515 | 13:40 |
*** dpaterson has joined #openstack-qa | 13:53 | |
*** toure has joined #openstack-qa | 13:53 | |
*** SridharG has quit IRC | 13:54 | |
*** yamamoto has quit IRC | 13:56 | |
*** tiantian has joined #openstack-qa | 13:59 | |
*** vigneshvar has quit IRC | 14:03 | |
*** dims has quit IRC | 14:05 | |
*** tiantian has quit IRC | 14:06 | |
*** dims has joined #openstack-qa | 14:06 | |
*** andreaf has joined #openstack-qa | 14:07 | |
*** yamamoto has joined #openstack-qa | 14:13 | |
*** SridharG has joined #openstack-qa | 14:20 | |
*** dkusidlo has joined #openstack-qa | 14:23 | |
*** e0ne has quit IRC | 14:28 | |
sdague | mtreinish: how would you feel about me running the abandon policy script from nova on tempest repo? | 14:28 |
*** dustins has joined #openstack-qa | 14:29 | |
*** dkusidlo_ has joined #openstack-qa | 14:29 | |
jogo | heyongli: can you put your thoughts/concerns ideas about the possible approaches to testing in a spec for that BP | 14:30 |
jogo | heyongli: that way we have a central place to discuss this | 14:30 |
jogo | heyongli: part of the reason for planning this out, is we are expecting more HW configuration and features will need testing in the future | 14:31 |
jogo | heyongli: if we need an entire new fake libvirt driver for HW simulation testing, it may not be worth going down that path | 14:32 |
*** dkusidlo has quit IRC | 14:32 | |
*** dkusidlo_ is now known as dkusidlo | 14:32 | |
jogo | heyongli: a doc with the pros/cons of each testing method would help sort this out | 14:32 |
jogo | heyongli: we are trying to answer the question 'what is the best way to test this' | 14:39 |
*** dustins has quit IRC | 14:40 | |
*** e0ne has joined #openstack-qa | 14:41 | |
*** gszasz has quit IRC | 14:42 | |
*** dustins has joined #openstack-qa | 14:42 | |
*** cdent has quit IRC | 14:42 | |
*** jecarey has joined #openstack-qa | 14:43 | |
*** jogo is now known as flashgordon | 14:48 | |
mtreinish | sdague: I think I'd be fine with that, but let me take a look at the script first | 14:49 |
mtreinish | do you have a link? | 14:49 |
sdague | yeh, how about I upload a tempest copy and you can look there | 14:50 |
*** luqas__ has quit IRC | 14:50 | |
openstackgerrit | Sean Dague proposed openstack/tempest: abandon reviews script https://review.openstack.org/139645 | 14:50 |
*** luqas__ has joined #openstack-qa | 14:51 | |
sdague | I put a DRYRUN in there to see how much work there was to do | 14:51 |
*** dansmith is now known as superdan | 14:52 | |
*** luqas__ has quit IRC | 14:52 | |
openstackgerrit | Mikhail S Medvedev proposed openstack-dev/devstack: Add PRECACHE_IMAGE_URL parameter and default value https://review.openstack.org/131167 | 14:53 |
*** ajo has quit IRC | 14:53 | |
*** luqas__ has joined #openstack-qa | 14:53 | |
*** mpaolino has quit IRC | 14:53 | |
*** luqas__ has quit IRC | 14:54 | |
*** luqas__ has joined #openstack-qa | 14:55 | |
sdague | dtroyer: I see you looked active yesterday | 14:55 |
sdague | I had a question about devstack vs gerrit when you wander around | 14:55 |
*** dkusidlo has quit IRC | 14:56 | |
*** luqas__ has quit IRC | 14:56 | |
*** luqas__ has joined #openstack-qa | 14:57 | |
sdague | flashgordon: any chance you want to fix up this patch of yours - https://review.openstack.org/#/c/89470/ | 14:57 |
*** rbak has joined #openstack-qa | 14:57 | |
*** Masahiro has joined #openstack-qa | 14:57 | |
mtreinish | sdague: it looks like 133 hits on tempest with the script... | 14:59 |
*** luqas__ has quit IRC | 14:59 | |
*** luqas__ has joined #openstack-qa | 14:59 | |
openstackgerrit | Merged openstack-infra/elastic-recheck: Workflow documentation is now in infra-manual https://review.openstack.org/139415 | 15:00 |
flashgordon | sdague: not today no | 15:00 |
*** luqas__ has quit IRC | 15:00 | |
flashgordon | at least not yet | 15:00 |
sdague | mtreinish: yeh, sounds about right | 15:01 |
*** luqas__ has joined #openstack-qa | 15:01 | |
*** Masahiro has quit IRC | 15:01 | |
sdague | mtreinish: so... how do you feel about it? | 15:02 |
mtreinish | sdague: considering there are only 226 open reviews in tempest right now thats a pretty big chunk | 15:02 |
sdague | yeh, but I think those are all boned | 15:02 |
sdague | they are blocked for one reason or another | 15:02 |
mtreinish | sdague: I think I'm fine with it, it'll at least wake people up if the review is sitting there | 15:03 |
sdague | which, is a different issue | 15:03 |
sdague | ok, will run now | 15:03 |
*** luqas__ has quit IRC | 15:03 | |
*** luqas__ has joined #openstack-qa | 15:03 | |
sdague | it will also massively clean up my reviews view | 15:04 |
sdague | part of this is that it also leaves instructions about what to do next | 15:04 |
*** cdent has joined #openstack-qa | 15:04 | |
*** openstackrecheck has quit IRC | 15:06 | |
*** luqas__ has quit IRC | 15:06 | |
*** luqas___ has joined #openstack-qa | 15:06 | |
*** openstackrecheck has joined #openstack-qa | 15:06 | |
sdague | ok, done | 15:06 |
mtreinish | sdague: ok, thanks | 15:07 |
*** dims is now known as dimsum__ | 15:07 | |
*** luqas__ has joined #openstack-qa | 15:09 | |
*** luqas___ has quit IRC | 15:09 | |
*** pkoniszewski has quit IRC | 15:09 | |
*** markmcclain has joined #openstack-qa | 15:10 | |
*** luqas has joined #openstack-qa | 15:11 | |
*** luqas__ has quit IRC | 15:12 | |
*** bnemec is now known as beekneemech | 15:13 | |
*** yamahata has joined #openstack-qa | 15:15 | |
*** mpaolino has joined #openstack-qa | 15:16 | |
*** andreykurilin_ has joined #openstack-qa | 15:20 | |
*** esp has joined #openstack-qa | 15:21 | |
*** dims_ has joined #openstack-qa | 15:24 | |
*** dimsum__ has quit IRC | 15:28 | |
*** zz_dimtruck is now known as dimtruck | 15:30 | |
*** rushiagr is now known as rushiagr_away | 15:35 | |
*** ajo has joined #openstack-qa | 15:36 | |
*** jlibosva has quit IRC | 15:37 | |
openstackrecheck | openstack/nova change: https://review.openstack.org/136477 failed gate-grenade-dsvm-partial-ncpu in the gate queue with an unrecognized error | 15:38 |
*** mestery has quit IRC | 15:42 | |
dkranz | mtreinish: were the heat slow jobs completely eliminated? | 15:44 |
dkranz | mtreinish: The last two nightly tempest all runs are failing on one of the heat slow tests but I don't see a heat slow test in our check jobs anymore | 15:45 |
mtreinish | dkranz: yes we removed that job from everywhere, there was a ML thread about it | 15:45 |
mtreinish | it was only running like 5 tests anyway | 15:46 |
dkranz | mtreinish: yes, but I diagnosed a previous issue by comparing results of the nightly vs the check jobs | 15:46 |
dkranz | mtreinish: anyway, it was the right thing so I will file a heat bug | 15:47 |
*** jhenner has quit IRC | 15:47 | |
dkranz | shardy: Do the heat slow jobs have an equivalent in heat functional tests now? | 15:48 |
shardy | dkranz: Yes I think so, but stevebaker can confirm they've all now been migrated | 15:51 |
dkranz | shardy: ok. NeutronResourcesTestJSON has failed the last two days, but was working before that | 15:52 |
dkranz | shardy: I am filing a heat bug to record that fact | 15:52 |
*** pcrews has joined #openstack-qa | 15:52 | |
shardy | dkranz: interesting, yes please do | 15:52 |
dkranz | shardy: might not really be a heat issue of course | 15:53 |
openstackgerrit | Sean Dague proposed openstack-dev/grenade: remove sourcing of nova baremetal driver https://review.openstack.org/139666 | 15:53 |
*** yamahata has quit IRC | 15:57 | |
*** e0ne has quit IRC | 15:59 | |
*** e0ne has joined #openstack-qa | 16:01 | |
*** rushiagr_away is now known as rushiagr | 16:07 | |
*** yamamoto has quit IRC | 16:08 | |
*** luqas has quit IRC | 16:15 | |
*** luqas__ has joined #openstack-qa | 16:15 | |
*** luqas__ has quit IRC | 16:16 | |
*** luqas__ has joined #openstack-qa | 16:16 | |
*** sabeen has joined #openstack-qa | 16:17 | |
*** luqas__ has quit IRC | 16:19 | |
*** luqas__ has joined #openstack-qa | 16:19 | |
*** luqas___ has joined #openstack-qa | 16:21 | |
*** luqas__ has quit IRC | 16:21 | |
*** mestery has joined #openstack-qa | 16:21 | |
*** luqas___ has quit IRC | 16:23 | |
*** luqas has joined #openstack-qa | 16:24 | |
*** luqas has quit IRC | 16:26 | |
*** luqas has joined #openstack-qa | 16:26 | |
*** yamamoto has joined #openstack-qa | 16:28 | |
*** mestery has quit IRC | 16:28 | |
*** mestery has joined #openstack-qa | 16:28 | |
*** luqas__ has joined #openstack-qa | 16:29 | |
*** luqas has quit IRC | 16:29 | |
openstackgerrit | Mauro Rodrigues proposed openstack/tempest-lib: Fix migration script to use original SHA1 from tempest's commits https://review.openstack.org/139679 | 16:32 |
*** luqas has joined #openstack-qa | 16:32 | |
*** luqas__ has quit IRC | 16:32 | |
mtreinish | maurosr: ^^^ awesome thanks | 16:33 |
maurosr | mtreinish: sorry the time it took, I forgot it, just remembered couple of days ago | 16:33 |
*** luqas has quit IRC | 16:33 | |
*** luqas has joined #openstack-qa | 16:34 | |
mtreinish | no worries, there wasn't much of a rush on it anyway. No one has done a migration in a while | 16:34 |
mtreinish | but at least now they won't be blocked by that anymore | 16:34 |
maurosr | mtreinish: also there is an alternative that I barelly need to change the original script (there is a way to redirect the original ids to new ones mapping) if you preffer | 16:34 |
maurosr | I can submit that as well | 16:34 |
mtreinish | maurosr: heh, it doesn't really matter. :) I think this way might be better because it's simpler | 16:35 |
maurosr | and faster hehe | 16:35 |
mtreinish | the reason it was like that before was the original script actually merged the history into tempest-lib | 16:35 |
*** luqas has quit IRC | 16:35 | |
*** luqas has joined #openstack-qa | 16:36 | |
mtreinish | when we couldn't do that with infra after the repo was created, I just switched the merge to write the log into the commit msg | 16:36 |
*** nfedotov has left #openstack-qa | 16:37 | |
*** luqas__ has joined #openstack-qa | 16:37 | |
*** luqas has quit IRC | 16:37 | |
*** luqas__ has quit IRC | 16:40 | |
*** luqas__ has joined #openstack-qa | 16:40 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/tempest-lib: Updated from global requirements https://review.openstack.org/127649 | 16:40 |
*** jpich has quit IRC | 16:41 | |
*** markus_z has quit IRC | 16:41 | |
*** luqas__ has quit IRC | 16:42 | |
*** luqas__ has joined #openstack-qa | 16:43 | |
*** Masahiro has joined #openstack-qa | 16:46 | |
*** luqas has joined #openstack-qa | 16:46 | |
*** luqas__ has quit IRC | 16:46 | |
*** dims_ is now known as dimsum__ | 16:47 | |
*** luqas__ has joined #openstack-qa | 16:49 | |
*** luqas has quit IRC | 16:50 | |
*** Masahiro has quit IRC | 16:50 | |
*** luqas__ has quit IRC | 16:51 | |
*** luqas__ has joined #openstack-qa | 16:52 | |
*** luqas__ has quit IRC | 16:53 | |
*** luqas__ has joined #openstack-qa | 16:53 | |
*** mwagner_lap has quit IRC | 16:54 | |
*** luqas__ has quit IRC | 16:55 | |
*** luqas has joined #openstack-qa | 16:56 | |
*** luqas has quit IRC | 16:57 | |
*** luqas has joined #openstack-qa | 16:57 | |
*** mlavalle has joined #openstack-qa | 16:59 | |
*** toure has quit IRC | 16:59 | |
*** luqas__ has joined #openstack-qa | 17:00 | |
*** luqas has quit IRC | 17:00 | |
*** safchain has quit IRC | 17:02 | |
*** luqas has joined #openstack-qa | 17:03 | |
*** sfineberg has joined #openstack-qa | 17:03 | |
*** SridharG has left #openstack-qa | 17:03 | |
*** luqas__ has quit IRC | 17:03 | |
*** luqas has quit IRC | 17:04 | |
*** cdent has quit IRC | 17:04 | |
*** luqas has joined #openstack-qa | 17:05 | |
*** luqas has quit IRC | 17:07 | |
*** luqas__ has joined #openstack-qa | 17:07 | |
*** luqas___ has joined #openstack-qa | 17:09 | |
*** luqas__ has quit IRC | 17:10 | |
*** marun has joined #openstack-qa | 17:10 | |
*** luqas___ has quit IRC | 17:11 | |
*** luqas___ has joined #openstack-qa | 17:12 | |
*** luqas___ has quit IRC | 17:13 | |
*** luqas__ has joined #openstack-qa | 17:13 | |
*** vigneshvar has joined #openstack-qa | 17:14 | |
*** luqas__ has quit IRC | 17:15 | |
*** luqas__ has joined #openstack-qa | 17:16 | |
*** luqas__ has quit IRC | 17:17 | |
*** luqas__ has joined #openstack-qa | 17:18 | |
*** shashankhegde has joined #openstack-qa | 17:18 | |
andreaf | mtreinish: I posted the spec for test-accounts part2 https://review.openstack.org/#/c/139578/ | 17:18 |
*** luqas__ has quit IRC | 17:22 | |
dtroyer | sdague: what's up | 17:22 |
*** andreykurilin_ has quit IRC | 17:24 | |
*** grafuls is now known as grafuls|gone | 17:25 | |
*** david-lyle has joined #openstack-qa | 17:29 | |
*** jordanP has quit IRC | 17:30 | |
*** ranger81 has joined #openstack-qa | 17:30 | |
*** abehl has joined #openstack-qa | 17:32 | |
*** grafuls|gone has quit IRC | 17:33 | |
*** mestery has quit IRC | 17:35 | |
*** shashankhegde has quit IRC | 17:36 | |
*** beekneemech has quit IRC | 17:37 | |
*** mpaolino has quit IRC | 17:40 | |
*** ajo has quit IRC | 17:44 | |
*** yamamoto has quit IRC | 17:49 | |
*** krtaylor has quit IRC | 17:56 | |
*** boris-42 has joined #openstack-qa | 17:57 | |
*** ajo has joined #openstack-qa | 18:00 | |
*** rwsu has joined #openstack-qa | 18:02 | |
*** shashankhegde has joined #openstack-qa | 18:03 | |
*** wuhg has quit IRC | 18:03 | |
*** suneelb has joined #openstack-qa | 18:03 | |
*** patrickeast has joined #openstack-qa | 18:05 | |
*** melwitt has joined #openstack-qa | 18:06 | |
*** achanda has joined #openstack-qa | 18:08 | |
*** mestery has joined #openstack-qa | 18:09 | |
*** krtaylor has joined #openstack-qa | 18:13 | |
*** mwagner_lap has joined #openstack-qa | 18:14 | |
*** achanda has quit IRC | 18:17 | |
dkranz | marun: Have a minute? | 18:17 |
marun | dkranz: sure | 18:17 |
*** achanda has joined #openstack-qa | 18:18 | |
dkranz | marun: Now that there is agreement to do functional testing for neutron in the neutron project, we need to get more specific. | 18:18 |
dkranz | marun: we agreed not to move stuff out of tempest until it is in place in neutron | 18:18 |
marun | 'functional api testing' you mean (as per my recent email) | 18:18 |
dkranz | marun: yes | 18:18 |
marun | ok, let's get more specific | 18:18 |
dkranz | marun: but that leaves the question of new tempest patches that add neutron tests | 18:18 |
marun | dkranz: right | 18:19 |
dkranz | marun: I added you as reviewer for a few of these | 18:19 |
marun | dkranz: I'll take a look. | 18:19 |
dkranz | marun: but am trying to understand the criteria so we can publicize it for reviewers and contributors | 18:19 |
marun | dkranz: armax and I have been working hard on getting the api job running so that new test additions could land in-tree. | 18:19 |
marun | dkranz: what criteria do you mean? | 18:19 |
dkranz | marun: great. | 18:20 |
dkranz | marun: I mean how one decides if a functional test involving neutron should go in tempest or in neutron | 18:20 |
marun | dkranz: is it just about 'neutron-only'? | 18:20 |
dkranz | marun: mostly | 18:20 |
dkranz | marun: I guess we could say that any neutron-only test should not go in tempest | 18:21 |
dkranz | marun: but I'm not sure how the tempest team feels about that | 18:21 |
marun | dkranz: That's my thinking. | 18:21 |
dkranz | mtreinish: ^^^ any thought? | 18:21 |
marun | dkranz: For some reason I thought there was general consensus on that point. | 18:21 |
dkranz | marun: In theory yes, but the fact that we keep getting neutron patches in tempest indicates not every one is aware | 18:22 |
*** achanda has quit IRC | 18:22 | |
marun | dkranz: And if not, it would be good to figure out what we have to do to make people comfortable with doing Neutron-only test development in th eNeutron tree. | 18:22 |
dkranz | marun: I guess first we need for it to be possible. Any ETA on that? | 18:23 |
marun | dkranz: I'm working on getting the check job running today. | 18:23 |
dkranz | marun: and can you point me to an example of one of these tests ? | 18:23 |
dkranz | marun: I guess we are talking about the kind that runs in a real stack? | 18:24 |
marun | dkranz: for now, yeah. | 18:24 |
dkranz | marun: so any test that was coded for tempest should translate to something that can run there | 18:24 |
marun | dkranz: though we're working on a framework that should allow full-stack neutron without devstack or tempest configuration being required. | 18:24 |
dkranz | marun: that's fine and should not really impact the test code I think | 18:25 |
marun | dkranz: there are some work items required on the tempest/tempest-lib side, though. | 18:25 |
marun | dkranz: currently the in-tree tests use tempest for tenant isolation and for the rest client | 18:25 |
dkranz | marun: are they enumerated some where? | 18:26 |
marun | dkranz: that's the high-level right there | 18:26 |
dkranz | marun: ah, do you mean the base rest client or the neutron-specific one? | 18:26 |
marun | dkranz: the neutron-specific one | 18:26 |
dkranz | marun: ok. I started doing some stuff with the clients-return-one-value thing on identity but perhaps we should give neutron more priority | 18:27 |
marun | dkranz: We'll need to migrate everything the in-tree tests need to tempest-lib and then force tempest-lib to gate on neutron api job | 18:27 |
marun | dkranz: without that, we can't gate on the api job, since it could be broken at any point by changes to tempest | 18:27 |
dkranz | marun: Do you need tenant_isolation or could you use the new test-accounts feature in tempest? | 18:28 |
marun | dkranz: can you explain the new feature? | 18:28 |
dkranz | marun: that allows you to specify some users and run each of them in parallel without creating a new tenant for each test class | 18:28 |
dkranz | marun: the disadvantage over tenant isolation is that leaked resources on one test failure could infect a subsequent test class | 18:29 |
marun | dkranz: has tempest switched to the new feature? and if so, have leaked resources proven a problem? | 18:30 |
dkranz | marun: I am not sure whether there is any one currently working on moving the rest client into tempest lib | 18:30 |
marun | dkranz: the other option is that we can copy the existing client verbatim pending its relocation | 18:30 |
marun | dkranz: oslo incubator-style | 18:30 |
dkranz | marun: no, tempest has not switched. There are still a few glitches like each user should have its own network. THere is a new blueprint to clean that up. | 18:31 |
*** harlowja_away is now known as harlowja_ | 18:31 | |
marun | dkranz: the other possibility is that we rely a test-managed neutron service that we can manage test isolation on more explicitly | 18:31 |
dkranz | marun: That seems like a reasonable idea once the stupid returning multiple values that are ignored thing is fixed | 18:31 |
dhellmann | mtreinish: can you help out with reviews on https://review.openstack.org/#/c/139631/ to unblock oslo, please? | 18:32 |
dkranz | marun: this is probably worth a ml discussion | 18:32 |
dkranz | marun: I'm not sure of the details of what you mean by a test-managed neutron service | 18:33 |
marun | dkranz: a test fixture would manage a neutron daemon that could be targeted for testing | 18:33 |
dkranz | marun: but you still need client calls | 18:33 |
marun | dkranz: that's fine | 18:34 |
flashgordon | adam_g: https://review.openstack.org/#/c/134734/2 what about the commit message needs updating? | 18:34 |
marun | dkranz: I realize, though, that I haven't thought through how Keystone fits into this. | 18:34 |
dkranz | marun: ok, so I will start on cleaning up the neutron rest client and test code to prepare for copying or moving | 18:34 |
marun | dkranz: I guess we'll have to stick with devstack/tempest configured api testing for now. | 18:34 |
*** Masahiro has joined #openstack-qa | 18:35 | |
marun | dkranz: ok, great. | 18:35 |
adam_g | flashgordon, the patch no longer makes grenade 'deal with both names for a minute', it just switches entirely from /apts/ to /debs/, using the symlinks that are in devstack now | 18:35 |
marun | dkranz: This being a cross-project effort, what do you think about filing a spec in that new repo? | 18:36 |
marun | dkranz: or how would you like to otherwise track this effort? | 18:36 |
flashgordon | adam_g: want to just fix it for mordred | 18:37 |
flashgordon | adam_g: I don't think he will mind | 18:37 |
adam_g | flashgordon, sure | 18:37 |
*** e0ne has quit IRC | 18:37 | |
*** Masahiro has quit IRC | 18:39 | |
openstackgerrit | Adam Gandelman proposed openstack-dev/grenade: Rename apts to debs https://review.openstack.org/134734 | 18:39 |
adam_g | flashgordon, ^ | 18:40 |
flashgordon | adam_g: thanks | 18:42 |
flashgordon | adam_g: waiting on mordred to update a commit message didn't seem like it would be productive | 18:42 |
adam_g | flashgordon, :) | 18:42 |
*** tosky has quit IRC | 18:43 | |
*** nfedotov has joined #openstack-qa | 18:48 | |
*** yamamoto has joined #openstack-qa | 18:49 | |
*** yamamoto has quit IRC | 18:54 | |
*** suneelb has quit IRC | 19:00 | |
*** suneelb has joined #openstack-qa | 19:00 | |
mtreinish | dhellmann: sure I'll take a look | 19:00 |
dhellmann | mtreinish: thanks | 19:00 |
mtreinish | andreaf: ok cool, I'll review it in a bit | 19:00 |
*** suneelb has quit IRC | 19:00 | |
*** suneelb has joined #openstack-qa | 19:01 | |
*** suneelb has quit IRC | 19:01 | |
*** suneelb has joined #openstack-qa | 19:01 | |
mtreinish | dhellmann: +2 | 19:02 |
dhellmann | mtreinish: thanks! | 19:03 |
mtreinish | those backports have added quite a few bugs to a bunch of different stable jobs | 19:03 |
mordred | flashgordon, adam_g thanks!!! | 19:03 |
*** nfedotov has quit IRC | 19:03 | |
dhellmann | dtroyer: do you have +2 on stable branches for devstack? https://review.openstack.org/#/c/139631/ is blocking a few of the oslo libs | 19:03 |
sdague | dtroyer: so... new ui on gerrit does code coloring client side | 19:05 |
sdague | which means that if we add #!/bin/bash to all the devstack lib files | 19:05 |
sdague | it will detect it as bash correctly | 19:05 |
*** nfedotov has joined #openstack-qa | 19:05 | |
sdague | dtroyer: https://review.openstack.org/#/c/139619/1/lib/nova,cm | 19:06 |
sdague | which would make me extraordinarily happy | 19:06 |
sdague | because I find reviewing code without colors difficult | 19:06 |
sdague | dhellmann: I'm going to just fast approve 139631 as it's blocking you | 19:07 |
sdague | adam_g: https://review.openstack.org/#/c/139666/ and https://review.openstack.org/#/c/139625/ could use your +1 | 19:08 |
sdague | I think it's completely safe purge of nova bm | 19:08 |
sdague | but you would probably know best | 19:09 |
*** ajo has quit IRC | 19:09 | |
*** gfidente has quit IRC | 19:10 | |
dtroyer | dhellmann: +2 but sdague beat me to it… | 19:10 |
sdague | dtroyer: so... gerrit | 19:10 |
dtroyer | sdague: I think I can live with shebang lines easier than adding .sh extensions to everything. | 19:10 |
sdague | ok | 19:10 |
dtroyer | I'm thinking if there is a way to re-inforce that the lib/* files are not stand-alone scripts? | 19:10 |
sdague | also, did you have an opinion on the set -o nounset email I sent | 19:11 |
sdague | well they won't have +x on them | 19:11 |
dtroyer | I replied to that email earlier (I thought I hit send)… | 19:11 |
openstackrecheck | openstack/nova change: https://review.openstack.org/137322 failed gate-nova-python27 in the gate queue with an unrecognized error | 19:11 |
sdague | oh, I haven't read email yet | 19:11 |
dtroyer | sdague: tl;dr, I'm OK, slight tweak to the function, and a thought about doing it in increments | 19:12 |
sdague | yeh, though the way the include works, it's honestly one of those things that you kind of just plough through the common path | 19:13 |
sdague | fix all the devstack tests that hit different trees | 19:13 |
sdague | then fast merge patches | 19:13 |
sdague | because it doesn't trigger until it touches a var, it's hard to get to all the branches | 19:13 |
dtroyer | when is K1? maybe this should wait until after the pre-milestone rush? | 19:14 |
*** om has joined #openstack-qa | 19:18 | |
*** kirshil has quit IRC | 19:20 | |
adam_g | sdague, +1s, should be fine in master | 19:23 |
openstackgerrit | Joe Gordon proposed openstack-dev/devstack: Fix permissions for keystonemiddleware signing_dir https://review.openstack.org/139714 | 19:24 |
flashgordon | ^ should fix all those keystone middleware warnings | 19:25 |
flashgordon | morganfainberg: ^ | 19:25 |
sdague | flashgordon: would you mind extracting that to a common function? | 19:27 |
sdague | it seems like it's the same 4 lines repeated over and over | 19:27 |
flashgordon | sdague: no I don't mind, -1 the patch and once I know the code works I'll extract it | 19:27 |
sdague | done | 19:28 |
openstackgerrit | Sean Dague proposed openstack-dev/devstack: add shebang lines to all lib files https://review.openstack.org/139715 | 19:28 |
sdague | dtroyer: ^^^ | 19:28 |
flashgordon | sdague: as part of fixing that I noticed it was super duper repetitive and silly | 19:29 |
sdague | yep :) | 19:29 |
*** ranger81 has quit IRC | 19:36 | |
*** nfedotov1 has joined #openstack-qa | 19:39 | |
*** nfedotov has quit IRC | 19:40 | |
sdague | dtroyer: you want to +2 this grenade change - https://review.openstack.org/#/c/139666/ - then I can rerun the devstack change which guts baremetal and it should pass | 19:40 |
*** nfedotov1 has quit IRC | 19:41 | |
dtroyer | sdague: grenade +A | 19:43 |
*** gordc has joined #openstack-qa | 19:43 | |
*** suneelb has quit IRC | 19:43 | |
*** dustins has quit IRC | 19:43 | |
*** tkammer has joined #openstack-qa | 19:43 | |
*** suneelb has joined #openstack-qa | 19:43 | |
gordc | sdague: re: http://lists.openstack.org/pipermail/openstack-dev/2014-December/052121.html do you have a link handy of what the workaround for ceilo bug was? | 19:45 |
*** om has quit IRC | 19:45 | |
gordc | link or what project the change was made too (i can dig for it there) | 19:45 |
dtroyer | flashgordon: in https://review.openstack.org/#/c/139714/ is using install a feasable alternative? | 19:46 |
*** nfedotov has joined #openstack-qa | 19:46 | |
flashgordon | install? | 19:47 |
*** ranger81 has joined #openstack-qa | 19:47 | |
mtreinish | dkranz: on https://review.openstack.org/#/c/134062/ I would be inclined to just block that because it's a test for FWaaS. I don't think the neutron advanced services stuff really isn't reliable enough yet | 19:47 |
mtreinish | we've blocked all the other tests for this stuff for the most part | 19:48 |
flashgordon | dtroyer: something like function install_foo | 19:48 |
dtroyer | flashgordon: /usr/bin/install, the old BSD command | 19:48 |
*** ajo has joined #openstack-qa | 19:48 | |
dkranz | mtreinish: Well, I gave it a -1 because I wasn't sure it belonged in tempest. | 19:49 |
dkranz | mtreinish: But it looked ok as a test. | 19:49 |
dtroyer | IIRC it should reduce those 4 lines to one or two at the most and is a standard command | 19:49 |
dkranz | mtreinish: How are reviewers in tempest supposed to know that a test was submitted for a "released" feature we now think is not ready? | 19:50 |
mtreinish | dkranz: well the fact that neutron is trying to remove them from their tree is a pretty good indicator I feel | 19:50 |
dhellmann | dtroyer, sdague : thanks! | 19:50 |
mtreinish | dkranz: it's come up on the meetings before too | 19:51 |
mtreinish | dkranz: as a last resort just ask salv-orlando :) | 19:51 |
dkranz | mtreinish: ok, I must have missed that. Anyway I gave it a -1 :) | 19:51 |
dkranz | mtreinish: Are you ok with just saying "no new neutron api tests in tempest"? I think that is where Maru thinks we are going. | 19:53 |
flashgordon | dtroyer: hmm that may work | 19:53 |
flashgordon | dtroyer: I still think step one is make a common function | 19:53 |
flashgordon | unless that common function can be install | 19:53 |
dkranz | mtreinish: we had a discussion about that in this channel earlier today | 19:53 |
mtreinish | dkranz: I'd rather take it on a case by case basis honestly | 19:54 |
mtreinish | I'm uncomfortable making that as a blanket statement, but I think pushback is useful | 19:54 |
dkranz | mtreinish: I was pointing out to Maru that we have no criteria to do it on a case by case | 19:54 |
dtroyer | flashgordon: I'd prefer to avoid trivial functions unless they add some other value | 19:54 |
flashgordon | dtroyer: want to amend my patch? | 19:55 |
dkranz | mtreinish: anyway, marun is very close to having a neutron job running so that neutron functional api tests can be submitted there | 19:55 |
dtroyer | flashgordon: sure, after I clear another thing or two first | 19:56 |
*** abehl has quit IRC | 19:56 | |
mtreinish | dkranz: ok thats fine, but I think instead of just blocking everything, why not just ask in the review why does this have to be in tempest | 19:56 |
mtreinish | and if there isn't a good answer then block it | 19:56 |
dkranz | mtreinish: that's fine. But I think this is really caused by people not knowing about the policy change that was agreed in Paris. And until how there was no where else to put such tests. | 19:57 |
dkranz | mtreinish: that should change soon | 19:57 |
dkranz | mtreinish: until now | 19:57 |
dkranz | mtreinish: anyway, I was asking for input from marun in the review, not blocking everything | 19:58 |
flashgordon | dtroyer: thanks | 19:58 |
dkranz | mtreinish: Like I did not block the firewall test which you wanted me too for a different reason :) | 19:59 |
mtreinish | dkranz: heh, yeah asking a neutron dev to weigh in on the proper place for a test works | 19:59 |
mtreinish | dkranz: heh, well that's something else entirely :) | 20:00 |
*** e0ne has joined #openstack-qa | 20:01 | |
flashgordon | mtreinish: tempest question -- | 20:10 |
mtreinish | uh oh | 20:10 |
flashgordon | in most cases tempest creates instances without networks associated to the tenant right? | 20:10 |
flashgordon | see https://review.openstack.org/#/c/139712/ | 20:11 |
flashgordon | because we don't always need to gain access to the tenant for all tests | 20:11 |
mtreinish | flashgordon: well it depends, with neutron it creates per tenant networks | 20:11 |
mtreinish | with nova-network it's basically assuming flat networking | 20:11 |
flashgordon | mtreinish: by default? | 20:11 |
flashgordon | mtreinish: for neutron | 20:12 |
mtreinish | flashgordon: if you're running in parallel (ie tenant isolation is enabled) | 20:12 |
mtreinish | so it's default in the gate, but not default in the config file | 20:12 |
flashgordon | hmm | 20:12 |
flashgordon | where is the code that sets that up | 20:12 |
flashgordon | because the test test_create_with_existing_server_name | 20:12 |
flashgordon | is triggering No network configured | 20:13 |
mtreinish | flashgordon: some test classes override this though | 20:13 |
flashgordon | among others | 20:13 |
mtreinish | flashgordon: you'd have to look at the code for a set_network_resources call in the inheritance tree for the test class | 20:13 |
dkranz | mtreinish: with regard to firewall, it is obviously not widely known that fwaas is in disrepute. gmann gave a +2 to https://review.openstack.org/#/c/126884/ | 20:14 |
mtreinish | dkranz: yeah, we probably should revisit it again | 20:14 |
mtreinish | I'll circle back with mestery and salv-orlando about what we should do with regard to testing the advanced services | 20:15 |
mtreinish | and put it on the meeting agenda | 20:15 |
dkranz | mtreinish: thanks. | 20:15 |
dkranz | mtreinish: Especially because how we test them is not the same as the issue of saying they are "not stable enough to use" | 20:15 |
mestery | mtreinish: Testing of advanced services will be taking a slight twist once we spin them off next week into their own repositories. | 20:16 |
mestery | mtreinish: But I suspect the reference wasn't about that? | 20:16 |
mtreinish | mestery: sort of I was saying it had been the policy to not add tempest tests for them because of stability reasons | 20:17 |
flashgordon | mtreinish: hmm what happens if force_tenant_isolation = False? | 20:17 |
mestery | mtreinish: Yes, that's still the case. Hoping the split lets each services team focus on hardening their existing tests. :) | 20:17 |
mestery | mtreinish: Lets see | 20:17 |
mtreinish | flashgordon: force_tenant isolation is unrelated, it's just a shortcut to avoid code duplication | 20:17 |
mtreinish | flashgordon: it's false everywhere except for things like quota tests where tenant isolation is needed | 20:18 |
mtreinish | mestery: heh, well we can hope :) | 20:19 |
dkranz | mestery: to be clear, are you saying the issue is just with insufficient tests, or that you believe the service to be not-ready-to-use? | 20:19 |
mestery | dkranz: Certainly it's likely there are insufficient tests, the latter isn't necessarily the case. | 20:20 |
dkranz | mestery: ok, good | 20:20 |
dkranz | mestery: not that there are insufficient tests :) | 20:20 |
mestery | dkranz: lol | 20:21 |
mestery | :) | 20:21 |
mestery | dkranz: We'll miss you at the Neutron meetup next week, it was nice having you at hte last one in Minnesota :) | 20:21 |
dkranz | mestery: I would have liked to come but I was too jammed up just after Paris | 20:22 |
dkranz | mestery: I spoke with Maru this morning and said I could call in if that seemed useful at some point. | 20:22 |
mestery | dkranz: Yeah, no worries. We're really going to be cramming code next week, should be lots of fun! | 20:22 |
mestery | dkranz: I'm going to do my best to enable remote folks. | 20:22 |
flashgordon | hmm tempest is creating the network | 20:23 |
dkranz | mestery: ok, cool. I thought you guys would be skiing though. | 20:23 |
mestery | dkranz: Some folks may partake in a bit of that I'm sure ;) | 20:23 |
*** Masahiro has joined #openstack-qa | 20:23 | |
openstackgerrit | Merged openstack-dev/grenade: remove sourcing of nova baremetal driver https://review.openstack.org/139666 | 20:24 |
*** Masahiro has quit IRC | 20:27 | |
*** rushiagr is now known as rushiagr_away | 20:31 | |
flashgordon | mestery: neutron doesn't log tenant id or anything along with req-ids | 20:31 |
flashgordon | the logs are really hard to sort out without that | 20:32 |
salv-orlando | mtreinish: I think our plan is still the same we agreed 3 months ago. We don't want to test them anymore in the integrated gate | 20:32 |
flashgordon | mestery: | 20:32 |
flashgordon | req-c0b4dfb9-8af3-40eb-b0dd-7b576cfd1d55 AggregatesAdminTestJSON-917687995 AggregatesAdminTestJSON-394398414 | 20:32 |
flashgordon | vs [req-94a39f87-e470-4032-82af-9a6b429b60fa None] | 20:32 |
salv-orlando | (reading scrollback in the meanwhile) | 20:32 |
mestery | flashgordon: Sorry about that, you could file a bug for that. | 20:33 |
*** ranger81 has quit IRC | 20:33 | |
salv-orlando | flashgordon: I did file a bug already once. Can't remember its id or keyword | 20:33 |
salv-orlando | just file another one | 20:33 |
mestery | salv-orlando: Thanks :) | 20:34 |
* flashgordon files another bug | 20:34 | |
openstackgerrit | Andrea Frittoli proposed openstack/qa-specs: add bp:test-accounts-continued https://review.openstack.org/139578 | 20:36 |
ekhugen_alt | andreaf do you think the latest resource cleanup spec will be ready to be worked on soon? I was holding off starting patches for it until this was approved https://review.openstack.org/#/c/115353/ | 20:38 |
flashgordon | mestery salv-orlando: https://bugs.launchpad.net/neutron/+bug/1399788 | 20:39 |
flashgordon | mestery: trying to figure out why nova is logging 'No network configured' https://review.openstack.org/#/c/139712/ | 20:39 |
*** ajo has quit IRC | 20:39 | |
andreaf | ekhugen_alt: I was off on holidays for a while, that's why it didn't progress - I'll try to get it approved beginning of next week | 20:40 |
flashgordon | and without logging tenant info I don | 20:40 |
mestery | flashgordon: Thanks for the bug reference | 20:40 |
flashgordon | don't think I can figure it out | 20:40 |
mestery | flashgordon: I think that would help you for sure | 20:41 |
ekhugen_alt | andreaf okay, thanks, I'll start working on it next week then | 20:41 |
openstackgerrit | Andrea Frittoli proposed openstack/qa-specs: add bp:test-accounts-continued https://review.openstack.org/139578 | 20:42 |
andreaf | mtreinish, dkranz: new patchset on https://review.openstack.org/#/c/139578, addressing (hopefully) your comments | 20:43 |
andreaf | ekhugen_alt: thanks | 20:45 |
*** yamamoto has joined #openstack-qa | 20:52 | |
flashgordon | mtreinish: http://logs.openstack.org/12/139712/1/check/check-tempest-dsvm-neutron-full/3348b00/logs/tempest.txt.gz#_2014-12-05_19_19_44_390 | 20:53 |
flashgordon | that looks funny | 20:53 |
*** andreaf has quit IRC | 20:56 | |
*** tkammer has quit IRC | 20:56 | |
*** yamamoto has quit IRC | 20:57 | |
flashgordon | mtreinish: Clearing network: None, subnet: None, router: None | 21:00 |
flashgordon | that sounds bad no? | 21:00 |
openstackgerrit | Joe Gordon proposed openstack/tempest: Log the credentials used to clear networks https://review.openstack.org/139734 | 21:00 |
flashgordon | mtreinish: any idea why that could happen? | 21:02 |
*** sabeen3 has joined #openstack-qa | 21:03 | |
*** sabeen has quit IRC | 21:04 | |
mtreinish | flashgordon: I'll take a look after I migrate home | 21:06 |
mtreinish | but I think that's expected | 21:06 |
mtreinish | it probably means that set_network_resources is being used there | 21:06 |
*** andreaf has joined #openstack-qa | 21:07 | |
flashgordon | ahh | 21:07 |
flashgordon | added some logging to help | 21:07 |
openstackgerrit | Emily Hugenbruch proposed openstack-dev/devstack: Adding tempest install to devstack https://review.openstack.org/136767 | 21:08 |
openstackgerrit | Emily Hugenbruch proposed openstack-dev/devstack: Adding tempest install to devstack https://review.openstack.org/136767 | 21:09 |
openstackgerrit | Emily Hugenbruch proposed openstack-dev/devstack: Adding tempest install to devstack https://review.openstack.org/136767 | 21:10 |
*** weshay has quit IRC | 21:12 | |
dpaterson | mtreinish: I see your comment on the CLI spec I submitted and will checkout your patch and have updates for next qa meeting. | 21:12 |
dpaterson | sdague: I think that construction the entire --help as a top down design for CLI is reasonable and will update spec for next week's qa meeting as well. | 21:13 |
dpaterson | Thanks for feedback. | 21:13 |
sdague | dpaterson: awesome, thanks | 21:14 |
sdague | I very much look forward to it | 21:14 |
dpaterson | have a nice weekend. | 21:14 |
sdague | I think it would be great to have a tempest cli | 21:14 |
sdague | you too! | 21:14 |
*** nfedotov has quit IRC | 21:21 | |
*** e0ne has quit IRC | 21:26 | |
*** sabeen3 has quit IRC | 21:31 | |
*** sabeen has joined #openstack-qa | 21:31 | |
*** ajo has joined #openstack-qa | 21:31 | |
*** ajo has quit IRC | 21:32 | |
*** ranger81 has joined #openstack-qa | 21:34 | |
mtreinish | dpaterson: ok cool, thanks | 21:36 |
*** ranger81 has quit IRC | 21:36 | |
*** ranger81 has joined #openstack-qa | 21:36 | |
mtreinish | flashgordon: yeah that log message is what happens when set_network_resources() is called in the setUpClass() to not create network resources for the test class | 21:37 |
*** boris-42 has quit IRC | 21:37 | |
mtreinish | flashgordon: which test are you hitting this on? I'll dig up where that's getting set | 21:38 |
sdague | neutron-full job get a lot less reliable this week? | 21:40 |
flashgordon | mtreinish: don't know, the logs aren't helpful | 21:40 |
*** mriedem has quit IRC | 21:41 | |
*** Longgeek has quit IRC | 21:42 | |
sdague | dtroyer: https://review.openstack.org/#/c/139625/ https://review.openstack.org/#/c/139715/ might be nice to get in for the weekend. I'm about to drop off though as family calls. | 21:43 |
*** jecarey has quit IRC | 21:48 | |
*** ajo has joined #openstack-qa | 21:54 | |
openstackrecheck | openstack/requirements change: https://review.openstack.org/138813 failed because of: gate-tempest-dsvm-neutron-full: https://bugs.launchpad.net/bugs/1323658 | 21:59 |
*** sabeen has quit IRC | 22:07 | |
*** Masahiro has joined #openstack-qa | 22:12 | |
*** Masahiro has quit IRC | 22:17 | |
*** dpaterson has quit IRC | 22:20 | |
dtroyer | sdague: I'll have a look at those tests after a bit…think they're false results? | 22:23 |
*** shashankhegde has quit IRC | 22:27 | |
*** andreaf has quit IRC | 22:29 | |
sdague | they are refreshing | 22:29 |
*** shashankhegde has joined #openstack-qa | 22:30 | |
sdague | dtroyer: they have passed now | 22:30 |
*** aysyd has quit IRC | 22:40 | |
mtreinish | flashgordon: wait, which test are you seeing the failures on? That's what I was asking | 22:40 |
mtreinish | That log message is pretty generic I agree, it should be cleaned up. It'll also be printed a bunch of places too | 22:41 |
*** cbader has quit IRC | 22:45 | |
*** gordc has quit IRC | 22:46 | |
*** andreykurilin_ has joined #openstack-qa | 22:52 | |
*** ranger81 has quit IRC | 22:54 | |
*** ajo has quit IRC | 23:01 | |
*** ranger81 has joined #openstack-qa | 23:08 | |
*** ranger81 has quit IRC | 23:14 | |
*** vigneshvar has quit IRC | 23:18 | |
*** boris-42 has joined #openstack-qa | 23:21 | |
*** rwsu has quit IRC | 23:24 | |
*** mlavalle has quit IRC | 23:27 | |
*** andreykurilin_ has quit IRC | 23:28 | |
flashgordon | I am seeing the 'Network not found' nova error | 23:32 |
flashgordon | on test_create_with_existing_server_name | 23:33 |
flashgordon | that is the top level thing I am trying to figure out | 23:33 |
mtreinish | flashgordon: ok, yeah the network creation bit is being disabled for that test here: http://git.openstack.org/cgit/openstack/tempest/tree/tempest/api/compute/base.py#n39 | 23:35 |
mtreinish | if you need to add network creation for that test class it's not difficult (just 1 line) | 23:36 |
mtreinish | flashgordon: just add this line if you need networks created for the test class: http://git.openstack.org/cgit/openstack/tempest/tree/tempest/api/compute/servers/test_server_rescue.py#n32 | 23:38 |
mtreinish | although I'm not sure why it would start failing now, its kind of a binary thing either you need a network or you don't | 23:38 |
flashgordon | mtreinish: oh its not failing | 23:45 |
flashgordon | just wondering if that is an expected behavior that is all | 23:45 |
flashgordon | so the issue is a network isn't created and nova is throwing a warning about that | 23:45 |
mtreinish | flashgordon: it's just an optimization to limit the load on neutron | 23:45 |
flashgordon | but no network is not an issue the operator really should care about in logs | 23:45 |
mtreinish | when we had tempest configured to make a network for each new tenant back in the day things fell apart from the load | 23:46 |
mtreinish | so we switched it to just do it for things that needed networking | 23:46 |
flashgordon | so the test is working fine and so is nova, the logs are just a little alarmist | 23:46 |
flashgordon | mtreinish: it may be time to try breaking neutron again | 23:51 |
mtreinish | flashgordon: If you want to push a patch which drops all the non-neutron (it would probably interfere with neutron specific test cases) test usages of set_network_resources() we can give a try | 23:53 |
mtreinish | but we'll have to circle back around with salv-orlando before we merge it, because he did a lot of the initial stuff around this | 23:54 |
*** yamamoto has joined #openstack-qa | 23:54 | |
flashgordon | mtreinish: well we can do that too, but I was thinking the opposite | 23:55 |
flashgordon | mtreinish: create a network for more tests. you said it was an optimization to limit the load on neutron | 23:55 |
flashgordon | what happens if we raise the load | 23:55 |
mtreinish | turn off all networking? (removing the calls will create all the resources by default, it's a little counter intuitive) | 23:55 |
mtreinish | flashgordon: yeah, that's what I was proposing | 23:56 |
*** yamamoto has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!