13 references to GetRunId
Aspire.Deployment.EndToEnd.Tests (13)
AcaExistingRegistryDeploymentTests.cs (1)
59
var runId = DeploymentE2ETestHelpers.
GetRunId
();
AksStarterDeploymentTests.cs (2)
55
var clusterName = $"aks-{DeploymentE2ETestHelpers.
GetRunId
()}-{DeploymentE2ETestHelpers.GetRunAttempt()}";
57
var acrName = $"acrs{DeploymentE2ETestHelpers.
GetRunId
()}{DeploymentE2ETestHelpers.GetRunAttempt()}".ToLowerInvariant();
AksStarterWithRedisHelmDeploymentTests.cs (2)
57
var clusterName = $"aks-{DeploymentE2ETestHelpers.
GetRunId
()}-{DeploymentE2ETestHelpers.GetRunAttempt()}";
60
var acrName = $"acrr{DeploymentE2ETestHelpers.
GetRunId
()}{DeploymentE2ETestHelpers.GetRunAttempt()}".ToLowerInvariant();
Helpers\DeploymentE2ETestHelpers.cs (1)
81
var runId =
GetRunId
();
KubernetesGatewayTlsDeploymentTests.cs (2)
60
var clusterName = $"aks-{DeploymentE2ETestHelpers.
GetRunId
()}-{DeploymentE2ETestHelpers.GetRunAttempt()}";
61
var acrName = $"acrgw{DeploymentE2ETestHelpers.
GetRunId
()}{DeploymentE2ETestHelpers.GetRunAttempt()}".ToLowerInvariant();
KubernetesHelmChartDeploymentTests.cs (2)
55
var clusterName = $"aks-{DeploymentE2ETestHelpers.
GetRunId
()}-{DeploymentE2ETestHelpers.GetRunAttempt()}";
56
var acrName = $"acrh{DeploymentE2ETestHelpers.
GetRunId
()}{DeploymentE2ETestHelpers.GetRunAttempt()}".ToLowerInvariant();
RadiusStarterDeploymentTests.cs (3)
68
var clusterName = $"radius-{DeploymentE2ETestHelpers.
GetRunId
()}-{DeploymentE2ETestHelpers.GetRunAttempt()}";
70
var acrName = $"acrrad{DeploymentE2ETestHelpers.
GetRunId
()}{DeploymentE2ETestHelpers.GetRunAttempt()}".ToLowerInvariant();
84
var appNamespace = $"radius-{DeploymentE2ETestHelpers.
GetRunId
()}-{DeploymentE2ETestHelpers.GetRunAttempt()}".ToLowerInvariant();