root / qa / qa-sample.json @ 8e1db003
History | View | Annotate | Download (2.3 kB)
1 |
{ |
---|---|
2 |
"name": "xen-test", |
3 |
"rename": "xen-test-rename", |
4 |
"enabled-hypervisors": "xen-pvm", |
5 |
|
6 |
"os": "debian-etch", |
7 |
"mem": "512M", |
8 |
|
9 |
"# Lists of disk sizes": null, |
10 |
"disk": ["1G", "512M"], |
11 |
"disk-growth": ["2G", "768M"], |
12 |
|
13 |
"nodes": [
|
14 |
{ |
15 |
"# Master node": null, |
16 |
"primary": "xen-test-0", |
17 |
"secondary": "192.168.1.1" |
18 |
}, |
19 |
|
20 |
{ |
21 |
"primary": "xen-test-1", |
22 |
"secondary": "192.168.1.2" |
23 |
} |
24 |
], |
25 |
|
26 |
"instances": [
|
27 |
{ |
28 |
"name": "xen-test-inst1" |
29 |
}, |
30 |
{ |
31 |
"name": "xen-test-inst2" |
32 |
} |
33 |
], |
34 |
|
35 |
"tests": {
|
36 |
"env": true, |
37 |
"os": true, |
38 |
"tags": true, |
39 |
"rapi": true, |
40 |
|
41 |
"create-cluster": true, |
42 |
"cluster-verify": true, |
43 |
"cluster-info": true, |
44 |
"cluster-burnin": true, |
45 |
"cluster-command": true, |
46 |
"cluster-copyfile": true, |
47 |
"cluster-master-failover": true, |
48 |
"cluster-destroy": true, |
49 |
"cluster-rename": true, |
50 |
|
51 |
"node-info": true, |
52 |
"node-volumes": true, |
53 |
"node-readd": true, |
54 |
"node-storage": true, |
55 |
|
56 |
"# This test needs at least three nodes": null, |
57 |
"node-evacuate": false, |
58 |
|
59 |
"# This test needs at least two nodes": null, |
60 |
"node-failover": false, |
61 |
|
62 |
"instance-add-plain-disk": true, |
63 |
"instance-add-drbd-disk": true, |
64 |
|
65 |
"instance-list": true, |
66 |
"instance-failover": true, |
67 |
"instance-info": true, |
68 |
"instance-modify": true, |
69 |
"instance-export": true, |
70 |
"instance-import": true, |
71 |
"instance-reinstall": true, |
72 |
"instance-reboot": true, |
73 |
"instance-shutdown": true, |
74 |
"instance-automatic-restart": false, |
75 |
"instance-consecutive-failures": false, |
76 |
|
77 |
"# This test might fail with certain hypervisor types, depending": null, |
78 |
"# on whether they support the `gnt-instance console' command.": null, |
79 |
"instance-console": false, |
80 |
|
81 |
"# Disabled by default because it takes rather long": null, |
82 |
"instance-replace-disks": false, |
83 |
|
84 |
"# Make sure not to include the disk(s) required for Dom0 to be": null, |
85 |
"# included in the volume group used for instances. Otherwise": null, |
86 |
"# whole system may stop working until restarted.": null, |
87 |
"instance-disk-failure": false |
88 |
}, |
89 |
|
90 |
"options": {
|
91 |
"burnin-instances": 2, |
92 |
"burnin-disk-template": "drbd", |
93 |
"burnin-in-parallel": false, |
94 |
"burnin-check-instances": false, |
95 |
"burnin-rename": "xen-test-rename" |
96 |
}, |
97 |
|
98 |
"# vim: set syntax=javascript :": null |
99 |
} |