summaryrefslogtreecommitdiff
path: root/tests/perf-tests/test-conn-details.sh
blob: 002e84899df832486cf01f297856f9a413b6f3af (plain)
1
2
3
4
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