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