Add mininumKubelet tag into ReadWriteOncePod test

ReadWriteOncePod feature needs min requirement of 1.27 kubelet, add the
tag to skip test if kubelet version is smaller than 1.27

Change-Id: I27959156db90f2477cead6dfc16f42dbc54663bc
This commit is contained in:
jinxu 2023-06-04 23:10:10 -07:00
parent eca1f9d2d5
commit b994e639a6

View File

@ -60,6 +60,7 @@ func InitCustomReadWriteOncePodTestSuite(patterns []storageframework.TestPattern
tsInfo: storageframework.TestSuiteInfo{ tsInfo: storageframework.TestSuiteInfo{
Name: "read-write-once-pod", Name: "read-write-once-pod",
TestPatterns: patterns, TestPatterns: patterns,
FeatureTag: "[MinimumKubeletVersion:1.27]",
}, },
} }
} }