Skip to content

Commit 1dd346c

Browse files
committed
make new tests run during checkin, update test recodings
1 parent a869f96 commit 1dd346c

File tree

3 files changed

+20479
-131662
lines changed

3 files changed

+20479
-131662
lines changed

src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests/AEMExtensionTests.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// limitations under the License.
1313
// ----------------------------------------------------------------------------------
1414

15+
using Microsoft.WindowsAzure.Commands.ScenarioTest;
1516
using Xunit;
1617

1718
namespace Microsoft.Azure.Commands.Compute.Test.ScenarioTests
@@ -83,12 +84,14 @@ public void TestAEMExtensionAdvancedLinuxMD()
8384
ComputeTestController.NewInstance.RunPsTest("Test-AEMExtensionAdvancedLinuxMD");
8485
}
8586

87+
[Trait(Category.AcceptanceType, Category.CheckIn)]
8688
[Fact]
8789
public void TestAEMExtensionAdvancedLinuxMD_ESeries()
8890
{
8991
ComputeTestController.NewInstance.RunPsTest("Test-AEMExtensionAdvancedLinuxMD_E");
9092
}
9193

94+
[Trait(Category.AcceptanceType, Category.CheckIn)]
9295
[Fact]
9396
public void TestAEMExtensionAdvancedLinuxMD_DSeries()
9497
{

0 commit comments

Comments
 (0)