aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/msb/src/test/resources/onap-cli-sample/microservice-show-schema-sample.yaml
blob: 0d01d5d1849ccd7c2c20dfde58f5c49e4bcc3f0e (plain)
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
onap_cli_sample_version: 1.0
name: microservice-show
version: onap-1.1
samples:
  sample1:
    name: microservice-show
    input: --service-name test --service-version v1 --long
    moco: microservice-show-schema-moco.json
    output: |
      +------------+----------------+
      |property    |value           |
      +------------+----------------+
      |name        |test            |
      +------------+----------------+
      |version     |v1              |
      +------------+----------------+
      |url         |/C:/Git/test    |
      +------------+----------------+
      |status      |1               |
      +------------+----------------+
      |nodes       |10.0.0.1:8080   |
      +------------+----------------+
      |enable-ssl  |false           |
      +------------+----------------+
      |path        |/C:/Git/test    |
      +------------+----------------+