13 references to GetRunAttempt
Aspire.Deployment.EndToEnd.Tests (13)
AcaExistingRegistryDeploymentTests.cs (1)
60
var attempt = DeploymentE2ETestHelpers.
GetRunAttempt
();
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)
82
var attempt =
GetRunAttempt
();
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();