Skip to content

Commit

Permalink
add third fake sled to RSS blippy test
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallagher committed Jan 7, 2025
1 parent 9283a4a commit 5acca22
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sled-agent/src/rack_setup/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1807,6 +1807,13 @@ mod test {
),
5,
),
make_sled_info(
SledUuid::new_v4(),
Ipv6Subnet::<SLED_PREFIX>::new(
"fd00:1122:3344:103::1".parse().unwrap(),
),
5,
),
]
}

Expand Down

0 comments on commit 5acca22

Please sign in to comment.