You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests/AddAzureVhdSASUriTest.cs
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ public void Initialize()
54
54
/// <summary>
55
55
///
56
56
/// </summary>
57
-
[TestMethod(),TestCategory(Category.Sequential),TestProperty("Feature","IAAS"),Priority(1),Owner("hylee"),Description("Test the cmdlet (Add-AzureVhd)")]
57
+
[TestMethod(),TestCategory(Category.Upload),TestProperty("Feature","IAAS"),Priority(1),Owner("hylee"),Description("Test the cmdlet (Add-AzureVhd)")]
@@ -128,7 +128,7 @@ private string CreateSasUriWithPermission(string vhdName, int p)
128
128
/// <summary>
129
129
///
130
130
/// </summary>
131
-
[TestMethod(),TestCategory(Category.Sequential),TestProperty("Feature","IAAS"),Priority(1),Owner("hylee"),Description("Test the cmdlet (Add-AzureVhd)")]
131
+
[TestMethod(),TestCategory(Category.Upload),TestProperty("Feature","IAAS"),Priority(1),Owner("hylee"),Description("Test the cmdlet (Add-AzureVhd)")]
@@ -187,7 +187,7 @@ public void UploadDiskOverwriteSasUri()
187
187
/// <summary>
188
188
///
189
189
/// </summary>
190
-
[TestMethod(),TestCategory(Category.Sequential),TestProperty("Feature","IAAS"),Priority(1),Owner("hylee"),Description("Test the cmdlet (Add-AzureVhd)")]
190
+
[TestMethod(),TestCategory(Category.Upload),TestProperty("Feature","IAAS"),Priority(1),Owner("hylee"),Description("Test the cmdlet (Add-AzureVhd)")]
@@ -244,7 +244,7 @@ public void UploadDiskOverwriteNonExistSasUri()
244
244
/// <summary>
245
245
///
246
246
/// </summary>
247
-
[TestMethod(),TestCategory(Category.Sequential),TestProperty("Feature","IAAS"),Priority(1),Owner("hylee"),Description("Test the cmdlet (Add-AzureVhd)")]
247
+
[TestMethod(),TestCategory(Category.Upload),TestProperty("Feature","IAAS"),Priority(1),Owner("hylee"),Description("Test the cmdlet (Add-AzureVhd)")]
@@ -305,7 +305,7 @@ public void UploadDiskSecondWithoutOverwriteSasUri()
305
305
/// <summary>
306
306
///
307
307
/// </summary>
308
-
[TestMethod(),TestCategory(Category.Sequential),TestProperty("Feature","IAAS"),Priority(1),Owner("hylee"),Description("Test the cmdlet (Add-AzureVhd)")]
308
+
[TestMethod(),TestCategory(Category.Upload),TestProperty("Feature","IAAS"),Priority(1),Owner("hylee"),Description("Test the cmdlet (Add-AzureVhd)")]
@@ -361,7 +361,7 @@ public void UploadDiskThreadNumberSasUri()
361
361
/// <summary>
362
362
///
363
363
/// </summary>
364
-
[TestMethod(),TestCategory(Category.Sequential),TestProperty("Feature","IAAS"),Priority(1),Owner("hylee"),Description("Test the cmdlet (Add-AzureVhd)")]
364
+
[TestMethod(),TestCategory(Category.Upload),TestProperty("Feature","IAAS"),Priority(1),Owner("hylee"),Description("Test the cmdlet (Add-AzureVhd)")]
@@ -414,7 +414,7 @@ public void UploadDiskThreadNumberOverwriteSasUri()
414
414
/// <summary>
415
415
///
416
416
/// </summary>
417
-
[TestMethod(),TestCategory(Category.Sequential),TestProperty("Feature","IAAS"),Priority(1),Owner("hylee"),Description("Test the cmdlet (Add-AzureVhd)")]
417
+
[TestMethod(),TestCategory(Category.Upload),TestProperty("Feature","IAAS"),Priority(1),Owner("hylee"),Description("Test the cmdlet (Add-AzureVhd)")]
@@ -543,7 +543,7 @@ public void PatchSasUriNormalBaseShouldFail()
543
543
/// <summary>
544
544
///
545
545
/// </summary>
546
-
[TestMethod(),TestCategory(Category.Sequential),TestProperty("Feature","IAAS"),Priority(1),Owner("hylee"),Description("Test the cmdlet (Add-AzureVhd)")]
546
+
[TestMethod(),TestCategory(Category.Upload),TestProperty("Feature","IAAS"),Priority(1),Owner("hylee"),Description("Test the cmdlet (Add-AzureVhd)")]
0 commit comments