Statistics
| Branch: | Tag: | Revision:

root / qa / qa-sample.yaml @ d06565e0

History | View | Annotate | Download (1.4 kB)

1 a8083063 Iustin Pop
# Cluster name
2 a8083063 Iustin Pop
name: xen-test
3 a8083063 Iustin Pop
4 a8083063 Iustin Pop
# System to use
5 a8083063 Iustin Pop
os: debian-edgy
6 a8083063 Iustin Pop
os-size: 10G
7 a8083063 Iustin Pop
swap-size: 1G
8 a8083063 Iustin Pop
mem: 512M
9 a8083063 Iustin Pop
10 a8083063 Iustin Pop
# Nodes to use
11 a8083063 Iustin Pop
nodes:
12 a8083063 Iustin Pop
# Master node
13 a8083063 Iustin Pop
- primary: xen-test-0
14 a8083063 Iustin Pop
  secondary: 192.168.1.1
15 a8083063 Iustin Pop
16 a8083063 Iustin Pop
# Other nodes
17 a8083063 Iustin Pop
- primary: xen-test-1
18 a8083063 Iustin Pop
  secondary: 192.168.1.2
19 a8083063 Iustin Pop
20 a8083063 Iustin Pop
# Instance names to use
21 a8083063 Iustin Pop
instances:
22 a8083063 Iustin Pop
- name: xen-test-inst1
23 a8083063 Iustin Pop
- name: xen-test-inst2
24 a8083063 Iustin Pop
25 a8083063 Iustin Pop
# Tests to run
26 a8083063 Iustin Pop
tests:
27 a8083063 Iustin Pop
  env: True
28 a8083063 Iustin Pop
29 8947cf2b Michael Hanselmann
  os: True
30 8947cf2b Michael Hanselmann
31 a8083063 Iustin Pop
  cluster-verify: True
32 ee7d831d Michael Hanselmann
  cluster-info: True
33 283f9d4c Michael Hanselmann
  cluster-getmaster: True
34 283f9d4c Michael Hanselmann
  cluster-version: True
35 a8083063 Iustin Pop
  cluster-burnin: True
36 180bdd1f Michael Hanselmann
  cluster-copyfile: True
37 a8083063 Iustin Pop
  cluster-master-failover: True
38 a8083063 Iustin Pop
  cluster-destroy: True
39 a8083063 Iustin Pop
40 ee7d831d Michael Hanselmann
  node-info: True
41 9df6d173 Michael Hanselmann
  node-volumes: True
42 ee7d831d Michael Hanselmann
43 d7e49c13 Michael Hanselmann
  # This test needs at least three nodes
44 4b62db14 Michael Hanselmann
  node-evacuate: False
45 d7e49c13 Michael Hanselmann
46 d7e49c13 Michael Hanselmann
  # This test needs at least two nodes
47 4b62db14 Michael Hanselmann
  node-failover: False
48 4b62db14 Michael Hanselmann
49 a8083063 Iustin Pop
  instance-add-plain-disk: True
50 a8083063 Iustin Pop
  instance-add-local-mirror-disk: True
51 a8083063 Iustin Pop
  instance-add-remote-raid-disk: True
52 283f9d4c Michael Hanselmann
  instance-list: True
53 a8083063 Iustin Pop
  instance-failover: True
54 ee7d831d Michael Hanselmann
  instance-info: True
55 5d640672 Michael Hanselmann
  instance-export: True
56 5d640672 Michael Hanselmann
  instance-import: True
57 283f9d4c Michael Hanselmann
  instance-reinstall: True
58 5d640672 Michael Hanselmann
  instance-shutdown: True
59 a8083063 Iustin Pop
60 e8ae0c20 Michael Hanselmann
  # Make sure not to include the disk(s) required for Dom0 to be included in
61 e8ae0c20 Michael Hanselmann
  # the volume group used for instances. Otherwise the whole system may stop
62 e8ae0c20 Michael Hanselmann
  # working until restarted.
63 e8ae0c20 Michael Hanselmann
  instance-disk-failure: False
64 e8ae0c20 Michael Hanselmann
65 a8083063 Iustin Pop
  # This test takes up to 6 minutes to complete
66 a8083063 Iustin Pop
  instance-automatic-restart: False
67 a8083063 Iustin Pop
68 a8083063 Iustin Pop
  # This test takes at least 35 minutes to complete
69 a8083063 Iustin Pop
  instance-consecutive-failures: False
70 a8083063 Iustin Pop
71 a8083063 Iustin Pop
# Other settings
72 a8083063 Iustin Pop
options:
73 a8083063 Iustin Pop
  burnin-instances: 2