Friday, 2021-10-01

*** gmann is now known as gmann_afk00:07
*** gmann_afk is now known as gmann01:11
gmannslaweq, sure, I will check tomorrow 02:10
*** poojajadhav is now known as pojadhav05:14
*** pojadhav- is now known as pojadhav05:52
*** jpena|off is now known as jpena06:58
*** frickler_ is now known as frickler07:25
isabekHi 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
isabekI'm working on tempest tests, how can be defined in code to run tests not parallel?   09:19
*** dviroel|out is now known as dviroel10:47
*** pojadhav is now known as pojadhav|afk11:01
*** jpena is now known as jpena|lunch11:27
*** jpena|lunch is now known as jpena12:26
*** pojadhav|afk is now known as pojadhav13:16
amodiartom__: can i get a +2 https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/78697913:20
slaweqgmann: hi13:53
slaweqgmann: did You saw my yesterday's question?13:53
slaweqabout https://review.opendev.org/c/openstack/neutron-vpnaas/+/805969/13:53
gmannslaweq: hi13:54
gmannslaweq: yeah, I am checking those but might have meeting in 6 min but will continue after that13:54
slaweqgmann: no rush13:54
slaweqit's not urgent13:54
gmannslaweq: ok13:54
slaweqI just wasn't sure if You saw it :)13:54
slaweqthx a lot for help13:54
gmannyeah i replied but you were offline that time :)13:55
gmannslaweq: but surly will check today13:55
slaweqahh, ok13:55
slaweqthx a lot once again13:55
gmannnp!13:56
gmannslaweq: 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#3513:58
slaweqyes13:58
slaweqbut in different ways13:58
slaweqwith "all" it complains that nothing matches neutron_vpnaas\. regex13:58
slaweqand with all-plugin it complains about missing some neutron_tempest_plugin modules to import13:59
gmannohk, I think both same. regex no matching can also happen (usually) when no neutron-tempest-plugin is found 14:00
slaweqgmann: this is failure with all-plugin: https://50fba02399ceb50f60dc-e0eb26721fa5b6241fb190007d5273a9.ssl.cf2.rackcdn.com/805969/13/check/neutron-vpnaas-tempest/af01cce/job-output.txt14:00
slaweqgmann: but it's train and we have those tests in neutron_vpnaas repo directly14:01
gmannslaweq: ah, may be py2/3 drama but let me check after meeting14:02
slaweqgmann: sure, thx a lot14:02
*** pojadhav is now known as pojadhav|afk14:17
clarkbgmann: 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
clarkbgmann: 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
clarkbUnfortuantely 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 devstack14:48
clarkbat the time this wasn't the approach people wanted to take, but it seems now that this may be the right decision.14:49
clarkbCalling 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 idea14:49
gmannclarkb: thanks for the detail. i usually uninstall manually in my local. 14:49
clarkbgmann: right but many people don't know to do that is the issue. Devstack should ideally just work14:50
gmannshould we file bug and suggestion in devstack so that we can just give link if anyone want14:50
clarkbputting the installations into virtualenvs would fix that14:50
gmannk14:50
clarkbhttps://review.opendev.org/c/openstack/devstack/+/558930 is where the work I had done previously stalled out14:52
clarkbThe change is actually pretty easy ni devstack, but becomes more problematic with grenade14:53
clarkbalso ironic has some stuff out there that needs modification to work too since they don't rely on normal paths for stuff iirc14:53
gmannclarkb: 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
clarkbgmann: 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 constraints15:06
clarkbbasically the global venv in that change mimics the global isntall of all the deps. But they can be isoalted from the ditro15:07
gmannclarkb: 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 = True15:10
*** artom_ is now known as artom15:13
opendevreviewAde Lee proposed openstack/tempest master: WIP Add support for ecdsa keys  https://review.opendev.org/c/openstack/tempest/+/80746515:21
opendevreviewAde Lee proposed openstack/tempest master: Add skip for tests that wont work under fips  https://review.opendev.org/c/openstack/tempest/+/81080815:24
opendevreviewAde Lee proposed openstack/tempest master: DNM - Add temporary link to patched paramiko  https://review.opendev.org/c/openstack/tempest/+/81080915:24
opendevreviewArchit Modi proposed openstack/whitebox-tempest-plugin master: Add Rbd direct download test  https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/78697915:32
gmannslaweq: it was missing tempest plugins to mention https://zuul.opendev.org/t/openstack/build/aef624beb19d47d9be6693137c887196/log/job-output.txt#3141415:33
gmannslaweq: updated patch, let's see. it should work now https://review.opendev.org/c/openstack/neutron-vpnaas/+/805969/15/.zuul.yaml#3815:33
*** dviroel is now known as dviroel|lunhc15:42
*** dviroel|lunhc is now known as dviroel|lunch15:42
*** jpena is now known as jpena|off16:09
*** dviroel|lunch is now known as dviroel16:26
gmannslaweq: its green now \o/ https://review.opendev.org/c/openstack/neutron-vpnaas/+/80596917:05
opendevreviewmelanie witt proposed openstack/devstack master: Enable oslo.limit to installed from git repo  https://review.opendev.org/c/openstack/devstack/+/81217917:30
opendevreviewmelanie witt proposed openstack/devstack master: Enable oslo.limit to be installed from git repo  https://review.opendev.org/c/openstack/devstack/+/81217917:31
slaweqgmann: 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 shortly19:45
*** dviroel is now known as dviroel|out21:24
opendevreviewMerged openstack/whitebox-tempest-plugin master: Add Rbd direct download test  https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/78697922:06

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!