commit | 40c3f2b44d2e581b82987fd407b3899e5ea0253d | [log] [tgz] |
---|---|---|
author | Andres Celis <celisa@google.com> | Mon Jun 12 19:57:10 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Jun 12 19:57:10 2017 +0000 |
tree | aa07bc39862952f49cf81f51e7fe4ad2f47583f5 | |
parent | a0aa73ec2d37bfa7a01b8b210e4cb23bdcdd97bd [diff] | |
parent | 8e7183ec4cc312fe5641e14e87b834f8c13ed137 [diff] |
Merge "CTS/STS test for Android Security b/36604779" into nyc-mr2-dev am: 8e7183ec4c Change-Id: I65659b420ec2bcf4057c6470fca46cfdbd90bb7a
diff --git a/hostsidetests/security/src/android/security/cts/Poc17_07.java b/hostsidetests/security/src/android/security/cts/Poc17_07.java index 486efe3..ad69fd8 100644 --- a/hostsidetests/security/src/android/security/cts/Poc17_07.java +++ b/hostsidetests/security/src/android/security/cts/Poc17_07.java
@@ -31,4 +31,15 @@ AdbUtils.runPoc("Bug-33863407", getDevice(), 60); } } + + /** + * b/36604779 + */ + @SecurityTest + public void testPocBug_36604779() throws Exception { + enableAdbRoot(getDevice()); + if(containsDriver(getDevice(), "/dev/port")) { + AdbUtils.runCommandLine("cat /dev/port", getDevice()); + } + } }