diff options
author | Kevin Wolf <kwolf@redhat.com> | 2012-03-08 12:26:52 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2012-03-12 15:14:07 +0100 |
commit | 3811f63acdc0584e053d09f7070063ed0a9bafe6 (patch) | |
tree | 98a8261dfe274c0f6cbf0c8fb7f2e24d87d3e66b /tests/qemu-iotests/group | |
parent | 259b21731050eccfe1fd4da949a9633ec7547b04 (diff) | |
download | qemu-3811f63acdc0584e053d09f7070063ed0a9bafe6.tar.gz qemu-3811f63acdc0584e053d09f7070063ed0a9bafe6.tar.bz2 qemu-3811f63acdc0584e053d09f7070063ed0a9bafe6.zip |
qemu-iotests: Mark some tests as quick
This creates a new test group 'quick' for some test case that take at
most a couple of seconds each, so that the group can be run during a
quick 'make check'
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/group')
-rw-r--r-- | tests/qemu-iotests/group | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/tests/qemu-iotests/group b/tests/qemu-iotests/group index fcf869d36e..b549f10f17 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -8,32 +8,32 @@ # test-group association ... one line per test # 001 rw auto -002 rw auto +002 rw auto quick 003 rw auto -004 rw auto +004 rw auto quick 005 img auto 006 img auto 007 snapshot auto 008 rw auto 009 rw auto 010 rw auto -011 rw auto -012 auto +011 rw auto quick +012 auto quick 013 rw auto 014 rw auto 015 rw snapshot auto -016 rw auto -017 rw backing auto +016 rw auto quick +017 rw backing auto quick 018 rw backing auto -019 rw backing auto -020 rw backing auto +019 rw backing auto quick +020 rw backing auto quick 021 io auto 022 rw snapshot auto 023 rw auto -024 rw backing auto -025 rw auto +024 rw backing auto quick +025 rw auto quick 026 rw blkdbg auto -027 rw auto +027 rw auto quick 028 rw backing auto -029 rw auto +029 rw auto quick 030 rw auto |