Statistics
| Branch: | Tag: | Revision:

root / qa / qa-sample.json @ 0043d734

History | View | Annotate | Download (2.1 kB)

1
{
2
  "name": "xen-test",
3
  "rename": "xen-test-rename",
4
  "hypervisor-type": "xen-3.0",
5

    
6
  "os": "debian-etch",
7
  "os-size": "10G",
8
  "swap-size": "1G",
9
  "mem": "512M",
10

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

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

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

    
33
  "tests": {
34
    "env": true,
35
    "os": true,
36
    "tags": true,
37
    "rapi": true,
38

    
39
    "cluster-verify": true,
40
    "cluster-info": true,
41
    "cluster-burnin": true,
42
    "cluster-command": true,
43
    "cluster-copyfile": true,
44
    "cluster-master-failover": true,
45
    "cluster-destroy": true,
46
    "cluster-rename": true,
47

    
48
    "node-info": true,
49
    "node-volumes": true,
50
    "node-readd": true,
51

    
52
    "# This test needs at least three nodes": null,
53
    "node-evacuate": false,
54

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

    
58
    "instance-add-plain-disk": true,
59
    "instance-add-drbd-disk": true,
60

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

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

    
77
    "# Disabled by default because it takes rather long": null,
78
    "instance-replace-disks": false,
79

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

    
86
  "options": {
87
    "burnin-instances": 2,
88
    "burnin-disk-template": "drbd"
89
  },
90

    
91
  "# vim: set syntax=javascript :": null
92
}