Statistics
| Branch: | Tag: | Revision:

root / qa / qa-sample.yaml @ e42b5307

History | View | Annotate | Download (1.5 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-list: True
52
  instance-failover: True
53
  instance-info: True
54
  instance-export: True
55
  instance-import: True
56
  instance-reinstall: True
57
  instance-shutdown: True
58

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

    
64
  # This test takes up to 6 minutes to complete
65
  instance-automatic-restart: False
66

    
67
  # This test takes at least 35 minutes to complete
68
  instance-consecutive-failures: False
69

    
70
# Other settings
71
options:
72
  burnin-instances: 2
73

    
74
  # Directory containing QA hooks
75
  #hooks-dir: hooks/