From b9ad279ad2d8d93dd501115a028783cf8fe7fcbd Mon Sep 17 00:00:00 2001 From: Adam Young Date: Wed, 19 Jan 2011 12:26:14 -0500 Subject: rename static to ui Directory rename --- install/ui/test/data/hostgroup_show.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 install/ui/test/data/hostgroup_show.json (limited to 'install/ui/test/data/hostgroup_show.json') diff --git a/install/ui/test/data/hostgroup_show.json b/install/ui/test/data/hostgroup_show.json new file mode 100644 index 000000000..776d446dd --- /dev/null +++ b/install/ui/test/data/hostgroup_show.json @@ -0,0 +1,22 @@ +{ + "error": null, + "id": 0, + "result": { + "result": { + "cn": [ + "host-live" + ], + "description": [ + "Live servers" + ], + "dn": "cn=host-live,cn=hostgroups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com", + "member_host": [ + "live3.pbs.org", + "live2.pbs.org", + "live1.pbs.org" + ] + }, + "summary": null, + "value": "host-live" + } +} \ No newline at end of file -- cgit