Statistics
| Branch: | Tag: | Revision:

root / qa / qa-sample.json @ 69a15dd7

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
  "mem": "512M",
17

    
18
  "# Lists of disk sizes": null,
19
  "disk": ["1G", "512M"],
20
  "disk-growth": ["2G", "768M"],
21

    
22
  "nodes": [
23
    {
24
      "# Master node": null,
25
      "primary": "xen-test-0",
26
      "secondary": "192.0.2.1"
27
    },
28

    
29
    {
30
      "primary": "xen-test-1",
31
      "secondary": "192.0.2.2"
32
    }
33
  ],
34

    
35
  "instances": [
36
    {
37
      "name": "xen-test-inst1"
38
    },
39
    {
40
      "name": "xen-test-inst2"
41
    }
42
  ],
43

    
44
  "groups": {
45
    "group-with-nodes": "default",
46
    "inexistent-groups": [
47
      "group1",
48
      "group2",
49
      "group3"
50
    ]
51
  },
52

    
53
  "tests": {
54
    "# Whether tests are enabled or disabled by default": null,
55
    "default": true,
56

    
57
    "env": true,
58
    "os": true,
59
    "tags": true,
60
    "rapi": true,
61
    "test-jobqueue": true,
62

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

    
80
    "group-list": true,
81
    "group-rwops": true,
82

    
83
    "node-list": true,
84
    "node-info": true,
85
    "node-volumes": true,
86
    "node-readd": true,
87
    "node-storage": true,
88
    "node-modify": true,
89
    "node-oob": true,
90

    
91
    "# This test needs at least three nodes": null,
92
    "node-evacuate": false,
93

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

    
97
    "instance-add-plain-disk": true,
98
    "instance-add-drbd-disk": true,
99
    "instance-convert-disk": true,
100

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

    
113
    "# cron/ganeti-watcher should be disabled for these tests": null,
114
    "instance-automatic-restart": false,
115
    "instance-consecutive-failures": false,
116

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

    
121
    "# Disabled by default because it takes rather long": null,
122
    "instance-replace-disks": false,
123

    
124
    "# Whether to test the tools/move-instance utility": null,
125
    "inter-cluster-instance-move": false,
126

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

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

    
143
  "# vim: set syntax=javascript :": null
144
}