summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/dnsforwardzone_find_pkeys.json
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-06-18 19:03:37 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-06-27 14:18:35 +0200
commite6a373e930ae483bc2eb384da0bba5f2b4b8f6c2 (patch)
tree28c64bedb638e5ec67cfaf8e61677f7c281e0f22 /install/ui/test/data/dnsforwardzone_find_pkeys.json
parentdb2666d276ae60f2c3f1f5f1eaec87e55e32bf81 (diff)
downloadfreeipa-e6a373e930ae483bc2eb384da0bba5f2b4b8f6c2.tar.gz
freeipa-e6a373e930ae483bc2eb384da0bba5f2b4b8f6c2.tar.xz
freeipa-e6a373e930ae483bc2eb384da0bba5f2b4b8f6c2.zip
webui-test: dns forward zone json data
Fake API results for testing and presentation purposes of DNS Forward Zones. https://fedorahosted.org/freeipa/ticket/4357 Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
Diffstat (limited to 'install/ui/test/data/dnsforwardzone_find_pkeys.json')
-rw-r--r--install/ui/test/data/dnsforwardzone_find_pkeys.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/install/ui/test/data/dnsforwardzone_find_pkeys.json b/install/ui/test/data/dnsforwardzone_find_pkeys.json
new file mode 100644
index 000000000..c0b478ff8
--- /dev/null
+++ b/install/ui/test/data/dnsforwardzone_find_pkeys.json
@@ -0,0 +1,19 @@
+{
+ "error": null,
+ "id": null,
+ "result": {
+ "count": 1,
+ "result": [
+ {
+ "dn": "idnsname=fwzone1.test.,cn=dns,dc=example,dc=com",
+ "idnsname": [
+ {
+ "__dns_name__": "fwzone1.test."
+ }
+ ]
+ }
+ ],
+ "summary": null,
+ "truncated": false
+ }
+} \ No newline at end of file