Tuesday, 2022-08-23

simbojaHi dulek: Here is how I'm trying to implement the flag. First I iniset the flag here: https://review.opendev.org/c/openstack/kuryr-kubernetes/+/853846/1/devstack/lib/kuryr_kubernetes08:37
simbojaThen on Master and Yoga, I flip like this: https://review.opendev.org/c/openstack/kuryr-kubernetes/+/853848/1/devstack/lib/kuryr_kubernetes08:37
simbojaOn the tempest test, I do `if not CONF.kuryr_kubernetes.listener_reconciliation` ...08:38
duleksimboja: You shouldn't need to set the flag to False on stable branches. It should default to False.08:39
duleksimboja: On the kuryr-tempest-plugin side you should either be able to create a new test scenario and decide in `skip_checks()` or raise cls.skipException() on the test itself.08:41
simbojadulek : I think this should take care of it : https://paste.opendev.org/show/bwAjooCV9MXa2y9iFUiF/08:43
dulekSure, but I have no idea where you've put it?08:44
simbojaHere on the skipException: https://review.opendev.org/c/openstack/kuryr-tempest-plugin/+/818701/30/kuryr_tempest_plugin/tests/scenario/test_service.py08:47
simbojaSo within the skip_checks() I am checking for that configuration and skipping if not enabled08:48
duleksimboja: This will cause no tests to be run when listener_reconciliation is False. And you want `test_loadbalancers_reconcilation` to be running in stable/xena, right? 08:49
dulekYou got to split it as I described.08:49
simbojaOhh, I see08:49
dulekEither a new scenario (class) or raising skipException in the test itself.08:49
simbojaI am going with the second option08:49
opendevreviewSunday Mgbogu proposed openstack/kuryr-kubernetes master: LoadBalancer Members Reconciliation  https://review.opendev.org/c/openstack/kuryr-kubernetes/+/84581515:40

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