History log of /external/autotest/client/site_tests/dummy_Pass/dummy_Pass.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7fc5e6f148aab72149cfc444383b03f513fbd430 26-Nov-2010 Tammo Spalink <tammo@chromium.org> Fix "bug: sequence status mixes old and new state".

Actually pay attention to the iteration count when processing
the status for automated sequences. Before this was the
intention, but that code never executed.

BUG=chrome-os-partner:1623
TEST=manual

To test:

Define an automated sequence, say A B C, such that A and B pass
but C always fails. Before if you run the seq a second time, it
will not run B because it sees the prev C failure. Now it should
always run all test on each repeated call.

Change-Id: I681095c9ca050292a38087e622230593e504dcbe

Review URL: http://codereview.chromium.org/5353002
/external/autotest/client/site_tests/dummy_Pass/dummy_Pass.py