Skip to content

Commit

Permalink
put that back
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Jun 24, 2024
1 parent 336f845 commit d23ee64
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sled-agent/src/instance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2054,10 +2054,19 @@ mod tests {
project_id: Uuid::new_v4(),
};

let instance_runtime = InstanceRuntimeState {
propolis_id: Some(propolis_id),
dst_propolis_id: None,
migration_id: None,
gen: Generation::new(),
time_updated: Default::default(),
};

mgr.ensure_registered(
instance_id,
propolis_id,
hardware,
instance_runtime,
vmm_runtime,
propolis_addr,
metadata,
Expand Down

0 comments on commit d23ee64

Please sign in to comment.