Hi Ted, The first patch enables testing the new overlayfs verity feature, which is NOT the same as saying that overlayfs supports fsverity. The other two are cleanups and fixes to overlayfs configs. Thanks, Amir. Amir Goldstein (3): test-appliance: enable verity for testing overlay over ext4 test-appliance: remove redudant overlay configs test-appliance: skip overlayfs tests from base fs exclude list .../files/root/fs/overlay/cfg/large-ext4 | 14 -------------- test-appliance/files/root/fs/overlay/cfg/large-xfs | 14 -------------- .../files/root/fs/overlay/cfg/small-ext4 | 14 -------------- .../files/root/fs/overlay/cfg/small-ext4.exclude | 1 - test-appliance/files/root/fs/overlay/cfg/small-xfs | 14 -------------- .../files/root/fs/overlay/cfg/small-xfs.exclude | 1 - test-appliance/files/root/fs/overlay/config | 2 +- test-appliance/files/root/runtests.sh | 1 + 8 files changed, 2 insertions(+), 59 deletions(-) delete mode 100644 test-appliance/files/root/fs/overlay/cfg/large-ext4 delete mode 100644 test-appliance/files/root/fs/overlay/cfg/large-xfs delete mode 100644 test-appliance/files/root/fs/overlay/cfg/small-ext4 delete mode 100644 test-appliance/files/root/fs/overlay/cfg/small-ext4.exclude delete mode 100644 test-appliance/files/root/fs/overlay/cfg/small-xfs delete mode 100644 test-appliance/files/root/fs/overlay/cfg/small-xfs.exclude -- 2.34.1