File tree Expand file tree Collapse file tree 4 files changed +5
-30
lines changed
IntegrationTests/TestToolLibrary Expand file tree Collapse file tree 4 files changed +5
-30
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55# SDK. The tests should be able to run both in
66# Brazil and ToD Worker environment.
77# The script will perform the following tasks:
8- # 1. Retrieve credentials as needed from Odin
8+ # 1. Retrieve credentials as needed from AWS
99# 2. Obtain ZIP package and unzip it locally
10- # 3. Obtain Python executable
11- # 4. Start the integration tests and check results
12- # 5. Report any status returned.
10+ # 3. Start the integration tests and check results
11+ # 4. Report any status returned.
1312# To start the tests as TodWorker:
1413# > run.sh MutualAuth 1000 100 7
1514# or
6968# Determine the Python versions need to test for this SDK
7069 pythonExecutableArray=()
7170 pythonExecutableArray[0]=" 3"
72- # Retrieve credentials as needed from Odin
71+ # Retrieve credentials as needed from AWS
7372 TestMode=" "
74- echo " [STEP] Retrieve credentials from Odin "
73+ echo " [STEP] Retrieve credentials from AWS "
7574 echo " ***************************************************"
7675 if [ " $1 " x == " MutualAuth" x -o " $1 " x == " MutualAuthT" x ]; then
7776 AWSSetName_privatekey=${AWSMutualAuth_TodWorker_private_key}
You can’t perform that action at this time.
0 commit comments