@@ -1064,6 +1064,7 @@ mod test {
1064
1064
internal_dns_version : * Generation :: new ( ) ,
1065
1065
external_dns_version : * Generation :: new ( ) ,
1066
1066
target_release_minimum_generation : * Generation :: new ( ) ,
1067
+ nexus_generation : * Generation :: new ( ) ,
1067
1068
cockroachdb_fingerprint : String :: new ( ) ,
1068
1069
clickhouse_cluster_config : None ,
1069
1070
oximeter_read_version : * Generation :: new ( ) ,
@@ -1488,6 +1489,7 @@ mod test {
1488
1489
slot : 0 ,
1489
1490
transit_ips : vec ! [ ] ,
1490
1491
} ,
1492
+ nexus_generation : * Generation :: new ( ) ,
1491
1493
} ,
1492
1494
) ,
1493
1495
image_source : BlueprintZoneImageSource :: InstallDataset ,
@@ -1558,6 +1560,7 @@ mod test {
1558
1560
internal_dns_version : * Generation :: new ( ) ,
1559
1561
external_dns_version : * Generation :: new ( ) ,
1560
1562
target_release_minimum_generation : * Generation :: new ( ) ,
1563
+ nexus_generation : * Generation :: new ( ) ,
1561
1564
cockroachdb_fingerprint : String :: new ( ) ,
1562
1565
clickhouse_cluster_config : None ,
1563
1566
oximeter_read_version : * Generation :: new ( ) ,
@@ -1744,6 +1747,7 @@ mod test {
1744
1747
slot : 0 ,
1745
1748
transit_ips : vec ! [ ] ,
1746
1749
} ,
1750
+ nexus_generation : * Generation :: new ( ) ,
1747
1751
} ,
1748
1752
) ,
1749
1753
image_source : BlueprintZoneImageSource :: InstallDataset ,
@@ -1777,6 +1781,7 @@ mod test {
1777
1781
slot : 0 ,
1778
1782
transit_ips : vec ! [ ] ,
1779
1783
} ,
1784
+ nexus_generation : * Generation :: new ( ) ,
1780
1785
} ,
1781
1786
) ,
1782
1787
image_source : BlueprintZoneImageSource :: InstallDataset ,
@@ -1821,6 +1826,7 @@ mod test {
1821
1826
internal_dns_version : * Generation :: new ( ) ,
1822
1827
external_dns_version : * Generation :: new ( ) ,
1823
1828
target_release_minimum_generation : * Generation :: new ( ) ,
1829
+ nexus_generation : * Generation :: new ( ) ,
1824
1830
cockroachdb_fingerprint : String :: new ( ) ,
1825
1831
clickhouse_cluster_config : None ,
1826
1832
oximeter_read_version : * Generation :: new ( ) ,
@@ -2015,6 +2021,7 @@ mod test {
2015
2021
slot : 0 ,
2016
2022
transit_ips : vec ! [ ] ,
2017
2023
} ,
2024
+ nexus_generation : * Generation :: new ( ) ,
2018
2025
} ,
2019
2026
) ,
2020
2027
image_source : BlueprintZoneImageSource :: InstallDataset ,
@@ -2033,6 +2040,7 @@ mod test {
2033
2040
internal_dns_version : * Generation :: new ( ) ,
2034
2041
external_dns_version : * Generation :: new ( ) ,
2035
2042
target_release_minimum_generation : * Generation :: new ( ) ,
2043
+ nexus_generation : * Generation :: new ( ) ,
2036
2044
cockroachdb_fingerprint : String :: new ( ) ,
2037
2045
clickhouse_cluster_config : None ,
2038
2046
oximeter_read_version : * Generation :: new ( ) ,
@@ -2155,6 +2163,7 @@ mod test {
2155
2163
slot : 0 ,
2156
2164
transit_ips : vec ! [ ] ,
2157
2165
} ,
2166
+ nexus_generation : * Generation :: new ( ) ,
2158
2167
} ,
2159
2168
) ,
2160
2169
image_source : BlueprintZoneImageSource :: InstallDataset ,
@@ -2175,6 +2184,7 @@ mod test {
2175
2184
internal_dns_version : * Generation :: new ( ) ,
2176
2185
external_dns_version : * Generation :: new ( ) ,
2177
2186
target_release_minimum_generation : * Generation :: new ( ) ,
2187
+ nexus_generation : * Generation :: new ( ) ,
2178
2188
cockroachdb_fingerprint : String :: new ( ) ,
2179
2189
clickhouse_cluster_config : None ,
2180
2190
oximeter_read_version : * Generation :: new ( ) ,
0 commit comments