File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -85,5 +85,8 @@ class NrpTeamAlias
85
85
// Windows Azure NRP dev team
86
86
public const string wanrpdev = "wanrpdev" ;
87
87
public const string wanrpdev_subset1 = "wanrpdev_subset1" ;
88
+
89
+ //NVA Network Virtual Appliance Team
90
+ public const string nvaengdev = "nvaeng" ;
88
91
}
89
92
}
Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ public NetworkVirtualApplianceTests(Xunit.Abstractions.ITestOutputHelper output)
27
27
28
28
[ Fact ]
29
29
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
30
- [ Trait ( Category . Owner , NrpTeamAlias . exrdev ) ]
30
+ [ Trait ( Category . Owner , NrpTeamAlias . nvaengdev ) ]
31
31
public void TestNetworkVirtualApplianceCRUD ( )
32
32
{
33
33
TestRunner . RunTestScript ( string . Format ( "Test-NetworkVirtualApplianceCRUD" ) ) ;
34
34
}
35
35
36
36
[ Fact ( Skip = "A bug is being fixed by Nfv-Rp team" ) ]
37
37
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
38
- [ Trait ( Category . Owner , NrpTeamAlias . exrdev ) ]
38
+ [ Trait ( Category . Owner , NrpTeamAlias . nvaengdev ) ]
39
39
public void TestVirtualApplianceSiteCRUD ( )
40
40
{
41
41
TestRunner . RunTestScript ( "Test-VirtualApplianceSiteCRUD" ) ;
You can’t perform that action at this time.
0 commit comments