| opendevreview | Merged openstack/tempest-stress master: Updating testing as per 2026.1 testing runtime https://review.opendev.org/c/openstack/tempest-stress/+/966113 | 00:09 |
|---|---|---|
| opendevreview | Merged openstack/tempest master: Add python 3.13 testing and support https://review.opendev.org/c/openstack/tempest/+/966102 | 02:04 |
| opendevreview | Merged openstack/tempest master: Remove deprecated --experimental option of autopep8 https://review.opendev.org/c/openstack/tempest/+/947715 | 04:32 |
| opendevreview | Merged openstack/tempest master: delete_on_termination added for VM with cinder volume in 2 tests https://review.opendev.org/c/openstack/tempest/+/952672 | 04:32 |
| opendevreview | Merged openstack/tempest master: tox: Fix broken autopep8 target https://review.opendev.org/c/openstack/tempest/+/965407 | 05:22 |
| opendevreview | Maxim Sava proposed openstack/tempest master: Add image decompression import tests https://review.opendev.org/c/openstack/tempest/+/965889 | 06:59 |
| opendevreview | Merged openstack/hacking master: Remove use of pkg_resources https://review.opendev.org/c/openstack/hacking/+/965832 | 09:12 |
| opendevreview | Merged openstack/hacking master: Deprecate skip_on_py3 decorator https://review.opendev.org/c/openstack/hacking/+/965833 | 09:13 |
| opendevreview | Merged openstack/hacking master: Bump flake8 version https://review.opendev.org/c/openstack/hacking/+/965917 | 09:18 |
| opendevreview | Merged openstack/hacking master: Remove Python 2->3 checks descriptions https://review.opendev.org/c/openstack/hacking/+/930992 | 09:18 |
| opendevreview | Hervé Beraud proposed openstack/hacking master: Add H905 hacking check to ban eventlet usage https://review.opendev.org/c/openstack/hacking/+/959699 | 09:46 |
| opendevreview | sean mooney proposed openstack/devstack master: Add support for trixie and platform job https://review.opendev.org/c/openstack/devstack/+/954653 | 13:02 |
| opendevreview | Takashi Kajinami proposed openstack/hacking master: Add check to detect LOG.warn https://review.opendev.org/c/openstack/hacking/+/936072 | 13:37 |
| opendevreview | Takashi Kajinami proposed openstack/tempest master: Add tests with UEFI boot https://review.opendev.org/c/openstack/tempest/+/965408 | 13:45 |
| opendevreview | Takashi Kajinami proposed openstack/tempest master: DNM: Testing https://review.opendev.org/c/openstack/tempest/+/966029 | 13:45 |
| opendevreview | sean mooney proposed openstack/devstack master: Add support for trixie and platform job https://review.opendev.org/c/openstack/devstack/+/954653 | 15:12 |
| opendevreview | Ghanshyam proposed openstack/devstack master: Set password regex for security compliance https://review.opendev.org/c/openstack/devstack/+/957969 | 15:35 |
| gmaan | gibi: anything else to be updated in this? otherwise I will approve it https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/960302 | 15:58 |
| opendevreview | Takashi Kajinami proposed openstack/tempest master: Add tests with UEFI boot https://review.opendev.org/c/openstack/tempest/+/965408 | 16:13 |
| opendevreview | Takashi Kajinami proposed openstack/tempest master: DNM: Testing https://review.opendev.org/c/openstack/tempest/+/966029 | 16:13 |
| opendevreview | Merged openstack/hacking master: Add H905 hacking check to ban eventlet usage https://review.opendev.org/c/openstack/hacking/+/959699 | 16:22 |
| opendevreview | Takashi Kajinami proposed openstack/tempest master: wip: Add scenario test to verify vTPM support https://review.opendev.org/c/openstack/tempest/+/966203 | 16:42 |
| tkajinam | gmaan, I've proposed changes to remove py39 support from tempest plugins which you haven't yet covered (I used the same drop-py39 topic for those). | 16:46 |
| tkajinam | (totally different topic) I'm drafting a new scenario tests to verify nova features such as uefi boot or secure boot. the problem is that cirros does not support secure boot and I need a different image (probably ubuntu or centos) for it. I'm wondering if it's acceptable to add a sort of "advanced image" into tempest for that use case. | 16:47 |
| tkajinam | (maybe the option named should be more specific like secure_boot_image | 16:50 |
| gmaan | tkajinam: perfect, thanks. i will check those plugin changes | 16:55 |
| gmaan | tkajinam: uefi boot: for that we can configure a new image in tempest via devstack and that new image you want can be configured via some existing or new job. | 16:56 |
| gmaan | tkajinam: I did the same for iso image boot but test is in whitebox-tempest-plugin but same steps can be done for any test in tempest also | 16:57 |
| gmaan | let me find the change | 16:57 |
| gmaan | this one and depends-on https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/955950 | 16:58 |
| tkajinam | ok. so use the same image_ref but use the "correct" image in job side | 16:58 |
| gmaan | depends-on is not relevant | 16:58 |
| tkajinam | oops I should have checked https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/955950/4/whitebox_tempest_plugin/config.py first | 16:59 |
| gmaan | tkajinam: yes, and job can tell devstack to download it or upload it in glance and test just get that from glance and use | 16:59 |
| tkajinam | so you added that new option there to tell tempest to use that specific image for this specific scenario | 16:59 |
| gmaan | well, you can add new config also but if you are thinking of new job running new test then doing it in image_ref also work | 16:59 |
| tkajinam | ok | 17:00 |
| gmaan | other existing test did not work with iso image so added new one. if you test required image work for existing test then setting it in image_ref make more sense | 17:00 |
| gmaan | because tempest should be working for ubuntu and other image not just cirros only | 17:01 |
| tkajinam | yeah | 17:01 |
| gmaan | I will say try with image_ref first | 17:01 |
| tkajinam | ok | 17:01 |
| gmaan | if it does not work then yes I am ok to add new config and setting required image for uefi tests | 17:02 |
| tkajinam | I'll check how the job may look like but at my first though I feel like it may be redundant to add a separate job just for secure boot and we may prefer using an existing job (but using a different image needed) | 17:02 |
| tkajinam | gmaan, thanks for the guidance ! | 17:02 |
| gmaan | np! | 17:03 |
| opendevreview | Ghanshyam proposed openstack/hacking master: Drop python 3.8 & 3.9 support https://review.opendev.org/c/openstack/hacking/+/931106 | 17:48 |
| gmaan | frickler: can you check ^^ hacking change, as I will be releasing new version of hacking, thought of including this also | 17:50 |
| opendevreview | Merged openstack/tempest master: Fix formating and releasenote filename for 43.0.0 https://review.opendev.org/c/openstack/tempest/+/950594 | 18:13 |
| *** vhari_ is now known as vhari | 19:10 | |
| opendevreview | Merged openstack/hacking master: Drop python 3.8 & 3.9 support https://review.opendev.org/c/openstack/hacking/+/931106 | 19:32 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!