File tree Expand file tree Collapse file tree 4 files changed +0
-42
lines changed
src/ResourceManager/Compute/Stack/Commands.Compute.Test/ScenarioTests Expand file tree Collapse file tree 4 files changed +0
-42
lines changed Original file line number Diff line number Diff line change @@ -413,7 +413,6 @@ function Get-DefaultCRPWindowsImageOffline
413
413
# Get Default CRP Linux Image Object Offline
414
414
function Get-DefaultCRPLinuxImageOffline
415
415
{
416
- # return Create-ComputeVMImageObject 'SUSE' 'openSUSE' '13.2' 'latest';
417
416
return Create- ComputeVMImageObject ' Canonical' ' UbuntuServer' ' 14.04.3-LTS' ' 1.0.0' ;
418
417
}
419
418
Original file line number Diff line number Diff line change @@ -19,32 +19,11 @@ namespace Microsoft.Azure.Commands.Compute.Test.ScenarioTests
19
19
{
20
20
public class DiagnosticsExtensionTests
21
21
{
22
- [ Fact ( Skip = "Not suported in Azure stack" ) ]
23
- [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
24
- public void TestDiagnosticsExtensionBasic ( )
25
- {
26
- ComputeTestController . NewInstance . RunPsTest ( "Test-DiagnosticsExtensionBasic" ) ;
27
- }
28
-
29
- [ Fact ( Skip = "Not suported in Azure stack" ) ]
30
- [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
31
- public void TestDiagnosticsExtensionSepcifyStorageAccountName ( )
32
- {
33
- ComputeTestController . NewInstance . RunPsTest ( "Test-DiagnosticsExtensionSepcifyStorageAccountName" ) ;
34
- }
35
-
36
22
[ Fact ]
37
23
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
38
24
public void TestDiagnosticsExtensionCantListSepcifyStorageAccountKey ( )
39
25
{
40
26
ComputeTestController . NewInstance . RunPsTest ( "Test-DiagnosticsExtensionCantListSepcifyStorageAccountKey" ) ;
41
27
}
42
-
43
- [ Fact ( Skip = "Not suported in Azure stack" ) ]
44
- [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
45
- public void TestDiagnosticsExtensionSupportJsonConfig ( )
46
- {
47
- ComputeTestController . NewInstance . RunPsTest ( "Test-DiagnosticsExtensionSupportJsonConfig" ) ;
48
- }
49
28
}
50
29
}
Original file line number Diff line number Diff line change @@ -5,11 +5,5 @@ namespace Microsoft.Azure.Commands.Compute.Test.ScenarioTests
5
5
{
6
6
public class DscExtensionTests
7
7
{
8
- [ Fact ( Skip = "Not suported in Azure stack" ) ]
9
- [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
10
- public void TestGetAzureRmVMDscExtension ( )
11
- {
12
- ComputeTestController . NewInstance . RunPsTest ( "Test-GetAzureRmVMDscExtension" ) ;
13
- }
14
8
}
15
9
}
Original file line number Diff line number Diff line change @@ -122,20 +122,6 @@ public void TestVirtualMachinePIRv2()
122
122
ComputeTestController . NewInstance . RunPsTest ( "Test-VirtualMachinePIRv2" ) ;
123
123
}
124
124
125
- [ Fact ( Skip = "Not suported in Azure stack" ) ]
126
- [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
127
- public void TestVirtualMachinePlan ( )
128
- {
129
- ComputeTestController . NewInstance . RunPsTest ( "Test-VirtualMachinePlan" ) ;
130
- }
131
-
132
- [ Fact ( Skip = "Not suported in Azure stack" ) ]
133
- [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
134
- public void TestVirtualMachinePlan2 ( )
135
- {
136
- ComputeTestController . NewInstance . RunPsTest ( "Test-VirtualMachinePlan2" ) ;
137
- }
138
-
139
125
[ Fact ]
140
126
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
141
127
public void TestVirtualMachineTags ( )
You can’t perform that action at this time.
0 commit comments