summaryrefslogtreecommitdiff
path: root/ubi-utils/old-utils/testcases.txt
diff options
context:
space:
mode:
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2010-09-28 10:47:06 +0300
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2010-09-28 10:47:06 +0300
commit94a20240f9d6776619d7652013bb10131ddad1fc (patch)
treee92336c72820e7c6daa8468913fbcc523968d257 /ubi-utils/old-utils/testcases.txt
parent351ac23f8d468b2b9bc60dfcbaacbe3d55ec11f9 (diff)
ubi-utils: remove old ubi-utils
The utilities are unmaintained for long time, and many of them do not even work, just compile, and no on complains about this. This suggests they are unused and we can now safely kill them. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils/old-utils/testcases.txt')
-rw-r--r--ubi-utils/old-utils/testcases.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/ubi-utils/old-utils/testcases.txt b/ubi-utils/old-utils/testcases.txt
deleted file mode 100644
index dcc1c35..0000000
--- a/ubi-utils/old-utils/testcases.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-1. Start some large update, but write there byte-by-byte
-
-2. start update for N bytes, write N-x bytes, then write y bytes, y>x.
- You have to see that at the last write only x bytes were written,
- but y-x bytes were not. we may vary x a bit. good number would be
- 1, 128, 128Ki-128...
-
-3. Try to start update for x bytes, write x bytes, then try to write more.
- Check that it is impossible to write more.