Skip to content

altlinuxteam/domain-test

Repository files navigation

Samba integration testing environment

Contents


Quickstart

make all

or longer:

make vagrantup
make test

Dependencies

  • sshpass
  • ansible
  • vagrant
  • virtualbox
  • packer

Work process

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

About

Local reproducible testing environment for Samba domain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published