mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-07 22:21:32 +00:00
There were two web server implementations in the functional tests and the test library's slow server implementation was not functional. These issues were addressed by the following changes: - Consolidate test web server implementations into test library - Add partial download support to start_web_server test library function - Fix test library slow server functionality. Signed-off-by: John Akre <john.w.akre@intel.com>