From Fedora Project Wiki

Revision as of 14:04, 13 April 2012 by Berrange (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

This not actually a test case, but rather the common setup tasks for all VirtSandbox test cases

Setup

Pull in the libvirt-sandbox package itself

 # yum install libvirt-sandbox

If testing as root with LXC:

 # yum install libvirt-daemon-lxc
 # export URI=lxc:///

Else if testing as non-root with QEMU

 # yum install libvirt-daemon-kvm
 # export URI=qemu:///session

Disable SELinux. This will be resolved in a future update

 # setenforce 0 

How to test

N/A

Expected Results

N/A