From 640ff61422bc0ee3966941b93d9889ddbbd38d77 Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Thu, 30 Jul 2026 18:17:14 -0600 Subject: more files --- tests/perf-tests/test-conn-details.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 tests/perf-tests/test-conn-details.sh (limited to 'tests/perf-tests/test-conn-details.sh') diff --git a/tests/perf-tests/test-conn-details.sh b/tests/perf-tests/test-conn-details.sh new file mode 100755 index 0000000..002e848 --- /dev/null +++ b/tests/perf-tests/test-conn-details.sh @@ -0,0 +1,5 @@ +#!/bin/bash +for (( c=1; c<=50; c++ )) +do + curl -v http://localhost:8000/orchestration/remote-regions/wsbomagj-p1257637-002/connection-details -X GET +done -- cgit v1.3