コード例 #1
0
ファイル: steps.py プロジェクト: Fiware/cloud.PaaS
def i_receive_a_response_of_type(step, response_type):
    """ Check task response """
    status_code = http.status_codes[response_type]
    check_add_instance_response(world.response, status_code)
コード例 #2
0
ファイル: steps.py プロジェクト: wsw2008new/fiware-paas
def i_receive_a_response_of_type(step, response_type):
    status_code = http.status_codes[response_type]
    environment_instance_request.check_add_instance_response(world.response, status_code)
コード例 #3
0
ファイル: steps.py プロジェクト: wsw2008new/fiware-paas
def i_receive_a_response_of_type(step, response_type):
    """ Check task response """
    status_code = http.status_codes[response_type]
    check_add_instance_response(world.response, status_code)