]> git.ipfire.org Git - thirdparty/samba.git/commit
tests: add test for chunked encoding with http cli library
authorNoel Power <noel.power@suse.com>
Thu, 23 Sep 2021 11:18:22 +0000 (12:18 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 27 Mar 2024 01:14:31 +0000 (01:14 +0000)
commit30acd609f560352d3edb0c931b9a864110025b2c
tree9f273a39f94f763c64ff2407d40f3bf3666a43ea
parent5f03d84e3b52bf5a31a0f885cb83bdcb48ec96f7
tests: add test for chunked encoding with http cli library

Adds http test client to excercise the http client library
and a blackbox test to run the client. This client is built
only with selftest

also adds a knownfail for the test

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15611
python/samba/tests/blackbox/http_chunk.py [new file with mode: 0644]
selftest/knownfail.d/http_chunks [new file with mode: 0644]
selftest/tests.py