test: verify snapshot install script

This commit is contained in:
andyzhangx 2023-05-14 12:48:10 +00:00
parent 28091cff0d
commit 1e35718f83

View File

@ -153,7 +153,7 @@ var _ = ginkgo.AfterSuite(func() {
// install/uninstall CSI Driver deployment scripts test
installDriver := testCmd{
command: "bash",
args: []string{"deploy/install-driver.sh", "master", "local"},
args: []string{"deploy/install-driver.sh", "master", "local,snapshot"},
startLog: "===================install CSI Driver deployment scripts test===================",
endLog: "===================================================",
}