Work in progress.
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r ./requirements.txt
pytest --multihost-config=mhc.yaml -v
source .venv/bin/activate
pip3 install -r ./docs/requirements.txt
make -C docs html
firefox docs/_build/html/index.html
The documentation is available here: https://sssd-tests-poc.readthedocs.io