@@ -61,6 +61,7 @@ func TestContractCurrent(t *testing.T) {
6161 assert .True (t , contract .HostDNSEnabled ())
6262 assert .True (t , contract .UseRSAServiceAccountKey ())
6363 assert .True (t , contract .ClusterNameForWorkers ())
64+ assert .True (t , contract .HostDNSForwardKubeDNSToHost ())
6465}
6566
6667func TestContract1_8 (t * testing.T ) {
@@ -81,6 +82,7 @@ func TestContract1_8(t *testing.T) {
8182 assert .True (t , contract .HostDNSEnabled ())
8283 assert .True (t , contract .UseRSAServiceAccountKey ())
8384 assert .True (t , contract .ClusterNameForWorkers ())
85+ assert .True (t , contract .HostDNSForwardKubeDNSToHost ())
8486}
8587
8688func TestContract1_7 (t * testing.T ) {
@@ -101,6 +103,7 @@ func TestContract1_7(t *testing.T) {
101103 assert .True (t , contract .HostDNSEnabled ())
102104 assert .True (t , contract .UseRSAServiceAccountKey ())
103105 assert .False (t , contract .ClusterNameForWorkers ())
106+ assert .False (t , contract .HostDNSForwardKubeDNSToHost ())
104107}
105108
106109func TestContract1_6 (t * testing.T ) {
@@ -121,6 +124,7 @@ func TestContract1_6(t *testing.T) {
121124 assert .False (t , contract .HostDNSEnabled ())
122125 assert .False (t , contract .UseRSAServiceAccountKey ())
123126 assert .False (t , contract .ClusterNameForWorkers ())
127+ assert .False (t , contract .HostDNSForwardKubeDNSToHost ())
124128}
125129
126130func TestContract1_5 (t * testing.T ) {
@@ -141,6 +145,7 @@ func TestContract1_5(t *testing.T) {
141145 assert .False (t , contract .HostDNSEnabled ())
142146 assert .False (t , contract .UseRSAServiceAccountKey ())
143147 assert .False (t , contract .ClusterNameForWorkers ())
148+ assert .False (t , contract .HostDNSForwardKubeDNSToHost ())
144149}
145150
146151func TestContract1_4 (t * testing.T ) {
@@ -161,6 +166,7 @@ func TestContract1_4(t *testing.T) {
161166 assert .False (t , contract .HostDNSEnabled ())
162167 assert .False (t , contract .UseRSAServiceAccountKey ())
163168 assert .False (t , contract .ClusterNameForWorkers ())
169+ assert .False (t , contract .HostDNSForwardKubeDNSToHost ())
164170}
165171
166172func TestContract1_3 (t * testing.T ) {
@@ -181,6 +187,7 @@ func TestContract1_3(t *testing.T) {
181187 assert .False (t , contract .HostDNSEnabled ())
182188 assert .False (t , contract .UseRSAServiceAccountKey ())
183189 assert .False (t , contract .ClusterNameForWorkers ())
190+ assert .False (t , contract .HostDNSForwardKubeDNSToHost ())
184191}
185192
186193func TestContract1_2 (t * testing.T ) {
@@ -201,6 +208,7 @@ func TestContract1_2(t *testing.T) {
201208 assert .False (t , contract .HostDNSEnabled ())
202209 assert .False (t , contract .UseRSAServiceAccountKey ())
203210 assert .False (t , contract .ClusterNameForWorkers ())
211+ assert .False (t , contract .HostDNSForwardKubeDNSToHost ())
204212}
205213
206214func TestContract1_1 (t * testing.T ) {
@@ -221,6 +229,7 @@ func TestContract1_1(t *testing.T) {
221229 assert .False (t , contract .HostDNSEnabled ())
222230 assert .False (t , contract .UseRSAServiceAccountKey ())
223231 assert .False (t , contract .ClusterNameForWorkers ())
232+ assert .False (t , contract .HostDNSForwardKubeDNSToHost ())
224233}
225234
226235func TestContract1_0 (t * testing.T ) {
@@ -241,4 +250,5 @@ func TestContract1_0(t *testing.T) {
241250 assert .False (t , contract .HostDNSEnabled ())
242251 assert .False (t , contract .UseRSAServiceAccountKey ())
243252 assert .False (t , contract .ClusterNameForWorkers ())
253+ assert .False (t , contract .HostDNSForwardKubeDNSToHost ())
244254}
0 commit comments