/
githubmirror
/
adcli
ОбзорДокументацияВойти
/
githubmirror
/
adcli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
adcli/
tests/
..
Makefile.am

tests: include new tests in the tar archive

8 месяцев назад
__init__.py

Tests: initial framework and tests for adcli

год назад
conftest.py

Tests: initial framework and tests for adcli

год назад
markers.py

adcli CI configuration

3 месяца назад
mhc.yaml

Tests: initial framework and tests for adcli

год назад
pyproject.toml

adcli CI configuration

3 месяца назад
pytest.ini

Tests: initial framework and tests for adcli

год назад
readme.pytest

Tests: initial framework and tests for adcli

год назад
requirements.txt

Tests: initial framework and tests for adcli

год назад
setup.cfg

Tests: initial framework and tests for adcli

год назад
test_adcli.py

host-keytab at custom location

3 месяца назад
test_adcli_varied_join.py

adcli CI configuration

3 месяца назад
topology.py

adcli CI configuration

3 месяца назад
topology_controllers.py

adcli CI configuration

3 месяца назад
readme.pytest
# 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
````