Statistics
| Branch: | Tag: | Revision:

root / qa / qa-sample.json @ 5d831182

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
  "rapi-user": "foobar",
10
  "rapi-pass": "barfoo",
11

    
12
  "# Lists of disk sizes": null,
13
  "disk": ["1G", "512M"],
14
  "disk-growth": ["2G", "768M"],
15

    
16
  "nodes": [
17
    {
18
      "# Master node": null,
19
      "primary": "xen-test-0",
20
      "secondary": "192.168.1.1"
21
    },
22

    
23
    {
24
      "primary": "xen-test-1",
25
      "secondary": "192.168.1.2"
26
    }
27
  ],
28

    
29
  "instances": [
30
    {
31
      "name": "xen-test-inst1"
32
    },
33
    {
34
      "name": "xen-test-inst2"
35
    }
36
  ],
37

    
38
  "tests": {
39
    "env": true,
40
    "os": true,
41
    "tags": true,
42
    "rapi": true,
43

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

    
55
    "node-info": true,
56
    "node-volumes": true,
57
    "node-readd": true,
58
    "node-storage": 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-automatic-restart": false,
71
    "instance-consecutive-failures": false,
72
    "instance-export": true,
73
    "instance-failover": true,
74
    "instance-import": true,
75
    "instance-info": true,
76
    "instance-list": true,
77
    "instance-modify": true,
78
    "instance-reboot": true,
79
    "instance-reinstall": true,
80
    "instance-rename": true,
81
    "instance-shutdown": true,
82

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

    
87
    "# Disabled by default because it takes rather long": null,
88
    "instance-replace-disks": false,
89

    
90
    "# Whether to test the tools/move-instance utility": null,
91
    "inter-cluster-instance-move": false,
92

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

    
99
  "options": {
100
    "burnin-instances": 2,
101
    "burnin-disk-template": "drbd",
102
    "burnin-in-parallel": false,
103
    "burnin-check-instances": false,
104
    "burnin-rename": "xen-test-rename"
105
  },
106

    
107
  "# vim: set syntax=javascript :": null
108
}