A R Karthick | a974c21 | 2017-07-17 19:47:12 -0700 | [diff] [blame] | 1 | #!/usr/bin/env bash |
2 | |||||
3 | # example cord test web get to retrieve config from voltha test case | ||||
4 | |||||
5 | curl -H "Content-Type: application/json" -X GET -d '{"test_case" : "voltha"}' http://localhost:5000/get |