Tobias Reisinger
51ab1d7982
add: some progress to new discovery add: some tests remove: migrations. restarting for now
25 lines
565 B
YAML
25 lines
565 B
YAML
test_name: Test basic get all requests
|
|
|
|
stages:
|
|
- name: Get all schedules
|
|
request:
|
|
url: "http://localhost:5000/api/v1/schedules/"
|
|
method: GET
|
|
response:
|
|
status_code: 200
|
|
|
|
stages:
|
|
- name: Get all relays
|
|
request:
|
|
url: "http://localhost:5000/api/v1/relays/"
|
|
method: GET
|
|
response:
|
|
status_code: 200
|
|
|
|
stages:
|
|
- name: Get all controllers
|
|
request:
|
|
url: "http://localhost:5000/api/v1/controllers/"
|
|
method: GET
|
|
response:
|
|
status_code: 200
|