Fixed typo in UDP tests.
This commit is contained in:
Родитель
12e4669bd2
Коммит
763b4f3146
|
@ -7166,7 +7166,7 @@
|
|||
<param>testType=udp</param>
|
||||
<param>max_parallel_connections_per_instance=64</param>
|
||||
<param>connections=(1 2 4 8 16 32 64 128 256 512 1024)</param>
|
||||
<param>bufferLenghs=(1 8)</param>
|
||||
<param>bufferLengths=(1 8)</param>
|
||||
<param>IPversion=4</param>
|
||||
</TestParameters>
|
||||
<Priority>P0</Priority>
|
||||
|
@ -7184,7 +7184,7 @@
|
|||
<param>testType=tcp</param>
|
||||
<param>max_parallel_connections_per_instance=64</param>
|
||||
<param>connections=(1 2 4 8 16 32 64 128 256 512 1024)</param>
|
||||
<param>bufferLenghs=(1024)</param>
|
||||
<param>bufferLengths=(1024)</param>
|
||||
<param>IPversion=6</param>
|
||||
</TestParameters>
|
||||
<Priority>P0</Priority>
|
||||
|
@ -7202,7 +7202,7 @@
|
|||
<param>testType=tcp</param>
|
||||
<param>max_parallel_connections_per_instance=64</param>
|
||||
<param>connections=(1 2 4 8 16 32 64 128 256 512 1024)</param>
|
||||
<param>bufferLenghs=(1024)</param>
|
||||
<param>bufferLengths=(1024)</param>
|
||||
<param>IPversion=4</param>
|
||||
</TestParameters>
|
||||
<Priority>P0</Priority>
|
||||
|
@ -7220,7 +7220,7 @@
|
|||
<param>testType=tcp</param>
|
||||
<param>max_parallel_connections_per_instance=64</param>
|
||||
<param>connections=(1 2 4 8 16 32 64 128 256 512 1024)</param>
|
||||
<param>bufferLenghs=(1024)</param>
|
||||
<param>bufferLengths=(1024)</param>
|
||||
<param>IPversion=4</param>
|
||||
</TestParameters>
|
||||
<Priority>P0</Priority>
|
||||
|
|
|
@ -55,7 +55,7 @@ if ($isDeployed)
|
|||
foreach ( $param in $currentTestData.TestParameters.param)
|
||||
{
|
||||
Add-Content -Value "$param" -Path $constantsFile
|
||||
if ($param -imatch "bufferLenghs=")
|
||||
if ($param -imatch "bufferLengths=")
|
||||
{
|
||||
$testBuffers= $param.Replace("bufferLenghs=(","").Replace(")","").Split(" ")
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче