File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
src/Network/Network.Test/ScenarioTests Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ protected NetworkTestRunner(ITestOutputHelper output)
17
17
{
18
18
@"Common.ps1" ,
19
19
@"../AzureRM.Resources.ps1" ,
20
- @"../AzureRM.Storage.ps1" ,
21
20
} )
22
21
. WithNewRmModules ( helper => new [ ]
23
22
{
24
23
helper . RMProfileModule ,
25
24
helper . GetRMModulePath ( "AzureRM.Monitor.psd1" ) ,
26
25
helper . GetRMModulePath ( "AzureRM.Network.psd1" ) ,
27
26
helper . GetRMModulePath ( "AzureRM.Compute.psd1" ) ,
27
+ helper . GetRMModulePath ( "AzureRM.Storage.psd1" ) ,
28
28
helper . GetRMModulePath ( "AzureRM.ContainerInstance.psd1" ) ,
29
29
helper . GetRMModulePath ( "AzureRM.OperationalInsights.psd1" ) ,
30
30
} )
Original file line number Diff line number Diff line change @@ -81,12 +81,8 @@ public void TestFlowLog()
81
81
TestRunner . RunTestScript ( "Test-FlowLog" ) ;
82
82
}
83
83
84
- #if NETSTANDARD
85
84
[ Fact ( Skip = "This test only applies to desktop" ) ]
86
85
[ Trait ( Category . RunType , Category . DesktopOnly ) ]
87
- #else
88
- [ Fact ]
89
- #endif
90
86
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
91
87
[ Trait ( Category . Owner , NrpTeamAlias . netanalyticsdev ) ]
92
88
public void TestConnectivityCheck ( )
Original file line number Diff line number Diff line change 13
13
// ----------------------------------------------------------------------------------
14
14
15
15
using Microsoft . Azure . Commands . Network . Test . ScenarioTests ;
16
+ using Microsoft . WindowsAzure . Commands . ScenarioTest ;
17
+ using Xunit ;
16
18
17
19
namespace Commands . Network . Test . ScenarioTests
18
20
{
19
- using global ::Commands . Network . Test ;
20
- using Microsoft . WindowsAzure . Commands . ScenarioTest ;
21
- using Xunit ;
22
21
23
22
public class PublicIpPrefixTests : NetworkTestRunner
24
23
{
You can’t perform that action at this time.
0 commit comments