2020-05-10 20:37:55 +00:00
|
|
|
test_name: "[get_all] Test basic get all requests"
|
2020-05-05 20:29:04 +00:00
|
|
|
|
|
|
|
stages:
|
2020-05-10 20:37:55 +00:00
|
|
|
- name: "[get_all] get all schedules"
|
2020-05-07 00:38:58 +00:00
|
|
|
request:
|
|
|
|
url: "http://localhost:5000/api/v1/schedules/"
|
|
|
|
method: GET
|
|
|
|
response:
|
|
|
|
status_code: 200
|
2020-05-05 20:29:04 +00:00
|
|
|
|
2020-05-10 20:37:55 +00:00
|
|
|
- name: "[get_all] get all relays"
|
2020-05-07 00:38:58 +00:00
|
|
|
request:
|
|
|
|
url: "http://localhost:5000/api/v1/relays/"
|
|
|
|
method: GET
|
|
|
|
response:
|
|
|
|
status_code: 200
|
2020-05-05 20:29:04 +00:00
|
|
|
|
2020-05-10 20:37:55 +00:00
|
|
|
- name: "[get_all] get all controllers"
|
2020-05-07 00:38:58 +00:00
|
|
|
request:
|
|
|
|
url: "http://localhost:5000/api/v1/controllers/"
|
|
|
|
method: GET
|
|
|
|
response:
|
|
|
|
status_code: 200
|