*** gmann is now known as gmann_afk | 00:07 | |
*** gmann_afk is now known as gmann | 01:11 | |
gmann | slaweq, sure, I will check tomorrow | 02:10 |
---|---|---|
*** poojajadhav is now known as pojadhav | 05:14 | |
*** pojadhav- is now known as pojadhav | 05:52 | |
*** jpena|off is now known as jpena | 06:58 | |
*** frickler_ is now known as frickler | 07:25 | |
isabek | Hi team! I have few api neutron-tempest-plugin tests, this tests creating resource in same time. How I can get body of created resource properly during openstack resource list in one test? | 08:41 |
isabek | I'm working on tempest tests, how can be defined in code to run tests not parallel? | 09:19 |
*** dviroel|out is now known as dviroel | 10:47 | |
*** pojadhav is now known as pojadhav|afk | 11:01 | |
*** jpena is now known as jpena|lunch | 11:27 | |
*** jpena|lunch is now known as jpena | 12:26 | |
*** pojadhav|afk is now known as pojadhav | 13:16 | |
amodi | artom__: can i get a +2 https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/786979 | 13:20 |
slaweq | gmann: hi | 13:53 |
slaweq | gmann: did You saw my yesterday's question? | 13:53 |
slaweq | about https://review.opendev.org/c/openstack/neutron-vpnaas/+/805969/ | 13:53 |
gmann | slaweq: hi | 13:54 |
gmann | slaweq: yeah, I am checking those but might have meeting in 6 min but will continue after that | 13:54 |
slaweq | gmann: no rush | 13:54 |
slaweq | it's not urgent | 13:54 |
gmann | slaweq: ok | 13:54 |
slaweq | I just wasn't sure if You saw it :) | 13:54 |
slaweq | thx a lot for help | 13:54 |
gmann | yeah i replied but you were offline that time :) | 13:55 |
gmann | slaweq: but surly will check today | 13:55 |
slaweq | ahh, ok | 13:55 |
slaweq | thx a lot once again | 13:55 |
gmann | np! | 13:56 |
gmann | slaweq: so all-plugins and 'all' both are failing right? or previous one passing and not 'all' https://review.opendev.org/c/openstack/neutron-vpnaas/+/805969/14/.zuul.yaml#35 | 13:58 |
slaweq | yes | 13:58 |
slaweq | but in different ways | 13:58 |
slaweq | with "all" it complains that nothing matches neutron_vpnaas\. regex | 13:58 |
slaweq | and with all-plugin it complains about missing some neutron_tempest_plugin modules to import | 13:59 |
gmann | ohk, I think both same. regex no matching can also happen (usually) when no neutron-tempest-plugin is found | 14:00 |
slaweq | gmann: this is failure with all-plugin: https://50fba02399ceb50f60dc-e0eb26721fa5b6241fb190007d5273a9.ssl.cf2.rackcdn.com/805969/13/check/neutron-vpnaas-tempest/af01cce/job-output.txt | 14:00 |
slaweq | gmann: but it's train and we have those tests in neutron_vpnaas repo directly | 14:01 |
gmann | slaweq: ah, may be py2/3 drama but let me check after meeting | 14:02 |
slaweq | gmann: sure, thx a lot | 14:02 |
*** pojadhav is now known as pojadhav|afk | 14:17 | |
clarkb | gmann: one thing I would like to bring up here so it doesn't get lost is we've been fielding a lot of questions from users because devstack does not install on a default ubuntu cloud image anymore. The problem is there are packages like python-simplejson that are distutils packaged so pip cannot uninstall them to upgrade simplejson according to requirements/constraints. | 14:47 |
clarkb | gmann: this is a side effect of that pip update that had us pin pip for a while but now we have unpinned pip and try to fix these issues independently. | 14:48 |
clarkb | Unfortuantely I think if the base distro and openstack requirements conflict in their requirements this will always be a problem. When pip first made this change I had worked on changes to put everything into virtualenvs for devstack | 14:48 |
clarkb | at the time this wasn't the approach people wanted to take, but it seems now that this may be the right decision. | 14:49 |
clarkb | Calling it out so that if others are interested they know where to look. Also I mentioend to zigo that fixing the distro pacakges would be a good idea | 14:49 |
gmann | clarkb: thanks for the detail. i usually uninstall manually in my local. | 14:49 |
clarkb | gmann: right but many people don't know to do that is the issue. Devstack should ideally just work | 14:50 |
gmann | should we file bug and suggestion in devstack so that we can just give link if anyone want | 14:50 |
clarkb | putting the installations into virtualenvs would fix that | 14:50 |
gmann | k | 14:50 |
clarkb | https://review.opendev.org/c/openstack/devstack/+/558930 is where the work I had done previously stalled out | 14:52 |
clarkb | The change is actually pretty easy ni devstack, but becomes more problematic with grenade | 14:53 |
clarkb | also ironic has some stuff out there that needs modification to work too since they don't rely on normal paths for stuff iirc | 14:53 |
gmann | clarkb: i have not looked into detail of that change yet but just curious any challenge you see for creating tempest venv inside devstack venv ? | 15:05 |
clarkb | gmann: I think those should still be separate. The reason tempest is in a virtualenv is that it doesn't branch like everything else so doesn't use the same requirements and constraints | 15:06 |
clarkb | basically the global venv in that change mimics the global isntall of all the deps. But they can be isoalted from the ditro | 15:07 |
gmann | clarkb: ah right, being all plugins as separate repo/installable then separate is all ok. only thing is we need to remove the deprecated all-plugins tox env which allow sitepackages = True | 15:10 |
*** artom_ is now known as artom | 15:13 | |
opendevreview | Ade Lee proposed openstack/tempest master: WIP Add support for ecdsa keys https://review.opendev.org/c/openstack/tempest/+/807465 | 15:21 |
opendevreview | Ade Lee proposed openstack/tempest master: Add skip for tests that wont work under fips https://review.opendev.org/c/openstack/tempest/+/810808 | 15:24 |
opendevreview | Ade Lee proposed openstack/tempest master: DNM - Add temporary link to patched paramiko https://review.opendev.org/c/openstack/tempest/+/810809 | 15:24 |
opendevreview | Archit Modi proposed openstack/whitebox-tempest-plugin master: Add Rbd direct download test https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/786979 | 15:32 |
gmann | slaweq: it was missing tempest plugins to mention https://zuul.opendev.org/t/openstack/build/aef624beb19d47d9be6693137c887196/log/job-output.txt#31414 | 15:33 |
gmann | slaweq: updated patch, let's see. it should work now https://review.opendev.org/c/openstack/neutron-vpnaas/+/805969/15/.zuul.yaml#38 | 15:33 |
*** dviroel is now known as dviroel|lunhc | 15:42 | |
*** dviroel|lunhc is now known as dviroel|lunch | 15:42 | |
*** jpena is now known as jpena|off | 16:09 | |
*** dviroel|lunch is now known as dviroel | 16:26 | |
gmann | slaweq: its green now \o/ https://review.opendev.org/c/openstack/neutron-vpnaas/+/805969 | 17:05 |
opendevreview | melanie witt proposed openstack/devstack master: Enable oslo.limit to installed from git repo https://review.opendev.org/c/openstack/devstack/+/812179 | 17:30 |
opendevreview | melanie witt proposed openstack/devstack master: Enable oslo.limit to be installed from git repo https://review.opendev.org/c/openstack/devstack/+/812179 | 17:31 |
slaweq | gmann: thx a lot :) | 19:04 |
-opendevstatus- NOTICE: The review.opendev.org Gerrit server has become unreachable as of approximately 19:10 UTC due to a networking issue in the provider, but should be reachable again shortly | 19:45 | |
*** dviroel is now known as dviroel|out | 21:24 | |
opendevreview | Merged openstack/whitebox-tempest-plugin master: Add Rbd direct download test https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/786979 | 22:06 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!