It turns out, that the fedora 3node nodeset is not used since
change Ic3493edae66df736ff29e3c3e82774e2649cef9d merged.
Remove it, so that we don't need to update it again in the future.
Change-Id: Ib65affbe84937e2e0bc0a3bec7fb9c21cfeb3636
def assert_equal_containers_state(expected_containers_list=None,
timeout=120, interval=2,
recreate_expected=False):
"""compare all overcloud container states with using two lists:
one is current , the other some past list
first time this method runs it creates a file holding overcloud
containers' states: /home/stack/expected_containers_list_df.csv'
second time it creates a current containers states list and
compares them, they must be identical"""
Change-Id: Ib750bc6f512afddb6067d3dbaac4820bb43a6ed7
If sample of running containers is taken before creating a VM, some
sidecars containers would not exist. To avoid this, container checkings
are performed after VM creation
Change-Id: Ie24f8ad1b08391f65d1b3b199af3a40e49ed2ac5
Since this causes a regression and breaks podman integration.
causing an infinite loop in the tobiko pomdan client
This reverts commit 05615d6487.
Change-Id: Id82d02718ebbe5abee408c18858204f1c49229c1
This new test case checks if dnsmasq process spawned for network
works fine when neutron-dhcp-agent is stopped and than started again.
Dnsmasq process should be running fine for all this time and should
not change its PID.
Change-Id: Iad7317761830d6dc07a84bce07a0437ca7e9d602
: OvercloudProcessesException: not all overcloud processes are
in running state, process nova-scheduler is not running
Change-Id: I58f18127f08f04e74da3563b22a8c36ab576014d
The goal here is to be able to do : ir tobiko --tests gate_faults
and that should run the single test :
tobiko/tobiko/tests/faults/ha/test_cloud_recovery.py::test_overcloud_health_check
Change-Id: I7b7c3115a6b5a8b5188907dcbd934b9b101da695
seeder option is in the newest virtualenv only ,
and under this condition, virtualenv will never upgrade :
[stack@undercloud-0 tobiko]$ if ! python3 -m virtualenv --version; then
> virtualenv --version;fi
16.0.0
Change-Id: I86c5bf6429a5ae67b049fb88564ff7b7ef72968c
Try to pickup a node from topology that actually has
running containers so that test case can test containers
integration
Change-Id: I46b1c4f0e8aeb2e4919344219dc723f35a71e633
Esternal network ID is stored in a Heat stack to keep the same network
ID for later test case executions.
Remove logic to found for looking for an external network from
DevStack plugin.
Change-Id: Ic7fe03324f4f328488988435530e127cedfab781