WebVM

adb push/pull

Objective of the test is to ensure file transfer works. Execute the following commands:

  1. echo test > /tmp/foo
  2. adb push /tmp/foo /sdcard
  3. adb pull /sdcard/foo /tmp/foo2
  4. diff /tmp/foo /tmp/foo2 && echo PASS

If PASS is printed, then the test passed.