Skip to content

Commit a63f32d

Browse files
authored
chore(e2e): Add controller and worker ips to output of scenario (#6060)
1 parent 4548028 commit a63f32d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

enos/enos-scenario-e2e-ui-aws.hcl

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,11 @@ scenario "e2e_ui_aws" {
215215
}
216216
}
217217

218-
output "test_results" {
219-
value = step.run_e2e_test.test_results
218+
output "controller_ips" {
219+
value = step.create_boundary_cluster.controller_ips
220+
}
221+
222+
output "worker_ips" {
223+
value = step.create_boundary_cluster.worker_ips
220224
}
221225
}

0 commit comments

Comments
 (0)