This fixes below problem when making HTML report file:
INTERNALERROR> AttributeError: 'CollectReport' object
has no attribute 'description'
Change-Id: Ie4165f676c6875c28234164024ea18fb265b1e6e
This fixed following error running virt-customize as superuser:
libvirt: XML-RPC error : Failed to connect socket to
'/var/run/libvirt/libvirt-sock': No such file or directory
Depends-On: https://review.opendev.org/c/x/devstack-plugin-tobiko/+/791698
Change-Id: I311a232806112196f5e37bed42fa762af9e4f31c
This allows to import old varlink based podman client
ase podman1 while keeping safe to install the new
client podman-py package as podman.
To archive such result it first temporarly rename existing podman
dir, then install podman package on its place, renames it as
podman1, and finally restore pre-existing podman directory
if any initially found.
Change-Id: If834cc383f11e656f17e49d5e6fa401ac8bee829
This reverts commit 5abcecdd52.
Reason for revert: It seems that those new tests introduced some
overload in the Tobiko's CI jobs and a lot of jobs were timing out.
So let's revert it for now to unblock the gate and later figure out
what to do with those tests.
Change-Id: Ife99da61540c3db620a52e30e9ff2b311ae763f2
- install ipref3 using virt-customize
- enables QoS server test on DevStack based setups
- remove iperf3 installation from iperf3 shell APIs
- raise default QoS BW limit from 1Kbps to 1 Mbps
- increase QoS bandwith limit tollerance range (90%-110%)
Depends-On: https://review.opendev.org/c/x/devstack-plugin-tobiko/+/788899
Change-Id: Idc7d98b34ce59d14408b15edb6061a36f796a8fc
Revert "Fix for podman-varlink io.podman.socket': No such file or directory"
This reverts commit be99c8bf12.
Reason for revert: <INSERT REASONING HERE>
Change-Id: I464470c4f96a37f261e086de3e062b1ee48d952f
This reverts commit 919f5d3eaa.
Reason for revert: This new test brings (almost) no new values and is causing some problems. So let's get rid of it. We have another test which is powering down nodes using Ironic API.
Change-Id: I0e8c6b76d6acaba264ca234fb071d304b3ba8b7c
So far Octavia validators module didn't allow sending requests from
given ssh clients (it used only the client_stack's ssh).
This patch adds the option of providing an ssh_client parameter to
the validators' request function.
Change-Id: I24c259b569b3b0df09c319d2d1288de97d1ec5b3
This will vaiabalize the podman socket name and file location
so that the podman socket service can start healthy
Change-Id: I12284883ad7f73b7aed4a9447cc60f90b8960554
Test cloud recovery after two controller nodes has been
hard power off using sysrq.
This patch should verify BugZilla n. 1942094 [1]
[1] https://bugzilla.redhat.com/show_bug.cgi?id=1942094
Change-Id: I5d8cb0711e9658982786ceb8a33c8fffecdf952d
Test cloud recovery after two controller nodes has been
power off and then power on
The test is using undercloud Ironic REST APIs to
power off/on overcloud controller nodes. It is using
the 'not soft' way, therefore it should be considered
an hard shutdown operation.
This patch should verify BugZilla n. 1942094 [1]
[1] https://bugzilla.redhat.com/show_bug.cgi?id=1942094
Co-Authored-By: Slawek Kaplonski <skaplons@redhat.com>
Change-Id: Iae4c004e9744bac5da2fa444ab9ea9c406664b9b
Fixes topology node discovery to avoid repeating listing undercloud
servers and to ensuring overcloud nodes are power on when they
are being discovered.
Change-Id: Ia834aa4282b604fca502948710e6b10676764c81
Some faults tests are not stable because stack deletion is not completed during
the cleanup of the previous tests
Sometimes the disruption of the next test is executed while the stack
deletion is in progress and due to this the stack remains in state
delete in progress forever
Change-Id: I07f1e21d89174cfeaca77a93bfa8772a757b1afb