- Clone source codes to local directory on above "TEST RUN" machine
git clone git@10.8.176.174:dguo/vdsm-auto.git- Install the dependency packages
pip install -r requirements- Config the variable in the "tests/v41/conf.py" file
- Run the test cases by pytest
pytest -s -v tests/v41/test_nfs.py tests/v41/test_local.py ...