X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fvariables%2Fgbp%2Fgbpsxp-ise-source.json;fp=csit%2Fvariables%2Fgbp%2Fgbpsxp-ise-source.json;h=b247b9eb3da6667a23dc348ce7865cf196665aa6;hb=a4b6bfde7b525a680cc5e1212117b030b6b01725;hp=0000000000000000000000000000000000000000;hpb=a812b3914258db8969e0b3a195893b48421fdcfb;p=integration%2Ftest.git diff --git a/csit/variables/gbp/gbpsxp-ise-source.json b/csit/variables/gbp/gbpsxp-ise-source.json new file mode 100644 index 0000000000..b247b9eb3d --- /dev/null +++ b/csit/variables/gbp/gbpsxp-ise-source.json @@ -0,0 +1,24 @@ +{ + "ise-source-config": { + "connection-config": { + "header": [ + { + "name": "authorization", + "value": "Basic YWRtaW46bmltZGE=" + }, + { + "name": "Accept", + "value": "application/vnd.com.cisco.ise.trustsec.sgt.1.1+xml" + }, + { + "name": "Accept-Search-Result", + "value": "application/vnd.com.cisco.ise.ers.searchresult.2.0+xml" + } + ], + "ise-rest-url": "http://ise-rest.example.org:9060" + }, + "sgt-range-max": 100, + "sgt-range-min": 1, + "tenant": "tenant-red" + } +}