diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2022-08-18 16:13:58 +1000 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-08-20 19:07:12 +0200 |
commit | 6caf9e368ef7c24d1e076c58eab1dfd845e5b934 (patch) | |
tree | 7781dbc437f13b3e2f5ffd61f0d4e5e77ebd2033 /contrib | |
parent | 3fdb0747f36d63d6f1a2724181a56e10f7065f4b (diff) | |
download | passt-6caf9e368ef7c24d1e076c58eab1dfd845e5b934.tar passt-6caf9e368ef7c24d1e076c58eab1dfd845e5b934.tar.gz passt-6caf9e368ef7c24d1e076c58eab1dfd845e5b934.tar.bz2 passt-6caf9e368ef7c24d1e076c58eab1dfd845e5b934.tar.lz passt-6caf9e368ef7c24d1e076c58eab1dfd845e5b934.tar.xz passt-6caf9e368ef7c24d1e076c58eab1dfd845e5b934.tar.zst passt-6caf9e368ef7c24d1e076c58eab1dfd845e5b934.zip |
test: Kill qemu by pidfile rather than ^C
Currently in at least some of the testcases we kill qemu processes we're
done with by issuing a Control-C to the tmux panel it's running in. That
makes things harder as we try to move towards allowing "headless" testing
without tmux.
So, instead always use an explicit kill on a pid derived from a pidfile
for killing qemu. Note that we don't need to remove the pidfiles
afterwards, because qemu does that itself when terminated.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'contrib')
0 files changed, 0 insertions, 0 deletions