Add a new test suite for ufw-docker--service commands

This commit is contained in:
Chai Feng 2019-10-19 13:01:55 +02:00
parent b701f6baee
commit 6291251734
3 changed files with 105 additions and 0 deletions

1
Vagrantfile vendored
View file

@ -57,6 +57,7 @@ Vagrant.configure('2') do |config|
master.vm.provision "unit-testing", type: 'shell', inline: <<-SHELL
/vagrant/test/ufw-docker.test.sh
/vagrant/test/ufw-docker-service.test.sh
SHELL
master.vm.provision "docker-registry", type: 'docker' do |d|