Statistics
| Branch: | Tag: | Revision:

root / qa / qa-sample.json @ c1513c7f

History | View | Annotate | Download (4 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
    {
51
      "name": "xen-test-inst2"
52
    }
53
  ],
54

    
55
  "groups": {
56
    "group-with-nodes": "default",
57
    "inexistent-groups": [
58
      "group1",
59
      "group2",
60
      "group3"
61
    ]
62
  },
63

    
64
  "tests": {
65
    "# Whether tests are enabled or disabled by default": null,
66
    "default": true,
67

    
68
    "env": true,
69
    "os": true,
70
    "tags": true,
71
    "rapi": true,
72
    "test-jobqueue": true,
73
    "delay": true,
74

    
75
    "create-cluster": true,
76
    "cluster-verify": true,
77
    "cluster-info": true,
78
    "cluster-burnin": true,
79
    "cluster-command": true,
80
    "cluster-copyfile": true,
81
    "cluster-master-failover": true,
82
    "cluster-renew-crypto": true,
83
    "cluster-destroy": true,
84
    "cluster-rename": true,
85
    "cluster-reserved-lvs": true,
86
    "cluster-modify": true,
87
    "cluster-oob": true,
88
    "cluster-epo": true,
89
    "cluster-redist-conf": true,
90
    "cluster-repair-disk-sizes": true,
91

    
92
    "group-list": true,
93
    "group-rwops": true,
94

    
95
    "node-list": true,
96
    "node-info": true,
97
    "node-volumes": true,
98
    "node-readd": true,
99
    "node-storage": true,
100
    "node-modify": true,
101
    "node-oob": true,
102

    
103
    "# This test needs at least three nodes": null,
104
    "node-evacuate": false,
105

    
106
    "# This test needs at least two nodes": null,
107
    "node-failover": false,
108

    
109
    "instance-add-plain-disk": true,
110
    "instance-add-drbd-disk": true,
111
    "instance-convert-disk": true,
112
    "instance-plain-rapi-common-tests": true,
113

    
114
    "instance-export": true,
115
    "instance-failover": true,
116
    "instance-grow-disk": true,
117
    "instance-import": true,
118
    "instance-info": true,
119
    "instance-list": true,
120
    "instance-migrate": true,
121
    "instance-modify": true,
122
    "instance-reboot": true,
123
    "instance-reinstall": true,
124
    "instance-rename": true,
125
    "instance-shutdown": true,
126

    
127
    "job-list": true,
128

    
129
    "# cron/ganeti-watcher should be disabled for these tests": null,
130
    "instance-automatic-restart": false,
131
    "instance-consecutive-failures": false,
132

    
133
    "# This test might fail with certain hypervisor types, depending": null,
134
    "# on whether they support the `gnt-instance console' command.": null,
135
    "instance-console": false,
136

    
137
    "# Disabled by default because it takes rather long": null,
138
    "instance-replace-disks": false,
139

    
140
    "# Whether to test the tools/move-instance utility": null,
141
    "inter-cluster-instance-move": false,
142

    
143
    "# Make sure not to include the disk(s) required for Dom0 to be up": null,
144
    "# in the volume group used for instances. Otherwise the whole": null,
145
    "# system may stop working until restarted.": null,
146
    "instance-disk-failure": false
147
  },
148

    
149
  "options": {
150
    "burnin-instances": 2,
151
    "burnin-disk-template": "drbd",
152
    "burnin-in-parallel": false,
153
    "burnin-check-instances": false,
154
    "burnin-rename": "xen-test-rename",
155
    "burnin-reboot": true,
156
    "reboot-types": ["soft", "hard", "full"]
157
  },
158

    
159
  "# vim: set syntax=javascript :": null
160
}