From d3cc73768927a923e3d7207fb78d7c1100140a56 Mon Sep 17 00:00:00 2001 From: Martin Kalcok Date: Thu, 25 Jan 2024 13:55:57 +0100 Subject: [PATCH] tests: fix missing wait in TLS test suite TLS test suite setup was missing call to `wait_containers_ready` that other test suites utilize. It sometimes caused the tests to error out with: error: too early for operation, device not yet seeded or device model not acknowledged (cherry picked from commit bc8f87b1c69399c732a55e9bfb171839a96312ad) Signed-off-by: Martin Kalcok --- tests/test_helper/setup_teardown/tls_cluster.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_helper/setup_teardown/tls_cluster.bash b/tests/test_helper/setup_teardown/tls_cluster.bash index 0b75fc29..a9ec4308 100644 --- a/tests/test_helper/setup_teardown/tls_cluster.bash +++ b/tests/test_helper/setup_teardown/tls_cluster.bash @@ -12,6 +12,7 @@ setup_file() { export CENTRAL_CONTAINERS export CHASSIS_CONTAINERS launch_containers jammy $TEST_CONTAINERS + wait_containers_ready $TEST_CONTAINERS install_microovn "$MICROOVN_SNAP_PATH" $TEST_CONTAINERS bootstrap_cluster $TEST_CONTAINERS