From 4e132130b8abb0cbc307997cfaa532fe097c27bb Mon Sep 17 00:00:00 2001 From: Scott Schaab Date: Thu, 3 Sep 2020 12:56:14 -0700 Subject: [PATCH 1/3] Identity fix environment variable missmatch for live CI tests --- sdk/identity/Azure.Identity/tests/IdentityTestEnvironment.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/identity/Azure.Identity/tests/IdentityTestEnvironment.cs b/sdk/identity/Azure.Identity/tests/IdentityTestEnvironment.cs index e92328b2f3ec..4d6834b35c25 100644 --- a/sdk/identity/Azure.Identity/tests/IdentityTestEnvironment.cs +++ b/sdk/identity/Azure.Identity/tests/IdentityTestEnvironment.cs @@ -29,6 +29,6 @@ public IdentityTestEnvironment() : base("identity") public string ServicePrincipalClientSecret => GetOptionalVariable("IDENTITY_SP_CLIENT_SECRET") ?? "SANITIZED"; public string ServicePrincipalCertificatePfxPath => GetOptionalVariable("IDENTITY_SP_CERT_PFX") ?? Path.Combine(TestContext.CurrentContext.TestDirectory, "Data", "cert.pfx"); public string ServicePrincipalCertificatePemPath => GetOptionalVariable("IDENTITY_SP_CERT_PEM") ?? Path.Combine(TestContext.CurrentContext.TestDirectory, "Data", "cert.pem"); - public string ServicePrincipalSniCertificatePath => GetOptionalVariable("IDENTITY_SP_SNI_CERT") ?? Path.Combine(TestContext.CurrentContext.TestDirectory, "Data", "cert.pfx"); + public string ServicePrincipalSniCertificatePath => GetOptionalVariable("IDENTITY_SP_CERT_SNI") ?? Path.Combine(TestContext.CurrentContext.TestDirectory, "Data", "cert.pfx"); } } From 9ed4ad2dc9e7ad81419e9b473b074585cbeda187 Mon Sep 17 00:00:00 2001 From: Scott Schaab Date: Thu, 3 Sep 2020 15:47:21 -0700 Subject: [PATCH 2/3] updating container image for live tests --- sdk/identity/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/identity/tests.yml b/sdk/identity/tests.yml index 74eac9862bf5..2c8f68b8a4cd 100644 --- a/sdk/identity/tests.yml +++ b/sdk/identity/tests.yml @@ -8,7 +8,7 @@ extends: OSVmImage: "ubuntu-18.04" TestTargetFramework: netcoreapp2.1 Container: - image: 'azsdkengsys.azurecr.io/dotnet/ubuntu_netcore2_keyring:504600' + image: 'azsdkengsys.azurecr.io/dotnet/ubuntu_netcore2_keyring:523069' endpoint: 'azsdkengsys' options: -ti --cap-add=IPC_LOCK PreSteps: From 969ee52861737b7d12d3e35bf34360a976962808 Mon Sep 17 00:00:00 2001 From: Scott Schaab Date: Thu, 3 Sep 2020 18:33:23 -0700 Subject: [PATCH 3/3] updating test container image --- sdk/identity/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/identity/tests.yml b/sdk/identity/tests.yml index 2c8f68b8a4cd..6da10a227dcd 100644 --- a/sdk/identity/tests.yml +++ b/sdk/identity/tests.yml @@ -8,7 +8,7 @@ extends: OSVmImage: "ubuntu-18.04" TestTargetFramework: netcoreapp2.1 Container: - image: 'azsdkengsys.azurecr.io/dotnet/ubuntu_netcore2_keyring:523069' + image: 'azsdkengsys.azurecr.io/dotnet/ubuntu_netcore_keyring:523386' endpoint: 'azsdkengsys' options: -ti --cap-add=IPC_LOCK PreSteps: