Removed the import-module line

This commit is contained in:
Ju-Hyoung Lee 2018-05-31 12:38:57 -07:00 коммит произвёл GitHub
Родитель 85ac33bd02
Коммит b3f8d42d59
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -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"