summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Homescu <ahomescu@google.com>2023-03-24 01:38:21 +0000
committerAndrei Homescu <ahomescu@google.com>2024-03-25 22:55:45 +0000
commit0dd18d4b8fd3bd0b5511b9389f9205a38447d9cc (patch)
treecb0167f6afa0ca074dc9d587c81e8d583b5afdcd
parent0c4d661b16dd9f98b7d4f21ed8fd949ce4ca3edf (diff)
downloadaosp-0dd18d4b8fd3bd0b5511b9389f9205a38447d9cc.tar.gz
scripts: test-map: Add binderRpcToTrustyTest
Add the test between Android Binder RPC and Trusty to the test map so we can run it with build.py. Bug: 230135749 Test: build.py --test binder-rpc-to-trusty-test Change-Id: I9adbeed21dd4170e52f69d23746c341b07d485b5
-rw-r--r--scripts/test-map8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/test-map b/scripts/test-map
index cc74cea..dd304eb 100644
--- a/scripts/test-map
+++ b/scripts/test-map
@@ -478,6 +478,14 @@
"echo 0 >/sys/module/trusty_core/parameters/use_high_wq"
"&&"
"wait"),
+
+ # Test Binder RPC between Android and Trusty
+ androidtest(name="binder-rpc-to-trusty-test",
+ # Test is run manually by the test_binder target
+ enabled=False,
+ command="/data/nativetest64/vendor/"
+ "binderRpcToTrustyTest/"
+ "binderRpcToTrustyTest"),
],
),
]