Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (1.8 kB)

1 a8083063 Iustin Pop
# Cluster name
2 a8083063 Iustin Pop
name: xen-test
3 caea3b32 Iustin Pop
rename: xen-test-rename
4 b32f9859 Iustin Pop
hypervisor-type: xen-3.0
5 a8083063 Iustin Pop
6 a8083063 Iustin Pop
# System to use
7 b32f9859 Iustin Pop
os: debian-etch
8 a8083063 Iustin Pop
os-size: 10G
9 a8083063 Iustin Pop
swap-size: 1G
10 a8083063 Iustin Pop
mem: 512M
11 a8083063 Iustin Pop
12 a8083063 Iustin Pop
# Nodes to use
13 a8083063 Iustin Pop
nodes:
14 a8083063 Iustin Pop
# Master node
15 a8083063 Iustin Pop
- primary: xen-test-0
16 a8083063 Iustin Pop
  secondary: 192.168.1.1
17 a8083063 Iustin Pop
18 a8083063 Iustin Pop
# Other nodes
19 a8083063 Iustin Pop
- primary: xen-test-1
20 a8083063 Iustin Pop
  secondary: 192.168.1.2
21 a8083063 Iustin Pop
22 a8083063 Iustin Pop
# Instance names to use
23 a8083063 Iustin Pop
instances:
24 a8083063 Iustin Pop
- name: xen-test-inst1
25 a8083063 Iustin Pop
- name: xen-test-inst2
26 a8083063 Iustin Pop
27 a8083063 Iustin Pop
# Tests to run
28 a8083063 Iustin Pop
tests:
29 a8083063 Iustin Pop
  env: True
30 8947cf2b Michael Hanselmann
  os: True
31 d74c2ca1 Michael Hanselmann
  tags: True
32 8947cf2b Michael Hanselmann
33 a8083063 Iustin Pop
  cluster-verify: True
34 ee7d831d Michael Hanselmann
  cluster-info: True
35 a8083063 Iustin Pop
  cluster-burnin: True
36 830da270 Michael Hanselmann
  cluster-command: True
37 180bdd1f Michael Hanselmann
  cluster-copyfile: True
38 a8083063 Iustin Pop
  cluster-master-failover: True
39 a8083063 Iustin Pop
  cluster-destroy: True
40 caea3b32 Iustin Pop
  cluster-rename: True
41 a8083063 Iustin Pop
42 ee7d831d Michael Hanselmann
  node-info: True
43 9df6d173 Michael Hanselmann
  node-volumes: True
44 e7c6e02b Michael Hanselmann
  node-readd: True
45 ee7d831d Michael Hanselmann
46 d7e49c13 Michael Hanselmann
  # This test needs at least three nodes
47 4b62db14 Michael Hanselmann
  node-evacuate: False
48 d7e49c13 Michael Hanselmann
49 d7e49c13 Michael Hanselmann
  # This test needs at least two nodes
50 4b62db14 Michael Hanselmann
  node-failover: False
51 4b62db14 Michael Hanselmann
52 a8083063 Iustin Pop
  instance-add-plain-disk: True
53 25d659a5 Michael Hanselmann
54 25d659a5 Michael Hanselmann
  # Requires DRBD 8.x
55 f9193417 Iustin Pop
  instance-add-drbd-disk: True
56 25d659a5 Michael Hanselmann
57 283f9d4c Michael Hanselmann
  instance-list: True
58 a8083063 Iustin Pop
  instance-failover: True
59 ee7d831d Michael Hanselmann
  instance-info: True
60 c0f74c55 Iustin Pop
  instance-modify: True
61 5d640672 Michael Hanselmann
  instance-export: True
62 5d640672 Michael Hanselmann
  instance-import: True
63 283f9d4c Michael Hanselmann
  instance-reinstall: True
64 5d640672 Michael Hanselmann
  instance-shutdown: True
65 28a6fbc8 Michael Hanselmann
  instance-automatic-restart: False
66 28a6fbc8 Michael Hanselmann
  instance-consecutive-failures: False
67 a8083063 Iustin Pop
68 4379b1fa Michael Hanselmann
  # This test might fail with certain hypervisor types, depending on whether
69 4379b1fa Michael Hanselmann
  # they support the `gnt-instance console' command.
70 4379b1fa Michael Hanselmann
  instance-console: False
71 4379b1fa Michael Hanselmann
72 7910e7a5 Michael Hanselmann
  # Disabled by default because it takes rather long
73 7910e7a5 Michael Hanselmann
  instance-replace-disks: False
74 7910e7a5 Michael Hanselmann
75 e8ae0c20 Michael Hanselmann
  # Make sure not to include the disk(s) required for Dom0 to be included in
76 e8ae0c20 Michael Hanselmann
  # the volume group used for instances. Otherwise the whole system may stop
77 e8ae0c20 Michael Hanselmann
  # working until restarted.
78 e8ae0c20 Michael Hanselmann
  instance-disk-failure: False
79 e8ae0c20 Michael Hanselmann
80 a8083063 Iustin Pop
# Other settings
81 a8083063 Iustin Pop
options:
82 a8083063 Iustin Pop
  burnin-instances: 2
83 f9193417 Iustin Pop
  burnin-disk-template: drbd
84 1672a0d1 Michael Hanselmann
85 1672a0d1 Michael Hanselmann
  # Directory containing QA hooks
86 1672a0d1 Michael Hanselmann
  #hooks-dir: hooks/
87 8bb7c6cb Michael Hanselmann
88 8bb7c6cb Michael Hanselmann
  # Logfile for loghook.py
89 8bb7c6cb Michael Hanselmann
  hook-logfile: /tmp/qa.log