|
|
@@ -11,10 +11,10 @@ setup_suite() {
|
|
|
|
|
|
test_location_mesh_connectivity() {
|
|
|
assert "retry 30 5 '' check_ping" "should be able to ping all Pods"
|
|
|
- assert "retry 10 5 'the adjacency matrix is not complete yet' check_adjacent 12" "adjacency should return the right number of successful pings"
|
|
|
+ assert "retry 10 5 'the adjacency matrix is not complete yet' check_adjacent 3" "adjacency should return the right number of successful pings"
|
|
|
echo "sleep for 30s (one reconciliation period) and try again..."
|
|
|
sleep 30
|
|
|
- assert "retry 10 5 'the adjacency matrix is not complete yet' check_adjacent 12" "adjacency should return the right number of successful pings after reconciling"
|
|
|
+ assert "retry 10 5 'the adjacency matrix is not complete yet' check_adjacent 3" "adjacency should return the right number of successful pings after reconciling"
|
|
|
}
|
|
|
|
|
|
test_location_mesh_peer() {
|