QA: add tests for gnt-cluster modify -B
[ganeti-local] / qa / qa-sample.json
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.0.2.1"
18     },
19
20     {
21       "primary": "xen-test-1",
22       "secondary": "192.0.2.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-renew-crypto": true,
49     "cluster-destroy": true,
50     "cluster-rename": true,
51     "cluster-reserved-lvs": true,
52     "cluster-modify": true,
53
54     "node-info": true,
55     "node-volumes": true,
56     "node-readd": true,
57     "node-storage": true,
58
59     "# This test needs at least three nodes": null,
60     "node-evacuate": false,
61
62     "# This test needs at least two nodes": null,
63     "node-failover": false,
64
65     "instance-add-plain-disk": true,
66     "instance-add-drbd-disk": true,
67     "instance-convert-disk": true,
68
69     "instance-automatic-restart": false,
70     "instance-consecutive-failures": false,
71     "instance-export": true,
72     "instance-failover": true,
73     "instance-import": true,
74     "instance-info": true,
75     "instance-list": true,
76     "instance-migrate": true,
77     "instance-modify": true,
78     "instance-reboot": true,
79     "instance-reinstall": true,
80     "instance-rename": true,
81     "instance-shutdown": true,
82
83     "# This test might fail with certain hypervisor types, depending": null,
84     "# on whether they support the `gnt-instance console' command.": null,
85     "instance-console": false,
86
87     "# Disabled by default because it takes rather long": null,
88     "instance-replace-disks": false,
89
90     "# Whether to test the tools/move-instance utility": null,
91     "inter-cluster-instance-move": false,
92
93     "# Make sure not to include the disk(s) required for Dom0 to be up": null,
94     "# in the volume group used for instances. Otherwise the whole": null,
95     "# system may stop working until restarted.": null,
96     "instance-disk-failure": false
97   },
98
99   "options": {
100     "burnin-instances": 2,
101     "burnin-disk-template": "drbd",
102     "burnin-in-parallel": false,
103     "burnin-check-instances": false,
104     "burnin-rename": "xen-test-rename",
105     "burnin-reboot": true,
106     "reboot-types": ["soft", "hard", "full"]
107   },
108
109   "# vim: set syntax=javascript :": null
110 }