Skip to content

Commit

Permalink
[k8scluster] update testscripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Sooyoung Kim committed Sep 23, 2024
1 parent 6ab226a commit 7651535
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function clean_sequence() {
break
fi

if [ "${c}" == 20 ] && [ "${OUTPUT2}" == 1 ]; then
if [ "${c}" == 2 ] && [ "${OUTPUT2}" == 1 ]; then
echo "Problem in sshKey: Delete. Exit without unregister-cloud."
break
fi
Expand Down Expand Up @@ -61,7 +61,7 @@ function clean_sequence() {
break
fi

if [ "${c}" == 30 ] && [ "${OUTPUT2}" == 1 ]; then
if [ "${c}" == 2 ] && [ "${OUTPUT2}" == 1 ]; then
echo "Problem in SecurityGroup: Delete. Exit without unregister-cloud."
break
fi
Expand Down Expand Up @@ -91,7 +91,7 @@ function clean_sequence() {
break
fi

if [ "${c}" == 20 ] && [ "${OUTPUT2}" == 1 ]; then
if [ "${c}" == 2 ] && [ "${OUTPUT2}" == 1 ]; then
echo "Problem in delete-vNet. Exit without unregister-cloud."
break
fi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ source ../init.sh

NUMVM=${OPTION01:-1}

<<<<<<< HEAD
=======
echo "INDEX = ${INDEX}"
>>>>>>> [k8scluster] update testscripts
if [ "${INDEX}" == "0" ]; then
echo "[Parallel execution for all CSP regions]"

Expand Down

0 comments on commit 7651535

Please sign in to comment.