Statistics
| Branch: | Tag: | Revision:

root / qa / qa-sample.json @ 5abecc1c

History | View | Annotate | Download (3.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
  "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
    "env": true,
55
    "os": true,
56
    "tags": true,
57
    "rapi": true,
58
    "test-jobqueue": true,
59

    
60
    "create-cluster": true,
61
    "cluster-verify": true,
62
    "cluster-info": true,
63
    "cluster-burnin": true,
64
    "cluster-command": true,
65
    "cluster-copyfile": true,
66
    "cluster-master-failover": true,
67
    "cluster-renew-crypto": true,
68
    "cluster-destroy": true,
69
    "cluster-rename": true,
70
    "cluster-reserved-lvs": true,
71
    "cluster-modify": true,
72
    "cluster-oob": true,
73

    
74
    "group-list": true,
75
    "group-rwops": true,
76

    
77
    "node-list": true,
78
    "node-info": true,
79
    "node-volumes": true,
80
    "node-readd": true,
81
    "node-storage": true,
82
    "node-modify": true,
83
    "node-oob": true,
84

    
85
    "# This test needs at least three nodes": null,
86
    "node-evacuate": false,
87

    
88
    "# This test needs at least two nodes": null,
89
    "node-failover": false,
90

    
91
    "instance-add-plain-disk": true,
92
    "instance-add-drbd-disk": true,
93
    "instance-convert-disk": true,
94

    
95
    "instance-export": true,
96
    "instance-failover": true,
97
    "instance-import": true,
98
    "instance-info": true,
99
    "instance-list": true,
100
    "instance-migrate": true,
101
    "instance-modify": true,
102
    "instance-reboot": true,
103
    "instance-reinstall": true,
104
    "instance-rename": true,
105
    "instance-shutdown": true,
106

    
107
    "# cron/ganeti-watcher should be disabled for these tests": null,
108
    "instance-automatic-restart": false,
109
    "instance-consecutive-failures": false,
110

    
111
    "# This test might fail with certain hypervisor types, depending": null,
112
    "# on whether they support the `gnt-instance console' command.": null,
113
    "instance-console": false,
114

    
115
    "# Disabled by default because it takes rather long": null,
116
    "instance-replace-disks": false,
117

    
118
    "# Whether to test the tools/move-instance utility": null,
119
    "inter-cluster-instance-move": false,
120

    
121
    "# Make sure not to include the disk(s) required for Dom0 to be up": null,
122
    "# in the volume group used for instances. Otherwise the whole": null,
123
    "# system may stop working until restarted.": null,
124
    "instance-disk-failure": false
125
  },
126

    
127
  "options": {
128
    "burnin-instances": 2,
129
    "burnin-disk-template": "drbd",
130
    "burnin-in-parallel": false,
131
    "burnin-check-instances": false,
132
    "burnin-rename": "xen-test-rename",
133
    "burnin-reboot": true,
134
    "reboot-types": ["soft", "hard", "full"]
135
  },
136

    
137
  "# vim: set syntax=javascript :": null
138
}