This commit is contained in:
Shital Savekar 2017-07-26 16:20:23 +05:30
Родитель acf91f1e24
Коммит a8b3491cbc
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -122,7 +122,7 @@ collect_VM_properties
$metadata = "Connections=$test_connections"
$connResult = "throughput=$throughput_gbps`Gbps cyclePerBytet=$cycle_per_byte Avg_TCP_lat=$average_tcp_latency"
$resultSummary += CreateResultSummary -testResult $connResult -metaData $metaData -checkValues "PASS,FAIL,ABORTED" -testName $currentTestData.testName
if ($throughput_gbps -eq 0)
if ($throughput_gbps -eq "0.00")
{
$uploadResults = $false
$testResult = "FAIL"