[ovirt-users] Re: Q: Which types of tests and tools are used?

2020-06-05 Thread Sandro Bonazzola
Il giorno dom 31 mag 2020 alle ore 21:47 Juergen Novak ha scritto: > Hi, > > can anybody help me to find some information about test types used in > the project and tools used? > > Particularly interesting would be tools and tests used for the Python > coding, but also any information about Java

[ovirt-users] Re: Q: Which types of tests and tools are used?

2020-05-31 Thread Amit Bawer
You can look into ovirt vdsm pytest readme [1], it is slightly outdated as invocation for 4.4 branch is now using "tox -e storage" (with no "-pyXX" suffix as all tests are python3 compatible there) All up2date options are listed on tox.ini [2]. If you need to set up your vdsm dev/test env you can