summaryrefslogtreecommitdiff
path: root/test/system/250-systemd.bats
diff options
context:
space:
mode:
authorEd Santiago <santiago@redhat.com>2022-09-06 10:28:02 -0600
committerEd Santiago <santiago@redhat.com>2022-09-12 12:17:51 -0600
commite24c2f0099f66f59e12329b154e92e28dd89cbd1 (patch)
tree19639508156b78bdc60be6ed008d31908ab45795 /test/system/250-systemd.bats
parent6e545945a562b0116aa18ab0f38b36c59166838e (diff)
downloadpodman-e24c2f0099f66f59e12329b154e92e28dd89cbd1.tar.gz
podman-e24c2f0099f66f59e12329b154e92e28dd89cbd1.tar.bz2
podman-e24c2f0099f66f59e12329b154e92e28dd89cbd1.zip
system tests: periodic cleanup and fixes
- basic : add actual log-level tests - events : clean up, add --format tests - systemd : reorder proxy args for legibility - auto-update : fix missing timeout that could lead to hang Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'test/system/250-systemd.bats')
-rw-r--r--test/system/250-systemd.bats5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/system/250-systemd.bats b/test/system/250-systemd.bats
index 3f6296b36..0e1dc356d 100644
--- a/test/system/250-systemd.bats
+++ b/test/system/250-systemd.bats
@@ -34,9 +34,8 @@ function teardown() {
# Helper to start a systemd service running a container
function service_setup() {
run_podman generate systemd \
- -e http_proxy -e HTTP_PROXY \
- -e https_proxy -e HTTPS_PROXY \
- -e no_proxy -e NO_PROXY \
+ -e http_proxy -e https_proxy -e no_proxy \
+ -e HTTP_PROXY -e HTTPS_PROXY -e NO_PROXY \
--new $cname
echo "$output" > "$UNIT_FILE"
run_podman rm $cname