aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/testParseDMaaPCredentialsGen2.json
blob: 953cb6e8b74968be80be3c9cbd58f767a1747bd6 (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-SE-COLLECTOR-EVENTS-DEV",
    },
    "aaf_password": null
  },
  "auth-credentials-present": {
    "aaf_username": "sampleUser",
    "dmaap_info": {
      "topic_url": "http://UEBHOST:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV",
    },
    "aaf_password": "samplePassword"
  },
  "auth-credentials-missing": {
    "dmaap_info": {
      "topic_url": "http://UEBHOST:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV",
    }
  }
}