Implement initial E2E test for AnyVolumeDataSource

This commit is contained in:
Masaki Kimura
2022-03-11 22:29:44 +00:00
parent a814b2af1c
commit cd634b59ac
8 changed files with 494 additions and 11 deletions

View File

@@ -50,6 +50,10 @@ func TestCSIImageConfigs(t *testing.T) {
// For some hostpath tests.
"socat",
"busybox",
// For AnyVolumeDataSource feature tests.
"volume-data-source-validator",
"hello-populator",
}
actualImages := sets.NewString()
for _, config := range configs {