Statistics
| Branch: | Tag: | Revision:

root / qa / qa-sample.yaml @ 7d7609a3

History | View | Annotate | Download (1.4 kB)

1
# Cluster name
2
name: xen-test
3

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

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

    
16
# Other nodes
17
- primary: xen-test-1
18
  secondary: 192.168.1.2
19

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

    
25
# Tests to run
26
tests:
27
  env: True
28
  os: True
29
  tags: True
30

    
31
  cluster-verify: True
32
  cluster-info: True
33
  cluster-burnin: True
34
  cluster-command: True
35
  cluster-copyfile: True
36
  cluster-master-failover: True
37
  cluster-destroy: True
38

    
39
  node-info: True
40
  node-volumes: True
41

    
42
  # This test needs at least three nodes
43
  node-evacuate: False
44

    
45
  # This test needs at least two nodes
46
  node-failover: False
47

    
48
  instance-add-plain-disk: True
49
  instance-add-local-mirror-disk: True
50
  instance-add-remote-raid-disk: True
51
  instance-add-drbd-disk: False
52
  instance-list: True
53
  instance-failover: True
54
  instance-info: True
55
  instance-export: True
56
  instance-import: True
57
  instance-reinstall: True
58
  instance-shutdown: True
59
  instance-automatic-restart: False
60
  instance-consecutive-failures: False
61

    
62
  # Make sure not to include the disk(s) required for Dom0 to be included in
63
  # the volume group used for instances. Otherwise the whole system may stop
64
  # working until restarted.
65
  instance-disk-failure: False
66

    
67
# Other settings
68
options:
69
  burnin-instances: 2
70

    
71
  # Directory containing QA hooks
72
  #hooks-dir: hooks/