mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-15 22:51:24 +00:00
tests: add lxc.rootfs.managed test
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
2a6d08c6e1
commit
6e0045bdd8
@ -773,6 +773,11 @@ int main(int argc, char *argv[])
|
|||||||
goto non_test_error;
|
goto non_test_error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (set_get_compare_clear_save_load(c, "lxc.rootfs.managed", "1", tmpf, true) < 0) {
|
||||||
|
lxc_error("%s\n", "lxc.rootfs.managed");
|
||||||
|
goto non_test_error;
|
||||||
|
}
|
||||||
|
|
||||||
fret = EXIT_SUCCESS;
|
fret = EXIT_SUCCESS;
|
||||||
|
|
||||||
non_test_error:
|
non_test_error:
|
||||||
|
Loading…
Reference in New Issue
Block a user