summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/automountlocation_get_records.json
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/data/automountlocation_get_records.json')
-rw-r--r--install/ui/test/data/automountlocation_get_records.json53
1 files changed, 53 insertions, 0 deletions
diff --git a/install/ui/test/data/automountlocation_get_records.json b/install/ui/test/data/automountlocation_get_records.json
new file mode 100644
index 000000000..ece79d39e
--- /dev/null
+++ b/install/ui/test/data/automountlocation_get_records.json
@@ -0,0 +1,53 @@
+{
+ "error": null,
+ "id": null,
+ "result": {
+ "count": 4,
+ "results": [
+ {
+ "error": null,
+ "result": {
+ "cn": [
+ "BOS"
+ ],
+ "dn": "cn=bos,cn=automount,dc=example,dc=com"
+ },
+ "summary": null,
+ "value": "BOS"
+ },
+ {
+ "error": null,
+ "result": {
+ "cn": [
+ "BRNO"
+ ],
+ "dn": "cn=brno,cn=automount,dc=example,dc=com"
+ },
+ "summary": null,
+ "value": "BRNO"
+ },
+ {
+ "error": null,
+ "result": {
+ "cn": [
+ "default"
+ ],
+ "dn": "cn=default,cn=automount,dc=example,dc=com"
+ },
+ "summary": null,
+ "value": "default"
+ },
+ {
+ "error": null,
+ "result": {
+ "cn": [
+ "RDU"
+ ],
+ "dn": "cn=rdu,cn=automount,dc=example,dc=com"
+ },
+ "summary": null,
+ "value": "RDU"
+ }
+ ]
+ }
+} \ No newline at end of file