Displaying 1 result from an estimated 1 matches for "skip_test_tune2f".
Did you mean:
skip_test_tune2fs
2012 Dec 13
0
Release notes appendix for libguestfs 1.20 on Debian Wheezy
...cy in
Fedora to support libguestfs with libvirt and sVirt. Also, although
in theory AppArmor could implement sVirt (there is code in libvirt to
do this) I have not even come close to testing this scenario.
The tune2fs test is broken (in libguestfs). The easiest thing is just
to skip it:
export SKIP_TEST_TUNE2FS=1
'vfat' filesystem on Debian is somehow different from the same kernel
filesystem on Fedora. I don't exactly know why but this breaks the
test-charset-fidelity test. You can skip this by doing:
export SKIP_TEST_CHARSET_FIDELITY=1
The IDE device either isn't emulated by Debia...