Skip to content

Commit e691480

Browse files
Merge pull request #3 from DeepakRajendranMsft/revert-2-fix1124b
Revert "Fix NRP API Version in Compute Tests"
2 parents f8cb625 + b5f586f commit e691480

File tree

45 files changed

+3279
-3400
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+3279
-3400
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace Microsoft.Azure.Commands.Compute.Test.ScenarioTests
1919
{
2020
public class AvailabilitySetTests
2121
{
22-
[Fact]
22+
[Fact(Skip = "Rerecord tests")]
2323
[Trait(Category.AcceptanceType, Category.CheckIn)]
2424
public void TestAvailabilitySet()
2525
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace Microsoft.Azure.Commands.Compute.Test.ScenarioTests
2121
{
2222
public class ComputeCloudExceptionTests
2323
{
24-
[Fact]
24+
[Fact(Skip = "Rerecord tests")]
2525
[Trait(Category.AcceptanceType, Category.CheckIn)]
2626
public void RunComputeCloudExceptionTests()
2727
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace Microsoft.Azure.Commands.Compute.Test.ScenarioTests
55
{
66
public class DscExtensionTests
77
{
8-
[Fact]
8+
[Fact(Skip = "Rerecord tests")]
99
[Trait(Category.AcceptanceType, Category.CheckIn)]
1010
public void TestGetAzureRmVMDscExtension()
1111
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace Microsoft.Azure.Commands.Compute.Test.ScenarioTests
2121
{
2222
public class UtilityFunctionTests
2323
{
24-
[Fact]
24+
[Fact(Skip = "Rerecord tests")]
2525
[Trait(Category.AcceptanceType, Category.CheckIn)]
2626
public void TestLocationStringExtension()
2727
{

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,21 @@ public void TestVirtualMachineBootDiagnostics()
2727
}
2828

2929

30-
[Fact]
30+
[Fact(Skip = "Rerecord tests")]
3131
[Trait(Category.AcceptanceType, Category.CheckIn)]
3232
public void TestVirtualMachineBootDiagnosticsPremium()
3333
{
3434
ComputeTestController.NewInstance.RunPsTest("Test-VirtualMachineBootDiagnosticsPremium");
3535
}
3636

37-
[Fact]
37+
[Fact(Skip = "Rerecord tests")]
3838
[Trait(Category.AcceptanceType, Category.CheckIn)]
3939
public void TestLinuxVirtualMachineBootDiagnostics()
4040
{
4141
ComputeTestController.NewInstance.RunPsTest("Test-LinuxVirtualMachineBootDiagnostics");
4242
}
4343

44-
[Fact]
44+
[Fact(Skip = "Rerecord tests")]
4545
[Trait(Category.AcceptanceType, Category.CheckIn)]
4646
public void TestVirtualMachineBootDiagnosticsSet()
4747
{

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,35 +19,35 @@ namespace Microsoft.Azure.Commands.Compute.Test.ScenarioTests
1919
{
2020
public class VirtualMachineExtensionTests
2121
{
22-
[Fact]
22+
[Fact(Skip = "Rerecord tests")]
2323
[Trait(Category.AcceptanceType, Category.CheckIn)]
2424
public void TestVirtualMachineExtension()
2525
{
2626
ComputeTestController.NewInstance.RunPsTest("Test-VirtualMachineExtension");
2727
}
2828

29-
[Fact]
29+
[Fact(Skip = "Rerecord tests")]
3030
[Trait(Category.AcceptanceType, Category.CheckIn)]
3131
public void TestVirtualMachineExtensionUsingHashTable()
3232
{
3333
ComputeTestController.NewInstance.RunPsTest("Test-VirtualMachineExtensionUsingHashTable");
3434
}
3535

36-
[Fact]
36+
[Fact(Skip = "Rerecord tests")]
3737
[Trait(Category.AcceptanceType, Category.CheckIn)]
3838
public void TestVirtualMachineCustomScriptExtension()
3939
{
4040
ComputeTestController.NewInstance.RunPsTest("Test-VirtualMachineCustomScriptExtension");
4141
}
4242

43-
[Fact]
43+
[Fact(Skip = "Rerecord tests")]
4444
[Trait(Category.AcceptanceType, Category.CheckIn)]
4545
public void TestVirtualMachineCustomScriptExtensionFileUri()
4646
{
4747
ComputeTestController.NewInstance.RunPsTest("Test-VirtualMachineCustomScriptExtensionFileUri");
4848
}
4949

50-
[Fact]
50+
[Fact(Skip = "Rerecord tests")]
5151
[Trait(Category.AcceptanceType, Category.CheckIn)]
5252
public void TestVirtualMachineAccessExtension()
5353
{

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ namespace Microsoft.Azure.Commands.Compute.Test.ScenarioTests
1919
{
2020
public class VirtualMachineNetworkInterfaceTests
2121
{
22-
[Fact]
22+
[Fact(Skip = "Rerecord tests")]
2323
[Trait(Category.AcceptanceType, Category.CheckIn)]
2424
public void TestVirtualMachineSingleNetworkInterface()
2525
{
2626
ComputeTestController.NewInstance.RunPsTest("Test-SingleNetworkInterface");
2727
}
2828

29-
[Fact]
29+
[Fact(Skip = "Rerecord tests")]
3030
[Trait(Category.AcceptanceType, Category.CheckIn)]
3131
public void TestVirtualMachineMultipleNetworkInterface()
3232
{
@@ -40,7 +40,7 @@ public void TestSingleNetworkInterfaceDnsSettings()
4040
ComputeTestController.NewInstance.RunPsTest("Test-SingleNetworkInterfaceDnsSettings");
4141
}
4242

43-
[Fact]
43+
[Fact(Skip = "Rerecord tests")]
4444
[Trait(Category.AcceptanceType, Category.CheckIn)]
4545
public void TestAddNetworkInterface()
4646
{

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ namespace Microsoft.Azure.Commands.Compute.Test.ScenarioTests
1919
{
2020
public class VirtualMachineProfileTests
2121
{
22-
[Fact]
22+
[Fact(Skip = "Rerecord tests")]
2323
[Trait(Category.AcceptanceType, Category.CheckIn)]
2424
public void TestVirtualMachineProfile()
2525
{
2626
ComputeTestController.NewInstance.RunPsTest("Test-VirtualMachineProfile");
2727
}
2828

29-
[Fact]
29+
[Fact(Skip = "Rerecord tests")]
3030
[Trait(Category.AcceptanceType, Category.CheckIn)]
3131
public void TestVirtualMachineProfileWithoutAUC()
3232
{

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

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,112 +19,112 @@ namespace Microsoft.Azure.Commands.Compute.Test.ScenarioTests
1919
{
2020
public partial class VirtualMachineTests
2121
{
22-
[Fact]
22+
[Fact(Skip = "Rerecord tests")]
2323
[Trait(Category.AcceptanceType, Category.CheckIn)]
2424
public void TestVirtualMachine()
2525
{
2626
ComputeTestController.NewInstance.RunPsTest(@"Test-VirtualMachine $null");
2727
}
2828

29-
[Fact]
29+
[Fact(Skip = "Rerecord tests")]
3030
[Trait(Category.AcceptanceType, Category.CheckIn)]
3131
public void TestVirtualMachinePiping()
3232
{
3333
ComputeTestController.NewInstance.RunPsTest("Test-VirtualMachinePiping");
3434
}
3535

36-
[Fact]
36+
[Fact(Skip = "Rerecord tests")]
3737
[Trait(Category.AcceptanceType, Category.CheckIn)]
3838
public void TestLinuxVirtualMachine()
3939
{
4040
ComputeTestController.NewInstance.RunPsTest("Test-LinuxVirtualMachine");
4141
}
4242

43-
[Fact]
43+
[Fact(Skip = "Rerecord tests")]
4444
[Trait(Category.AcceptanceType, Category.CheckIn)]
4545
public void TestVirtualMachineWithVMAgentAutoUpdate()
4646
{
4747
ComputeTestController.NewInstance.RunPsTest("Test-VirtualMachineWithVMAgentAutoUpdate");
4848
}
4949

50-
[Fact]
50+
[Fact(Skip = "Rerecord tests")]
5151
[Trait(Category.AcceptanceType, Category.CheckIn)]
5252
public void TestVirtualMachineImageList()
5353
{
5454
ComputeTestController.NewInstance.RunPsTest("Test-VirtualMachineImageList");
5555
}
5656

57-
[Fact]
57+
[Fact(Skip = "Rerecord tests")]
5858
[Trait(Category.AcceptanceType, Category.CheckIn)]
5959
public void TestVirtualMachineList()
6060
{
6161
ComputeTestController.NewInstance.RunPsTest("Test-VirtualMachineList");
6262
}
6363

64-
[Fact]
64+
[Fact(Skip = "Rerecord tests")]
6565
[Trait(Category.AcceptanceType, Category.CheckIn)]
6666
public void TestVirtualMachineSizeAndUsage()
6767
{
6868
ComputeTestController.NewInstance.RunPsTest("Test-VirtualMachineSizeAndUsage");
6969
}
7070

71-
[Fact]
71+
[Fact(Skip = "Rerecord tests")]
7272
[Trait(Category.AcceptanceType, Category.CheckIn)]
7373
public void TestVirtualMachineCapture()
7474
{
7575
ComputeTestController.NewInstance.RunPsTest("Test-VirtualMachineCapture");
7676
}
7777

78-
[Fact]
78+
[Fact(Skip = "Rerecord tests")]
7979
[Trait(Category.AcceptanceType, Category.CheckIn)]
8080
public void TestVirtualMachineDataDisk()
8181
{
8282
ComputeTestController.NewInstance.RunPsTest("Test-VirtualMachineDataDisk");
8383
}
8484

85-
[Fact]
85+
[Fact(Skip = "Rerecord tests")]
8686
[Trait(Category.AcceptanceType, Category.CheckIn)]
8787
public void TestVirtualMachineDataDiskNegative()
8888
{
8989
ComputeTestController.NewInstance.RunPsTest("Test-VirtualMachineDataDiskNegative");
9090
}
9191

92-
[Fact]
92+
[Fact(Skip = "Rerecord tests")]
9393
[Trait(Category.AcceptanceType, Category.CheckIn)]
9494
public void TestVirtualMachinePIRv2()
9595
{
9696
ComputeTestController.NewInstance.RunPsTest("Test-VirtualMachinePIRv2");
9797
}
9898

99-
[Fact]
99+
[Fact(Skip = "Rerecord tests")]
100100
[Trait(Category.AcceptanceType, Category.CheckIn)]
101101
public void TestVirtualMachinePlan()
102102
{
103103
ComputeTestController.NewInstance.RunPsTest("Test-VirtualMachinePlan");
104104
}
105105

106-
[Fact]
106+
[Fact(Skip = "Rerecord tests")]
107107
[Trait(Category.AcceptanceType, Category.CheckIn)]
108108
public void TestVirtualMachinePlan2()
109109
{
110110
ComputeTestController.NewInstance.RunPsTest("Test-VirtualMachinePlan2");
111111
}
112112

113-
[Fact]
113+
[Fact(Skip = "Rerecord tests")]
114114
[Trait(Category.AcceptanceType, Category.CheckIn)]
115115
public void TestVirtualMachineTags()
116116
{
117117
ComputeTestController.NewInstance.RunPsTest("Test-VirtualMachineTags");
118118
}
119119

120-
[Fact]
120+
[Fact(Skip = "Rerecord tests")]
121121
[Trait(Category.AcceptanceType, Category.CheckIn)]
122122
public void TestVMImageCmdletOutputFormat()
123123
{
124124
ComputeTestController.NewInstance.RunPsTest("Test-VMImageCmdletOutputFormat");
125125
}
126126

127-
[Fact]
127+
[Fact(Skip = "Rerecord tests")]
128128
[Trait(Category.AcceptanceType, Category.CheckIn)]
129129
public void TestGetVMSizeFromAllLocations()
130130
{
@@ -138,14 +138,14 @@ public void TestVirtualMachineListWithPaging()
138138
ComputeTestController.NewInstance.RunPsTest("Test-VirtualMachineListWithPaging");
139139
}
140140

141-
[Fact]
141+
[Fact(Skip = "Rerecord tests")]
142142
[Trait(Category.AcceptanceType, Category.CheckIn)]
143143
public void TestVirtualMachineWithDifferentStorageResource()
144144
{
145145
ComputeTestController.NewInstance.RunPsTest("Test-VirtualMachineWithDifferentStorageResource");
146146
}
147147

148-
[Fact]
148+
[Fact(Skip = "Rerecord tests")]
149149
[Trait(Category.AcceptanceType, Category.CheckIn)]
150150
public void TestVirtualMachineWithEmptyAuc()
151151
{

src/ResourceManager/Compute/Commands.Compute.Test/SessionRecords/Microsoft.Azure.Commands.Compute.Test.ScenarioTests.AddVhdTests/TestAddVhd.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

src/ResourceManager/Compute/Commands.Compute.Test/SessionRecords/Microsoft.Azure.Commands.Compute.Test.ScenarioTests.AvailabilitySetTests/TestAvailabilitySet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,4 +852,4 @@
852852
"TenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47",
853853
"Domain": "microsoft.com"
854854
}
855-
}
855+
}

src/ResourceManager/Compute/Commands.Compute.Test/SessionRecords/Microsoft.Azure.Commands.Compute.Test.ScenarioTests.ComputeCloudExceptionTests/RunComputeCloudExceptionTests.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,4 +725,4 @@
725725
"TenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47",
726726
"Domain": "microsoft.com"
727727
}
728-
}
728+
}

0 commit comments

Comments
 (0)