Tobias Reisinger
2af71a8d84
Just copied from old version. Most will fail and run_tests.sh is not working.
23 lines
507 B
YAML
23 lines
507 B
YAML
test_name: "[get_all] Test basic get all requests"
|
|
|
|
stages:
|
|
- name: "[get_all] get all schedules"
|
|
request:
|
|
url: "http://localhost:5000/api/v1/schedules/"
|
|
method: GET
|
|
response:
|
|
status_code: 200
|
|
|
|
- name: "[get_all] get all relays"
|
|
request:
|
|
url: "http://localhost:5000/api/v1/relays/"
|
|
method: GET
|
|
response:
|
|
status_code: 200
|
|
|
|
- name: "[get_all] get all controllers"
|
|
request:
|
|
url: "http://localhost:5000/api/v1/controllers/"
|
|
method: GET
|
|
response:
|
|
status_code: 200
|