Use these two files to add disks to your VMs (here adding three disks) when Kitchen spins up Vagrant boxes.
test_helper.bash
(add to your bats test withload test_helper
)vagrantfile.rb
(add to your.kitchen.yml
using)
---
driver:
name: vagrant
vagrantfiles:
- vagrantfile.rb