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/ExtensionTests/AzureVMSqlServerExtensionTests.cs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ public void TestCleanUp()
58
58
}
59
59
60
60
61
-
[TestMethod(),TestCategory(Category.Sequential),TestProperty("Feature","IAAS"),Priority(0),Owner("seths"),Description("Test the cmdlet ((Get,Set,Remove)-AzureVMSqlServerExtension)")]
61
+
[TestMethod(),TestCategory("Scenario"),TestProperty("Feature","IAAS"),Priority(0),Owner("seths"),Description("Test the cmdlet ((Get,Set,Remove)-AzureVMSqlServerExtension)")]
62
62
publicvoidGetAzureVMSqlServerExtensionTest()
63
63
{
64
64
try
@@ -97,7 +97,7 @@ public void GetAzureVMSqlServerExtensionTest()
97
97
}
98
98
}
99
99
100
-
[TestMethod(),TestCategory(Category.Sequential),TestProperty("Feature","IAAS"),Priority(0),Owner("seths"),Description("Test the cmdlet ((Get,Set)-AzureVMSqlServerExtension)")]
100
+
[TestMethod(),TestCategory("Scenario"),TestProperty("Feature","IAAS"),Priority(0),Owner("seths"),Description("Test the cmdlet ((Get,Set)-AzureVMSqlServerExtension)")]
101
101
publicvoidUpdateVMWithSqlServerExtensionTest()
102
102
{
103
103
try
@@ -130,7 +130,7 @@ public void UpdateVMWithSqlServerExtensionTest()
130
130
}
131
131
}
132
132
133
-
[TestMethod(),TestCategory(Category.Sequential),TestProperty("Feature","IAAS"),Priority(0),Owner("seths"),Description("Test the cmdlet ((Get,Set)-AzureVMSqlServerExtension)")]
133
+
[TestMethod(),TestCategory("Scenario"),TestProperty("Feature","IAAS"),Priority(0),Owner("seths"),Description("Test the cmdlet ((Get,Set)-AzureVMSqlServerExtension)")]
134
134
publicvoidAddRoleWithSqlServerExtensionTest()
135
135
{
136
136
try
@@ -161,7 +161,7 @@ public void AddRoleWithSqlServerExtensionTest()
161
161
}
162
162
163
163
164
-
[TestMethod(),TestCategory(Category.Sequential),TestProperty("Feature","IAAS"),Priority(0),Owner("seths"),Description("Test the cmdlet ((Get,Set)-AzureVMSqlServerExtension)")]
164
+
[TestMethod(),TestCategory("Scenario"),TestProperty("Feature","IAAS"),Priority(0),Owner("seths"),Description("Test the cmdlet ((Get,Set)-AzureVMSqlServerExtension)")]
Copy file name to clipboardExpand all lines: src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests/ServiceManagementCmdletTestHelper.cs
0 commit comments