da89103c5c
Split the EBS and EFS tests out into their own test cases: * EBS exercises the Controller RPCs, including the create/snapshot workflow. * EFS exercises only the Node RPCs, and assumes we have an existing volume that gets registered, rather than created.
22 lines
378 B
HCL
22 lines
378 B
HCL
id = "ebs-vol[0]"
|
|
name = "this-is-a-test-0" # CSIVolumeName tag
|
|
type = "csi"
|
|
plugin_id = "aws-ebs0"
|
|
|
|
capacity_min = "10GiB"
|
|
capacity_max = "20GiB"
|
|
|
|
capability {
|
|
access_mode = "single-node-writer"
|
|
attachment_mode = "file-system"
|
|
}
|
|
|
|
capability {
|
|
access_mode = "single-node-writer"
|
|
attachment_mode = "block-device"
|
|
}
|
|
|
|
parameters {
|
|
type = "gp2"
|
|
}
|