Message ID | 20230625135033.3205742-1-amir73il@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | fstests-bld overlayfs updates | expand |
On Sun, Jun 25, 2023 at 4:50 PM Amir Goldstein <amir73il@gmail.com> wrote: > > 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. > Hi Ted, Ping. Did these two small patches get lost? FYI, Alexander's overlayfs verity patches are queued for 6.6 and his overlay/verity fstests have already been merged to fstests release v2023.07.23. It would be great if fstests-bld support to test this feature would be merged as well. 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 >