Skip to content

Commit 7adcae6

Browse files
committed
Remove parallel option
parallel option is default behavior of tempest and there is no need to specify it.
1 parent c05a491 commit 7adcae6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

container-images/tcib/base/os/tempest/run_tempest.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# responsible for the tempest tests execution.
4444
#
4545
# Supported boolean arguments:
46-
# --smoke, --parallel, --serial
46+
# --smoke, --serial
4747
#
4848
# Supported string arguments:
4949
# --include-list, --exclude-list, --concurrency, --worker-file,
@@ -187,7 +187,6 @@ read -ra TEMPEST_EXTRA_IMAGES_FLAVOR_OS_CLOUD <<< $TEMPEST_EXTRA_IMAGES_FLAVOR_O
187187
IFS=$OLD_IFS
188188

189189
[[ ${TEMPEST_SMOKE} == true ]] && TEMPEST_ARGS+="--smoke "
190-
[[ ${TEMPEST_PARALLEL} == true ]] && TEMPEST_ARGS+="--parallel "
191190
[[ ${TEMPEST_SERIAL} == true ]] && TEMPEST_ARGS+="--serial "
192191

193192
[[ ! -z ${TEMPEST_INCLUDE_LIST} ]] && TEMPEST_ARGS+="--include-list ${TEMPEST_INCLUDE_LIST} "

0 commit comments

Comments
 (0)