remove: build stage bugged to test

This commit is contained in:
Tobias Reisinger 2020-06-03 01:25:39 +02:00
parent 39b52bcfb0
commit 2d6c0ff4c1

View file

@ -50,25 +50,25 @@ stages:
json:
changed_name: "name"
- name: "[controllers_basic] put controller, check name and ip"
request:
method: PUT
url: "http://localhost:5000/api/v1/controllers/{returned_id}"
json:
ip: "203.0.113.17"
response:
status_code: 200
verify_response_with:
function: validate_controller:single
function: validate_controller:check_id
extra_kwargs:
id: "{returned_id}"
function: validate_controller:check_ip
extra_kwargs:
ip: "{tavern.request_vars.json.ip}"
save:
json:
changed_ip: "ip"
#- name: "[controllers_basic] put controller, check name and ip"
# request:
# method: PUT
# url: "http://localhost:5000/api/v1/controllers/{returned_id}"
# json:
# ip: "203.0.113.17"
# response:
# status_code: 200
# verify_response_with:
# function: validate_controller:single
# function: validate_controller:check_id
# extra_kwargs:
# id: "{returned_id}"
# function: validate_controller:check_ip
# extra_kwargs:
# ip: "{tavern.request_vars.json.ip}"
# save:
# json:
# changed_ip: "ip"
- name: "[controllers_basic] delete controller"
request: