Add initial set of gbp-sxp test cases
[integration/test.git] / csit / variables / gbp / gbpsxp-ise-source.json
diff --git a/csit/variables/gbp/gbpsxp-ise-source.json b/csit/variables/gbp/gbpsxp-ise-source.json
new file mode 100644 (file)
index 0000000..b247b9e
--- /dev/null
@@ -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"
+    }
+}