Statistics
| Branch: | Tag: | Revision:

root / qa / qa-sample.yaml @ 7910e7a5

History | View | Annotate | Download (1.8 kB)

1
# Cluster name
2
name: xen-test
3
rename: xen-test-rename
4
hypervisor-type: xen-3.0
5

    
6
# System to use
7
os: debian-etch
8
os-size: 10G
9
swap-size: 1G
10
mem: 512M
11

    
12
# Nodes to use
13
nodes:
14
# Master node
15
- primary: xen-test-0
16
  secondary: 192.168.1.1
17

    
18
# Other nodes
19
- primary: xen-test-1
20
  secondary: 192.168.1.2
21

    
22
# Instance names to use
23
instances:
24
- name: xen-test-inst1
25
- name: xen-test-inst2
26

    
27
# Tests to run
28
tests:
29
  env: True
30
  os: True
31
  tags: True
32

    
33
  cluster-verify: True
34
  cluster-info: True
35
  cluster-burnin: True
36
  cluster-command: True
37
  cluster-copyfile: True
38
  cluster-master-failover: True
39
  cluster-destroy: True
40
  cluster-rename: True
41

    
42
  node-info: True
43
  node-volumes: True
44
  node-readd: True
45

    
46
  # This test needs at least three nodes
47
  node-evacuate: False
48

    
49
  # This test needs at least two nodes
50
  node-failover: False
51

    
52
  instance-add-plain-disk: True
53

    
54
  # Requires DRBD 8.x
55
  instance-add-drbd-disk: True
56

    
57
  instance-list: True
58
  instance-failover: True
59
  instance-info: True
60
  instance-modify: True
61
  instance-export: True
62
  instance-import: True
63
  instance-reinstall: True
64
  instance-shutdown: True
65
  instance-automatic-restart: False
66
  instance-consecutive-failures: False
67

    
68
  # This test might fail with certain hypervisor types, depending on whether
69
  # they support the `gnt-instance console' command.
70
  instance-console: False
71

    
72
  # Disabled by default because it takes rather long
73
  instance-replace-disks: False
74

    
75
  # Make sure not to include the disk(s) required for Dom0 to be included in
76
  # the volume group used for instances. Otherwise the whole system may stop
77
  # working until restarted.
78
  instance-disk-failure: False
79

    
80
# Other settings
81
options:
82
  burnin-instances: 2
83
  burnin-disk-template: drbd
84

    
85
  # Directory containing QA hooks
86
  #hooks-dir: hooks/
87

    
88
  # Logfile for loghook.py
89
  hook-logfile: /tmp/qa.log