Objective of the test is to ensure file transfer works. Execute the following commands:
echo test > /tmp/foo
adb push /tmp/foo /sdcard
adb pull /sdcard/foo /tmp/foo2
diff /tmp/foo /tmp/foo2 && echo PASS
If PASS is printed, then the test passed.