File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ These scripts are executed serially by ``exercise.sh`` in testing situations.
174174 the script on non-zero exit codes::
175175
176176 # This script exits on an error so that errors don't compound and you see
177- # only the first error that occured .
177+ # only the first error that occurred .
178178 set -o errexit
179179
180180 # Print the commands being run so that we can see the command that triggers
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ export RUNNING_TIMEOUT=${RUNNING_TIMEOUT:-$(($BOOT_TIMEOUT + $ACTIVE_TIMEOUT))}
2121# Max time to wait for a vm to terminate
2222export TERMINATE_TIMEOUT=${TERMINATE_TIMEOUT:- 30}
2323
24- # Max time to wait for a euca-volume command to propogate
24+ # Max time to wait for a euca-volume command to propagate
2525export VOLUME_TIMEOUT=${VOLUME_TIMEOUT:- 30}
2626
27- # Max time to wait for a euca-delete command to propogate
27+ # Max time to wait for a euca-delete command to propagate
2828export VOLUME_DELETE_TIMEOUT=${SNAPSHOT_DELETE_TIMEOUT:- 60}
2929
3030# The size of the volume we want to boot from; some storage back-ends
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ echo "Begin DevStack Exercise: $0"
1111echo " *********************************************************************"
1212
1313# This script exits on an error so that errors don't compound and you see
14- # only the first error that occured .
14+ # only the first error that occurred .
1515set -o errexit
1616
1717# Print the commands being run so that we can see the command that triggers
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ echo "Begin DevStack Exercise: $0"
1010echo " *********************************************************************"
1111
1212# This script exits on an error so that errors don't compound and you see
13- # only the first error that occured .
13+ # only the first error that occurred .
1414set -o errexit
1515
1616# Print the commands being run so that we can see the command that triggers
Original file line number Diff line number Diff line change 22
33# **client-args.sh**
44
5- # Test OpenStack client authentication aguemnts handling
5+ # Test OpenStack client authentication arguments handling
66
77echo " *********************************************************************"
88echo " Begin DevStack Exercise: $0 "
99echo " *********************************************************************"
1010
1111# This script exits on an error so that errors don't compound and you see
12- # only the first error that occured .
12+ # only the first error that occurred .
1313set -o errexit
1414
1515# Print the commands being run so that we can see the command that triggers
Original file line number Diff line number Diff line change 22
33# **client-env.sh**
44
5- # Test OpenStack client enviroment variable handling
5+ # Test OpenStack client environment variable handling
66
77echo " *********************************************************************"
88echo " Begin DevStack Exercise: $0 "
99echo " *********************************************************************"
1010
1111# This script exits on an error so that errors don't compound and you see
12- # only the first error that occured .
12+ # only the first error that occurred .
1313set -o errexit
1414
1515# Print the commands being run so that we can see the command that triggers
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ echo "Begin DevStack Exercise: $0"
1010echo " *********************************************************************"
1111
1212# This script exits on an error so that errors don't compound and you see
13- # only the first error that occured .
13+ # only the first error that occurred .
1414set -o errexit
1515
1616# Print the commands being run so that we can see the command that triggers
@@ -90,7 +90,7 @@ if [[ "$ENABLED_SERVICES" =~ "c-vol" ]]; then
9090
9191 # Test volume has become available
9292 if ! timeout $RUNNING_TIMEOUT sh -c " while ! euca-describe-volumes $VOLUME | grep -q available; do sleep 1; done" ; then
93- die $LINENO " volume didnt become available within $RUNNING_TIMEOUT seconds"
93+ die $LINENO " volume didn't become available within $RUNNING_TIMEOUT seconds"
9494 fi
9595
9696 # Attach volume to an instance
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ echo "Begin DevStack Exercise: $0"
99echo " *********************************************************************"
1010
1111# This script exits on an error so that errors don't compound and you see
12- # only the first error that occured .
12+ # only the first error that occurred .
1313set -o errexit
1414
1515# Print the commands being run so that we can see the command that triggers
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ echo "Begin DevStack Exercise: $0"
99echo " *********************************************************************"
1010
1111# This script exits on an error so that errors don't compound and you see
12- # only the first error that occured .
12+ # only the first error that occurred .
1313set -o errexit
1414
1515# Print the commands being run so that we can see the command that triggers
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ echo "Begin DevStack Exercise: $0"
1010echo " *********************************************************************"
1111
1212# This script exits on an error so that errors don't compound and you see
13- # only the first error that occured .
13+ # only the first error that occurred .
1414
1515set -o errtrace
1616
You can’t perform that action at this time.
0 commit comments