Skip to content

Commit 3e8d270

Browse files
Merge pull request openstack-k8s-operators#185 from eshulman2/main
Remove parallel option
2 parents 2fff1c6 + 7adcae6 commit 3e8d270

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: container-images/tcib/base/os/tempest/run_tempest.sh

+1-2
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,
@@ -192,7 +192,6 @@ read -ra TEMPEST_EXTRA_IMAGES_FLAVOR_OS_CLOUD <<< $TEMPEST_EXTRA_IMAGES_FLAVOR_O
192192
IFS=$OLD_IFS
193193

194194
[[ ${TEMPEST_SMOKE} == true ]] && TEMPEST_ARGS+="--smoke "
195-
[[ ${TEMPEST_PARALLEL} == true ]] && TEMPEST_ARGS+="--parallel "
196195
[[ ${TEMPEST_SERIAL} == true ]] && TEMPEST_ARGS+="--serial "
197196

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

0 commit comments

Comments
 (0)