diff options
| author | Adam Young <ayoung@redhat.com> | 2011-01-19 12:26:14 -0500 |
|---|---|---|
| committer | Endi Sukma Dewata <edewata@people01.fedoraproject.org> | 2011-01-20 14:12:47 +0000 |
| commit | b9ad279ad2d8d93dd501115a028783cf8fe7fcbd (patch) | |
| tree | 3c3bd271231ff635278b1cf88bfbd79d792de23d /install/ui/test/data/hostgroup_add.json | |
| parent | 835436df1549578932705f5722bc78ec985c2f69 (diff) | |
| download | freeipa-b9ad279ad2d8d93dd501115a028783cf8fe7fcbd.tar.gz freeipa-b9ad279ad2d8d93dd501115a028783cf8fe7fcbd.tar.xz freeipa-b9ad279ad2d8d93dd501115a028783cf8fe7fcbd.zip | |
rename static to ui
Directory rename
Diffstat (limited to 'install/ui/test/data/hostgroup_add.json')
| -rw-r--r-- | install/ui/test/data/hostgroup_add.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/install/ui/test/data/hostgroup_add.json b/install/ui/test/data/hostgroup_add.json new file mode 100644 index 00000000..bc41ee7d --- /dev/null +++ b/install/ui/test/data/hostgroup_add.json @@ -0,0 +1,27 @@ +{ + "error": null, + "id": 15, + "result": { + "result": { + "cn": [ + "guest_hosts" + ], + "description": [ + "Special Guest Stars" + ], + "dn": "cn=guest_hosts,cn=hostgroups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com", + "ipauniqueid": [ + "7f8c57ae-b43a-11df-8016-525400674dcd" + ], + "objectclass": [ + "ipaobject", + "ipahostgroup", + "nestedGroup", + "groupOfNames", + "top" + ] + }, + "summary": "Added hostgroup \"guest_hosts\"", + "value": "guest_hosts" + } +}
\ No newline at end of file |
