Skip to content

huangpf PR: dev <- Azure:dev #617

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
Sep 21, 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 @@ -398,7 +398,7 @@
<None Include="SessionRecords\Microsoft.Azure.Commands.Compute.Test.ScenarioTests.VirtualMachineNetworkInterfaceTests\TestVirtualMachineSingleNetworkInterface.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="SessionRecords\Microsoft.Azure.Commands.Compute.Test.ScenarioTests.VirtualMachineNetworkInterfaceTests\TestVirtualMachineSingleNetworkInterfaceWithAcceleratedNetworking.json">
<None Include="SessionRecords\Microsoft.Azure.Commands.Compute.Test.ScenarioTests.VirtualMachineNetworkInterfaceTests\TestSingleNetworkInterfaceWithAcceleratedNetworking.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="SessionRecords\Microsoft.Azure.Commands.Compute.Test.ScenarioTests.VirtualMachineNetworkInterfaceTests\TestVMNicWithAcceleratedNetworkingValidations.json">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public void TestEffectiveRoutesAndNsg()

[Fact]
[Trait(Category.AcceptanceType, Category.CheckIn)]
public void TestVirtualMachineSingleNetworkInterfaceWithAcceleratedNetworking()
public void TestSingleNetworkInterfaceWithAcceleratedNetworking()
{
ComputeTestController.NewInstance.RunPsTest("Test-SingleNetworkInterfaceWithAcceleratedNetworking");
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public SignatureVerifierTests()
/// <summary>
///
/// </summary>
[Fact]
[Fact(Skip = "See Azure PowerShell issue #2987 - https://github.com/Azure/azure-powershell/issues/2987")]
public void AddVerbWithoutSupportsShouldProcessParameter()
{
cmdletSignatureVerifier.Analyze(
Expand Down Expand Up @@ -68,7 +68,7 @@ public void AddVerbWithSupportsShouldProcessParameter()

#region ForceSwitch and SupportsShouldProcess

[Fact]
[Fact(Skip = "See Azure PowerShell issue #2987 - https://github.com/Azure/azure-powershell/issues/2987")]
public void ForceParameterWithoutSupportsShouldProcess()
{
cmdletSignatureVerifier.Analyze(
Expand Down Expand Up @@ -108,7 +108,7 @@ public void ConfirmImpactWithSupportsShouldProcess()
Assert.True(testReport.ProblemIdList.Count == 0);
}

[Fact]
[Fact(Skip = "See Azure PowerShell issue #2987 - https://github.com/Azure/azure-powershell/issues/2987")]
public void ConfirmImpactWithoutSupportsShouldProcess()
{
cmdletSignatureVerifier.Analyze(
Expand Down Expand Up @@ -136,7 +136,7 @@ public void ShouldContinueVerbWithForceSwitch()
Assert.True(testReport.ProblemIdList.Count == 0);
}

[Fact]
[Fact(Skip = "See Azure PowerShell issue #2987 - https://github.com/Azure/azure-powershell/issues/2987")]
public void ShouldContinueVerbWithoutForceSwitch()
{
cmdletSignatureVerifier.Analyze(
Expand Down