Statistics
| Branch: | Tag: | Revision:

root / qa / qa-sample.json @ 8201b996

History | View | Annotate | Download (2.7 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

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

    
54
    "node-info": true,
55
    "node-volumes": true,
56
    "node-readd": true,
57
    "node-storage": true,
58

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

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

    
65
    "instance-add-plain-disk": true,
66
    "instance-add-drbd-disk": true,
67
    "instance-convert-disk": true,
68

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

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

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

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

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

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

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

    
111
  "# vim: set syntax=javascript :": null
112
}