On 22.03.2016 21:27, Eric Blake wrote:
On 03/15/2016 02:04 PM, Vladimir Sementsov-Ogievskiy wrote:
Add simple test cases for testing persistent dirty bitmaps.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsement...@virtuozzo.com>
---
  tests/qemu-iotests/160        | 112 ++++++++++++++++++++++++++++++++++++++++++
  tests/qemu-iotests/160.out    |  21 ++++++++
  tests/qemu-iotests/group      |   1 +
  tests/qemu-iotests/iotests.py |   6 +++
  4 files changed, 140 insertions(+)
  create mode 100755 tests/qemu-iotests/160
  create mode 100644 tests/qemu-iotests/160.out

diff --git a/tests/qemu-iotests/160 b/tests/qemu-iotests/160
new file mode 100755
index 0000000..f9843da
--- /dev/null
+++ b/tests/qemu-iotests/160
@@ -0,0 +1,112 @@
+#!/usr/bin/env python
+#
+# Tests for persistent dirty bitmaps.
+#
+# Copyright: Vladimir Sementsov-Ogievskiy 2015
Do you want to also claim 2016?

+++ b/tests/qemu-iotests/group
@@ -150,3 +150,4 @@
  145 auto quick
  146 auto quick
  148 rw auto quick
+160 rw auto quick
Do we really have that many pending patch series with reserved test ids?

I'm just sick of renaming it on rebases. When the series will be closer to accepting I'll be able to rename it appropriately





--
Best regards,
Vladimir


Reply via email to