Skip to content

Commit

Permalink
Await stable firewall before applying template
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasPius committed Apr 4, 2024
1 parent 5dab051 commit 29bba0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/firewall.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ async fn apply_firewall_template() {

let robot = crate::AsyncRobot::default();
let server = common::provisioned_server().await;
common::wait_firewall_ready(&robot, server.id).await;

// Fetch the current firewall configuration.
let original_firewall = robot.get_firewall(server.id).await.unwrap();
Expand Down Expand Up @@ -142,7 +143,6 @@ async fn delete_firewall() {

let robot = crate::AsyncRobot::default();
let server = common::provisioned_server().await;

common::wait_firewall_ready(&robot, server.id).await;

// Fetch the current firewall configuration.
Expand Down

0 comments on commit 29bba0c

Please sign in to comment.