diff options
| author | ckonstanski <kostcarl@isu.edu> | 2026-07-30 18:17:14 -0600 |
|---|---|---|
| committer | ckonstanski <kostcarl@isu.edu> | 2026-07-30 18:17:14 -0600 |
| commit | 640ff61422bc0ee3966941b93d9889ddbbd38d77 (patch) | |
| tree | abf1c08f5d38ee53ec8b29dc4f425722517505e6 /tests/perf-tests/test-caas-status.sh | |
| parent | 22dae02a86c1fce71091bfa5289cf99abba1b217 (diff) | |
Diffstat (limited to 'tests/perf-tests/test-caas-status.sh')
| -rwxr-xr-x | tests/perf-tests/test-caas-status.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/perf-tests/test-caas-status.sh b/tests/perf-tests/test-caas-status.sh new file mode 100755 index 0000000..0b4fe1e --- /dev/null +++ b/tests/perf-tests/test-caas-status.sh @@ -0,0 +1,5 @@ +#!/bin/bash +for (( c=1; c<=50; c++ )) +do + curl -v http://localhost:8000/orchestration/caas-status -X POST -H "Content-Type: application/json" -d@cluster-status.json +done |
