Skip to content

Commit e86b1e5

Browse files
authored
Merge pull request #559 from carlbraganza/sanity-snapshot-metadata-cap
Added the SNAPSHOT_METADATA_SERVICE capability to the identity service sanity test
2 parents 12190f5 + 4c47228 commit e86b1e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/sanity/identity.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ var _ = DescribeSanity("Identity Service", func(sc *TestContext) {
5959
case csi.PluginCapability_Service_CONTROLLER_SERVICE:
6060
case csi.PluginCapability_Service_VOLUME_ACCESSIBILITY_CONSTRAINTS:
6161
case csi.PluginCapability_Service_GROUP_CONTROLLER_SERVICE:
62+
case csi.PluginCapability_Service_SNAPSHOT_METADATA_SERVICE:
6263
default:
6364
Fail(fmt.Sprintf("Unknown service: %v\n", cap.GetService().GetType()))
6465
}

0 commit comments

Comments
 (0)