Statistics
| Branch: | Tag: | Revision:

root / qa / qa-sample.json @ 558e2e8a

History | View | Annotate | Download (4.6 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
  "rename": "xen-test-rename",
9
  "enabled-hypervisors": "xen-pvm",
10
  "# Dict of hypervisor name and parameters (like on the cmd line)": null,
11
  "hypervisor-parameters": {},
12
  "# Backend parameters (like on the cmd line)": null,
13
  "backend-parameters": "",
14
  "# Dict of OS name and parameters (like on the cmd line)": null,
15
  "os-parameters": {},
16
  "# Dict of OS name and value dict of hypervisor  parameters": null,
17
  "os-hvp": {},
18
  "primary_ip_version": 4,
19

    
20
  "# Network interface for master role": null,
21
  "#master-netdev": "xen-br0",
22

    
23
  "# Default network interface parameters": null,
24
  "#default-nicparams": {
25
    "mode": "bridged",
26
    "link": "xen-br0",
27
  },
28

    
29
  "os": "debian-etch",
30
  "maxmem": "1024M",
31
  "minmem": "512M",
32

    
33
  "# Instance policy specs": null,
34
  "ispec_mem_size_max": 1024,
35
  "ispec_disk_size_min": 512,
36

    
37
  "# Lists of disk sizes": null,
38
  "disk": ["1G", "512M"],
39
  "disk-growth": ["2G", "768M"],
40

    
41
  "# Script to check instance status": null,
42
  "instance-check": null,
43

    
44
  "# Regular expression to ignore existing tags": null,
45
  "ignore-tags-re": null,
46

    
47
  "nodes": [
48
    {
49
      "# Master node": null,
50
      "primary": "xen-test-0",
51
      "secondary": "192.0.2.1"
52
    },
53

    
54
    {
55
      "primary": "xen-test-1",
56
      "secondary": "192.0.2.2"
57
    }
58
  ],
59

    
60
  "instances": [
61
    {
62
      "name": "xen-test-inst1",
63

    
64
      "# Static MAC address": null,
65
      "#nic.mac/0": "AA:00:00:11:11:11"
66
    },
67
    {
68
      "name": "xen-test-inst2",
69

    
70
      "# Static MAC address": null,
71
      "#nic.mac/0": "AA:00:00:22:22:22"
72
    }
73
  ],
74

    
75
  "groups": {
76
    "group-with-nodes": "default",
77
    "inexistent-groups": [
78
      "group1",
79
      "group2",
80
      "group3"
81
    ]
82
  },
83

    
84
  "tests": {
85
    "# Whether tests are enabled or disabled by default": null,
86
    "default": true,
87

    
88
    "env": true,
89
    "os": true,
90
    "tags": true,
91
    "rapi": true,
92
    "test-jobqueue": true,
93
    "delay": true,
94

    
95
    "create-cluster": true,
96
    "cluster-verify": true,
97
    "cluster-info": true,
98
    "cluster-burnin": true,
99
    "cluster-command": true,
100
    "cluster-copyfile": true,
101
    "cluster-master-failover": true,
102
    "cluster-renew-crypto": true,
103
    "cluster-destroy": true,
104
    "cluster-rename": true,
105
    "cluster-reserved-lvs": true,
106
    "cluster-modify": true,
107
    "cluster-oob": true,
108
    "cluster-epo": true,
109
    "cluster-redist-conf": true,
110
    "cluster-repair-disk-sizes": true,
111

    
112
    "haskell-confd": true,
113
    "htools": true,
114

    
115
    "group-list": true,
116
    "group-rwops": true,
117

    
118
    "node-list": true,
119
    "node-info": true,
120
    "node-volumes": true,
121
    "node-readd": true,
122
    "node-storage": true,
123
    "node-modify": true,
124
    "node-oob": true,
125

    
126
    "# This test needs at least three nodes": null,
127
    "node-evacuate": false,
128

    
129
    "# This test needs at least two nodes": null,
130
    "node-failover": false,
131

    
132
    "instance-add-plain-disk": true,
133
    "instance-add-drbd-disk": true,
134
    "instance-convert-disk": true,
135
    "instance-plain-rapi-common-tests": true,
136
    "instance-remove-drbd-offline": true,
137

    
138
    "instance-export": true,
139
    "instance-failover": true,
140
    "instance-grow-disk": true,
141
    "instance-import": true,
142
    "instance-info": true,
143
    "instance-list": true,
144
    "instance-migrate": true,
145
    "instance-modify": true,
146
    "instance-reboot": true,
147
    "instance-reinstall": true,
148
    "instance-rename": true,
149
    "instance-shutdown": true,
150

    
151
    "job-list": true,
152

    
153
    "# cron/ganeti-watcher should be disabled for these tests": null,
154
    "instance-automatic-restart": false,
155
    "instance-consecutive-failures": false,
156

    
157
    "# This test might fail with certain hypervisor types, depending": null,
158
    "# on whether they support the `gnt-instance console' command.": null,
159
    "instance-console": false,
160

    
161
    "# Disabled by default because it takes rather long": null,
162
    "instance-replace-disks": false,
163

    
164
    "# Whether to test the tools/move-instance utility": null,
165
    "inter-cluster-instance-move": false,
166

    
167
    "# Make sure not to include the disk(s) required for Dom0 to be up": null,
168
    "# in the volume group used for instances. Otherwise the whole": null,
169
    "# system may stop working until restarted.": null,
170
    "instance-disk-failure": false
171
  },
172

    
173
  "options": {
174
    "burnin-instances": 2,
175
    "burnin-disk-template": "drbd",
176
    "burnin-in-parallel": false,
177
    "burnin-check-instances": false,
178
    "burnin-rename": "xen-test-rename",
179
    "burnin-reboot": true,
180
    "reboot-types": ["soft", "hard", "full"]
181
  },
182

    
183
  "# vim: set syntax=javascript :": null
184
}