Skip to content

Commit

Permalink
Fix single func-test-target run
Browse files Browse the repository at this point in the history
Forgot to add the target to func_target_order list
  • Loading branch information
dosaboy committed Oct 3, 2024
1 parent 0f185ce commit 31dcf07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openstack/tools/charmed_openstack_functest_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ declare -A func_target_state=()
declare -a func_target_order
if [[ -n $FUNC_TEST_TARGET ]]; then
func_target_state[$FUNC_TEST_TARGET]=null
func_target_order=( $FUNC_TEST_TARGET )
else
voting_targets=()
non_voting_targets=()
Expand Down

0 comments on commit 31dcf07

Please sign in to comment.