Newer
Older
{
"name": "xen-test",
"rename": "xen-test-rename",
"enabled-hypervisors": "xen-pvm",
"os": "debian-etch",
"mem": "512M",
"# Lists of disk sizes": null,
"disk": ["1G", "512M"],
"disk-growth": ["2G", "768M"],
"nodes": [
{
"# Master node": null,
"primary": "xen-test-0",
"secondary": "192.168.1.1"
},
{
"primary": "xen-test-1",
"secondary": "192.168.1.2"
}
],
"instances": [
{
"name": "xen-test-inst1"
},
{
"name": "xen-test-inst2"
}
],
"tests": {
"env": true,
"os": true,
"tags": true,
"rapi": true,
"cluster-verify": true,
"cluster-info": true,
"cluster-burnin": true,
"cluster-command": true,
"cluster-copyfile": true,
"cluster-master-failover": true,
Michael Hanselmann
committed
"cluster-renew-crypto": true,
"cluster-destroy": true,
"cluster-rename": true,
"node-info": true,
"node-volumes": true,
"node-readd": true,
"node-storage": true,
"# This test needs at least three nodes": null,
"node-evacuate": false,
"# This test needs at least two nodes": null,
"node-failover": false,
"instance-add-plain-disk": true,
"instance-add-drbd-disk": true,
"instance-automatic-restart": false,
"instance-consecutive-failures": false,
"instance-export": true,
"instance-failover": true,
"instance-modify": true,
"instance-reboot": true,
"instance-reinstall": true,
"instance-rename": true,
"instance-shutdown": true,
"# 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": null,
"# included in the volume group used for instances. Otherwise": null,
"# whole system may stop working until restarted.": null,
"instance-disk-failure": false
},
"options": {
"burnin-instances": 2,
"burnin-disk-template": "drbd",
"burnin-in-parallel": false,
"burnin-check-instances": false,
"burnin-rename": "xen-test-rename"
},
"# vim: set syntax=javascript :": null