File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
test/e2e/packages.test-suite
centos-7/pkgtest/test01-systemd
centos-8/pkgtest/test01-systemd Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 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.
26vm-command " journalctl --vacuum-time=1s"
37
Original file line number Diff line number Diff line change 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.
26vm-command " journalctl --vacuum-time=1s"
37
You can’t perform that action at this time.
0 commit comments