2012-09-14 Andy Doan <email address hidden>
release-0.11
2012-09-14 Andy Doan <email address hidden>
add developer setup information
2012-09-14 Yongqin Liu <email address hidden>
add test sdcard-mounted to check if the sdcard partition is mounted on the android
2012-09-13 Yongqin Liu <email address hidden>
update the usage style
2012-09-13 Yongqin Liu <email address hidden>
use $(basename $0) instead of $0 in usage
2012-09-11 Yongqin Liu <email address hidden>
add check if the sdcard partition is mounted on the android
2012-08-29 Andy Doan <email address hidden>
black box test harness for android-lava-wrapper
2012-08-29 Zygmunt Krynicki <email address hidden>
Re-factor blackbox implementation
This patch changes how blackbox is integrated into LAVA. To keep this short (it
is described in great detail in the source code) due to limiations of l-a-t
run() and parse() APIs that test difinitions can provide _and_ the non-goal of
refactor the whole framework I had to monkey patch how the top-level run
command (implementation of lava-android-test run) works. This makes l-a-t work
properly with blackbox test which is my current primary goal.
2012-08-25 Zygmunt Krynicki <email address hidden>
Remove useless parts of the adb mix-in
2012-08-25 Zygmunt Krynicki <email address hidden>
Add initial version of the 'blackbox' test integration.
This version is almost complete but it requires two changes before it could land.
1) run() and parse() should cooperate better. Run should save the raw bundles from
the device and parse should to the coalescing. Currently everything happens in run()
2) output file cannot be set, it is always 'blackbox.json' at this time
2012-08-29 Yongqin Liu <email address hidden>
delete the methanol result of last time
2012-08-28 Yongqin Liu <email address hidden>
fix the problem that will use the result of last time