mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-09 17:18:56 +00:00
tests: add lxc.monitor.signal.pdeath
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
112a579825
commit
e53cd6d899
@ -911,6 +911,12 @@ int main(int argc, char *argv[])
|
|||||||
goto non_test_error;
|
goto non_test_error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ret = set_get_compare_clear_save_load(c, "lxc.monitor.signal.pdeath", "SIGKILL", tmpf, true);
|
||||||
|
if (ret == 0) {
|
||||||
|
lxc_error("%s\n", "lxc.hook.version");
|
||||||
|
goto non_test_error;
|
||||||
|
}
|
||||||
|
|
||||||
fret = EXIT_SUCCESS;
|
fret = EXIT_SUCCESS;
|
||||||
|
|
||||||
non_test_error:
|
non_test_error:
|
||||||
|
Loading…
Reference in New Issue
Block a user