Skip to content

Commit

Permalink
add xen file fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Sierles committed Jul 16, 2008
1 parent 23df82f commit 9ba6c2b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions spec/fixtures/xm/auto/ey00-s00006.xen
@@ -0,0 +1,14 @@
# -*- mode: python; -*-
kernel = '/boot/vmlinuz-2.6.18-xenU'
memory = 512
maxmem = 4096
name = 'ey00-s00006'
vif = [ 'bridge=xenbr0' ]
disk = [
'phy:/dev/ey00-data/root-s00006,sda1,w',
'phy:/dev/ey00-data/swap-s00006,sda2,w',
'phy:/dev/ey00-data/gfs-00004,sdb1,w!',
]
root = '/dev/sda1 ro'
vcpus = 1
cpu_cap = 100

0 comments on commit 9ba6c2b

Please sign in to comment.