Skip to content

Commit 0215001

Browse files
author
Hovsep
committed
Merge pull request Azure#1973 from hovsepm/dev
[#115980855] Bringing back Compute tests for custom packages.
2 parents ce11806 + 82316e3 commit 0215001

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

src/Common/Commands.ScenarioTests.Common/EnvironmentSetupHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ private Collection<PSObject> ExecuteShellTest(
293293
IEnumerable<string> setupScripts,
294294
IEnumerable<string> scripts)
295295
{
296-
SetupPowerShellModules(powershell, null);
296+
SetupPowerShellModules(powershell, setupScripts);
297297

298298
Collection<PSObject> output = null;
299299

src/ServiceManagement/Common/Commands.ScenarioTest/DiagnosticsExtension/DiagnosticsExtensionTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ protected void RunPowerShellTest(params string[] scripts)
7474
}
7575
}
7676

77-
[Fact(Skip = "#115980855")]
77+
[Fact]
7878
[Trait(Category.Service, Category.DiagnosticsExtension)]
7979
[Trait(Category.AcceptanceType, Category.CheckIn)]
8080
[Trait(Category.AcceptanceType, Category.BVT)]
@@ -83,7 +83,7 @@ public void TestAzureServiceDiagnosticsExtensionBasic()
8383
this.RunPowerShellTest("Test-AzureServiceDiagnosticsExtensionBasic");
8484
}
8585

86-
[Fact(Skip = "#115980855")]
86+
[Fact]
8787
[Trait(Category.Service, Category.DiagnosticsExtension)]
8888
[Trait(Category.AcceptanceType, Category.CheckIn)]
8989
[Trait(Category.AcceptanceType, Category.BVT)]

src/ServiceManagement/Common/Commands.ScenarioTest/DscExtension/DscExtensionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class DscExtensionTests
3030
{
3131
private EnvironmentSetupHelper helper = new EnvironmentSetupHelper();
3232

33-
[Fact(Skip = "#115980855")]
33+
[Fact]
3434
[Trait(Category.AcceptanceType, Category.CheckIn)]
3535
[Trait(Category.AcceptanceType, Category.BVT)]
3636
public void TestGetAzureVMDscExtension()

src/ServiceManagement/Common/Commands.ScenarioTest/ServiceManagement/ScenarioTests.cs

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace Microsoft.WindowsAzure.Commands.ScenarioTest
1818
{
1919
public partial class ServiceManagementTests
2020
{
21-
[Fact(Skip = "#115980855")]
21+
[Fact]
2222
[Trait(Category.Service, Category.ServiceManagement)]
2323
[Trait(Category.AcceptanceType, Category.CheckIn)]
2424
[Trait(Category.AcceptanceType, Category.BVT)]
@@ -27,7 +27,7 @@ public void TestGetAzureVM()
2727
this.RunPowerShellTest("Test-GetAzureVM");
2828
}
2929

30-
[Fact(Skip = "#115980855")]
30+
[Fact]
3131
[Trait(Category.Service, Category.ServiceManagement)]
3232
[Trait(Category.AcceptanceType, Category.CheckIn)]
3333
[Trait(Category.AcceptanceType, Category.BVT)]
@@ -36,7 +36,7 @@ public void TestGetAzureLocation()
3636
this.RunPowerShellTest("Test-GetAzureLocation");
3737
}
3838

39-
[Fact(Skip = "#115980855")]
39+
[Fact]
4040
[Trait(Category.Service, Category.ServiceManagement)]
4141
[Trait(Category.AcceptanceType, Category.CheckIn)]
4242
[Trait(Category.AcceptanceType, Category.BVT)]
@@ -45,7 +45,7 @@ public void RunServiceManagementCloudExceptionTests()
4545
this.RunPowerShellTest("Run-ServiceManagementCloudExceptionTests");
4646
}
4747

48-
[Fact(Skip = "#115980855")]
48+
[Fact]
4949
[Trait(Category.Service, Category.ServiceManagement)]
5050
[Trait(Category.AcceptanceType, Category.CheckIn)]
5151
[Trait(Category.AcceptanceType, Category.BVT)]
@@ -54,7 +54,7 @@ public void RunStartAndStopMultipleVirtualMachinesTest()
5454
this.RunPowerShellTest("Run-StartAndStopMultipleVirtualMachinesTest");
5555
}
5656

57-
[Fact(Skip = "#115980855")]
57+
[Fact]
5858
[Trait(Category.Service, Category.ServiceManagement)]
5959
[Trait(Category.AcceptanceType, Category.CheckIn)]
6060
[Trait(Category.AcceptanceType, Category.BVT)]
@@ -63,7 +63,7 @@ public void RunAutoGeneratedHostedServiceCmdletTests()
6363
this.RunPowerShellTest("Run-AutoGeneratedHostedServiceCmdletTests");
6464
}
6565

66-
[Fact(Skip = "#115980855")]
66+
[Fact]
6767
[Trait(Category.Service, Category.ServiceManagement)]
6868
[Trait(Category.AcceptanceType, Category.CheckIn)]
6969
[Trait(Category.AcceptanceType, Category.BVT)]
@@ -72,7 +72,7 @@ public void RunAutoGeneratedVirtualMachineCmdletTests()
7272
this.RunPowerShellTest("Run-AutoGeneratedVirtualMachineCmdletTests");
7373
}
7474

75-
[Fact(Skip = "#115980855")]
75+
[Fact]
7676
[Trait(Category.Service, Category.ServiceManagement)]
7777
[Trait(Category.AcceptanceType, Category.CheckIn)]
7878
[Trait(Category.AcceptanceType, Category.BVT)]
@@ -81,7 +81,7 @@ public void RunNewAzureComputeArgumentListTests()
8181
this.RunPowerShellTest("Run-NewAzureComputeArgumentListTests");
8282
}
8383

84-
[Fact(Skip = "#115980855")]
84+
[Fact]
8585
[Trait(Category.Service, Category.ServiceManagement)]
8686
[Trait(Category.AcceptanceType, Category.CheckIn)]
8787
[Trait(Category.AcceptanceType, Category.BVT)]
@@ -90,7 +90,7 @@ public void RunNewAzureComputeParameterObjectTests()
9090
this.RunPowerShellTest("Run-NewAzureComputeParameterObjectTests");
9191
}
9292

93-
[Fact(Skip = "#115980855")]
93+
[Fact]
9494
[Trait(Category.Service, Category.ServiceManagement)]
9595
[Trait(Category.AcceptanceType, Category.CheckIn)]
9696
[Trait(Category.AcceptanceType, Category.BVT)]
@@ -99,7 +99,7 @@ public void RunAzurePlatformVMImageNegativeTest()
9999
this.RunPowerShellTest("Run-AzurePlatformVMImageNegativeTest");
100100
}
101101

102-
[Fact(Skip = "#115980855")]
102+
[Fact]
103103
[Trait(Category.Service, Category.ServiceManagement)]
104104
[Trait(Category.AcceptanceType, Category.CheckIn)]
105105
[Trait(Category.AcceptanceType, Category.BVT)]
@@ -108,7 +108,7 @@ public void RunAutoGeneratedServiceExtensionCmdletTests()
108108
this.RunPowerShellTest("Run-AutoGeneratedServiceExtensionCmdletTests");
109109
}
110110

111-
[Fact(Skip = "#115980855")]
111+
[Fact]
112112
[Trait(Category.Service, Category.ServiceManagement)]
113113
[Trait(Category.AcceptanceType, Category.CheckIn)]
114114
[Trait(Category.AcceptanceType, Category.BVT)]
@@ -117,7 +117,7 @@ public void RunServiceExtensionSetCmdletTests()
117117
this.RunPowerShellTest("Run-ServiceExtensionSetCmdletTests");
118118
}
119119

120-
[Fact(Skip = "#115980855")]
120+
[Fact]
121121
[Trait(Category.Service, Category.ServiceManagement)]
122122
[Trait(Category.AcceptanceType, Category.CheckIn)]
123123
[Trait(Category.AcceptanceType, Category.BVT)]
@@ -126,7 +126,7 @@ public void RunServiceDeploymentExtensionCmdletTests()
126126
this.RunPowerShellTest("Run-ServiceDeploymentExtensionCmdletTests");
127127
}
128128

129-
[Fact(Skip = "#115980855")]
129+
[Fact]
130130
[Trait(Category.Service, Category.ServiceManagement)]
131131
[Trait(Category.AcceptanceType, Category.CheckIn)]
132132
[Trait(Category.AcceptanceType, Category.BVT)]

0 commit comments

Comments
 (0)