From 72993de1c21e4fba7d52c06034d462905cbaba03 Mon Sep 17 00:00:00 2001 From: Victor LABORIE Date: Mon, 5 Mar 2018 15:29:08 +0100 Subject: [PATCH] Use bats for unit test with Vagrant --- Vagrantfile | 51 +++++++++++++++++++++++--------------------------- test/main.bats | 22 ++++++++++++++++++++++ 2 files changed, 45 insertions(+), 28 deletions(-) create mode 100755 test/main.bats diff --git a/Vagrantfile b/Vagrantfile index b0f80b8..be687fe 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -14,14 +14,37 @@ Vagrant.configure('2') do |config| libvirt.storage :file, :size => '10G', :device => 'vdb' end + $deps = <