diff options
author | Kevin Wolf <kwolf@redhat.com> | 2018-05-23 11:54:41 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2018-05-23 14:30:23 +0200 |
commit | c4d1ff2bfc3c40ce172ebc9a8860672ed97a3b4f (patch) | |
tree | be963586e81f9858a072b5c5066b4de028d6cec4 | |
parent | ae8622ec1971cd4a63db4da25ecffa9ba21f811c (diff) |
qemu-iotests: Add more tests to "migration" group
grep for "migrate" turns up a few test cases which use migration, but
haven't been in the "migration" group so far. Add them to the group.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
-rw-r--r-- | tests/qemu-iotests/group | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/qemu-iotests/group b/tests/qemu-iotests/group index cc8cd8cc8e..60ba31b292 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -97,7 +97,7 @@ 088 rw auto quick 089 rw auto quick 090 rw auto quick -091 rw auto +091 rw auto migration 092 rw auto quick 093 auto 094 rw auto quick @@ -169,7 +169,7 @@ 162 auto quick 163 rw auto 165 rw auto quick -169 rw auto quick +169 rw auto quick migration 170 rw auto quick 171 rw auto quick 172 auto @@ -194,14 +194,14 @@ 192 rw auto quick 194 rw auto migration quick 195 rw auto quick -196 rw auto quick +196 rw auto quick migration 197 rw auto quick 198 rw auto -199 rw auto +199 rw auto migration 200 rw auto 201 rw auto migration 202 rw auto quick -203 rw auto +203 rw auto migration 204 rw auto quick 205 rw auto quick 206 rw auto |