Make rpc.call_lv_list() VG-aware
[ganeti-local] / qa / qa-sample.json
index 3c3a664..b1a9e4b 100644 (file)
@@ -1,7 +1,8 @@
 {
   "name": "xen-test",
   "rename": "xen-test-rename",
-  "default-hypervisor": "xen-pvm",
+  "enabled-hypervisors": "xen-pvm",
+  "primary_ip_version": 4,
 
   "os": "debian-etch",
   "mem": "512M",
     {
       "# Master node": null,
       "primary": "xen-test-0",
-      "secondary": "192.168.1.1"
+      "secondary": "192.0.2.1"
     },
 
     {
       "primary": "xen-test-1",
-      "secondary": "192.168.1.2"
+      "secondary": "192.0.2.2"
     }
   ],
 
@@ -37,6 +38,7 @@
     "os": true,
     "tags": true,
     "rapi": true,
+    "test-jobqueue": true,
 
     "create-cluster": true,
     "cluster-verify": true,
     "cluster-command": true,
     "cluster-copyfile": true,
     "cluster-master-failover": true,
+    "cluster-renew-crypto": true,
     "cluster-destroy": true,
     "cluster-rename": true,
+    "cluster-reserved-lvs": true,
+    "cluster-modify": true,
+
+    "group-list": true,
 
     "node-info": true,
     "node-volumes": true,
     "node-readd": true,
+    "node-storage": true,
+    "node-modify": true,
 
     "# This test needs at least three nodes": null,
     "node-evacuate": false,
 
     "instance-add-plain-disk": true,
     "instance-add-drbd-disk": true,
+    "instance-convert-disk": true,
 
-    "instance-list": true,
+    "instance-export": true,
     "instance-failover": true,
+    "instance-import": true,
     "instance-info": true,
+    "instance-list": true,
+    "instance-migrate": true,
     "instance-modify": true,
-    "instance-export": true,
-    "instance-import": true,
-    "instance-reinstall": true,
     "instance-reboot": true,
+    "instance-reinstall": true,
+    "instance-rename": true,
     "instance-shutdown": true,
+
+    "# cron/ganeti-watcher should be disabled for these tests": null,
     "instance-automatic-restart": false,
     "instance-consecutive-failures": false,
 
-    "# This test might fail with certain hypervisor types, depending on whether": null,
-    "# they support the `gnt-instance console' command.": null,
+    "# This test might fail with certain hypervisor types, depending": null,
+    "# on whether they support the `gnt-instance console' command.": null,
     "instance-console": false,
 
     "# Disabled by default because it takes rather long": null,
     "instance-replace-disks": false,
 
-    "# Make sure not to include the disk(s) required for Dom0 to be included in": null,
-    "# the volume group used for instances. Otherwise the whole system may stop": null,
-    "# working until restarted.": null,
+    "# Whether to test the tools/move-instance utility": null,
+    "inter-cluster-instance-move": false,
+
+    "# Make sure not to include the disk(s) required for Dom0 to be up": null,
+    "# in the volume group used for instances. Otherwise the whole": null,
+    "# system may stop working until restarted.": null,
     "instance-disk-failure": false
   },
 
     "burnin-instances": 2,
     "burnin-disk-template": "drbd",
     "burnin-in-parallel": false,
-    "burnin-check-instances": false
+    "burnin-check-instances": false,
+    "burnin-rename": "xen-test-rename",
+    "burnin-reboot": true,
+    "reboot-types": ["soft", "hard", "full"]
   },
 
   "# vim: set syntax=javascript :": null