From 3eb38e09dd27ccf144c222849725e898760af1aa Mon Sep 17 00:00:00 2001 From: Alberto Faria Date: Sat, 11 Dec 2021 12:23:40 +0000 Subject: [PATCH] Test staging several volumes to the same pod --- tests/system-tests/mount-three-volumes.sh | 123 ++++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 tests/system-tests/mount-three-volumes.sh diff --git a/tests/system-tests/mount-three-volumes.sh b/tests/system-tests/mount-three-volumes.sh new file mode 100644 index 0000000..e5aee55 --- /dev/null +++ b/tests/system-tests/mount-three-volumes.sh @@ -0,0 +1,123 @@ +# ---------------------------------------------------------------------------- # + +pav_log "Create PavProvisioner..." + +kubectl create -f - < /pav/volume/pvc-name +EOF + +# ---------------------------------------------------------------------------- # + +pav_log "Create StorageClass..." + +kubectl create -f - <