summaryrefslogtreecommitdiffstats
path: root/src/test/resources/testParseDMaaPCredentialsGen2.json
blob: 23230c14752c2514fa60655dfc0476e2b9bb5fd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "auth-credentials-null": {
    "aaf_username": null,
    "dmaap_info": {
      "topic_url": "http://UEBHOST:3904/events/DCAE-RESTCONF-COLLECTOR-EVENTS-DEV"
    },
    "aaf_password": null
  },
  "auth-credentials-present": {
    "aaf_username": "sampleUser",
    "dmaap_info": {
      "topic_url": "http://UEBHOST:3904/events/DCAE-RESTCONF-COLLECTOR-EVENTS-DEV"
    },
    "aaf_password": "samplePassword"
  },
  "auth-credentials-missing": {
    "dmaap_info": {
      "topic_url": "http://UEBHOST:3904/events/DCAE-RESTCONF-COLLECTOR-EVENTS-DEV"
    }
  }
}