HomeClusterLabs Projects

Test: cts-exec: use pkill instead of killall for killing script

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Test: cts-exec: use pkill instead of killall for killing script

killall only looks at the executable name, and thus can't kill a particular
script like "python3 /usr/lib/pacemaker/pacemaker/pacemaker-cts-dummyd 3".
Avoid the issue by using pkill -f in that case instead.

Details

Provenance
kgaillotAuthored on Jan 11 2021, 11:23 AM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.