Skip to content

Commit c625c1b

Browse files
committed
fix: cherry-pick dell machine-setup-status fix into v0.44.21
1 parent 6343142 commit c625c1b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/dell.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1587,6 +1587,11 @@ impl Bmc {
15871587
expected_attrs.http_device_1_interface,
15881588
String
15891589
);
1590+
diff!(
1591+
"HttpDev1TlsMode",
1592+
expected_attrs.http_device_1_tls_mode,
1593+
dell::TlsMode
1594+
);
15901595

15911596
let manager_attrs = self.manager_dell_oem_attributes().await?;
15921597
let expected = HashMap::from([

0 commit comments

Comments
 (0)