]> 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)
committerJule Anger <janger@samba.org>
Thu, 11 Apr 2024 09:42:10 +0000 (09:42 +0000)
commit57757be4dfd50d640c20ef91f3e4f425f72067d4
treefe9c02d9c86ee75d53d3041ce261f901c1f87ad3
parenta05d96e4b967e26c92b1f175a1e9d11b54b339c7
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
(cherry picked from commit 30acd609f560352d3edb0c931b9a864110025b2c)
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