Hi,

when I run Vdsm tests as a non-root user in vdsm-test-centos-8
container, they systematically fail on several storage tests.  I run the
tests as

  podman run -it -v $HOME:$HOME --userns=keep-id vdsm-test-centos-8 
$HOME/test.sh

where test.sh is

  #!/bin/sh

  export TRAVIS_CI=1
  cd .../vdsm
  ./autogen.sh --system
  make clean
  make
  make lint
  make tests
  make tests-storage

The failing tests are in devicemapper_test.py, outofprocess_test.py and
qemuimg_test.py.  I have also seen a test failure in nbd_test.py but not
always.  Is it a problem of the tests or of my environment?

Thanks,
Milan
_______________________________________________
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/devel@ovirt.org/message/CHQOHMQWTZ64J6FM22FF62WAK6CP6EXR/

Reply via email to