This commit restructures the network protocols. Changes applied are: - Move lib/iot/ to subsys/net/lib - Move network protocol headers to include/net - Move lib/iot/zoap/link-format.h to include/net/zoap_link_format.h and link-format.c to zoap_link_format.c - Move tests/iot/ to tests/net/lib/ - Adapt sample code - Adapt build system - Modify doxygen paths Change-Id: I37085fa4cc76a8a8e19a499ecb4e87b451120349 Signed-off-by: Flavio Santes <flavio.santes@intel.com>
28 lines
953 B
Plaintext
28 lines
953 B
Plaintext
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
|
|
|