Statistics
| Branch: | Tag: | Revision:

root / qa / qa-sample.json @ 24fed61e

History | View | Annotate | Download (3.1 kB)

1
{
2
  "name": "xen-test",
3
  "rename": "xen-test-rename",
4
  "enabled-hypervisors": "xen-pvm",
5
  "primary_ip_version": 4,
6

    
7
  "os": "debian-etch",
8
  "mem": "512M",
9

    
10
  "# Lists of disk sizes": null,
11
  "disk": ["1G", "512M"],
12
  "disk-growth": ["2G", "768M"],
13

    
14
  "nodes": [
15
    {
16
      "# Master node": null,
17
      "primary": "xen-test-0",
18
      "secondary": "192.0.2.1"
19
    },
20

    
21
    {
22
      "primary": "xen-test-1",
23
      "secondary": "192.0.2.2"
24
    }
25
  ],
26

    
27
  "instances": [
28
    {
29
      "name": "xen-test-inst1"
30
    },
31
    {
32
      "name": "xen-test-inst2"
33
    }
34
  ],
35

    
36
  "groups": {
37
    "group-with-nodes": "default",
38
    "inexistent-groups": [
39
      "group1",
40
      "group2",
41
      "group3"
42
    ]
43
  },
44

    
45
  "tests": {
46
    "env": true,
47
    "os": true,
48
    "tags": true,
49
    "rapi": true,
50
    "test-jobqueue": true,
51

    
52
    "create-cluster": true,
53
    "cluster-verify": true,
54
    "cluster-info": true,
55
    "cluster-burnin": true,
56
    "cluster-command": true,
57
    "cluster-copyfile": true,
58
    "cluster-master-failover": true,
59
    "cluster-renew-crypto": true,
60
    "cluster-destroy": true,
61
    "cluster-rename": true,
62
    "cluster-reserved-lvs": true,
63
    "cluster-modify": true,
64
    "cluster-oob": true,
65
    "cluster-epo": true,
66
    "cluster-redist-conf": true,
67
    "cluster-repair-disk-sizes": true,
68

    
69
    "group-list": true,
70
    "group-rwops": true,
71

    
72
    "node-list": true,
73
    "node-info": true,
74
    "node-volumes": true,
75
    "node-readd": true,
76
    "node-storage": true,
77
    "node-modify": true,
78
    "node-oob": true,
79

    
80
    "# This test needs at least three nodes": null,
81
    "node-evacuate": false,
82

    
83
    "# This test needs at least two nodes": null,
84
    "node-failover": false,
85

    
86
    "instance-add-plain-disk": true,
87
    "instance-add-drbd-disk": true,
88
    "instance-convert-disk": true,
89

    
90
    "instance-export": true,
91
    "instance-failover": true,
92
    "instance-import": true,
93
    "instance-info": true,
94
    "instance-list": true,
95
    "instance-migrate": true,
96
    "instance-modify": true,
97
    "instance-reboot": true,
98
    "instance-reinstall": true,
99
    "instance-rename": true,
100
    "instance-shutdown": true,
101

    
102
    "# cron/ganeti-watcher should be disabled for these tests": null,
103
    "instance-automatic-restart": false,
104
    "instance-consecutive-failures": false,
105

    
106
    "# This test might fail with certain hypervisor types, depending": null,
107
    "# on whether they support the `gnt-instance console' command.": null,
108
    "instance-console": false,
109

    
110
    "# Disabled by default because it takes rather long": null,
111
    "instance-replace-disks": false,
112

    
113
    "# Whether to test the tools/move-instance utility": null,
114
    "inter-cluster-instance-move": false,
115

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

    
122
  "options": {
123
    "burnin-instances": 2,
124
    "burnin-disk-template": "drbd",
125
    "burnin-in-parallel": false,
126
    "burnin-check-instances": false,
127
    "burnin-rename": "xen-test-rename",
128
    "burnin-reboot": true,
129
    "reboot-types": ["soft", "hard", "full"]
130
  },
131

    
132
  "# vim: set syntax=javascript :": null
133
}