Skip to content

Commit bf690b4

Browse files
committed
unit tests
1 parent 5f35c02 commit bf690b4

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

pkg/asset/machines/master_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ metadata:
4444
machineconfiguration.openshift.io/role: master
4545
name: 99-master-ssh
4646
spec:
47+
baseOSExtensionsContainerImage: ""
4748
config:
4849
ignition:
4950
version: 3.2.0
@@ -70,6 +71,7 @@ metadata:
7071
machineconfiguration.openshift.io/role: master
7172
name: 99-master-disable-hyperthreading
7273
spec:
74+
baseOSExtensionsContainerImage: ""
7375
config:
7476
ignition:
7577
version: 3.2.0
@@ -93,6 +95,7 @@ metadata:
9395
machineconfiguration.openshift.io/role: master
9496
name: 99-master-disable-hyperthreading
9597
spec:
98+
baseOSExtensionsContainerImage: ""
9699
config:
97100
ignition:
98101
version: 3.2.0
@@ -110,6 +113,7 @@ metadata:
110113
machineconfiguration.openshift.io/role: master
111114
name: 99-master-ssh
112115
spec:
116+
baseOSExtensionsContainerImage: ""
113117
config:
114118
ignition:
115119
version: 3.2.0

pkg/asset/machines/worker_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ metadata:
3838
machineconfiguration.openshift.io/role: worker
3939
name: 99-worker-ssh
4040
spec:
41+
baseOSExtensionsContainerImage: ""
4142
config:
4243
ignition:
4344
version: 3.2.0
@@ -64,6 +65,7 @@ metadata:
6465
machineconfiguration.openshift.io/role: worker
6566
name: 99-worker-disable-hyperthreading
6667
spec:
68+
baseOSExtensionsContainerImage: ""
6769
config:
6870
ignition:
6971
version: 3.2.0
@@ -87,6 +89,7 @@ metadata:
8789
machineconfiguration.openshift.io/role: worker
8890
name: 99-worker-disable-hyperthreading
8991
spec:
92+
baseOSExtensionsContainerImage: ""
9093
config:
9194
ignition:
9295
version: 3.2.0
@@ -104,6 +107,7 @@ metadata:
104107
machineconfiguration.openshift.io/role: worker
105108
name: 99-worker-ssh
106109
spec:
110+
baseOSExtensionsContainerImage: ""
107111
config:
108112
ignition:
109113
version: 3.2.0

0 commit comments

Comments
 (0)