make all
or longer:
make vagrantup
make test
- sshpass
- ansible
- vagrant
- virtualbox
- packer
Clone the repository with submodules:
git clone git@github.com:altlinuxteam/samba-itest.git
cd samba-itest
git submodule update --init --recursive
Then build the necessary images for testing:
make images
Then you may deploy the Vagrant virtual machines and run integration tests or experiment on Samba configuration:
cd ..
make vagrantup
make test