tests: add lxc.monitor.signal.pdeath

parent 112a5798
...@@ -911,6 +911,12 @@ int main(int argc, char *argv[]) ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment