рабочий вариант, но скороть 10 МБит
This commit is contained in:
@@ -72,7 +72,7 @@ function Get-MeshPort {
|
||||
function Enable-TestMeshListener {
|
||||
param([object]$Node)
|
||||
$port = Get-MeshPort -Name $Node.name
|
||||
Invoke-Api -Method PUT -Path "/clusters/$ClusterID/nodes/$($Node.id)/workloads/mesh-listener/desired" -Body @{
|
||||
Invoke-Api -Method PUT -Path "/clusters/$ClusterID/nodes/$($Node.id)/workloads/fabric-listener/desired" -Body @{
|
||||
actor_user_id = $ActorUserID
|
||||
desired_state = "enabled"
|
||||
runtime_mode = "container"
|
||||
@@ -1067,7 +1067,7 @@ try {
|
||||
baseline_depth = $baselineAlternateExitDepth
|
||||
depth = $alternateExitDepth
|
||||
}
|
||||
backend_fallback_queue = @{
|
||||
degraded_route_queue = @{
|
||||
baseline_depth = $baselineBackendDepth
|
||||
depth = $finalBackendDepth
|
||||
}
|
||||
@@ -1094,7 +1094,7 @@ try {
|
||||
post_rebuild_uses_alternate_exit_route = ([string]$postRebuildIngress.report.ingress.last_selected_route_id -eq $alternateRouteID)
|
||||
primary_exit_inbox_received_pre_rebuild_packets = ($primaryExitDepth -ge ($baselinePrimaryExitDepth + $expectedPrimaryExitPackets))
|
||||
alternate_exit_inbox_received_post_rebuild_packets = ($alternateExitDepth -ge ($baselineAlternateExitDepth + $expectedAlternateExitPackets))
|
||||
no_backend_fallback_used = ($finalBackendDepth -eq $baselineBackendDepth)
|
||||
no_degraded_route_used = ($finalBackendDepth -eq $baselineBackendDepth)
|
||||
no_flow_drops = ($droppedDelta -eq 0)
|
||||
route_intents_expired = ($expiredPrimary.route_intent.lifecycle_status -eq "expired" -and $expiredAlternate.route_intent.lifecycle_status -eq "expired")
|
||||
}
|
||||
@@ -1134,3 +1134,4 @@ if (-not (Test-Path $resultDir)) {
|
||||
$result | ConvertTo-Json -Depth 100 | Set-Content -Path $resultFullPath -Encoding UTF8
|
||||
Write-Host "C18Z10 live service-channel exit pool smoke passed. Result: $resultFullPath"
|
||||
$result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user