From Fedora Project Wiki

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