|
11 | 11 | <ComputeTestDebug>.\src\ResourceManager\Compute\Commands.Compute.Test\bin\Debug\Microsoft.Azure.Commands.Compute.Test.dll</ComputeTestDebug>
|
12 | 12 | <NetworkTestDebug>.\src\ResourceManager\Network\Commands.Network.Test\bin\Debug\Microsoft.Azure.Commands.Network.Test.dll</NetworkTestDebug>
|
13 | 13 | <AzureRTTestSettings>.\src\AzureRT.testsettings</AzureRTTestSettings>
|
| 14 | + <AzureRTSeqTestSettings>.\src\AzureRTSeq.testsettings</AzureRTSeqTestSettings> |
14 | 15 | <AzureRTTestContainer>.\src\ServiceManagement\Compute\Commands.ServiceManagement.Test\bin\Debug\Microsoft.WindowsAzure.Commands.ServiceManagement.Test.dll</AzureRTTestContainer>
|
15 | 16 | <StorageScenarioTestDebug>src\ServiceManagement\Storage\Commands.Storage.ScenarioTest\bin\Debug\CLITest.dll</StorageScenarioTestDebug>
|
16 | 17 | <ManagementTestDebug>.\src\ServiceManagement\Services\Commands.Test\bin\Debug\Microsoft.WindowsAzure.Commands.Test.dll</ManagementTestDebug>
|
17 | 18 | <ResourceManagerTestDebug>.\src\ResourceManager\Resources\Commands.Resources.Test\bin\Debug\Microsoft.Azure.Commands.Resources.Test.dll</ResourceManagerTestDebug>
|
18 | 19 | <DataFactoryManagerTestDebug>.\src\ResourceManager\DataFactories\Commands.DataFactories.Test\bin\Debug\Microsoft.Azure.Commands.DataFactories.Test.dll</DataFactoryManagerTestDebug>
|
19 | 20 | <StreamAnalyticsManagerTestDebug>.\src\ResourceManager\StreamAnalytics\Commands.StreamAnalytics.Test\bin\Debug\Microsoft.Azure.Commands.StreamAnalytics.Test.dll</StreamAnalyticsManagerTestDebug>
|
| 21 | + <OperationalInsightsTestDebug>.\src\ResourceManager\OperationalInsights\Commands.OperationalInsights.Test\bin\Debug\Microsoft.Azure.Commands.OperationalInsights.Test.dll</OperationalInsightsTestDebug> |
20 | 22 | <BatchTestDebug>.\src\ResourceManager\Batch\Commands.Batch.Test\bin\Debug\Microsoft.Azure.Commands.Batch.Test.dll</BatchTestDebug>
|
21 | 23 | <WebsitesTestDebug>.\src\ResourceManager\Websites\Commands.Websites.Test\bin\Debug\Microsoft.Azure.Commands.Websites.Test.dll</WebsitesTestDebug>
|
22 | 24 | <RemoteAppTestDebug>.\src\ServiceManagement\RemoteApp\Commands.RemoteApp.Test\bin\Debug\Microsoft.Azure.Commands.RemoteApp.Tests.dll</RemoteAppTestDebug>
|
|
48 | 50 | <XUnitTests Include=".\src\ResourceManager\DataFactories\Commands.DataFactories.Test\bin\Debug\Microsoft.Azure.Commands.DataFactories.Test.dll"/>
|
49 | 51 | <XUnitTests Include=".\src\ResourceManager\Dns\Commands.Dns.Test\bin\Debug\Microsoft.Azure.Commands.Dns.Test.dll"/>
|
50 | 52 | <XUnitTests Include=".\src\ResourceManager\StreamAnalytics\Commands.StreamAnalytics.Test\bin\Debug\Microsoft.Azure.Commands.StreamAnalytics.Test.dll"/>
|
| 53 | + <XUnitTests Include=".\src\ResourceManager\OperationalInsights\Commands.OperationalInsights.Test\bin\Debug\Microsoft.Azure.Commands.OperationalInsights.Test.dll"/> |
51 | 54 | <XUnitTests Include=".\src\ResourceManager\Batch\Commands.Batch.Test\bin\Debug\Microsoft.Azure.Commands.Batch.Test.dll"/>
|
52 | 55 | <XUnitTests Include=".\src\ResourceManager\Websites\Commands.Websites.Test\bin\Debug\Microsoft.Azure.Commands.Websites.Test.dll"/>
|
53 | 56 | <XUnitTests Include=".\src\ResourceManager\KeyVault\Commands.KeyVault.Test\bin\Debug\Microsoft.Azure.Commands.KeyVault.Test.dll"/>
|
|
148 | 151 | <Xunit.Runner.MSBuild.xunit Assemblies="$(StreamAnalyticsManagerTestDebug)" Html="$(TestOutputDirectory)\StreamAnalyticsManagerTestDebug.xunit.dll.html" Verbose="false"
|
149 | 152 | IncludeTraits="$(XUnitIncludedTrait)" MaxParallelThreads="0" ParallelizeAssemblies="false" ParallelizeTestCollections="false" />
|
150 | 153 | </Target>
|
| 154 | + |
| 155 | + <Target Name="TestOperationalInsights"> |
| 156 | + <Xunit.Runner.MSBuild.xunit Assemblies="$(OperationalInsightsTestDebug)" Html="$(TestOutputDirectory)\OperationalInsightsTestDebug.xunit.dll.html" Verbose="false" |
| 157 | + IncludeTraits="$(XUnitIncludedTrait)" MaxParallelThreads="0" ParallelizeAssemblies="false" ParallelizeTestCollections="false" /> |
| 158 | + </Target> |
151 | 159 |
|
152 | 160 | <Target Name="TestServiceManagement">
|
153 | 161 | <MSBuild Targets="InvokeMSTest"
|
|
258 | 266 | ContinueOnError="false" />
|
259 | 267 | </Target>
|
260 | 268 |
|
261 |
| - <Target Name="AzureRTBVTsSeq" DependsOnTargets="Clean;BuildDebug;BeforeRunTests"> |
262 |
| - <Message Importance="high" Text="Running AzureRT BVT tests..." /> |
263 |
| - <Delete Files="$(TestOutputDirectory)\RTBVTDebug.trx" /> |
264 |
| - <Exec |
265 |
| - Command="MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(TestSettings) /category:BVT /resultsfile:$(TestOutputDirectory)\RTBVTDebug.trx" |
266 |
| - ContinueOnError="false" /> |
267 |
| - </Target> |
268 |
| - |
269 | 269 | <Target Name="AzureRTOne" DependsOnTargets="Clean;BuildDebug;BeforeRunTests">
|
270 | 270 | <Message Importance="high" Text="Running a specific tests..." />
|
271 | 271 | <Delete Files="$(TestOutputDirectory)\RTFunctionalDebug.trx" />
|
272 | 272 | <Exec
|
273 |
| - Command="MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(TestSettings) /test:$(TestName) /resultsfile:$(TestOutputDirectory)\RTFunctionalDebug.trx" |
| 273 | + Command="MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(AzureRTSeqTestSettings) /test:$(TestName) /resultsfile:$(TestOutputDirectory)\RTFunctionalDebug.trx" |
274 | 274 | ContinueOnError="false" />
|
275 | 275 | </Target>
|
276 | 276 |
|
|
286 | 286 | <Message Importance="high" Text="Running tests:" />
|
287 | 287 | <Delete Files="$(TestOutputDirectory)\RTFunctionalDebug.trx" />
|
288 | 288 | <Exec
|
289 |
| - Command="MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(TestSettings) $(TestParams) /resultsfile:$(TestOutputDirectory)\RTFunctionalDebug.trx" |
| 289 | + Command="MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(AzureRTSeqTestSettings) $(TestParams) /resultsfile:$(TestOutputDirectory)\RTFunctionalDebug.trx" |
290 | 290 | ContinueOnError="false" />
|
291 | 291 | </Target>
|
292 | 292 |
|
293 | 293 | <Target Name="AzureRTAll" DependsOnTargets="Clean;BuildDebug;BeforeRunTests">
|
294 | 294 | <Message Importance="high" Text="Running AzureRT all tests..." />
|
295 | 295 | <Delete Files="$(TestOutputDirectory)\RTDebug.trx" />
|
296 | 296 | <Exec
|
297 |
| - Command="MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(TestSettings) /category:$(AzureRTAllTestFilter) /resultsfile:$(TestOutputDirectory)\RTDebug.trx" |
| 297 | + Command="MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(AzureRTSeqTestSettings) /category:$(AzureRTAllTestFilter) /resultsfile:$(TestOutputDirectory)\RTDebug.trx" |
298 | 298 | ContinueOnError="false" />
|
299 | 299 | </Target>
|
300 | 300 |
|
|
304 | 304 | <Delete Files="$(TestOutputDirectory)\RTSequentialDebug.trx" />
|
305 | 305 | <Delete Files="$(TestOutputDirectory)\RTDebug.trx" />
|
306 | 306 | <Exec
|
307 |
| - Command="MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(TestSettings) /category:$(AzureRTSeqAllFilter) /resultsfile:$(TestOutputDirectory)\RTSequentialDebug.trx" |
| 307 | + Command="MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(AzureRTSeqTestSettings) /category:$(AzureRTSeqAllFilter) /resultsfile:$(TestOutputDirectory)\RTSequentialDebug.trx" |
308 | 308 | ContinueOnError="true" />
|
309 | 309 | <Exec
|
310 | 310 | Command="MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(AzureRTTestSettings) /category:$(AzureRTParAllFilter) /resultsfile:$(TestOutputDirectory)\RTDebug.trx"
|
|
316 | 316 |
|
317 | 317 | <Delete Files="$(TestOutputDirectory)\RTSequentialDebug.trx" />
|
318 | 318 | <Exec
|
319 |
| - Command="MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(TestSettings) /category:$(AzureRTSeqAllFilter) /resultsfile:$(TestOutputDirectory)\RTSequentialDebug.trx" |
| 319 | + Command="MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(AzureRTSeqTestSettings) /category:$(AzureRTSeqAllFilter) /resultsfile:$(TestOutputDirectory)\RTSequentialDebug.trx" |
320 | 320 | ContinueOnError="true" />
|
321 | 321 | </Target>
|
322 | 322 |
|
|
325 | 325 |
|
326 | 326 | <Delete Files="$(TestOutputDirectory)\RTSequentialDebug.trx" />
|
327 | 327 | <Exec
|
328 |
| - Command="MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(TestSettings) /category:Network /resultsfile:$(TestOutputDirectory)\RTSequentialDebug.trx" |
| 328 | + Command="MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(AzureRTSeqTestSettings) /category:Network /resultsfile:$(TestOutputDirectory)\RTSequentialDebug.trx" |
329 | 329 | ContinueOnError="false" />
|
330 | 330 | </Target>
|
331 | 331 |
|
|
334 | 334 |
|
335 | 335 | <Delete Files="$(TestOutputDirectory)\RTSequentialDebug.trx" />
|
336 | 336 | <Exec
|
337 |
| - Command="MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(TestSettings) /category:$(AzureRTUploadSeqFilter) /resultsfile:$(TestOutputDirectory)\RTSequentialDebug.trx" |
| 337 | + Command="MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(AzureRTSeqTestSettings) /category:$(AzureRTUploadSeqFilter) /resultsfile:$(TestOutputDirectory)\RTSequentialDebug.trx" |
338 | 338 | ContinueOnError="false" />
|
339 | 339 | </Target>
|
340 | 340 |
|
|
0 commit comments