Skip to content
  • Cole Robinson's avatar
    e13fe274
    qemu-iotests: Discard stderr when probing devices · e13fe274
    Cole Robinson authored
    
    
    qemu-iotests fails in the following setup:
    
      ./configure --enable-modules --enable-smartcard \
          --target-list=x86_64-softmmu,s390x-softmmu
      make
      cd build
      QEMU_PROG=`pwd`/s390x-softmmu/qemu-system-s390x \
          ../tests/check-block.sh qcow2
      ...
      --- /home/crobinso/src/qemu/tests/qemu-iotests/127.out
      +++ /home/crobinso/src/qemu/build/tests/qemu-iotests/scratch/127.out.bad
      @@ -1,4 +1,18 @@
       QA output created by 127
      +Failed to open module: /home/crobinso/src/qemu/build/hw-usb-smartcard.so: undefined symbol: ccid_card_ccid_attach
      ...
      --- /home/crobinso/src/qemu/tests/qemu-iotests/267.out
      +++ /home/crobinso/src/qemu/build/tests/qemu-iotests/scratch/267.out.bad
      @@ -1,4 +1,11 @@
       QA output created by 267
      +Failed to open module: /home/crobinso/src/qemu/build/hw-usb-smartcard.so: undefined symbol: ccid_card_ccid_attach
    
    The stderr spew is its own known issue, but seems like iotests should
    be discarding stderr in this case.
    
    Signed-off-by: default avatarCole Robinson <crobinso@redhat.com>
    Reviewed-by: default avatarThomas Huth <thuth@redhat.com>
    Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
    e13fe274
    qemu-iotests: Discard stderr when probing devices
    Cole Robinson authored
    
    
    qemu-iotests fails in the following setup:
    
      ./configure --enable-modules --enable-smartcard \
          --target-list=x86_64-softmmu,s390x-softmmu
      make
      cd build
      QEMU_PROG=`pwd`/s390x-softmmu/qemu-system-s390x \
          ../tests/check-block.sh qcow2
      ...
      --- /home/crobinso/src/qemu/tests/qemu-iotests/127.out
      +++ /home/crobinso/src/qemu/build/tests/qemu-iotests/scratch/127.out.bad
      @@ -1,4 +1,18 @@
       QA output created by 127
      +Failed to open module: /home/crobinso/src/qemu/build/hw-usb-smartcard.so: undefined symbol: ccid_card_ccid_attach
      ...
      --- /home/crobinso/src/qemu/tests/qemu-iotests/267.out
      +++ /home/crobinso/src/qemu/build/tests/qemu-iotests/scratch/267.out.bad
      @@ -1,4 +1,11 @@
       QA output created by 267
      +Failed to open module: /home/crobinso/src/qemu/build/hw-usb-smartcard.so: undefined symbol: ccid_card_ccid_attach
    
    The stderr spew is its own known issue, but seems like iotests should
    be discarding stderr in this case.
    
    Signed-off-by: default avatarCole Robinson <crobinso@redhat.com>
    Reviewed-by: default avatarThomas Huth <thuth@redhat.com>
    Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
Loading