Gitiles
Code Review
Sign In
gerrit.opencord.org
/
cord-tester
/
0a382071098860fa82162b572185716f0f3131f4
/
.
/
src
/
test
/
setup
/
webserver-get.curl
blob: bdaf7f8b43fc9f42c5d12272953d201cf1797f59 [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
# example cord test web get to retrieve config from voltha test case
curl
-
H
"Content-Type: application/json"
-
X GET
-
d
'{"test_case" : "voltha"}'
http
:
//localhost:5000/get