Add tests suite covering HTTP2 HPACK header compression and Huffman encoding. Note - many HPACK encoding/decoding cases in tests look similar, but there are subtle differences in HPACK header used. For decoding, we should be able to decode all of them. For encoding, we only test what we support (no dynamic indexing). Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
13 lines
236 B
Plaintext
13 lines
236 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_NET_TEST=y
|
|
CONFIG_POSIX_API=y
|
|
CONFIG_ENTROPY_GENERATOR=y
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
|
|
|
# Networking config
|
|
CONFIG_NETWORKING=y
|
|
CONFIG_NET_SOCKETS=y
|
|
CONFIG_NET_DRIVERS=y
|
|
CONFIG_NET_LOOPBACK=y
|
|
CONFIG_HTTP_SERVER=y
|