tests: add lxc.rootfs.managed test

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
Christian Brauner 2018-06-28 10:45:17 +02:00
parent 2a6d08c6e1
commit 6e0045bdd8
No known key found for this signature in database
GPG Key ID: 8EB056D53EECB12D

View File

@ -773,6 +773,11 @@ int main(int argc, char *argv[])
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;
non_test_error: