mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
Twister now supports using YAML lists for all fields that were written as space-separated lists. Used twister_to_list.py script. Some artifacts on string length are due to how ruamel dumps content. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
HTTP header fields test ----------------------- Sample output: tc_start() - HTTP header fields test [PASS] test_preserve_data [PASS] test_parse_url [PASS] test_method_str [PASS] test_header_nread_value [PASS] test_double_content_length_error HTTP_REQUEST [PASS] test_chunked_content_length_error HTTP_REQUEST [PASS] test_header_cr_no_lf_error HTTP_REQUEST [PASS] test_invalid_header_field_token_error HTTP_REQUEST [PASS] test_invalid_header_field_content_error HTTP_REQUEST [PASS] test_double_content_length_error HTTP_RESPONSE [PASS] test_chunked_content_length_error HTTP_RESPONSE [PASS] test_header_cr_no_lf_error HTTP_RESPONSE [PASS] test_invalid_header_field_token_error HTTP_RESPONSE [PASS] test_invalid_header_field_content_error HTTP_RESPONSE No errors detected =================================================================== PASS - main. =================================================================== PROJECT EXECUTION SUCCESSFUL