-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqa-tests-14.bom
52 lines (43 loc) · 1.32 KB
/
qa-tests-14.bom
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
brooklyn.catalog:
id: mysqldb-tests-14
name: MySQL YAML Tests
itemType: entity
description: Tests of pure YAML MySQL on Ubuntu 14
items:
- https://github.com/brooklyncentral/common-catalog-utils/releases/download/v0.1.0/common.tests.bom
- id: single-node-ubuntu-14
name: Single Node Ubuntu 14
itemType: entity
description: Test MySQL single node on Ubuntu 14
item:
type: test-case
name: Single Node Ubuntu 14
brooklyn.config:
provisioning.properties:
osVersionRegex: 14.04
brooklyn.children:
- type: mysqldb-single-node
id: ubuntu-14-single
- type: assert-up-and-running-initial
name: "1. Target up"
brooklyn.config:
targetId: ubuntu-14-single
timeout: 10m
- id: master-slave-ubuntu-14
name: Master-Slave Ubuntu 14
itemType: entity
description: Test MySQL Master-Slave on Ubuntu 14.04
item:
type: test-case
name: Master-Slave Ubuntu 14
brooklyn.config:
provisioning.properties:
osVersionRegex: 14.04
brooklyn.children:
- type: mysqldb-master-slave
id: ubuntu-14-master-slave
- type: assert-up-and-running-initial
name: "1. Target up"
brooklyn.config:
targetId: ubuntu-14-master-slave
timeout: 10m