Newer
Older
{
"name": "xen-test",
"rename": "xen-test-rename",
"default-hypervisor": "xen-pvm",
"os": "debian-etch",
"mem": "512M",
"# Lists of disk sizes": null,
"disk": ["1G", "512M"],
"disk-growth": ["2G", "768M"],
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
"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,
"cluster-destroy": true,
"cluster-rename": true,
"node-info": true,
"node-volumes": true,
"node-readd": 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-list": true,
"instance-failover": true,
"instance-info": true,
"instance-modify": true,
"instance-export": true,
"instance-import": true,
"instance-reinstall": true,
"instance-reboot": true,
"instance-shutdown": true,
"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,
"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,
"instance-disk-failure": false
},
"options": {
"burnin-instances": 2,
"burnin-disk-template": "drbd",
"burnin-in-parallel": false,
"burnin-check-instances": false
},
"# vim: set syntax=javascript :": null