commit | ad9bb86d573e3eb9222227baf1bc24d19f57d896 | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Fri Aug 18 16:16:31 2023 +0000 |
committer | Andrew Scull <ascull@google.com> | Fri Aug 18 17:18:11 2023 +0000 |
tree | 7a37c89744fd4e5d7bac4124d8f82d8b65f13829 | |
parent | f6deec392b2f85a204fced97ec82f354407e8611 [diff] |
Update name of hwtrust subcommand Keep in sync with the hwtrust subcommand rename from verify-dice-chain to simply dice-chain. Test: TH Change-Id: Ic1cef5173fe646cf2f20303857dd79d4e9033a12
diff --git a/compos/tests/java/android/compos/test/ComposTestCase.java b/compos/tests/java/android/compos/test/ComposTestCase.java index 244d34e..4851321 100644 --- a/compos/tests/java/android/compos/test/ComposTestCase.java +++ b/compos/tests/java/android/compos/test/ComposTestCase.java
@@ -192,7 +192,7 @@ .runTimedCmd( 10000, validator.getAbsolutePath(), - "verify-dice-chain", + "dice-chain", bcc_file.getAbsolutePath()); assertWithMessage("hwtrust failed").about(command_results()).that(result).isSuccess(); }