Skip to content

Commit

Permalink
Merge pull request #559 from carlbraganza/sanity-snapshot-metadata-cap
Browse files Browse the repository at this point in the history
Added the SNAPSHOT_METADATA_SERVICE capability to the identity service sanity test
  • Loading branch information
k8s-ci-robot authored Oct 10, 2024
2 parents 12190f5 + 4c47228 commit e86b1e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/sanity/identity.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ var _ = DescribeSanity("Identity Service", func(sc *TestContext) {
case csi.PluginCapability_Service_CONTROLLER_SERVICE:
case csi.PluginCapability_Service_VOLUME_ACCESSIBILITY_CONSTRAINTS:
case csi.PluginCapability_Service_GROUP_CONTROLLER_SERVICE:
case csi.PluginCapability_Service_SNAPSHOT_METADATA_SERVICE:
default:
Fail(fmt.Sprintf("Unknown service: %v\n", cap.GetService().GetType()))
}
Expand Down

0 comments on commit e86b1e5

Please sign in to comment.