Statistics
| Branch: | Tag: | Revision:

root / qa / qa-sample.json @ deadfa13

History | View | Annotate | Download (4.8 kB)

1
{
2
  "# Note:": null,
3
  "# This file is stored in the JSON format and does not support": null,
4
  "# comments. As a work-around, comments are keys starting with a hash": null,
5
  "# sign (#).": null,
6

    
7
  "name": "xen-test",
8

    
9
  "# Name used for renaming cluster": null,
10
  "rename": "xen-test-rename",
11

    
12
  "enabled-hypervisors": "xen-pvm",
13
  "# Dict of hypervisor name and parameters (like on the cmd line)": null,
14
  "hypervisor-parameters": {},
15
  "# Backend parameters (like on the cmd line)": null,
16
  "backend-parameters": "",
17
  "# Dict of OS name and parameters (like on the cmd line)": null,
18
  "os-parameters": {},
19
  "# Dict of OS name and value dict of hypervisor  parameters": null,
20
  "os-hvp": {},
21
  "primary_ip_version": 4,
22
  "# Name of the LVM group for the cluster": null,
23
  "vg-name": "xenvg",
24
  "# Cluster-level value of the exclusive-storage flag": null,
25
  "exclusive-storage": null,
26

    
27
  "# Network interface for master role": null,
28
  "#master-netdev": "xen-br0",
29

    
30
  "# Default network interface parameters": null,
31
  "#default-nicparams": {
32
    "mode": "bridged",
33
    "link": "xen-br0",
34
  },
35

    
36
  "os": "debian-etch",
37
  "maxmem": "1024M",
38
  "minmem": "512M",
39

    
40
  "# Instance policy specs": null,
41
  "ispec_mem_size_max": 1024,
42
  "ispec_disk_size_min": 512,
43

    
44
  "# Lists of disk sizes": null,
45
  "disk": ["1G", "512M"],
46
  "disk-growth": ["2G", "768M"],
47

    
48
  "# Script to check instance status": null,
49
  "instance-check": null,
50

    
51
  "# Regular expression to ignore existing tags": null,
52
  "ignore-tags-re": null,
53

    
54
  "nodes": [
55
    {
56
      "# Master node": null,
57
      "primary": "xen-test-0",
58
      "secondary": "192.0.2.1"
59
    },
60

    
61
    {
62
      "primary": "xen-test-1",
63
      "secondary": "192.0.2.2"
64
    }
65
  ],
66

    
67
  "instances": [
68
    {
69
      "name": "xen-test-inst1",
70

    
71
      "# Static MAC address": null,
72
      "#nic.mac/0": "AA:00:00:11:11:11"
73
    },
74
    {
75
      "name": "xen-test-inst2",
76

    
77
      "# Static MAC address": null,
78
      "#nic.mac/0": "AA:00:00:22:22:22"
79
    }
80
  ],
81

    
82
  "groups": {
83
    "group-with-nodes": "default",
84
    "inexistent-groups": [
85
      "group1",
86
      "group2",
87
      "group3"
88
    ]
89
  },
90

    
91
  "tests": {
92
    "# Whether tests are enabled or disabled by default": null,
93
    "default": true,
94

    
95
    "env": true,
96
    "os": true,
97
    "tags": true,
98
    "rapi": true,
99
    "test-jobqueue": true,
100
    "delay": true,
101

    
102
    "create-cluster": true,
103
    "cluster-verify": true,
104
    "cluster-info": true,
105
    "cluster-burnin": true,
106
    "cluster-command": true,
107
    "cluster-copyfile": true,
108
    "cluster-master-failover": true,
109
    "cluster-renew-crypto": true,
110
    "cluster-destroy": true,
111
    "cluster-rename": true,
112
    "cluster-reserved-lvs": true,
113
    "cluster-modify": true,
114
    "cluster-oob": true,
115
    "cluster-epo": true,
116
    "cluster-redist-conf": true,
117
    "cluster-repair-disk-sizes": true,
118
    "cluster-exclusive-storage": true,
119

    
120
    "haskell-confd": true,
121
    "htools": true,
122

    
123
    "group-list": true,
124
    "group-rwops": true,
125

    
126
    "node-list": true,
127
    "node-info": true,
128
    "node-volumes": true,
129
    "node-readd": true,
130
    "node-storage": true,
131
    "node-modify": true,
132
    "node-oob": true,
133

    
134
    "# This test needs at least three nodes": null,
135
    "node-evacuate": false,
136

    
137
    "# This test needs at least two nodes": null,
138
    "node-failover": false,
139

    
140
    "instance-add-plain-disk": true,
141
    "instance-add-drbd-disk": true,
142
    "instance-convert-disk": true,
143
    "instance-plain-rapi-common-tests": true,
144
    "instance-remove-drbd-offline": true,
145

    
146
    "instance-export": true,
147
    "instance-failover": true,
148
    "instance-grow-disk": true,
149
    "instance-import": true,
150
    "instance-info": true,
151
    "instance-list": true,
152
    "instance-migrate": true,
153
    "instance-modify": true,
154
    "instance-reboot": true,
155
    "instance-reinstall": true,
156
    "instance-rename": true,
157
    "instance-shutdown": true,
158

    
159
    "job-list": true,
160

    
161
    "# cron/ganeti-watcher should be disabled for these tests": null,
162
    "instance-automatic-restart": false,
163
    "instance-consecutive-failures": false,
164

    
165
    "# This test might fail with certain hypervisor types, depending": null,
166
    "# on whether they support the `gnt-instance console' command.": null,
167
    "instance-console": false,
168

    
169
    "# Disabled by default because they take rather long": null,
170
    "instance-replace-disks": false,
171
    "instance-recreate-disks": false,
172

    
173
    "# Whether to test the tools/move-instance utility": null,
174
    "inter-cluster-instance-move": false,
175

    
176
    "# Run instance tests with different cluster configurations": null,
177
    "default-instance-tests": true,
178
    "exclusive-storage-instance-tests": false
179
  },
180

    
181
  "options": {
182
    "burnin-instances": 2,
183
    "burnin-disk-template": "drbd",
184
    "burnin-in-parallel": false,
185
    "burnin-check-instances": false,
186
    "burnin-rename": "xen-test-rename",
187
    "burnin-reboot": true,
188
    "reboot-types": ["soft", "hard", "full"],
189
    "use-iallocators": false
190
  },
191

    
192
  "# vim: set syntax=javascript :": null
193
}