Code review comment for lp:~pundiramit/lava-android-test/stress-tests

Revision history for this message
Yongqin Liu (liuyq0307) wrote :

31 +ADB_SHELL_STEPS = ['"stressapptest -M 16 --cc_test -s 10"']
74 +ADB_SHELL_STEPS = ['"iozone -a -i 0 -i 2 -s 16m -V teststring"']
117 +ADB_SHELL_STEPS = ['"memtester 1M 1"']

I don't think the double quote is necessary in the three lines above,
and it's possible that they may cause it failed.

review: Needs Fixing

« Back to merge proposal