Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
add test case
Browse files Browse the repository at this point in the history
  • Loading branch information
hello2mao committed Feb 27, 2019
1 parent 883d1b9 commit 579c32f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/create-and-delete/create-and-delete.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
startTime=`date +%Y%m%d-%H:%M`
startTime_s=`date +%s`

for i in `seq 1 1`;
for i in `seq 1 2`;
do
kubectl create -f nginx.yaml
status="Check: "
Expand All @@ -22,4 +22,4 @@ done
endTime=`date +%Y%m%d-%H:%M`
endTime_s=`date +%s`
sumTime=$[ $endTime_s - $startTime_s ]
echo "Test Finish: create-and-delete" "$startTime ---> $endTime" "Total:$sumTime minutes"
echo "Test Finish: create-and-delete" "$startTime ---> $endTime" "Total: $sumTime s"

0 comments on commit 579c32f

Please sign in to comment.