Snap for 13235988 from 3ec7eb706533ab1e0a6fb6e0287e5a1bddd1b1be to 25Q2-release
Change-Id: Iaa17be6628a4d51b2e9af250f4db5aced02bf576
diff --git a/keystore2/src/maintenance.rs b/keystore2/src/maintenance.rs
index 21e42a3..4116bc5 100644
--- a/keystore2/src/maintenance.rs
+++ b/keystore2/src/maintenance.rs
@@ -376,7 +376,10 @@
writeln!(f, "keystore2 running")?;
writeln!(f)?;
- // Display underlying device information
+ // Display underlying device information.
+ //
+ // Note that this chunk of output is parsed in a GTS test, so do not change the format
+ // without checking that the test still works.
for sec_level in &[SecurityLevel::TRUSTED_ENVIRONMENT, SecurityLevel::STRONGBOX] {
let Ok((_dev, hw_info, uuid)) = get_keymint_device(sec_level) else { continue };