Statistics
| Branch: | Tag: | Revision:

root / qa / qa-sample.json @ 2237687b

History | View | Annotate | Download (3 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

    
65
    "group-list": true,
66
    "group-rwops": true,
67

    
68
    "node-list": true,
69
    "node-info": true,
70
    "node-volumes": true,
71
    "node-readd": true,
72
    "node-storage": true,
73
    "node-modify": true,
74
    "node-oob": true,
75

    
76
    "# This test needs at least three nodes": null,
77
    "node-evacuate": false,
78

    
79
    "# This test needs at least two nodes": null,
80
    "node-failover": false,
81

    
82
    "instance-add-plain-disk": true,
83
    "instance-add-drbd-disk": true,
84
    "instance-convert-disk": true,
85

    
86
    "instance-export": true,
87
    "instance-failover": true,
88
    "instance-import": true,
89
    "instance-info": true,
90
    "instance-list": true,
91
    "instance-migrate": true,
92
    "instance-modify": true,
93
    "instance-reboot": true,
94
    "instance-reinstall": true,
95
    "instance-rename": true,
96
    "instance-shutdown": true,
97

    
98
    "# cron/ganeti-watcher should be disabled for these tests": null,
99
    "instance-automatic-restart": false,
100
    "instance-consecutive-failures": false,
101

    
102
    "# This test might fail with certain hypervisor types, depending": null,
103
    "# on whether they support the `gnt-instance console' command.": null,
104
    "instance-console": false,
105

    
106
    "# Disabled by default because it takes rather long": null,
107
    "instance-replace-disks": false,
108

    
109
    "# Whether to test the tools/move-instance utility": null,
110
    "inter-cluster-instance-move": false,
111

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

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

    
128
  "# vim: set syntax=javascript :": null
129
}