From 56a6db1f0faacf46162e2017a2f4344ac320c6e9 Mon Sep 17 00:00:00 2001 From: Philip Lin Date: Wed, 6 Feb 2019 13:00:27 -0800 Subject: [PATCH] Update to handle MqttEventsProcessorThreadCount parameter in deployment file for Windows E2E tests (#810) --- scripts/windows/test/Run-E2ETest.ps1 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/windows/test/Run-E2ETest.ps1 b/scripts/windows/test/Run-E2ETest.ps1 index 742e4379cca..393243c0b2d 100644 --- a/scripts/windows/test/Run-E2ETest.ps1 +++ b/scripts/windows/test/Run-E2ETest.ps1 @@ -199,6 +199,11 @@ Function PrepareTestFromArtifacts Copy-Item $DirectMethodModuleToModuleDeploymentArtifactFilePath -Destination $DeploymentWorkingFilePath -Force (Get-Content $DeploymentWorkingFilePath).replace('','Mqtt') | Set-Content $DeploymentWorkingFilePath (Get-Content $DeploymentWorkingFilePath).replace('','Mqtt_Tcp_Only') | Set-Content $DeploymentWorkingFilePath + + If ($Architecture -eq "arm32v7") + { + (Get-Content $DeploymentWorkingFilePath).replace('','1') | Set-Content $DeploymentWorkingFilePath + } } "TempFilter" {