Recent runs || View in Spyglass
PR | RaunakShah: Changes to enable volume mode conversion feature in prow jobs |
Result | SUCCESS |
Tests | 0 failed / 67 succeeded |
Started | |
Elapsed | 4m30s |
Revision | 8438f71d6161bcc6255dac9a4b23f32824b83e1a |
Refs |
209 |
[It] Controller Service [Controller Server] ControllerGetCapabilities should return appropriate capabilities
[It] Controller Service [Controller Server] CreateVolume should create volume from an existing source snapshot
[It] Controller Service [Controller Server] CreateVolume should create volume from an existing source volume
[It] Controller Service [Controller Server] CreateVolume should fail when no name is provided
[It] Controller Service [Controller Server] CreateVolume should fail when no volume capabilities are provided
[It] Controller Service [Controller Server] CreateVolume should fail when requesting to create a volume with already existing name and different capacity
[It] Controller Service [Controller Server] CreateVolume should fail when the volume source snapshot is not found
[It] Controller Service [Controller Server] CreateVolume should fail when the volume source volume is not found
[It] Controller Service [Controller Server] CreateVolume should not fail when creating volume with maximum-length name
[It] Controller Service [Controller Server] CreateVolume should not fail when requesting to create a volume with already existing name and same capacity
[It] Controller Service [Controller Server] CreateVolume should return appropriate values SingleNodeWriter NoCapacity
[It] Controller Service [Controller Server] CreateVolume should return appropriate values SingleNodeWriter WithCapacity 1Gi
[It] Controller Service [Controller Server] DeleteVolume should fail when no volume id is provided
[It] Controller Service [Controller Server] DeleteVolume should return appropriate values (no optional values added)
[It] Controller Service [Controller Server] DeleteVolume should succeed when an invalid volume id is used
[It] Controller Service [Controller Server] GetCapacity should return capacity (no optional values added)
[It] Controller Service [Controller Server] ListVolumes check the presence of new volumes and absence of deleted ones in the volume list
[It] Controller Service [Controller Server] ListVolumes should fail when an invalid starting_token is passed
[It] Controller Service [Controller Server] ListVolumes should return appropriate values (no optional values added)
[It] Controller Service [Controller Server] ValidateVolumeCapabilities should fail when no volume capabilities are provided
[It] Controller Service [Controller Server] ValidateVolumeCapabilities should fail when no volume id is provided
[It] Controller Service [Controller Server] ValidateVolumeCapabilities should fail when the requested volume does not exist
[It] Controller Service [Controller Server] ValidateVolumeCapabilities should return appropriate values (no optional values added)
[It] CreateSnapshot [Controller Server] should fail when no name is provided
[It] CreateSnapshot [Controller Server] should fail when no source volume id is provided
[It] CreateSnapshot [Controller Server] should fail when requesting to create a snapshot with already existing name and different source volume ID
[It] CreateSnapshot [Controller Server] should succeed when creating snapshot with maximum-length name
[It] CreateSnapshot [Controller Server] should succeed when requesting to create a snapshot with already existing name and same source volume ID
[It] DeleteSnapshot [Controller Server] should fail when no snapshot id is provided
[It] DeleteSnapshot [Controller Server] should return appropriate values (no optional values added)
[It] DeleteSnapshot [Controller Server] should succeed when an invalid snapshot id is used
[It] ExpandVolume [Controller Server] should fail if no capacity range is given
[It] ExpandVolume [Controller Server] should fail if no volume id is given
[It] ExpandVolume [Controller Server] should work
[It] Identity Service GetPluginCapabilities should return appropriate capabilities
[It] Identity Service GetPluginInfo should return appropriate information
[It] Identity Service Probe should return appropriate information
[It] ListSnapshots [Controller Server] check the presence of new snapshots in the snapshot list
[It] ListSnapshots [Controller Server] should return appropriate values (no optional values added)
[It] ListSnapshots [Controller Server] should return empty when the specified snapshot id does not exist
[It] ListSnapshots [Controller Server] should return empty when the specified source volume id does not exist
[It] ListSnapshots [Controller Server] should return next token when a limited number of entries are requested
[It] ListSnapshots [Controller Server] should return snapshots that match the specified snapshot id
[It] ListSnapshots [Controller Server] should return snapshots that match the specified source volume id
[It] Node Service NodeExpandVolume should fail when no volume id is provided
[It] Node Service NodeExpandVolume should fail when no volume path is provided
[It] Node Service NodeExpandVolume should fail when volume is not found
[It] Node Service NodeExpandVolume should work if node-expand is called after node-publish
[It] Node Service NodeGetCapabilities should return appropriate capabilities
[It] Node Service NodeGetInfo should return appropriate values
[It] Node Service NodeGetVolumeStats should fail when no volume id is provided
[It] Node Service NodeGetVolumeStats should fail when no volume path is provided
[It] Node Service NodeGetVolumeStats should fail when volume does not exist on the specified path
[It] Node Service NodeGetVolumeStats should fail when volume is not found
[It] Node Service NodePublishVolume should fail when no target path is provided
[It] Node Service NodePublishVolume should fail when no volume capability is provided
[It] Node Service NodePublishVolume should fail when no volume id is provided
[It] Node Service NodeStageVolume should fail when no staging target path is provided
[It] Node Service NodeStageVolume should fail when no volume capability is provided
[It] Node Service NodeStageVolume should fail when no volume id is provided
[It] Node Service NodeUnpublishVolume should fail when no target path is provided
[It] Node Service NodeUnpublishVolume should fail when no volume id is provided
[It] Node Service NodeUnpublishVolume should remove target path
[It] Node Service NodeUnstageVolume should fail when no staging target path is provided
[It] Node Service NodeUnstageVolume should fail when no volume id is provided
[It] Node Service should be idempotent
[It] Node Service should work
[It] Controller Service [Controller Server] ControllerPublishVolume should fail when no node id is provided
[It] Controller Service [Controller Server] ControllerPublishVolume should fail when no volume capability is provided
[It] Controller Service [Controller Server] ControllerPublishVolume should fail when no volume id is provided
[It] Controller Service [Controller Server] ControllerPublishVolume should fail when publishing more volumes than the node max attach limit
[It] Controller Service [Controller Server] ControllerPublishVolume should fail when the node does not exist
[It] Controller Service [Controller Server] ControllerPublishVolume should fail when the volume does not exist
[It] Controller Service [Controller Server] ControllerPublishVolume should fail when the volume is already published but is incompatible
[It] Controller Service [Controller Server] ControllerUnpublishVolume should fail when no volume id is provided
[It] Controller Service [Controller Server] ListVolumes pagination should detect volumes added between pages and accept tokens when the last volume from a page is deleted
[It] Controller Service [Controller Server] volume lifecycle should be idempotent
[It] Controller Service [Controller Server] volume lifecycle should work