You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
389 B
13 lines
389 B
#!/bin/zsh |
|
P=$(pwd) |
|
curl -X POST http://127.0.0.1:5053/placements/request \ |
|
-H "Content-Type: application/json" \ |
|
-d @simple.json |
|
|
|
curl -X POST http://127.0.0.1:5053/placements/request \ |
|
-H "Content-Type: application/json" \ |
|
-d @skip.json |
|
|
|
curl -X POST http://127.0.0.1:5053/placements/request \ |
|
-H "Content-Type: application/json" \ |
|
-d @no_resp_for_imp.json
|
|
|