Reputation: 2102
I'm facing the following issue while running the Android CTS (Compatibility Test Suite) v15_r1 / v15_r2
using Jenkins and GitHub Actions
Note: The same CTS works fine with v14_r5
. However from v15
onwards (specifically V-OS), it fails when executed through Jenkins or GitHub Actions on Linux Ubuntu build machines.
The interesting part is that the same command works fine when run directly from the terminal on my build machine using v15
.
Error Message:
cts-console >
Received EOF.
Input interrupted; quitting…
CTS Execution Command:
./cts-tradefed run cts-dev --module CtsVirtualDevicesAbcdefCtsTestCases -s $DEVICE_ID
CTS Version: 15_r2 (12309945)
Jenkins Version: 2.452.1
Could you confirm if any specific feature or support has been removed from v-15?
Upvotes: 0
Views: 45