From afa467d3db77c4f4cce05b372bd2635857b39f33 Mon Sep 17 00:00:00 2001 From: Daniel Plaisted Date: Thu, 22 Aug 2019 11:17:41 -0700 Subject: [PATCH] Run a specific list of SDK tests as integration tests Instead of trying to get all of the SDK tests to run, create a list of tests to use as integration tests --- test/SdkTests/SdkTests.csproj | 1 + test/SdkTests/TestConfig.xml | 81 +++++++++++++++++++++++++++-------- 2 files changed, 65 insertions(+), 17 deletions(-) diff --git a/test/SdkTests/SdkTests.csproj b/test/SdkTests/SdkTests.csproj index dd7a02253..e00bd4a47 100644 --- a/test/SdkTests/SdkTests.csproj +++ b/test/SdkTests/SdkTests.csproj @@ -224,6 +224,7 @@ $(TestArgs) -xml "$(ResultsXmlPath)" $(TestArgs) -html "$(ResultsHtmlPath)" $(TestRunnerAdditionalArguments) $(TestArgs) > $(ResultsStdOutPath) 2>&1 + $(TestArgs) -testList SdkIntegrationTests diff --git a/test/SdkTests/TestConfig.xml b/test/SdkTests/TestConfig.xml index 6b3aec8bc..3a7a4998c 100644 --- a/test/SdkTests/TestConfig.xml +++ b/test/SdkTests/TestConfig.xml @@ -1,4 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - - - + + + +