Skip to content

Commit 6ee68f2

Browse files
committed
Add packages that disable data collection
1 parent 21ec402 commit 6ee68f2

24 files changed

+15
-0
lines changed

src/ResourceManager/Network/Commands.Network.Test/NetworkResourcesController.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
using RestTestFramework = Microsoft.Rest.ClientRuntime.Azure.TestFramework;
3030
using Microsoft.Azure.ServiceManagemenet.Common.Models;
3131
using Microsoft.Azure.Internal.Subscriptions;
32+
using Microsoft.Azure.Commands.Common.Authentication.Abstractions;
3233

3334
namespace Commands.Network.Test
3435
{

src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/ApplicationGatewayTests.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ public void TestAvailableWafRuleSets()
5454
[Fact]
5555
[Trait(Category.AcceptanceType, Category.CheckIn)]
5656
[Trait(Category.Owner, Category.nvadev)]
57+
// TODO: 6992 Improve test execution performance on NetCore
58+
[Trait(Category.RunType, Category.DesktopOnly)]
5759
public void TestApplicationGatewayCRUD()
5860
{
5961
NetworkResourcesController.NewInstance.RunPsTest(_logger, string.Format("Test-ApplicationGatewayCRUD -baseDir '{0}'", AppDomain.CurrentDomain.BaseDirectory));
@@ -70,6 +72,8 @@ public void TestApplicationGatewayCRUD2()
7072
[Fact]
7173
[Trait(Category.AcceptanceType, Category.CheckIn)]
7274
[Trait(Category.Owner, Category.nvadev)]
75+
// TODO: 6992 Improve test execution performance on NetCore
76+
[Trait(Category.RunType, Category.DesktopOnly)]
7377
public void TestApplicationGatewayCRUD3()
7478
{
7579
NetworkResourcesController.NewInstance.RunPsTest(_logger, string.Format("Test-ApplicationGatewayCRUD3 -baseDir '{0}'", AppDomain.CurrentDomain.BaseDirectory));

src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/Generated/RouteTableTestsGenerated.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ public void TestRouteCRUDMinimalParameters()
7070
[Fact]
7171
[Trait(Category.AcceptanceType, Category.CheckIn)]
7272
[Trait(Category.Owner, Category.sdnnrp)]
73+
// TODO: 6992 Improve test execution performance on NetCore
74+
[Trait(Category.RunType, Category.DesktopOnly)]
7375
public void TestRouteCRUDAllParameters()
7476
{
7577
NetworkResourcesController.NewInstance.RunPsTest(_logger, string.Format("Test-RouteCRUDAllParameters"));

src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/PublicIpAddressTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ public void TestPublicIpAddressCRUDIpTag()
9191
[Fact]
9292
[Trait(Category.AcceptanceType, Category.CheckIn)]
9393
[Trait(Category.Owner, Category.sdnnrp)]
94+
// TODO: 6992 Improve test execution performance on NetCore
95+
[Trait(Category.RunType, Category.DesktopOnly)]
9496
public void TestPublicIpAddressIpVersion()
9597
{
9698
NetworkResourcesController.NewInstance.RunPsTest(_logger, "Test-PublicIpAddressIpVersion");

src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/VirtualNetworkGatewayTests.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ public void TestVirtualNetworkGatewayCRUD()
5050
[Fact]
5151
[Trait(Category.AcceptanceType, Category.CheckIn)]
5252
[Trait(Category.Owner, Category.brooklynft)]
53+
// TODO: 6992 Improve test execution performance on NetCore
54+
[Trait(Category.RunType, Category.DesktopOnly)]
5355
public void TestVirtualNetworkGatewayP2SAndSKU()
5456
{
5557
NetworkResourcesController.NewInstance.RunPsTest(_logger, "Test-VirtualNetworkGatewayP2SAndSKU");
@@ -58,6 +60,8 @@ public void TestVirtualNetworkGatewayP2SAndSKU()
5860
[Fact]
5961
[Trait(Category.AcceptanceType, Category.CheckIn)]
6062
[Trait(Category.Owner, Category.brooklynft)]
63+
// TODO: 6992 Improve test execution performance on NetCore
64+
[Trait(Category.RunType, Category.DesktopOnly)]
6165
public void TestSetVirtualNetworkGatewayCRUD()
6266
{
6367
NetworkResourcesController.NewInstance.RunPsTest(_logger, "Test-SetVirtualNetworkGatewayCRUD");

src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/VirtualNetworkTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ public void TestVirtualNetworkCRUDWithDDoSProtection()
4949
[Fact]
5050
[Trait(Category.AcceptanceType, Category.CheckIn)]
5151
[Trait(Category.Owner, Category.brooklynft)]
52+
// TODO: 6992 Improve test execution performance on NetCore
53+
[Trait(Category.RunType, Category.DesktopOnly)]
5254
public void TestVirtualNetworkSubnetCRUD()
5355
{
5456
NetworkResourcesController.NewInstance.RunPsTest(_logger, "Test-subnetCRUD");
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)