зеркало из https://github.com/microsoft/lisa.git
Removed the import-module line
This commit is contained in:
Родитель
85ac33bd02
Коммит
b3f8d42d59
|
@ -7,8 +7,6 @@
|
|||
#
|
||||
## Author : lisasupport@microsoft.com
|
||||
###############################################################################################
|
||||
Import-Module .\AzureWinUtils.psm1 -Force
|
||||
|
||||
Function GetStringMatchCount([string] $logFile,[string] $beg,[string] $end, [string] $str){
|
||||
$match=GetStringMatchObject -logFile $logFile -beg $beg -end $end -str $str
|
||||
return $match.Count
|
||||
|
@ -242,4 +240,4 @@ GetTotalDataTransfer -logFile ".\cp.txt"
|
|||
#GetTotalUdpServerTransfer -logFile "iperf-server.txt"
|
||||
#GetParallelConnectionCount -logFile ".\bookmark.txt" -beg "BookMark1" -end "BookMark2"
|
||||
#AnalyseIperfServerConnectivity ".\bookmark.txt"
|
||||
#IsCustomProbeMsgsPresent ".\cp.txt"
|
||||
#IsCustomProbeMsgsPresent ".\cp.txt"
|
||||
|
|
Загрузка…
Ссылка в новой задаче