/
githubmirror
/
adcli
Обзор
Документация
Войти
/
githubmirror
/
adcli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/readme.pytest
28 строк
645 B
shridhargadekar
Tests: initial framework and tests for adcli
03 июн 2025, 10:21
03 июн 2025, 10:21
a68ae02
Код
Авторство
О чём код?
# adcli Integration tests These tests will cover test scenarios for adcli perform actions on an AD-server. ## Set up environment and install requirements ** Refer following to set up environment ``` https://tests.sssd.io/en/latest/running-tests.html https://github.com/SSSD/sssd-ci-containers ``` ** Setup python virtual environment ** ``` python3 -m venv .venv source .venv/bin/activate ``` ** Setup sssd-test-framework ** ``` pip install -r requirements.txt ``` ## To run tests from inside adcli/tests ``` # pytest --mh-config=mhc.yaml --mh-lazy-ssh -v Or # pytest --mh-config=mhc.yaml --mh-log-path=/dev/stderr --pdb test_adcli.py ````