Skip to content

Commit

Permalink
tests: fix missing wait in TLS test suite
Browse files Browse the repository at this point in the history
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 bc8f87b)
Signed-off-by: Martin Kalcok <[email protected]>
  • Loading branch information
mkalcok committed Oct 22, 2024
1 parent 0e23a0e commit d3cc737
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_helper/setup_teardown/tls_cluster.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d3cc737

Please sign in to comment.