From 7bb8b60d3ca3776b19a0e97241255a83a1037abb Mon Sep 17 00:00:00 2001 From: Gardouille Date: Thu, 8 Jan 2015 23:16:56 +0100 Subject: [PATCH] Add tests for an hypervisor only with KVM --- tests/hypervisor.pp | 4 +--- tests/hypervisor_kvm_only.pp | 4 ++++ 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 tests/hypervisor_kvm_only.pp diff --git a/tests/hypervisor.pp b/tests/hypervisor.pp index e169ed7..dca5dbf 100644 --- a/tests/hypervisor.pp +++ b/tests/hypervisor.pp @@ -1,3 +1 @@ -class { 'proxmox::hypervisor': - -} +include proxmox::hypervisor diff --git a/tests/hypervisor_kvm_only.pp b/tests/hypervisor_kvm_only.pp new file mode 100644 index 0000000..d63dfd1 --- /dev/null +++ b/tests/hypervisor_kvm_only.pp @@ -0,0 +1,4 @@ +class { 'proxmox::hypervisor': + kvm_only => true, +} +