Lines Matching +full:set +full:- +full:content

23     # Response code:200, Content:{
40 # set kwargs as follows:
46 ${headers}= Create Dictionary X-Auth-Token=${XAUTH_TOKEN} Accept=application/json
47 Set To Dictionary ${kwargs} headers ${headers}
67 # set kwargs as follows:
72 ${headers}= Create Dictionary Content-Type=application/json
73 ... X-Auth-Token=${XAUTH_TOKEN}
74 Set To Dictionary ${kwargs} headers ${headers}
92 # set kwargs as follows:
97 ${headers}= Create Dictionary Content-Type=application/json
98 ... X-Auth-Token=${XAUTH_TOKEN}
116 # set kwargs as follows:
121 ${headers}= Create Dictionary Content-Type=application/json
122 ... X-Auth-Token=${XAUTH_TOKEN}
123 Set To Dictionary ${kwargs} headers ${headers}
139 # quiet Suppress console log if set.
155 [Documentation] Do BMC web-based login.
166 ${headers}= Create Dictionary Content-Type=application/json
173 ... Evaluate re.split(r'[;,]', '${resp.headers["Set-Cookie"]}') modules=re
177 # 'XSRF-TOKEN=hQuOyDJFEIbrN4aOg2CT; Secure,
178 # BMCWEB-SESSION=c4wloTiETumSxPI9nLeg; Secure; HttpOnly'
182 ... Get Variable Value ${result['bmcweb-session']} ${result['session']}
183 Set Global Variable ${XAUTH_TOKEN} ${session_token}
194 # quiet Suppress console log if set.
200 ${headers}= Create Dictionary Content-Type=application/json
213 ${headers}= Create Dictionary Content-Type=application/json
214 ... X-Auth-Token=${XAUTH_TOKEN}
218 # "Non-existing index or alias 'openbmc'"
239 ... , Content: ${resp.content}
277 [Documentation] Write a D-Bus attribute with REST.
286 # verify If set to ${TRUE}, the attribute will be read back to
287 # ensure that its value is set to ${verify_attr}.
288 # expected_value Only used if verify is set to ${TRUE}. The value that
289 # ${attr} should be set to. This defaults to
294 # contain the value to set the property to at the 'data'
305 # Verify the attribute was set correctly if the caller requested it.
308 ${expected_value}= Set Variable If '${expected_value}' == '${EMPTY}'
372 ${session_object}= Set Variable If ${passed} redfish openbmc
375 ${headers}= Create Dictionary Content-Type=application/octet-stream
376 ... X-Auth-Token=${XAUTH_TOKEN} Accept=application/json
377 Set To Dictionary ${kwargs} headers ${headers}
389 [Documentation] Do BMC web-based login.
399 # set kwargs as follows:
403 ${headers}= Create Dictionary Content-Type=application/json
404 ${data}= Set Variable If '${kwargs}' == '${EMPTY}'
412 Set Global Variable ${XAUTH_TOKEN} ${resp.headers["X-Auth-Token"]}
428 # set kwargs as follows:
432 ${headers}= Create Dictionary Content-Type=application/json X-Auth-Token=${XAUTH_TOKEN}
433 Set To Dictionary ${kwargs} headers ${headers}
452 # set kwargs as follows:
456 ${headers}= Create Dictionary Content-Type=application/json X-Auth-Token=${XAUTH_TOKEN}
457 Set To Dictionary ${kwargs} headers ${headers}