Skip to content
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .project_automation/functional_tests/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,15 @@ run_test() {
acct_id=$(aws sts get-caller-identity --output text --query 'Account')

# if account id is xxxx do this
aws sts get-caller-identity --debug
if [ "$acct_id" == ${NON_CT_ENV} ]; then
run_test "launch-partner-solution-nonct"
#run_test "launch-partner-solution-nonct"
.project_automation/functional_tests/scoutsuite/scoutsuite.sh
else
run_test "launch-partner-solution"
#run_test "launch-partner-solution"
.project_automation/functional_tests/scoutsuite/scoutsuite.sh
fi

# Run taskcat e2e test
#run_test "launch-partner-solution"

Expand Down