Statistics
| Branch: | Tag: | Revision:

root / qa / qa-sample.json @ c9e05005

History | View | Annotate | Download (3.8 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
  "nodes": [
31
    {
32
      "# Master node": null,
33
      "primary": "xen-test-0",
34
      "secondary": "192.0.2.1"
35
    },
36

    
37
    {
38
      "primary": "xen-test-1",
39
      "secondary": "192.0.2.2"
40
    }
41
  ],
42

    
43
  "instances": [
44
    {
45
      "name": "xen-test-inst1"
46
    },
47
    {
48
      "name": "xen-test-inst2"
49
    }
50
  ],
51

    
52
  "groups": {
53
    "group-with-nodes": "default",
54
    "inexistent-groups": [
55
      "group1",
56
      "group2",
57
      "group3"
58
    ]
59
  },
60

    
61
  "tests": {
62
    "# Whether tests are enabled or disabled by default": null,
63
    "default": true,
64

    
65
    "env": true,
66
    "os": true,
67
    "tags": true,
68
    "rapi": true,
69
    "test-jobqueue": true,
70
    "delay": true,
71

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

    
89
    "group-list": true,
90
    "group-rwops": true,
91

    
92
    "node-list": true,
93
    "node-info": true,
94
    "node-volumes": true,
95
    "node-readd": true,
96
    "node-storage": true,
97
    "node-modify": true,
98
    "node-oob": true,
99

    
100
    "# This test needs at least three nodes": null,
101
    "node-evacuate": false,
102

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

    
106
    "instance-add-plain-disk": true,
107
    "instance-add-drbd-disk": true,
108
    "instance-convert-disk": true,
109

    
110
    "instance-export": true,
111
    "instance-failover": true,
112
    "instance-grow-disk": true,
113
    "instance-import": true,
114
    "instance-info": true,
115
    "instance-list": true,
116
    "instance-migrate": true,
117
    "instance-modify": true,
118
    "instance-reboot": true,
119
    "instance-reinstall": true,
120
    "instance-rename": true,
121
    "instance-shutdown": true,
122

    
123
    "job-list": true,
124

    
125
    "# cron/ganeti-watcher should be disabled for these tests": null,
126
    "instance-automatic-restart": false,
127
    "instance-consecutive-failures": false,
128

    
129
    "# This test might fail with certain hypervisor types, depending": null,
130
    "# on whether they support the `gnt-instance console' command.": null,
131
    "instance-console": false,
132

    
133
    "# Disabled by default because it takes rather long": null,
134
    "instance-replace-disks": false,
135

    
136
    "# Whether to test the tools/move-instance utility": null,
137
    "inter-cluster-instance-move": false,
138

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

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

    
155
  "# vim: set syntax=javascript :": null
156
}