Fix remote API unittests
[ganeti-local] / qa / qa-sample.yaml
index 0285d18..2555577 100644 (file)
@@ -1,8 +1,10 @@
 # Cluster name
 name: xen-test
+rename: xen-test-rename
+hypervisor-type: xen-3.0
 
 # System to use
-os: debian-edgy
+os: debian-etch
 os-size: 10G
 swap-size: 1G
 mem: 512M
@@ -35,9 +37,11 @@ tests:
   cluster-copyfile: True
   cluster-master-failover: True
   cluster-destroy: True
+  cluster-rename: True
 
   node-info: True
   node-volumes: True
+  node-readd: True
 
   # This test needs at least three nodes
   node-evacuate: False
@@ -47,10 +51,17 @@ tests:
 
   instance-add-plain-disk: True
   instance-add-local-mirror-disk: True
+
+  # Requires DRBD 0.7.x
   instance-add-remote-raid-disk: True
+
+  # Requires DRBD 8.x
+  instance-add-drbd-disk: False
+
   instance-list: True
   instance-failover: True
   instance-info: True
+  instance-modify: True
   instance-export: True
   instance-import: True
   instance-reinstall: True
@@ -66,6 +77,10 @@ tests:
 # Other settings
 options:
   burnin-instances: 2
+  burnin-disk-template: remote_raid1
 
   # Directory containing QA hooks
   #hooks-dir: hooks/
+
+  # Logfile for loghook.py
+  hook-logfile: /tmp/qa.log