From Fedora Project Wiki

(Created page with "{{QA/Test_Case |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 #...")
(No difference)

Revision as of 12:58, 13 April 2012

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 

How to test

N/A

Expected Results

N/A