commit | a7fa94a9fe26a4925914083a31b5387bca530eb1 | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Fri Jun 03 16:20:03 2011 +0300 |
committer | Artem Bityutskiy <dedekind1@gmail.com> | Mon Jul 04 10:54:34 2011 +0300 |
tree | e745f630a78b473379e9d0866a9b1be25b528677 | |
parent | d27462a518c31a4b1093ad866229f85b2b765e7e [diff] |
UBIFS: improve power cut emulation testing This patch cleans-up and improves the power cut testing: 1. Kill custom 'simple_random()' function and use 'random32()' instead. 2. Make timeout larger 3. When cutting the buffer - fill the end with random data sometimes, not only with 0xFFs. 4. Some times cut in the middle of the buffer, not always at the end. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>