From 2f9a50c55a617b1d2a0f1c3f403b67839b40232d Mon Sep 17 00:00:00 2001
From: Rucha Deshpande <deshruch@amazon.com>
Date: Wed, 24 Mar 2021 16:50:31 +0000
Subject: [PATCH] Add Environment variable for int tests

commit d30f34ea
Author: Rucha Deshpande <deshruch@amazon.com>
Date: Wed Mar 24 2021 11:46:46 GMT-0500 (Central Daylight Time)

    Add environment variable


commit a08c1ffe
Author: Rucha Deshpande <deshruch@amazon.com>
Date: Wed Mar 24 2021 10:31:36 GMT-0500 (Central Daylight Time)

    Merge remote-tracking branch 'remotes/origin/dev' into deshruch

# Conflicts:
#	testing/partition-test-aws/src/test/java/org/opengroup/osdu/partition/util/AwsTestUtils.java


commit ef8008fc
Author: Rucha Deshpande <deshruch@amazon.com>
Date: Wed Mar 10 2021 15:41:47 GMT-0600 (Central Standard Time)

    remove * import


commit 85e095bd
Author: Rucha Deshpande <deshruch@amazon.com>
Date: Wed Mar 10 2021 15:36:22 GMT-0600 (Central Standard Time)

    remove commented code


commit 4ab437dc
Author: Rucha Deshpande <deshruch@amazon.com>
Date: Wed Mar 10 2021 15:35:00 GMT-0600 (Central Standard Time)

    remove unwanted variables


commit aef15021
Author: Rucha Deshpande <deshruch@amazon.com>
Date: Wed Mar 10 2021 15:31:45 GMT-0600 (Central Standard Time)

    Merge remote-tracking branch 'remotes/origin/dev' into deshruch

# Conflicts:
#	provider/partition-aws/src/main/java/org/opengroup/osdu/partition/provider/aws/util/SSMHelper.java


commit 9ddd0475
Author: Rucha Deshpande <deshruch@amazon.com>
Date: Wed Mar 10 2021 15:28:44 GMT-0600 (Central Standard Time)

    remove unused imports


commit 00aec284
Author: Rucha Deshpande <deshruch@amazon.com>
Date: Wed Mar 10 2021 13:56:57 GMT-0600 (Central Standard Time)

    Remove Entitlements references


commit 3bcbf37b
Author: Rucha Deshpande <deshruch@amazon.com>
Date: Wed Mar 10 2021 12:44:17 GMT-0600 (Central Standard Time)

    Remove unused files


commit 2c3a1a2d
Author: Rucha Deshpande <deshruch@amazon.com>
Date: Wed Mar 10 2021 12:38:42 GMT-0600 (Central Standard Time)

    remove commented code


commit 01e3ce26
Author: Rucha Deshpande <deshruch@amazon.com>
Date: Wed Mar 10 2021 12:35:10 GMT-0600 (Central Standard Time)

    fix int tests for service principal


commit c1495168
Author: Rucha Deshpande <deshruch@amazon.com>
Date: Tue Mar 09 2021 17:01:38 GMT-0600 (Central Standard Time)

    Add Service Principal implementation to Partition Service


commit 4dd410af
Author: Rucha Deshpande <deshruch@amazon.com>
Date: Tue Mar 09 2021 14:54:42 GMT-0600 (Central Standard Time)

    Fix list with nextToken


commit 86bd8969
Author: Rucha Deshpande <deshruch@amazon.com>
Date: Tue Mar 02 2021 16:58:34 GMT-0600 (Central Standard Time)

    Bug fix: Partition is updated with field id


commit bd100062
Author: Rucha Deshpande <deshruch@amazon.com>
Date: Tue Mar 02 2021 15:37:36 GMT-0600 (Central Standard Time)

    Fix imports


commit 4a7f3ce9
Author: Rucha Deshpande <deshruch@amazon.com>
Date: Tue Mar 02 2021 15:26:15 GMT-0600 (Central Standard Time)

    fix return code


commit d0f3b072
Author: Rucha Deshpande <deshruch@amazon.com>
Date: Tue Mar 02 2021 15:23:10 GMT-0600 (Central Standard Time)

    Add updatePartition and List all Partitions implementation


commit 518affe3
Author: Rucha Deshpande <deshruch@amazon.com>
Date: Tue Mar 02 2021 15:13:39 GMT-0600 (Central Standard Time)

    Add updatePartition and List all Partitions implementation


commit 98c0255e
Author: Rucha Deshpande <deshruch@amazon.com>
Date: Tue Mar 02 2021 10:58:41 GMT-0600 (Central Standard Time)

    Add List and Update integration tests
---
 testing/partition-test-aws/build-aws/run-tests.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testing/partition-test-aws/build-aws/run-tests.sh b/testing/partition-test-aws/build-aws/run-tests.sh
index 6ee8d0227..1c136bbe4 100755
--- a/testing/partition-test-aws/build-aws/run-tests.sh
+++ b/testing/partition-test-aws/build-aws/run-tests.sh
@@ -32,6 +32,7 @@ export PARTITION_BASE_URL=$PARTITION_BASE_URL
 export CLIENT_TENANT=common
 export MY_TENANT=opendes
 export RESOURCE_PREFIX=$RESOURCE_PREFIX
+export ENVIRONMENT=$RESOURCE_PREFIX
 
 #### RUN INTEGRATION TEST #########################################################################
 
-- 
GitLab