Skip to content

Commit f939360

Browse files
committed
Mark test cases as CheckIn test
1 parent 2cce725 commit f939360

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests/Constants.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,17 @@ namespace Microsoft.WindowsAzure.Commands.ServiceManagement.Test
1717
public class Category
1818
{
1919
public const string Scenario = "AzureRTScenario";
20-
public const string BVT = "BVT";
2120
public const string Functional = "Functional";
2221
public const string Preview = "Preview";
2322
public const string Sequential = "Sequential";
2423
public const string Network = "Network";
2524
public const string Upload = "AzureRTUpload";
2625
public const string CleanUp = "AzureRTCleanUp";
26+
27+
// Acceptance type
28+
public const string AcceptanceType = "AcceptanceType";
29+
public const string BVT = "BVT";
30+
public const string CheckIn = "CheckIn";
2731
}
2832

2933
public class LoadBalancerDistribution

src/ServiceManagement/Compute/Commands.ServiceManagement.Test/UnitTests/Cmdlets/IaaS/Extensions/Diagnostics/DiagnosticsHelperTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ namespace Microsoft.WindowsAzure.Commands.ServiceManagement.Test.UnitTests.Cmdle
77
public class DiagnosticsHelperTest
88
{
99
[Fact]
10+
[Trait(Category.AcceptanceType, Category.CheckIn)]
1011
public void TestGetEventHubFromJsonConfig()
1112
{
1213
var table = new Hashtable();
@@ -20,6 +21,7 @@ public void TestGetEventHubFromJsonConfig()
2021
}
2122

2223
[Fact]
24+
[Trait(Category.AcceptanceType, Category.CheckIn)]
2325
public void TestGetEventHubFromXmlConfig()
2426
{
2527
var table = new Hashtable();

0 commit comments

Comments
 (0)