From 8424a881180e9633495f2fbcf27e6bb28fa9d62d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 25 Jul 2019 03:52:53 +0100 Subject: http[s] tests: Add http test case Maybe we will turn this into a TLS test case in due course. Signed-off-by: Ian Jackson --- tests/tests/ftpmasterapi-http | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 tests/tests/ftpmasterapi-http (limited to 'tests/tests/ftpmasterapi-http') diff --git a/tests/tests/ftpmasterapi-http b/tests/tests/ftpmasterapi-http new file mode 100755 index 0000000..82d3c86 --- /dev/null +++ b/tests/tests/ftpmasterapi-http @@ -0,0 +1,19 @@ +#!/bin/bash +set -e +. tests/lib + +t-archive-none example + +t-dependencies libhttp-server-simple-static-perl + +$troot/ftpmasterapi-static-server >$tmp/must-clean/api.port $tmp/aq + +read <$tmp/must-clean/api.port api_port + +t-git-config --global dgit-distro.test-dummy.archive-query ftpmasterapi: +t-git-config --global dgit-distro.test-dummy.archive-query-url \ + http://127.0.0.1:$api_port/ + +t-dgit archive-api-query suites + +t-ok -- cgit v1.2.3