From 3c09ced898204a42a0d3490403a622ddde6f5d82 Mon Sep 17 00:00:00 2001 From: Youssef1313 Date: Thu, 6 Feb 2025 15:24:17 +0100 Subject: [PATCH] Move ServerMode directory from MSTest acceptance tests to MTP acceptance tests --- .../MSTest.Acceptance.IntegrationTests.csproj | 1 + ...icrosoft.Testing.Platform.Acceptance.IntegrationTests.csproj | 2 -- .../ServerMode/LogsCollector.cs | 0 .../ServerMode/ServerModeTestsBase.cs | 0 .../ServerMode/TelemetryCollector.cs | 0 .../ServerMode/TestNodeUpdateCollector.cs | 0 .../ServerMode/v1.0.0/AttachDebuggerInfo.cs | 0 .../ServerMode/v1.0.0/ClientCapabilities.cs | 0 .../ServerMode/v1.0.0/ClientInfo.cs | 0 .../ServerMode/v1.0.0/DiscoverRequest.cs | 0 .../ServerMode/v1.0.0/InitializeRequest.cs | 0 .../ServerMode/v1.0.0/InitializeResponse.cs | 0 .../ServerMode/v1.0.0/LogLevel.cs | 0 .../ServerMode/v1.0.0/RpcListener.cs | 0 .../ServerMode/v1.0.0/RunRequest.cs | 0 .../ServerMode/v1.0.0/ServerCapabilities.cs | 0 .../ServerMode/v1.0.0/ServerInfo.cs | 0 .../ServerMode/v1.0.0/TelemetryPayload.cs | 0 .../ServerMode/v1.0.0/TestNode.cs | 0 .../ServerMode/v1.0.0/TestingPlatformClient.cs | 0 20 files changed, 1 insertion(+), 2 deletions(-) rename test/IntegrationTests/{MSTest.Acceptance.IntegrationTests => Microsoft.Testing.Platform.Acceptance.IntegrationTests}/ServerMode/LogsCollector.cs (100%) rename test/IntegrationTests/{MSTest.Acceptance.IntegrationTests => Microsoft.Testing.Platform.Acceptance.IntegrationTests}/ServerMode/ServerModeTestsBase.cs (100%) rename test/IntegrationTests/{MSTest.Acceptance.IntegrationTests => Microsoft.Testing.Platform.Acceptance.IntegrationTests}/ServerMode/TelemetryCollector.cs (100%) rename test/IntegrationTests/{MSTest.Acceptance.IntegrationTests => Microsoft.Testing.Platform.Acceptance.IntegrationTests}/ServerMode/TestNodeUpdateCollector.cs (100%) rename test/IntegrationTests/{MSTest.Acceptance.IntegrationTests => Microsoft.Testing.Platform.Acceptance.IntegrationTests}/ServerMode/v1.0.0/AttachDebuggerInfo.cs (100%) rename test/IntegrationTests/{MSTest.Acceptance.IntegrationTests => Microsoft.Testing.Platform.Acceptance.IntegrationTests}/ServerMode/v1.0.0/ClientCapabilities.cs (100%) rename test/IntegrationTests/{MSTest.Acceptance.IntegrationTests => Microsoft.Testing.Platform.Acceptance.IntegrationTests}/ServerMode/v1.0.0/ClientInfo.cs (100%) rename test/IntegrationTests/{MSTest.Acceptance.IntegrationTests => Microsoft.Testing.Platform.Acceptance.IntegrationTests}/ServerMode/v1.0.0/DiscoverRequest.cs (100%) rename test/IntegrationTests/{MSTest.Acceptance.IntegrationTests => Microsoft.Testing.Platform.Acceptance.IntegrationTests}/ServerMode/v1.0.0/InitializeRequest.cs (100%) rename test/IntegrationTests/{MSTest.Acceptance.IntegrationTests => Microsoft.Testing.Platform.Acceptance.IntegrationTests}/ServerMode/v1.0.0/InitializeResponse.cs (100%) rename test/IntegrationTests/{MSTest.Acceptance.IntegrationTests => Microsoft.Testing.Platform.Acceptance.IntegrationTests}/ServerMode/v1.0.0/LogLevel.cs (100%) rename test/IntegrationTests/{MSTest.Acceptance.IntegrationTests => Microsoft.Testing.Platform.Acceptance.IntegrationTests}/ServerMode/v1.0.0/RpcListener.cs (100%) rename test/IntegrationTests/{MSTest.Acceptance.IntegrationTests => Microsoft.Testing.Platform.Acceptance.IntegrationTests}/ServerMode/v1.0.0/RunRequest.cs (100%) rename test/IntegrationTests/{MSTest.Acceptance.IntegrationTests => Microsoft.Testing.Platform.Acceptance.IntegrationTests}/ServerMode/v1.0.0/ServerCapabilities.cs (100%) rename test/IntegrationTests/{MSTest.Acceptance.IntegrationTests => Microsoft.Testing.Platform.Acceptance.IntegrationTests}/ServerMode/v1.0.0/ServerInfo.cs (100%) rename test/IntegrationTests/{MSTest.Acceptance.IntegrationTests => Microsoft.Testing.Platform.Acceptance.IntegrationTests}/ServerMode/v1.0.0/TelemetryPayload.cs (100%) rename test/IntegrationTests/{MSTest.Acceptance.IntegrationTests => Microsoft.Testing.Platform.Acceptance.IntegrationTests}/ServerMode/v1.0.0/TestNode.cs (100%) rename test/IntegrationTests/{MSTest.Acceptance.IntegrationTests => Microsoft.Testing.Platform.Acceptance.IntegrationTests}/ServerMode/v1.0.0/TestingPlatformClient.cs (100%) diff --git a/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/MSTest.Acceptance.IntegrationTests.csproj b/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/MSTest.Acceptance.IntegrationTests.csproj index b204fdef59..037f3d9600 100644 --- a/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/MSTest.Acceptance.IntegrationTests.csproj +++ b/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/MSTest.Acceptance.IntegrationTests.csproj @@ -13,6 +13,7 @@ + diff --git a/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests.csproj b/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests.csproj index 747774663a..9b63fe308e 100644 --- a/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests.csproj +++ b/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests.csproj @@ -12,8 +12,6 @@ - - diff --git a/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ServerMode/LogsCollector.cs b/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/ServerMode/LogsCollector.cs similarity index 100% rename from test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ServerMode/LogsCollector.cs rename to test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/ServerMode/LogsCollector.cs diff --git a/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ServerMode/ServerModeTestsBase.cs b/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/ServerMode/ServerModeTestsBase.cs similarity index 100% rename from test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ServerMode/ServerModeTestsBase.cs rename to test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/ServerMode/ServerModeTestsBase.cs diff --git a/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ServerMode/TelemetryCollector.cs b/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/ServerMode/TelemetryCollector.cs similarity index 100% rename from test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ServerMode/TelemetryCollector.cs rename to test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/ServerMode/TelemetryCollector.cs diff --git a/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ServerMode/TestNodeUpdateCollector.cs b/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/ServerMode/TestNodeUpdateCollector.cs similarity index 100% rename from test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ServerMode/TestNodeUpdateCollector.cs rename to test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/ServerMode/TestNodeUpdateCollector.cs diff --git a/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ServerMode/v1.0.0/AttachDebuggerInfo.cs b/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/ServerMode/v1.0.0/AttachDebuggerInfo.cs similarity index 100% rename from test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ServerMode/v1.0.0/AttachDebuggerInfo.cs rename to test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/ServerMode/v1.0.0/AttachDebuggerInfo.cs diff --git a/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ServerMode/v1.0.0/ClientCapabilities.cs b/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/ServerMode/v1.0.0/ClientCapabilities.cs similarity index 100% rename from test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ServerMode/v1.0.0/ClientCapabilities.cs rename to test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/ServerMode/v1.0.0/ClientCapabilities.cs diff --git a/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ServerMode/v1.0.0/ClientInfo.cs b/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/ServerMode/v1.0.0/ClientInfo.cs similarity index 100% rename from test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ServerMode/v1.0.0/ClientInfo.cs rename to test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/ServerMode/v1.0.0/ClientInfo.cs diff --git a/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ServerMode/v1.0.0/DiscoverRequest.cs b/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/ServerMode/v1.0.0/DiscoverRequest.cs similarity index 100% rename from test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ServerMode/v1.0.0/DiscoverRequest.cs rename to test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/ServerMode/v1.0.0/DiscoverRequest.cs diff --git a/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ServerMode/v1.0.0/InitializeRequest.cs b/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/ServerMode/v1.0.0/InitializeRequest.cs similarity index 100% rename from test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ServerMode/v1.0.0/InitializeRequest.cs rename to test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/ServerMode/v1.0.0/InitializeRequest.cs diff --git a/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ServerMode/v1.0.0/InitializeResponse.cs b/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/ServerMode/v1.0.0/InitializeResponse.cs similarity index 100% rename from test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ServerMode/v1.0.0/InitializeResponse.cs rename to test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/ServerMode/v1.0.0/InitializeResponse.cs diff --git a/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ServerMode/v1.0.0/LogLevel.cs b/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/ServerMode/v1.0.0/LogLevel.cs similarity index 100% rename from test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ServerMode/v1.0.0/LogLevel.cs rename to test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/ServerMode/v1.0.0/LogLevel.cs diff --git a/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ServerMode/v1.0.0/RpcListener.cs b/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/ServerMode/v1.0.0/RpcListener.cs similarity index 100% rename from test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ServerMode/v1.0.0/RpcListener.cs rename to test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/ServerMode/v1.0.0/RpcListener.cs diff --git a/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ServerMode/v1.0.0/RunRequest.cs b/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/ServerMode/v1.0.0/RunRequest.cs similarity index 100% rename from test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ServerMode/v1.0.0/RunRequest.cs rename to test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/ServerMode/v1.0.0/RunRequest.cs diff --git a/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ServerMode/v1.0.0/ServerCapabilities.cs b/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/ServerMode/v1.0.0/ServerCapabilities.cs similarity index 100% rename from test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ServerMode/v1.0.0/ServerCapabilities.cs rename to test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/ServerMode/v1.0.0/ServerCapabilities.cs diff --git a/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ServerMode/v1.0.0/ServerInfo.cs b/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/ServerMode/v1.0.0/ServerInfo.cs similarity index 100% rename from test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ServerMode/v1.0.0/ServerInfo.cs rename to test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/ServerMode/v1.0.0/ServerInfo.cs diff --git a/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ServerMode/v1.0.0/TelemetryPayload.cs b/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/ServerMode/v1.0.0/TelemetryPayload.cs similarity index 100% rename from test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ServerMode/v1.0.0/TelemetryPayload.cs rename to test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/ServerMode/v1.0.0/TelemetryPayload.cs diff --git a/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ServerMode/v1.0.0/TestNode.cs b/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/ServerMode/v1.0.0/TestNode.cs similarity index 100% rename from test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ServerMode/v1.0.0/TestNode.cs rename to test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/ServerMode/v1.0.0/TestNode.cs diff --git a/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ServerMode/v1.0.0/TestingPlatformClient.cs b/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/ServerMode/v1.0.0/TestingPlatformClient.cs similarity index 100% rename from test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ServerMode/v1.0.0/TestingPlatformClient.cs rename to test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/ServerMode/v1.0.0/TestingPlatformClient.cs