blob: 4ab9078d22995174491442e3c96acd0e1941ca26 [file] [log] [blame]
Steps for running release tests.
* build a release ec.bin image
* relax file system restrictions
adb root && adb disable-verity && adb reboot
&& adb wait-for-device root && adb remount
* update an Android device:
adb push ec.bin /data/local/tmp/ec.bin \
&& adb exec-out '/vendor/bin/hw/citadel_updater -v --rw --ro \
/data/local/tmp/ec.bin' \
&& adb exec-out '/vendor/bin/hw/citadel_updater \
--enable_ro --enable_rw --reboot ""' \
&& adb shell rm /data/local/tmp/ec.bin
* run release-tests.sh