1
0
Andrea Bolognani e1fdffd374 tests: Fix duplicated capabilities
A bunch of SCSI test cases in qemuxml2argv used

  DO_TEST(...
          QEMU_CAPS_VIRTIO_SCSI, QEMU_CAPS_VIRTIO_SCSI,
          ...);

instead of the intended

  DO_TEST(...
          QEMU_CAPS_VIRTIO_SCSI, QEMU_CAPS_SCSI_LSI,
          ...);

which is used correctly in qemuxml2xml. Fix them.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
2018-09-21 16:50:39 +02:00
..
2017-11-20 13:22:48 +01:00
2017-04-11 13:23:01 +02:00
2018-04-10 15:16:23 +02:00
2017-07-26 15:33:45 +02:00
2017-04-27 14:13:19 +02:00
2018-08-15 10:16:16 +02:00