huskies: merge 1173 story Identity-aware fleet checks: cryptographic node identity in upgrade and health probes
This commit is contained in:
@@ -114,6 +114,7 @@ mod tests {
|
||||
auth_token: None,
|
||||
ssh_port: Some(2203),
|
||||
host_path: Some("/home/user/workspace".into()),
|
||||
expected_node_id: None,
|
||||
},
|
||||
);
|
||||
projects.insert(
|
||||
@@ -123,6 +124,7 @@ mod tests {
|
||||
auth_token: Some("tok".into()),
|
||||
ssh_port: None,
|
||||
host_path: None,
|
||||
expected_node_id: None,
|
||||
},
|
||||
);
|
||||
|
||||
@@ -165,6 +167,7 @@ mod tests {
|
||||
auth_token: None,
|
||||
ssh_port: None,
|
||||
host_path: Some("/home/user/adopted".into()),
|
||||
expected_node_id: None,
|
||||
},
|
||||
);
|
||||
projects.insert("builtin".into(), ProjectEntry::with_url("http://b:3002"));
|
||||
|
||||
Reference in New Issue
Block a user