Statistics
| Branch: | Tag: | Revision:

root / qa / qa-sample.yaml @ a47f574c

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 a47f574c Oleksiy Mishchenko
  rapi: True
33 8947cf2b Michael Hanselmann
34 a8083063 Iustin Pop
  cluster-verify: True
35 ee7d831d Michael Hanselmann
  cluster-info: True
36 a8083063 Iustin Pop
  cluster-burnin: True
37 830da270 Michael Hanselmann
  cluster-command: True
38 180bdd1f Michael Hanselmann
  cluster-copyfile: True
39 a8083063 Iustin Pop
  cluster-master-failover: True
40 a8083063 Iustin Pop
  cluster-destroy: True
41 caea3b32 Iustin Pop
  cluster-rename: True
42 a8083063 Iustin Pop
43 ee7d831d Michael Hanselmann
  node-info: True
44 9df6d173 Michael Hanselmann
  node-volumes: True
45 e7c6e02b Michael Hanselmann
  node-readd: True
46 ee7d831d Michael Hanselmann
47 d7e49c13 Michael Hanselmann
  # This test needs at least three nodes
48 4b62db14 Michael Hanselmann
  node-evacuate: False
49 d7e49c13 Michael Hanselmann
50 d7e49c13 Michael Hanselmann
  # This test needs at least two nodes
51 4b62db14 Michael Hanselmann
  node-failover: False
52 4b62db14 Michael Hanselmann
53 a8083063 Iustin Pop
  instance-add-plain-disk: True
54 25d659a5 Michael Hanselmann
55 25d659a5 Michael Hanselmann
  # Requires DRBD 8.x
56 f9193417 Iustin Pop
  instance-add-drbd-disk: True
57 25d659a5 Michael Hanselmann
58 283f9d4c Michael Hanselmann
  instance-list: True
59 a8083063 Iustin Pop
  instance-failover: True
60 ee7d831d Michael Hanselmann
  instance-info: True
61 c0f74c55 Iustin Pop
  instance-modify: True
62 5d640672 Michael Hanselmann
  instance-export: True
63 5d640672 Michael Hanselmann
  instance-import: True
64 283f9d4c Michael Hanselmann
  instance-reinstall: True
65 8a4e8898 Michael Hanselmann
  instance-reboot: True
66 5d640672 Michael Hanselmann
  instance-shutdown: True
67 28a6fbc8 Michael Hanselmann
  instance-automatic-restart: False
68 28a6fbc8 Michael Hanselmann
  instance-consecutive-failures: False
69 a8083063 Iustin Pop
70 4379b1fa Michael Hanselmann
  # This test might fail with certain hypervisor types, depending on whether
71 4379b1fa Michael Hanselmann
  # they support the `gnt-instance console' command.
72 4379b1fa Michael Hanselmann
  instance-console: False
73 4379b1fa Michael Hanselmann
74 7910e7a5 Michael Hanselmann
  # Disabled by default because it takes rather long
75 7910e7a5 Michael Hanselmann
  instance-replace-disks: False
76 7910e7a5 Michael Hanselmann
77 e8ae0c20 Michael Hanselmann
  # Make sure not to include the disk(s) required for Dom0 to be included in
78 e8ae0c20 Michael Hanselmann
  # the volume group used for instances. Otherwise the whole system may stop
79 e8ae0c20 Michael Hanselmann
  # working until restarted.
80 e8ae0c20 Michael Hanselmann
  instance-disk-failure: False
81 e8ae0c20 Michael Hanselmann
82 a8083063 Iustin Pop
# Other settings
83 a8083063 Iustin Pop
options:
84 a8083063 Iustin Pop
  burnin-instances: 2
85 f9193417 Iustin Pop
  burnin-disk-template: drbd
86 1672a0d1 Michael Hanselmann
87 1672a0d1 Michael Hanselmann
  # Directory containing QA hooks
88 1672a0d1 Michael Hanselmann
  #hooks-dir: hooks/
89 8bb7c6cb Michael Hanselmann
90 8bb7c6cb Michael Hanselmann
  # Logfile for loghook.py
91 8bb7c6cb Michael Hanselmann
  hook-logfile: /tmp/qa.log