Statistics
| Branch: | Tag: | Revision:

root / qa / qa-sample.json @ 20286f7c

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

    
34
    {
35
      "primary": "xen-test-1",
36
      "secondary": "192.0.2.2"
37
    }
38
  ],
39

    
40
  "instances": [
41
    {
42
      "name": "xen-test-inst1"
43
    },
44
    {
45
      "name": "xen-test-inst2"
46
    }
47
  ],
48

    
49
  "groups": {
50
    "group-with-nodes": "default",
51
    "inexistent-groups": [
52
      "group1",
53
      "group2",
54
      "group3"
55
    ]
56
  },
57

    
58
  "tests": {
59
    "env": true,
60
    "os": true,
61
    "tags": true,
62
    "rapi": true,
63
    "test-jobqueue": true,
64
    "delay": true,
65

    
66
    "create-cluster": true,
67
    "cluster-verify": true,
68
    "cluster-info": true,
69
    "cluster-burnin": true,
70
    "cluster-command": true,
71
    "cluster-copyfile": true,
72
    "cluster-master-failover": true,
73
    "cluster-renew-crypto": true,
74
    "cluster-destroy": true,
75
    "cluster-rename": true,
76
    "cluster-reserved-lvs": true,
77
    "cluster-modify": true,
78
    "cluster-oob": true,
79
    "cluster-epo": true,
80
    "cluster-redist-conf": true,
81
    "cluster-repair-disk-sizes": true,
82

    
83
    "group-list": true,
84
    "group-rwops": true,
85

    
86
    "node-list": true,
87
    "node-info": true,
88
    "node-volumes": true,
89
    "node-readd": true,
90
    "node-storage": true,
91
    "node-modify": true,
92
    "node-oob": true,
93

    
94
    "# This test needs at least three nodes": null,
95
    "node-evacuate": false,
96

    
97
    "# This test needs at least two nodes": null,
98
    "node-failover": false,
99

    
100
    "instance-add-plain-disk": true,
101
    "instance-add-drbd-disk": true,
102
    "instance-convert-disk": true,
103

    
104
    "instance-export": true,
105
    "instance-failover": true,
106
    "instance-import": true,
107
    "instance-info": true,
108
    "instance-list": true,
109
    "instance-migrate": true,
110
    "instance-modify": true,
111
    "instance-reboot": true,
112
    "instance-reinstall": true,
113
    "instance-rename": true,
114
    "instance-shutdown": true,
115

    
116
    "# cron/ganeti-watcher should be disabled for these tests": null,
117
    "instance-automatic-restart": false,
118
    "instance-consecutive-failures": false,
119

    
120
    "# This test might fail with certain hypervisor types, depending": null,
121
    "# on whether they support the `gnt-instance console' command.": null,
122
    "instance-console": false,
123

    
124
    "# Disabled by default because it takes rather long": null,
125
    "instance-replace-disks": false,
126

    
127
    "# Whether to test the tools/move-instance utility": null,
128
    "inter-cluster-instance-move": false,
129

    
130
    "# Make sure not to include the disk(s) required for Dom0 to be up": null,
131
    "# in the volume group used for instances. Otherwise the whole": null,
132
    "# system may stop working until restarted.": null,
133
    "instance-disk-failure": false
134
  },
135

    
136
  "options": {
137
    "burnin-instances": 2,
138
    "burnin-disk-template": "drbd",
139
    "burnin-in-parallel": false,
140
    "burnin-check-instances": false,
141
    "burnin-rename": "xen-test-rename",
142
    "burnin-reboot": true,
143
    "reboot-types": ["soft", "hard", "full"]
144
  },
145

    
146
  "# vim: set syntax=javascript :": null
147
}