Skip to content

Commit 841f3df

Browse files
committed
Update failed tests
1 parent 944157e commit 841f3df

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/ServiceManagement/Common/Commands.ScenarioTest/Resources/ServiceManagement/ServiceManagementTests.ps1

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -717,9 +717,10 @@ Tests Move-AzureVirtualNetwork with Prepare and Commit
717717
function Test-MigrateAzureVNet
718718
{
719719
# Setup
720+
$TestOutputRoot = [System.AppDomain]::CurrentDomain.BaseDirectory;
720721
$location = Get-DefaultLocation
721722
$affName = "WestUsAffinityGroup";
722-
$vnetConfigPath = ".\Resources\ServiceManagement\Files\vnetconfig.netcfg";
723+
$vnetConfigPath = "$TestOutputRoot\Resources\ServiceManagement\Files\vnetconfig.netcfg";
723724
$vnetName = "NewVNet1";
724725

725726
# Test
@@ -747,9 +748,10 @@ Tests Move-AzureVirtualNetwork with Prepare and Abort
747748
function Test-MigrationAbortAzureVNet
748749
{
749750
# Setup
751+
$TestOutputRoot = [System.AppDomain]::CurrentDomain.BaseDirectory;
750752
$location = Get-DefaultLocation
751753
$affName = "WestUsAffinityGroup";
752-
$vnetConfigPath = ".\Resources\ServiceManagement\Files\vnetconfig.netcfg";
754+
$vnetConfigPath = "$TestOutputRoot\Resources\ServiceManagement\Files\vnetconfig.netcfg";
753755
$vnetName = "NewVNet1";
754756

755757
# Test

0 commit comments

Comments
 (0)