summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/trust_find_pkeys.json
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/data/trust_find_pkeys.json')
-rw-r--r--install/ui/test/data/trust_find_pkeys.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/install/ui/test/data/trust_find_pkeys.json b/install/ui/test/data/trust_find_pkeys.json
new file mode 100644
index 000000000..353170c77
--- /dev/null
+++ b/install/ui/test/data/trust_find_pkeys.json
@@ -0,0 +1,17 @@
+{
+ "error": null,
+ "id": null,
+ "result": {
+ "count": 1,
+ "result": [
+ {
+ "cn": [
+ "ad.test"
+ ],
+ "dn": "cn=ad.test,cn=ad,cn=trusts,dc=idm,dc=lab,dc=bos,dc=redhat,dc=com"
+ }
+ ],
+ "summary": "1 trust matched",
+ "truncated": false
+ }
+} \ No newline at end of file