mirror of
https://github.com/chaifeng/ufw-docker.git
synced 2025-06-27 22:46:14 +02:00
Add a new test suite for ufw-docker--service commands
This commit is contained in:
parent
b701f6baee
commit
6291251734
3 changed files with 105 additions and 0 deletions
1
Vagrantfile
vendored
1
Vagrantfile
vendored
|
@ -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|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue