Statistics
| Branch: | Tag: | Revision:

root / qa / qa-sample.yaml @ 28a6fbc8

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-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
  instance-automatic-restart: False
59
  instance-consecutive-failures: False
60

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

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

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