Skip to content

Commit e4995d6

Browse files
committed
remove empty files and improve comments
1 parent 96425fe commit e4995d6

File tree

4 files changed

+5
-30
lines changed

4 files changed

+5
-30
lines changed

codebuild/linux-integration-tests.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

test-integration/IntegrationTests/TestToolLibrary/SDKPackage/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

test-integration/IntegrationTests/TestToolLibrary/__init__.py

Whitespace-only changes.

test-integration/run/run.sh

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@
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
@@ -69,9 +68,9 @@ else
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}

0 commit comments

Comments
 (0)