Statistics
| Branch: | Tag: | Revision:

root / qa / qa-sample.json @ 1d103c02

History | View | Annotate | Download (2.5 kB)

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

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

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

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

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

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

    
35
  "tests": {
36
    "env": true,
37
    "os": true,
38
    "tags": true,
39
    "rapi": true,
40

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

    
52
    "node-info": true,
53
    "node-volumes": true,
54
    "node-readd": true,
55
    "node-storage": true,
56

    
57
    "# This test needs at least three nodes": null,
58
    "node-evacuate": false,
59

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

    
63
    "instance-add-plain-disk": true,
64
    "instance-add-drbd-disk": true,
65
    "instance-convert-disk": true,
66

    
67
    "instance-automatic-restart": false,
68
    "instance-consecutive-failures": false,
69
    "instance-export": true,
70
    "instance-failover": true,
71
    "instance-import": true,
72
    "instance-info": true,
73
    "instance-list": true,
74
    "instance-modify": true,
75
    "instance-reboot": true,
76
    "instance-reinstall": true,
77
    "instance-rename": true,
78
    "instance-shutdown": true,
79

    
80
    "# This test might fail with certain hypervisor types, depending": null,
81
    "# on whether they support the `gnt-instance console' command.": null,
82
    "instance-console": false,
83

    
84
    "# Disabled by default because it takes rather long": null,
85
    "instance-replace-disks": false,
86

    
87
    "# Make sure not to include the disk(s) required for Dom0 to be up": null,
88
    "# in the volume group used for instances. Otherwise the whole": null,
89
    "# system may stop working until restarted.": null,
90
    "instance-disk-failure": false
91
  },
92

    
93
  "options": {
94
    "burnin-instances": 2,
95
    "burnin-disk-template": "drbd",
96
    "burnin-in-parallel": false,
97
    "burnin-check-instances": false,
98
    "burnin-rename": "xen-test-rename",
99
    "burnin-reboot": true,
100
    "reboot-types": ["soft", "hard", "full"]
101
  },
102

    
103
  "# vim: set syntax=javascript :": null
104
}