core-legacy/tests/test_get_all.tavern.yaml
Tobias Reisinger b5a8523ae0 add: tests
add: schedule endpoints
2020-05-05 22:29:04 +02:00

25 lines
634 B
YAML

test_name: Test basic get all requests
stages:
- name: "[test_get_all] get all schedules"
request:
url: "http://localhost:5000/api/v1/schedules/"
method: GET
response:
status_code: 200
- name: "[test_get_all] get all relays"
skip: True
request:
url: "http://localhost:5000/api/v1/relays/"
method: GET
response:
status_code: 200
- name: "[test_get_all] get all controllers"
skip: True
request:
url: "http://localhost:5000/api/v1/controllers/"
method: GET
response:
status_code: 200