core/tests/tavern_tests/0.0.get_all.tavern.yaml
Tobias Reisinger 2af71a8d84 Readd tests
Just copied from old version. Most will fail and run_tests.sh is not
working.
2022-04-03 01:36:18 +02:00

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