mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
test/system: drop the conmon pid debugging
The echo and ls were added to help debug #7580, which was closed in November 2020. The readlink check right below them is the actual assertion and it prints the pid on failure anyway. Signed-off-by: Tushar Verma <tusharmyself06@gmail.com>
This commit is contained in:
parent
75c07f5949
commit
505dfc2e1b
1 changed files with 0 additions and 3 deletions
|
|
@ -288,9 +288,6 @@ EOF
|
|||
"Conmon pid in pidfile matches what 'podman inspect' claims"
|
||||
|
||||
# /proc/PID/exe should be a symlink to a conmon executable
|
||||
# FIXME: 'echo' and 'ls' are to help debug #7580, a CI flake
|
||||
echo "conmon pid = $conmon_pid_from_file"
|
||||
ls -l /proc/$conmon_pid_from_file
|
||||
is "$(readlink /proc/$conmon_pid_from_file/exe)" ".*/conmon" \
|
||||
"conmon pidfile (= PID $conmon_pid_from_file) points to conmon process"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue