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 5
5
# SDK. The tests should be able to run both in
6
6
# Brazil and ToD Worker environment.
7
7
# The script will perform the following tasks:
8
- # 1. Retrieve credentials as needed from Odin
8
+ # 1. Retrieve credentials as needed from AWS
9
9
# 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.
13
12
# To start the tests as TodWorker:
14
13
# > run.sh MutualAuth 1000 100 7
15
14
# or
69
68
# Determine the Python versions need to test for this SDK
70
69
pythonExecutableArray=()
71
70
pythonExecutableArray[0]=" 3"
72
- # Retrieve credentials as needed from Odin
71
+ # Retrieve credentials as needed from AWS
73
72
TestMode=" "
74
- echo " [STEP] Retrieve credentials from Odin "
73
+ echo " [STEP] Retrieve credentials from AWS "
75
74
echo " ***************************************************"
76
75
if [ " $1 " x == " MutualAuth" x -o " $1 " x == " MutualAuthT" x ]; then
77
76
AWSSetName_privatekey=${AWSMutualAuth_TodWorker_private_key}
You can’t perform that action at this time.
0 commit comments