-
Notifications
You must be signed in to change notification settings - Fork 1
/
catalogv2.tests.bom
41 lines (35 loc) · 1.24 KB
/
catalogv2.tests.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
brooklyn.catalog:
items:
- https://raw.githubusercontent.com/brooklyncentral/common-catalog-utils/master/common-tests/src/main/resources/commontests/common.tests.bom
- id: couchdb2-node-tests
version: "1.0.0-SNAPSHOT"
itemType: template
name: Couchdb 2.1 node tests
description: Test that couchdb 2.1 node is running correctly
iconUrl: classpath:///couchdb-logo.png
item:
services:
- type: brooklyn-couchdb-node
id: parent-app
brooklyn.config:
install.version: 2.1.1
- type: test-case
brooklyn.config:
targetId: parent-app
targetResolutionTimeout: 10s
timeout: 30m
brooklyn.children:
- type: assert-up-and-running-initial
name: "1. Node up and running"
- type: assert-up-and-running-initial
name: "2. App up and running"
brooklyn.config:
targetId: parent-app
- type: assert-restart-process
name: "3. restart process"
brooklyn.config:
process.grep.name: "[c][email protected]"
- type: assert-stop-and-restart-process
name: "4. stop and restart process"
brooklyn.config:
process.grep.name: "[c][email protected]"