Skip to content

Commit 5c67156

Browse files
committed
test/e2e: fix centos-[78] packaging tests.
1 parent 5a9fff7 commit 5c67156

File tree

2 files changed

+8
-0
lines changed
  • test/e2e/packages.test-suite

2 files changed

+8
-0
lines changed

test/e2e/packages.test-suite/centos-7/pkgtest/test01-systemd/code.var.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Reconfigure journald to allow very verbose logging.
2+
vm-command "sed -i 's/^#RateLimit/RateLimit/g;s/Burst=.*$/Burst=10000/g' /etc/systemd/journald.conf"
3+
vm-command "systemctl restart systemd-journald"
4+
15
# Clear cri-resmgr output from previous runs.
26
vm-command "journalctl --vacuum-time=1s"
37

test/e2e/packages.test-suite/centos-8/pkgtest/test01-systemd/code.var.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Reconfigure journald to allow very verbose logging.
2+
vm-command "sed -i 's/^#RateLimit/RateLimit/g;s/Burst=.*$/Burst=10000/g' /etc/systemd/journald.conf"
3+
vm-command "systemctl restart systemd-journald"
4+
15
# Clear cri-resmgr output from previous runs.
26
vm-command "journalctl --vacuum-time=1s"
37

0 commit comments

Comments
 (0)