Skip to content

Commit 08a4622

Browse files
authored
Merge pull request #853 from klihub/fixes/centos/packaging-tests
test/e2e: fix centos-[78] packaging tests.
2 parents 756b1ef + 5c67156 commit 08a4622

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)