@@ -1064,6 +1064,7 @@ mod test {
10641064 internal_dns_version : * Generation :: new ( ) ,
10651065 external_dns_version : * Generation :: new ( ) ,
10661066 target_release_minimum_generation : * Generation :: new ( ) ,
1067+ nexus_generation : * Generation :: new ( ) ,
10671068 cockroachdb_fingerprint : String :: new ( ) ,
10681069 clickhouse_cluster_config : None ,
10691070 oximeter_read_version : * Generation :: new ( ) ,
@@ -1488,6 +1489,7 @@ mod test {
14881489 slot : 0 ,
14891490 transit_ips : vec ! [ ] ,
14901491 } ,
1492+ nexus_generation : * Generation :: new ( ) ,
14911493 } ,
14921494 ) ,
14931495 image_source : BlueprintZoneImageSource :: InstallDataset ,
@@ -1558,6 +1560,7 @@ mod test {
15581560 internal_dns_version : * Generation :: new ( ) ,
15591561 external_dns_version : * Generation :: new ( ) ,
15601562 target_release_minimum_generation : * Generation :: new ( ) ,
1563+ nexus_generation : * Generation :: new ( ) ,
15611564 cockroachdb_fingerprint : String :: new ( ) ,
15621565 clickhouse_cluster_config : None ,
15631566 oximeter_read_version : * Generation :: new ( ) ,
@@ -1744,6 +1747,7 @@ mod test {
17441747 slot : 0 ,
17451748 transit_ips : vec ! [ ] ,
17461749 } ,
1750+ nexus_generation : * Generation :: new ( ) ,
17471751 } ,
17481752 ) ,
17491753 image_source : BlueprintZoneImageSource :: InstallDataset ,
@@ -1777,6 +1781,7 @@ mod test {
17771781 slot : 0 ,
17781782 transit_ips : vec ! [ ] ,
17791783 } ,
1784+ nexus_generation : * Generation :: new ( ) ,
17801785 } ,
17811786 ) ,
17821787 image_source : BlueprintZoneImageSource :: InstallDataset ,
@@ -1821,6 +1826,7 @@ mod test {
18211826 internal_dns_version : * Generation :: new ( ) ,
18221827 external_dns_version : * Generation :: new ( ) ,
18231828 target_release_minimum_generation : * Generation :: new ( ) ,
1829+ nexus_generation : * Generation :: new ( ) ,
18241830 cockroachdb_fingerprint : String :: new ( ) ,
18251831 clickhouse_cluster_config : None ,
18261832 oximeter_read_version : * Generation :: new ( ) ,
@@ -2015,6 +2021,7 @@ mod test {
20152021 slot : 0 ,
20162022 transit_ips : vec ! [ ] ,
20172023 } ,
2024+ nexus_generation : * Generation :: new ( ) ,
20182025 } ,
20192026 ) ,
20202027 image_source : BlueprintZoneImageSource :: InstallDataset ,
@@ -2033,6 +2040,7 @@ mod test {
20332040 internal_dns_version : * Generation :: new ( ) ,
20342041 external_dns_version : * Generation :: new ( ) ,
20352042 target_release_minimum_generation : * Generation :: new ( ) ,
2043+ nexus_generation : * Generation :: new ( ) ,
20362044 cockroachdb_fingerprint : String :: new ( ) ,
20372045 clickhouse_cluster_config : None ,
20382046 oximeter_read_version : * Generation :: new ( ) ,
@@ -2155,6 +2163,7 @@ mod test {
21552163 slot : 0 ,
21562164 transit_ips : vec ! [ ] ,
21572165 } ,
2166+ nexus_generation : * Generation :: new ( ) ,
21582167 } ,
21592168 ) ,
21602169 image_source : BlueprintZoneImageSource :: InstallDataset ,
@@ -2175,6 +2184,7 @@ mod test {
21752184 internal_dns_version : * Generation :: new ( ) ,
21762185 external_dns_version : * Generation :: new ( ) ,
21772186 target_release_minimum_generation : * Generation :: new ( ) ,
2187+ nexus_generation : * Generation :: new ( ) ,
21782188 cockroachdb_fingerprint : String :: new ( ) ,
21792189 clickhouse_cluster_config : None ,
21802190 oximeter_read_version : * Generation :: new ( ) ,
0 commit comments