Skip to content

Commit

Permalink
Tests tested in playback mode
Browse files Browse the repository at this point in the history
TestNewA2AManagedDiskReplicationConfigWithCmk
A2AZoneToZoneRecoveryPlanReplication
A2ATestNewContainer
A2ARemoveReplicationProtectedItemDisk
A2ARecoveryPlanReplication
A2ANewAsrFabric
vmss test

Adding tests

TestNewA2AManagedDiskReplicationConfig
TestNewA2ADiskReplicationConfig

adding ppg test for a2a
  • Loading branch information
nilgupta6 committed Apr 19, 2021
1 parent 74a6960 commit e64c5d8
Show file tree
Hide file tree
Showing 13 changed files with 67,629 additions and 37,103 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@ function getVaultRg{


function getVaultRgLocation{
return "eastus"
return "WestCentralUS"
}

function getVaultLocation{
return "eastus"
return "WestCentralUS"
}

function getPrimaryLocation
{
return "westus"
return "EastUS"
}

function getPrimaryZoneLocation
{
return "southeastasia"
return "EastUS"
}

function getPrimaryZone
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,22 +61,22 @@ public void TestNewA2AManagedDiskReplicationConfigWithCmk()
this.RunPowerShellTest(_logger, Constants.NewModel, "Test-NewA2AManagedDiskReplicationConfigurationWithCmk");
}

#if NETSTANDARD
[Fact(Skip = "Needs investigation, TestManagementClientHelper class wasn't initialized with the ResourceManagementClient client.")]
#else
//#if NETSTANDARD
// [Fact(Skip = "Needs investigation, TestManagementClientHelper class wasn't initialized with the ResourceManagementClient client.")]
//#else
[Fact]
#endif
//#endif
[Trait(Category.AcceptanceType, Category.CheckIn)]
public void A2ANewAsrFabric()
{
this.RunPowerShellTest(_logger, Constants.NewModel, "Test-NewAsrFabric");
}

#if NETSTANDARD
[Fact(Skip = "Needs investigation, TestManagementClientHelper class wasn't initialized with the ResourceManagementClient client.")]
#else
//#if NETSTANDARD
// [Fact(Skip = "Needs investigation, TestManagementClientHelper class wasn't initialized with the ResourceManagementClient client.")]
//#else
[Fact]
#endif
//#endif
[Trait(Category.AcceptanceType, Category.CheckIn)]
public void A2ATestNewContainer()
{
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit e64c5d8

Please sign in to comment.