Skip to content

Commit

Permalink
order of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardojosegomezulmke committed Nov 23, 2022
1 parent 657c7df commit d54664f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions tests/single_broker/.devel/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ export PROJECT_HOME=$projectHome

ansibleSolaceTests=(
# "broker-cert"
# "setup"
"setup"
# "solace_acl_profile"
# "solace_auth"
# "solace_cert_authority"
# "solace_client_profile"
"solace_client_profile"
# "solace_jndi"
# "solace_replay"
# "solace_get_list"
Expand All @@ -26,7 +26,7 @@ ansibleSolaceTests=(
# "solace_oauth"
# "solace_facts"
# "solace_vpn"
"solace_rdp"
# "solace_rdp"
# "solace_queue"
# "solace_queue_template"
# "solace_replicated_topics"
Expand All @@ -52,10 +52,10 @@ export ANSIBLE_SOLACE_TESTS="${ansibleSolaceTests[*]}"
export BROKER_DOCKER_COMPOSE_FILE="$projectHome/test-runner/files/PubSubStandard_singleNode.yml"
export INVENTORY_FILE=$LOCAL_BROKER_INVENTORY_FILE

# # solace cloud broker
# export BROKER_TYPE="solace_cloud"
# export INVENTORY_FILE="$projectHome/test-runner/files/solace-cloud-account.inventory.yml"
# export SOLACE_CLOUD_API_TOKEN=$SOLACE_CLOUD_API_TOKEN_ALL_PERMISSIONS
# solace cloud broker
export BROKER_TYPE="solace_cloud"
export INVENTORY_FILE="$projectHome/test-runner/files/solace-cloud-account.inventory.yml"
export SOLACE_CLOUD_API_TOKEN=$SOLACE_CLOUD_API_TOKEN_ALL_PERMISSIONS

export CLEAN_WORKING_DIR=False

Expand Down
2 changes: 1 addition & 1 deletion tests/single_broker/_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ source $PROJECT_HOME/.lib/functions.sh
export ANSIBLE_SOLACE_TESTS=(
# "broker-cert"
"setup"
"solace_client_profile"
"solace_jndi"
"solace_replay"
"solace_get_list"
Expand All @@ -37,7 +38,6 @@ source $PROJECT_HOME/.lib/functions.sh
"solace_mqtt"
"solace_topic_endpoint"
"solace_get_vpn_clients"
"solace_client_profile"
"solace_replicated_topics"
"teardown"
)
Expand Down

0 comments on commit d54664f

Please sign in to comment.