Support for IPv6 QA
[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   "tests": {
37     "env": true,
38     "os": true,
39     "tags": true,
40     "rapi": true,
41
42     "create-cluster": true,
43     "cluster-verify": true,
44     "cluster-info": true,
45     "cluster-burnin": true,
46     "cluster-command": true,
47     "cluster-copyfile": true,
48     "cluster-master-failover": true,
49     "cluster-renew-crypto": true,
50     "cluster-destroy": true,
51     "cluster-rename": true,
52     "cluster-reserved-lvs": 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 }