Statistics
| Branch: | Tag: | Revision:

root / qa / qa-sample.json @ 83180411

History | View | Annotate | Download (4.2 kB)

1
{
2
  "name": "xen-test",
3
  "rename": "xen-test-rename",
4
  "enabled-hypervisors": "xen-pvm",
5
  "# Dict of hypervisor name and parameters (like on the cmd line)": null,
6
  "hypervisor-parameters": {},
7
  "# Backend parameters (like on the cmd line)": null,
8
  "backend-parameters": "",
9
  "# Dict of OS name and parameters (like on the cmd line)": null,
10
  "os-parameters": {},
11
  "# Dict of OS name and value dict of hypervisor  parameters": null,
12
  "os-hvp": {},
13
  "primary_ip_version": 4,
14

    
15
  "os": "debian-etch",
16
  "maxmem": "1024M",
17
  "minmem": "512M",
18

    
19
  "# Instance policy specs": null,
20
  "ispec_mem_size_max": 1024,
21
  "ispec_disk_size_min": 512,
22

    
23
  "# Lists of disk sizes": null,
24
  "disk": ["1G", "512M"],
25
  "disk-growth": ["2G", "768M"],
26

    
27
  "# Script to check instance status": null,
28
  "instance-check": null,
29

    
30
  "# Regular expression to ignore existing tags": null,
31
  "ignore-tags-re": null,
32

    
33
  "nodes": [
34
    {
35
      "# Master node": null,
36
      "primary": "xen-test-0",
37
      "secondary": "192.0.2.1"
38
    },
39

    
40
    {
41
      "primary": "xen-test-1",
42
      "secondary": "192.0.2.2"
43
    }
44
  ],
45

    
46
  "instances": [
47
    {
48
      "name": "xen-test-inst1",
49

    
50
      "# Static MAC address": null,
51
      "#nic.mac/0": "AA:00:00:11:11:11"
52
    },
53
    {
54
      "name": "xen-test-inst2",
55

    
56
      "# Static MAC address": null,
57
      "#nic.mac/0": "AA:00:00:22:22:22"
58
    }
59
  ],
60

    
61
  "groups": {
62
    "group-with-nodes": "default",
63
    "inexistent-groups": [
64
      "group1",
65
      "group2",
66
      "group3"
67
    ]
68
  },
69

    
70
  "tests": {
71
    "# Whether tests are enabled or disabled by default": null,
72
    "default": true,
73

    
74
    "env": true,
75
    "os": true,
76
    "tags": true,
77
    "rapi": true,
78
    "test-jobqueue": true,
79
    "delay": true,
80

    
81
    "create-cluster": true,
82
    "cluster-verify": true,
83
    "cluster-info": true,
84
    "cluster-burnin": true,
85
    "cluster-command": true,
86
    "cluster-copyfile": true,
87
    "cluster-master-failover": true,
88
    "cluster-renew-crypto": true,
89
    "cluster-destroy": true,
90
    "cluster-rename": true,
91
    "cluster-reserved-lvs": true,
92
    "cluster-modify": true,
93
    "cluster-oob": true,
94
    "cluster-epo": true,
95
    "cluster-redist-conf": true,
96
    "cluster-repair-disk-sizes": true,
97

    
98
    "group-list": true,
99
    "group-rwops": true,
100

    
101
    "node-list": true,
102
    "node-info": true,
103
    "node-volumes": true,
104
    "node-readd": true,
105
    "node-storage": true,
106
    "node-modify": true,
107
    "node-oob": true,
108

    
109
    "# This test needs at least three nodes": null,
110
    "node-evacuate": false,
111

    
112
    "# This test needs at least two nodes": null,
113
    "node-failover": false,
114

    
115
    "instance-add-plain-disk": true,
116
    "instance-add-drbd-disk": true,
117
    "instance-convert-disk": true,
118
    "instance-plain-rapi-common-tests": true,
119

    
120
    "instance-export": true,
121
    "instance-failover": true,
122
    "instance-grow-disk": true,
123
    "instance-import": true,
124
    "instance-info": true,
125
    "instance-list": true,
126
    "instance-migrate": true,
127
    "instance-modify": true,
128
    "instance-reboot": true,
129
    "instance-reinstall": true,
130
    "instance-rename": true,
131
    "instance-shutdown": true,
132

    
133
    "job-list": true,
134

    
135
    "# cron/ganeti-watcher should be disabled for these tests": null,
136
    "instance-automatic-restart": false,
137
    "instance-consecutive-failures": false,
138

    
139
    "# This test might fail with certain hypervisor types, depending": null,
140
    "# on whether they support the `gnt-instance console' command.": null,
141
    "instance-console": false,
142

    
143
    "# Disabled by default because they take rather long": null,
144
    "instance-replace-disks": false,
145
    "instance-recreate-disks": false,
146

    
147
    "# Whether to test the tools/move-instance utility": null,
148
    "inter-cluster-instance-move": false,
149

    
150
    "# Make sure not to include the disk(s) required for Dom0 to be up": null,
151
    "# in the volume group used for instances. Otherwise the whole": null,
152
    "# system may stop working until restarted.": null,
153
    "instance-disk-failure": false
154
  },
155

    
156
  "options": {
157
    "burnin-instances": 2,
158
    "burnin-disk-template": "drbd",
159
    "burnin-in-parallel": false,
160
    "burnin-check-instances": false,
161
    "burnin-rename": "xen-test-rename",
162
    "burnin-reboot": true,
163
    "reboot-types": ["soft", "hard", "full"]
164
  },
165

    
166
  "# vim: set syntax=javascript :": null
167
}