Skip to content

Commit

Permalink
Added the SNAPSHOT_METADATA_SERVICE capability to the idenity service…
Browse files Browse the repository at this point in the history
… sanity test.
  • Loading branch information
carlbraganza committed Sep 20, 2024
1 parent 12190f5 commit 4c47228
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 4c47228

Please sign in to comment.