Skip to content

Commit 005501e

Browse files
author
unknown
committed
Move vip mobility tests to Preview category
1 parent 3636735 commit 005501e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public void Cleanup()
6363
}
6464

6565
[TestMethod(), Priority(0), TestProperty("Feature", "IaaS"), TestCategory(Category.Network), Owner("hylee"), Description("Test the cmdlets (New-AzureReservedIP,Get-AzureReservedIP,Remove-AzureReservedIP)")]
66-
[DataSource("Microsoft.VisualStudio.TestTools.DataSource.CSV", "|DataDirectory|\\Resources\\packageReservedIP.csv", "package#csv", DataAccessMethod.Sequential)]
66+
[DataSource("Microsoft.VisualStudio.TestTools.DataSource.CSV", "|DataDirectory|\\Resources\\packageReservedIP.csv", "packageReservedIP#csv", DataAccessMethod.Sequential)]
6767
public void CreateReservedIPThenPaaSVM()
6868
{
6969
try
@@ -196,7 +196,7 @@ public void CreateReservedIPThenWindowsVM()
196196
}
197197
}
198198

199-
[TestMethod(), Priority(0), TestProperty("Feature", "IaaS"), TestCategory(Category.Network), Owner("avgupt"), Description("Test the cmdlets (Remove-AzureReservedIPAssociation, New-AzureReservedIP,Get-AzureReservedIP,Remove-AzureReservedIP)")]
199+
[TestMethod(), Priority(0), TestProperty("Feature", "IaaS"), TestCategory(Category.Preview), Owner("avgupt"), Description("Test the cmdlets (Remove-AzureReservedIPAssociation, New-AzureReservedIP,Get-AzureReservedIP,Remove-AzureReservedIP)")]
200200
public void CreatePaaSDeploymentAssociateAndDisassociateReservedIp()
201201
{
202202
try
@@ -263,7 +263,7 @@ public void CreatePaaSDeploymentAssociateAndDisassociateReservedIp()
263263
}
264264
}
265265

266-
[TestMethod(), Priority(0), TestProperty("Feature", "IaaS"), TestCategory(Category.Network), Owner("avgupt"), Description("Test the cmdlets (Set-AzureReservedIPAssociation, New-AzureReservedIP,Get-AzureReservedIP,Remove-AzureReservedIP)")]
266+
[TestMethod(), Priority(0), TestProperty("Feature", "IaaS"), TestCategory(Category.Preview), Owner("avgupt"), Description("Test the cmdlets (Set-AzureReservedIPAssociation, New-AzureReservedIP,Get-AzureReservedIP,Remove-AzureReservedIP)")]
267267
public void CreateWindowsVMThenAssociateReservedIP()
268268
{
269269
try
@@ -357,7 +357,7 @@ public void TestAssociateReservedIPToStageSlotIaaSFails()
357357
throw new Exception("Test Did not fail as expected when association was tried on stage slot in IaaS");
358358
}
359359

360-
[TestMethod(), Priority(0), TestProperty("Feature", "IaaS"), TestCategory(Category.Network), Owner("avgupt"), Description("Test the cmdlets (Remove-AzureReservedIPAssociation, New-AzureReservedIP,Get-AzureReservedIP,Remove-AzureReservedIP)")]
360+
[TestMethod(), Priority(0), TestProperty("Feature", "IaaS"), TestCategory(Category.Preview), Owner("avgupt"), Description("Test the cmdlets (Remove-AzureReservedIPAssociation, New-AzureReservedIP,Get-AzureReservedIP,Remove-AzureReservedIP)")]
361361
public void CreateWindowsVMWithReservedIPThenDisassociateReservedIP()
362362
{
363363
try
@@ -407,7 +407,7 @@ public void CreateWindowsVMWithReservedIPThenDisassociateReservedIP()
407407
}
408408
}
409409

410-
[TestMethod(), Priority(0), TestProperty("Feature", "IaaS"), TestCategory(Category.Network), Owner("avgupt"), Description("Test the cmdlets (New-AzureReservedIP, Remove-AzureReservedIPAssociation, Get-AzureReservedIP,Remove-AzureReservedIP)")]
410+
[TestMethod(), Priority(0), TestProperty("Feature", "IaaS"), TestCategory(Category.Preview), Owner("avgupt"), Description("Test the cmdlets (New-AzureReservedIP, Remove-AzureReservedIPAssociation, Get-AzureReservedIP,Remove-AzureReservedIP)")]
411411
public void CreateWindowsVMThenReservedExistingIP()
412412
{
413413
try

0 commit comments

Comments
 (0)