Statistics
| Branch: | Tag: | Revision:

root / qa / qa-sample.json @ 4dc76b24

History | View | Annotate | Download (2.3 kB)

1
{
2
  "name": "xen-test",
3
  "rename": "xen-test-rename",
4
  "default-hypervisor": "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-destroy": true,
49
    "cluster-rename": true,
50

    
51
    "node-info": true,
52
    "node-volumes": true,
53
    "node-readd": true,
54

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

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

    
61
    "instance-add-plain-disk": true,
62
    "instance-add-drbd-disk": true,
63

    
64
    "instance-list": true,
65
    "instance-failover": true,
66
    "instance-info": true,
67
    "instance-modify": true,
68
    "instance-export": true,
69
    "instance-import": true,
70
    "instance-reinstall": true,
71
    "instance-reboot": true,
72
    "instance-shutdown": true,
73
    "instance-automatic-restart": false,
74
    "instance-consecutive-failures": false,
75

    
76
    "# This test might fail with certain hypervisor types, depending on whether": null,
77
    "# they support the `gnt-instance console' command.": null,
78
    "instance-console": false,
79

    
80
    "# Disabled by default because it takes rather long": null,
81
    "instance-replace-disks": false,
82

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

    
89
  "options": {
90
    "burnin-instances": 2,
91
    "burnin-disk-template": "drbd",
92
    "burnin-in-parallel": false,
93
    "burnin-check-instances": false,
94
    "burnin-rename": "xen-test-rename"
95
  },
96

    
97
  "# vim: set syntax=javascript :": null
98
}