Statistics
| Branch: | Tag: | Revision:

root / qa / qa-sample.json @ cd04f8c2

History | View | Annotate | Download (2.8 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
    "test-jobqueue": true,
42

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

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

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

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

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

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

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

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

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

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

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

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

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