Group operations: add QA tests for add/remove/rename
[ganeti-local] / qa / qa-sample.json
1 {
2   "name": "xen-test",
3   "rename": "xen-test-rename",
4   "enabled-hypervisors": "xen-pvm",
5   "primary_ip_version": 4,
6
7   "os": "debian-etch",
8   "mem": "512M",
9
10   "# Lists of disk sizes": null,
11   "disk": ["1G", "512M"],
12   "disk-growth": ["2G", "768M"],
13
14   "nodes": [
15     {
16       "# Master node": null,
17       "primary": "xen-test-0",
18       "secondary": "192.0.2.1"
19     },
20
21     {
22       "primary": "xen-test-1",
23       "secondary": "192.0.2.2"
24     }
25   ],
26
27   "instances": [
28     {
29       "name": "xen-test-inst1"
30     },
31     {
32       "name": "xen-test-inst2"
33     }
34   ],
35
36   "groups": {
37     "group-with-nodes": "default",
38     "inexistent-groups": [
39       "group1",
40       "group2",
41       "group3"
42     ]
43   }
44
45   "tests": {
46     "env": true,
47     "os": true,
48     "tags": true,
49     "rapi": true,
50     "test-jobqueue": true,
51
52     "create-cluster": true,
53     "cluster-verify": true,
54     "cluster-info": true,
55     "cluster-burnin": true,
56     "cluster-command": true,
57     "cluster-copyfile": true,
58     "cluster-master-failover": true,
59     "cluster-renew-crypto": true,
60     "cluster-destroy": true,
61     "cluster-rename": true,
62     "cluster-reserved-lvs": true,
63     "cluster-modify": true,
64
65     "group-list": true,
66     "group-rwops": true,
67
68     "node-info": true,
69     "node-volumes": true,
70     "node-readd": true,
71     "node-storage": true,
72     "node-modify": true,
73
74     "# This test needs at least three nodes": null,
75     "node-evacuate": false,
76
77     "# This test needs at least two nodes": null,
78     "node-failover": false,
79
80     "instance-add-plain-disk": true,
81     "instance-add-drbd-disk": true,
82     "instance-convert-disk": true,
83
84     "instance-export": true,
85     "instance-failover": true,
86     "instance-import": true,
87     "instance-info": true,
88     "instance-list": true,
89     "instance-migrate": true,
90     "instance-modify": true,
91     "instance-reboot": true,
92     "instance-reinstall": true,
93     "instance-rename": true,
94     "instance-shutdown": true,
95
96     "# cron/ganeti-watcher should be disabled for these tests": null,
97     "instance-automatic-restart": false,
98     "instance-consecutive-failures": false,
99
100     "# This test might fail with certain hypervisor types, depending": null,
101     "# on whether they support the `gnt-instance console' command.": null,
102     "instance-console": false,
103
104     "# Disabled by default because it takes rather long": null,
105     "instance-replace-disks": false,
106
107     "# Whether to test the tools/move-instance utility": null,
108     "inter-cluster-instance-move": false,
109
110     "# Make sure not to include the disk(s) required for Dom0 to be up": null,
111     "# in the volume group used for instances. Otherwise the whole": null,
112     "# system may stop working until restarted.": null,
113     "instance-disk-failure": false
114   },
115
116   "options": {
117     "burnin-instances": 2,
118     "burnin-disk-template": "drbd",
119     "burnin-in-parallel": false,
120     "burnin-check-instances": false,
121     "burnin-rename": "xen-test-rename",
122     "burnin-reboot": true,
123     "reboot-types": ["soft", "hard", "full"]
124   },
125
126   "# vim: set syntax=javascript :": null
127 }