summaryrefslogtreecommitdiff
path: root/tests/perf-tests/test-conn-details.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/perf-tests/test-conn-details.sh')
-rwxr-xr-xtests/perf-tests/test-conn-details.sh5
1 files changed, 5 insertions, 0 deletions
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