Merge pull request #124 from umagnus/attach_test

[test] use curl in cyc_attach_detach_test.sh for attach/detach test
This commit is contained in:
Andy Zhang 2023-01-14 22:07:38 +08:00 коммит произвёл GitHub
Родитель f79a4316ec 35bf8cd671
Коммит 8fd03ae386
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3,6 +3,6 @@
for i in $(seq $4)
do
echo "test $i" >> $3
sh attach_detach_test.sh $1 $2 $3
curl -skSL https://raw.githubusercontent.com/Azure/kubernetes-volume-drivers/master/test/attach_detach_test.sh | bash -s $1 $2 $3 --
sleep 30m
done