Merge pull request #7081 from kzys/old-kernel

Enable checkRename test
This commit is contained in:
Derek McGowan
2022-12-20 13:43:22 -08:00
committed by GitHub
4 changed files with 36 additions and 21 deletions

View File

@@ -57,7 +57,7 @@ func TestOverlay(t *testing.T) {
for optsName, opts := range optTestCases {
t.Run(optsName, func(t *testing.T) {
newSnapshotter := newSnapshotterWithOpts(opts...)
testsuite.SnapshotterSuite(t, "Overlay", newSnapshotter)
testsuite.SnapshotterSuite(t, "overlayfs", newSnapshotter)
t.Run("TestOverlayMounts", func(t *testing.T) {
testOverlayMounts(t, newSnapshotter)
})