Statistics
| Branch: | Tag: | Revision:

root / qa / qa-sample.json @ d0cb68cb

History | View | Annotate | Download (2.7 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
  "tests": {
37
    "env": true,
38
    "os": true,
39
    "tags": true,
40
    "rapi": true,
41

    
42
    "create-cluster": true,
43
    "cluster-verify": true,
44
    "cluster-info": true,
45
    "cluster-burnin": true,
46
    "cluster-command": true,
47
    "cluster-copyfile": true,
48
    "cluster-master-failover": true,
49
    "cluster-renew-crypto": true,
50
    "cluster-destroy": true,
51
    "cluster-rename": true,
52
    "cluster-reserved-lvs": true,
53

    
54
    "node-info": true,
55
    "node-volumes": true,
56
    "node-readd": true,
57
    "node-storage": true,
58
    "node-modify": true,
59

    
60
    "# This test needs at least three nodes": null,
61
    "node-evacuate": false,
62

    
63
    "# This test needs at least two nodes": null,
64
    "node-failover": false,
65

    
66
    "instance-add-plain-disk": true,
67
    "instance-add-drbd-disk": true,
68
    "instance-convert-disk": true,
69

    
70
    "instance-export": true,
71
    "instance-failover": true,
72
    "instance-import": true,
73
    "instance-info": true,
74
    "instance-list": true,
75
    "instance-migrate": true,
76
    "instance-modify": true,
77
    "instance-reboot": true,
78
    "instance-reinstall": true,
79
    "instance-rename": true,
80
    "instance-shutdown": true,
81

    
82
    "# cron/ganeti-watcher should be disabled for these tests": null,
83
    "instance-automatic-restart": false,
84
    "instance-consecutive-failures": false,
85

    
86
    "# This test might fail with certain hypervisor types, depending": null,
87
    "# on whether they support the `gnt-instance console' command.": null,
88
    "instance-console": false,
89

    
90
    "# Disabled by default because it takes rather long": null,
91
    "instance-replace-disks": false,
92

    
93
    "# Whether to test the tools/move-instance utility": null,
94
    "inter-cluster-instance-move": false,
95

    
96
    "# Make sure not to include the disk(s) required for Dom0 to be up": null,
97
    "# in the volume group used for instances. Otherwise the whole": null,
98
    "# system may stop working until restarted.": null,
99
    "instance-disk-failure": false
100
  },
101

    
102
  "options": {
103
    "burnin-instances": 2,
104
    "burnin-disk-template": "drbd",
105
    "burnin-in-parallel": false,
106
    "burnin-check-instances": false,
107
    "burnin-rename": "xen-test-rename",
108
    "burnin-reboot": true,
109
    "reboot-types": ["soft", "hard", "full"]
110
  },
111

    
112
  "# vim: set syntax=javascript :": null
113
}