15
15
namespace Microsoft . AzureStack . Commands . Admin . Test
16
16
{
17
17
using Microsoft . AzureStack . Commands . Admin . Test . Common ;
18
+ using Microsoft . WindowsAzure . Commands . ScenarioTest ;
18
19
using Xunit ;
19
20
20
21
/// <summary>
@@ -24,12 +25,14 @@ namespace Microsoft.AzureStack.Commands.Admin.Test
24
25
public class AzureStackTests
25
26
{
26
27
[ Fact ]
28
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
27
29
public void TestResourceGroup ( )
28
30
{
29
31
AzStackTestRunner . NewInstance . RunPsTest ( "Test-ResourceGroup" ) ;
30
32
}
31
33
32
34
[ Fact ]
35
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
33
36
public void TestPlan ( )
34
37
{
35
38
AzStackTestRunner . NewInstance . RunPsTest ( "Test-Plan" ) ;
@@ -42,36 +45,42 @@ public void TestOffer()
42
45
}
43
46
44
47
[ Fact ]
48
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
45
49
public void TestTenantSubscription ( )
46
50
{
47
51
AzStackTestRunner . NewInstance . RunPsTest ( "Test-TenantSubscription" ) ;
48
52
}
49
53
50
54
[ Fact ]
55
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
51
56
public void TestDelegatedOffer ( )
52
57
{
53
58
AzStackTestRunner . NewInstance . RunPsTest ( "Test-DelegatedOffer" ) ;
54
59
}
55
60
56
61
[ Fact ]
62
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
57
63
public void TestUpdateSubscriptionServiceQuota ( )
58
64
{
59
65
AzStackTestRunner . NewInstance . RunPsTest ( "Test-UpdateSubscriptionServiceQuota" ) ;
60
66
}
61
67
62
68
[ Fact ]
69
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
63
70
public void TestAddDelegatedOffer ( )
64
71
{
65
72
AzStackTestRunner . NewInstance . RunPsTest ( "Test-AddDelegatedOffer" ) ;
66
73
}
67
74
68
75
[ Fact ]
76
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
69
77
public void TestManagedLocation ( )
70
78
{
71
79
AzStackTestRunner . NewInstance . RunPsTest ( "Test-ManagedLocation" ) ;
72
80
}
73
81
74
82
[ Fact ]
83
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
75
84
public void TestGalleryItem ( )
76
85
{
77
86
var testRunner = AzStackTestRunner . NewInstance ;
0 commit comments