Skip to content

[#115980855] Bringing back Compute tests for custom packages. #1973

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 23, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ private Collection<PSObject> ExecuteShellTest(
IEnumerable<string> setupScripts,
IEnumerable<string> scripts)
{
SetupPowerShellModules(powershell, null);
SetupPowerShellModules(powershell, setupScripts);

Collection<PSObject> output = null;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ protected void RunPowerShellTest(params string[] scripts)
}
}

[Fact(Skip = "#115980855")]
[Fact]
[Trait(Category.Service, Category.DiagnosticsExtension)]
[Trait(Category.AcceptanceType, Category.CheckIn)]
[Trait(Category.AcceptanceType, Category.BVT)]
Expand All @@ -83,7 +83,7 @@ public void TestAzureServiceDiagnosticsExtensionBasic()
this.RunPowerShellTest("Test-AzureServiceDiagnosticsExtensionBasic");
}

[Fact(Skip = "#115980855")]
[Fact]
[Trait(Category.Service, Category.DiagnosticsExtension)]
[Trait(Category.AcceptanceType, Category.CheckIn)]
[Trait(Category.AcceptanceType, Category.BVT)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class DscExtensionTests
{
private EnvironmentSetupHelper helper = new EnvironmentSetupHelper();

[Fact(Skip = "#115980855")]
[Fact]
[Trait(Category.AcceptanceType, Category.CheckIn)]
[Trait(Category.AcceptanceType, Category.BVT)]
public void TestGetAzureVMDscExtension()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace Microsoft.WindowsAzure.Commands.ScenarioTest
{
public partial class ServiceManagementTests
{
[Fact(Skip = "#115980855")]
[Fact]
[Trait(Category.Service, Category.ServiceManagement)]
[Trait(Category.AcceptanceType, Category.CheckIn)]
[Trait(Category.AcceptanceType, Category.BVT)]
Expand All @@ -27,7 +27,7 @@ public void TestGetAzureVM()
this.RunPowerShellTest("Test-GetAzureVM");
}

[Fact(Skip = "#115980855")]
[Fact]
[Trait(Category.Service, Category.ServiceManagement)]
[Trait(Category.AcceptanceType, Category.CheckIn)]
[Trait(Category.AcceptanceType, Category.BVT)]
Expand All @@ -36,7 +36,7 @@ public void TestGetAzureLocation()
this.RunPowerShellTest("Test-GetAzureLocation");
}

[Fact(Skip = "#115980855")]
[Fact]
[Trait(Category.Service, Category.ServiceManagement)]
[Trait(Category.AcceptanceType, Category.CheckIn)]
[Trait(Category.AcceptanceType, Category.BVT)]
Expand All @@ -45,7 +45,7 @@ public void RunServiceManagementCloudExceptionTests()
this.RunPowerShellTest("Run-ServiceManagementCloudExceptionTests");
}

[Fact(Skip = "#115980855")]
[Fact]
[Trait(Category.Service, Category.ServiceManagement)]
[Trait(Category.AcceptanceType, Category.CheckIn)]
[Trait(Category.AcceptanceType, Category.BVT)]
Expand All @@ -54,7 +54,7 @@ public void RunStartAndStopMultipleVirtualMachinesTest()
this.RunPowerShellTest("Run-StartAndStopMultipleVirtualMachinesTest");
}

[Fact(Skip = "#115980855")]
[Fact]
[Trait(Category.Service, Category.ServiceManagement)]
[Trait(Category.AcceptanceType, Category.CheckIn)]
[Trait(Category.AcceptanceType, Category.BVT)]
Expand All @@ -63,7 +63,7 @@ public void RunAutoGeneratedHostedServiceCmdletTests()
this.RunPowerShellTest("Run-AutoGeneratedHostedServiceCmdletTests");
}

[Fact(Skip = "#115980855")]
[Fact]
[Trait(Category.Service, Category.ServiceManagement)]
[Trait(Category.AcceptanceType, Category.CheckIn)]
[Trait(Category.AcceptanceType, Category.BVT)]
Expand All @@ -72,7 +72,7 @@ public void RunAutoGeneratedVirtualMachineCmdletTests()
this.RunPowerShellTest("Run-AutoGeneratedVirtualMachineCmdletTests");
}

[Fact(Skip = "#115980855")]
[Fact]
[Trait(Category.Service, Category.ServiceManagement)]
[Trait(Category.AcceptanceType, Category.CheckIn)]
[Trait(Category.AcceptanceType, Category.BVT)]
Expand All @@ -81,7 +81,7 @@ public void RunNewAzureComputeArgumentListTests()
this.RunPowerShellTest("Run-NewAzureComputeArgumentListTests");
}

[Fact(Skip = "#115980855")]
[Fact]
[Trait(Category.Service, Category.ServiceManagement)]
[Trait(Category.AcceptanceType, Category.CheckIn)]
[Trait(Category.AcceptanceType, Category.BVT)]
Expand All @@ -90,7 +90,7 @@ public void RunNewAzureComputeParameterObjectTests()
this.RunPowerShellTest("Run-NewAzureComputeParameterObjectTests");
}

[Fact(Skip = "#115980855")]
[Fact]
[Trait(Category.Service, Category.ServiceManagement)]
[Trait(Category.AcceptanceType, Category.CheckIn)]
[Trait(Category.AcceptanceType, Category.BVT)]
Expand All @@ -99,7 +99,7 @@ public void RunAzurePlatformVMImageNegativeTest()
this.RunPowerShellTest("Run-AzurePlatformVMImageNegativeTest");
}

[Fact(Skip = "#115980855")]
[Fact]
[Trait(Category.Service, Category.ServiceManagement)]
[Trait(Category.AcceptanceType, Category.CheckIn)]
[Trait(Category.AcceptanceType, Category.BVT)]
Expand All @@ -108,7 +108,7 @@ public void RunAutoGeneratedServiceExtensionCmdletTests()
this.RunPowerShellTest("Run-AutoGeneratedServiceExtensionCmdletTests");
}

[Fact(Skip = "#115980855")]
[Fact]
[Trait(Category.Service, Category.ServiceManagement)]
[Trait(Category.AcceptanceType, Category.CheckIn)]
[Trait(Category.AcceptanceType, Category.BVT)]
Expand All @@ -117,7 +117,7 @@ public void RunServiceExtensionSetCmdletTests()
this.RunPowerShellTest("Run-ServiceExtensionSetCmdletTests");
}

[Fact(Skip = "#115980855")]
[Fact]
[Trait(Category.Service, Category.ServiceManagement)]
[Trait(Category.AcceptanceType, Category.CheckIn)]
[Trait(Category.AcceptanceType, Category.BVT)]
Expand All @@ -126,7 +126,7 @@ public void RunServiceDeploymentExtensionCmdletTests()
this.RunPowerShellTest("Run-ServiceDeploymentExtensionCmdletTests");
}

[Fact(Skip = "#115980855")]
[Fact]
[Trait(Category.Service, Category.ServiceManagement)]
[Trait(Category.AcceptanceType, Category.CheckIn)]
[Trait(Category.AcceptanceType, Category.BVT)]
Expand Down