altlinuxteam / ansible-samba

Ansible role to deploy samba DCs and client against ALT Linux
MIT License
0 stars 7 forks source link

Deploy test environment

vagrant up

Run tests

Prepare virtual environment

virtualenv .venv
source .venv/bin/activate
easy_install $(cat requirements.txt)

vagrant ssh-config > .tmp/ssh_config
source .tmp/domain_config

Run test

pytest -vv --gherkin-terminal-reporter tests/