You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -803,7 +803,7 @@ while ($runCount -le $NumberOfIterations)
803
803
Invoke-Usecase-Name 'RetrieveResourceDeploymentTimes'-Description "Retrieves the resources deployment times from the ARM template deployment"-UsecaseBlock `
@@ -892,6 +892,41 @@ while ($runCount -le $NumberOfIterations)
892
892
}
893
893
}
894
894
895
+
Invoke-Usecase-Name 'TransmitMTUSizedPacketsBetweenTenantVMs'-Description "Check if the tenant VMs can transmit MTU sized packets between themselves"-UsecaseBlock `
while (-not($publicVMSession=New-PSSession-ComputerName $publicVMIP-Credential $vmCreds-ErrorAction SilentlyContinue)){if (($sw.ElapsedMilliseconds-gt240000) -and (-not($publicVMSession))){$sw.Stop(); throw [System.Exception]"Unable to establish a remote session to the tenant VM using public IP: $publicVMIP"}; Start-Sleep-Seconds 15}
"MTU sized packet transfer between tenant VM1 on host $publicVMHost and tenant VM2 on host $privateVMHost succeeded"
921
+
}
922
+
else
923
+
{
924
+
throw [System.Exception]"Failed to transmit MTU sized packets between the tenant VMs"
925
+
}
926
+
}
927
+
}
928
+
}
929
+
895
930
Invoke-Usecase-Name 'AddDatadiskToVMWithPrivateIP'-Description "Add a data disk from utilities resource group to the VM with private IP"-UsecaseBlock `
896
931
{
897
932
Invoke-Usecase-Name 'StopDeallocateVMWithPrivateIPBeforeAddingDatadisk'-Description "Stop/Deallocate the VM with private IP before adding the data disk"-UsecaseBlock `
@@ -1109,6 +1144,13 @@ while ($runCount -le $NumberOfIterations)
Invoke-Usecase-Name 'LoginToAzureStackEnvAsSvcAdminForCleanup'-Description "Login to $SvcAdminEnvironmentName as service administrator to remove the subscription resource group"-UsecaseBlock `
0 commit comments