URL: https://github.com/freeipa/freeipa/pull/628
Author: pvomacka
 Title: #628: WebUI: Remove offline version of WebUI
Action: synchronized

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/628/head:pr628
git checkout pr628
From 588531931765b1b979d1025d60a48bfd64d1efc9 Mon Sep 17 00:00:00 2001
From: Pavel Vomacka <pvoma...@redhat.com>
Date: Fri, 21 Apr 2017 14:14:35 +0200
Subject: [PATCH 1/3] Revert "Web UI: Remove offline version of Web UI"

This reverts commit 24525fd086450616d4edd2aaf26dec868ff80ea9.
The reverted commit removed symlinks which allowed unit tests to
access FreeIPA code.

https://pagure.io/freeipa/issues/6447
---
 install/ui/js/dojo    | 1 +
 install/ui/js/freeipa | 1 +
 install/ui/js/libs    | 1 +
 install/ui/js/plugins | 1 +
 4 files changed, 4 insertions(+)
 create mode 120000 install/ui/js/dojo
 create mode 120000 install/ui/js/freeipa
 create mode 120000 install/ui/js/libs
 create mode 120000 install/ui/js/plugins

diff --git a/install/ui/js/dojo b/install/ui/js/dojo
new file mode 120000
index 0000000000..d6b3ac70c8
--- /dev/null
+++ b/install/ui/js/dojo
@@ -0,0 +1 @@
+../build/dojo
\ No newline at end of file
diff --git a/install/ui/js/freeipa b/install/ui/js/freeipa
new file mode 120000
index 0000000000..6f2b8618dc
--- /dev/null
+++ b/install/ui/js/freeipa
@@ -0,0 +1 @@
+../src/freeipa
\ No newline at end of file
diff --git a/install/ui/js/libs b/install/ui/js/libs
new file mode 120000
index 0000000000..8fa90e2e6a
--- /dev/null
+++ b/install/ui/js/libs
@@ -0,0 +1 @@
+../src/libs/
\ No newline at end of file
diff --git a/install/ui/js/plugins b/install/ui/js/plugins
new file mode 120000
index 0000000000..940b13ec08
--- /dev/null
+++ b/install/ui/js/plugins
@@ -0,0 +1 @@
+../src/plugins/
\ No newline at end of file

From dd5b7369d9f99b1488e40b2e58ad19086c01bce9 Mon Sep 17 00:00:00 2001
From: Pavel Vomacka <pvoma...@redhat.com>
Date: Tue, 23 May 2017 12:58:48 +0200
Subject: [PATCH 2/3] Remove all old JSON files

JSON files were used as source of information for offline WebUI.

https://pagure.io/freeipa/issue/6447
---
 install/ui/{test => }/data/automembergroup_add.json                     | 0
 install/ui/{test => }/data/automembergroup_default_group_remove.json    | 0
 install/ui/{test => }/data/automembergroup_default_group_set.json       | 0
 install/ui/{test => }/data/automembergroup_default_group_show.json      | 0
 install/ui/{test => }/data/automembergroup_find_pkeys.json              | 0
 install/ui/{test => }/data/automembergroup_get_records.json             | 0
 install/ui/{test => }/data/automembergroup_show.json                    | 0
 install/ui/{test => }/data/automemberhostgroup_add.json                 | 0
 .../ui/{test => }/data/automemberhostgroup_default_group_remove.json    | 0
 install/ui/{test => }/data/automemberhostgroup_default_group_set.json   | 0
 install/ui/{test => }/data/automemberhostgroup_default_group_show.json  | 0
 install/ui/{test => }/data/automemberhostgroup_find_pkeys.json          | 0
 install/ui/{test => }/data/automemberhostgroup_get_records.json         | 0
 install/ui/{test => }/data/automemberhostgroup_show.json                | 0
 install/ui/{test => }/data/automountkey_add.json                        | 0
 install/ui/{test => }/data/automountkey_find.json                       | 0
 install/ui/{test => }/data/automountkey_show.json                       | 0
 install/ui/{test => }/data/automountlocation_add.json                   | 0
 install/ui/{test => }/data/automountlocation_del.json                   | 0
 install/ui/{test => }/data/automountlocation_find.json                  | 0
 install/ui/{test => }/data/automountlocation_find_pkeys.json            | 0
 install/ui/{test => }/data/automountlocation_get_records.json           | 0
 install/ui/{test => }/data/automountlocation_show.json                  | 0
 install/ui/{test => }/data/automountmap_add.json                        | 0
 install/ui/{test => }/data/automountmap_add_indirect.json               | 0
 install/ui/{test => }/data/automountmap_del.json                        | 0
 install/ui/{test => }/data/automountmap_find.json                       | 0
 install/ui/{test => }/data/automountmap_find_pkeys.json                 | 0
 install/ui/{test => }/data/automountmap_get_records.json                | 0
 install/ui/{test => }/data/automountmap_show.json                       | 0
 install/ui/{test => }/data/cert_find.json                               | 0
 install/ui/{test => }/data/cert_remove_hold.json                        | 0
 install/ui/{test => }/data/cert_request.json                            | 0
 install/ui/{test => }/data/cert_revoke.json                             | 0
 install/ui/{test => }/data/cert_show.json                               | 0
 install/ui/{test => }/data/config_show.json                             | 0
 install/ui/{test => }/data/delegation_find.json                         | 0
 install/ui/{test => }/data/delegation_find_pkeys.json                   | 0
 install/ui/{test => }/data/delegation_get_records.json                  | 0
 install/ui/{test => }/data/delegation_list.json                         | 0
 install/ui/{test => }/data/delegation_mod.json                          | 0
 install/ui/{test => }/data/delegation_show.json                         | 0
 install/ui/{test => }/data/dnsconfig_mod.json                           | 0
 install/ui/{test => }/data/dnsconfig_show.json                          | 0
 install/ui/{test => }/data/dnsforwardzone_add.json                      | 0
 install/ui/{test => }/data/dnsforwardzone_batch_del.json                | 0
 install/ui/{test => }/data/dnsforwardzone_details_refresh.json          | 0
 install/ui/{test => }/data/dnsforwardzone_find_pkeys.json               | 0
 install/ui/{test => }/data/dnsforwardzone_get_records.json              | 0
 install/ui/{test => }/data/dnsrecord_add.json                           | 0
 install/ui/{test => }/data/dnsrecord_del.json                           | 0
 install/ui/{test => }/data/dnsrecord_find.json                          | 0
 install/ui/{test => }/data/dnsrecord_find_pkeys.json                    | 0
 install/ui/{test => }/data/dnsrecord_get_records.json                   | 0
 install/ui/{test => }/data/dnsrecord_show.json                          | 0
 install/ui/{test => }/data/dnszone_add.json                             | 0
 install/ui/{test => }/data/dnszone_details_refresh.json                 | 0
 install/ui/{test => }/data/dnszone_find.json                            | 0
 install/ui/{test => }/data/dnszone_find_pkeys.json                      | 0
 install/ui/{test => }/data/dnszone_get_records.json                     | 0
 install/ui/{test => }/data/dnszone_show.json                            | 0
 install/ui/{test => }/data/group_add.json                               | 0
 install/ui/{test => }/data/group_add_member.json                        | 0
 install/ui/{test => }/data/group_find.json                              | 0
 install/ui/{test => }/data/group_find_pkeys.json                        | 0
 install/ui/{test => }/data/group_get_records.json                       | 0
 install/ui/{test => }/data/group_member_user.json                       | 0
 install/ui/{test => }/data/group_remove_member.json                     | 0
 install/ui/{test => }/data/group_show.json                              | 0
 install/ui/{test => }/data/hbacrule_add.json                            | 0
 install/ui/{test => }/data/hbacrule_add_accesstime.json                 | 0
 install/ui/{test => }/data/hbacrule_add_host.json                       | 0
 install/ui/{test => }/data/hbacrule_add_service.json                    | 0
 install/ui/{test => }/data/hbacrule_add_sourcehost.json                 | 0
 install/ui/{test => }/data/hbacrule_add_user.json                       | 0
 install/ui/{test => }/data/hbacrule_del.json                            | 0
 install/ui/{test => }/data/hbacrule_find.json                           | 0
 install/ui/{test => }/data/hbacrule_find_pkeys.json                     | 0
 install/ui/{test => }/data/hbacrule_get_records.json                    | 0
 install/ui/{test => }/data/hbacrule_mod.json                            | 0
 install/ui/{test => }/data/hbacrule_remove_accesstime.json              | 0
 install/ui/{test => }/data/hbacrule_remove_host.json                    | 0
 install/ui/{test => }/data/hbacrule_remove_service.json                 | 0
 install/ui/{test => }/data/hbacrule_remove_sourcehost.json              | 0
 install/ui/{test => }/data/hbacrule_remove_user.json                    | 0
 install/ui/{test => }/data/hbacrule_show.json                           | 0
 install/ui/{test => }/data/hbacsvc_add.json                             | 0
 install/ui/{test => }/data/hbacsvc_del.json                             | 0
 install/ui/{test => }/data/hbacsvc_find.json                            | 0
 install/ui/{test => }/data/hbacsvc_find_pkeys.json                      | 0
 install/ui/{test => }/data/hbacsvc_get_records.json                     | 0
 install/ui/{test => }/data/hbacsvc_mod.json                             | 0
 install/ui/{test => }/data/hbacsvc_show.json                            | 0
 install/ui/{test => }/data/hbacsvcgroup_add.json                        | 0
 install/ui/{test => }/data/hbacsvcgroup_add_member.json                 | 0
 install/ui/{test => }/data/hbacsvcgroup_del.json                        | 0
 install/ui/{test => }/data/hbacsvcgroup_find.json                       | 0
 install/ui/{test => }/data/hbacsvcgroup_find_pkeys.json                 | 0
 install/ui/{test => }/data/hbacsvcgroup_get_records.json                | 0
 install/ui/{test => }/data/hbacsvcgroup_member_hbacsvc.json             | 0
 install/ui/{test => }/data/hbacsvcgroup_mod.json                        | 0
 install/ui/{test => }/data/hbacsvcgroup_remove_member.json              | 0
 install/ui/{test => }/data/hbacsvcgroup_show.json                       | 0
 install/ui/{test => }/data/hbactest.json                                | 0
 install/ui/{test => }/data/hbactest_matched.json                        | 0
 install/ui/{test => }/data/hbactest_unmatched.json                      | 0
 install/ui/{test => }/data/host_add.json                                | 0
 install/ui/{test => }/data/host_disable_dev.example.com.json            | 0
 install/ui/{test => }/data/host_find.json                               | 0
 install/ui/{test => }/data/host_find_pkeys.json                         | 0
 install/ui/{test => }/data/host_get_records.json                        | 0
 install/ui/{test => }/data/host_mod.json                                | 0
 install/ui/{test => }/data/host_show.json                               | 0
 install/ui/{test => }/data/host_show_dev.example.com.json               | 0
 install/ui/{test => }/data/host_show_test.example.com.json              | 0
 install/ui/{test => }/data/hostgroup_add.json                           | 0
 install/ui/{test => }/data/hostgroup_add_member.json                    | 0
 install/ui/{test => }/data/hostgroup_find.json                          | 0
 install/ui/{test => }/data/hostgroup_find_pkeys.json                    | 0
 install/ui/{test => }/data/hostgroup_get_records.json                   | 0
 install/ui/{test => }/data/hostgroup_member_host.json                   | 0
 install/ui/{test => }/data/hostgroup_show.json                          | 0
 install/ui/{test => }/data/idrange_add.json                             | 0
 install/ui/{test => }/data/idrange_find.json                            | 0
 install/ui/{test => }/data/idrange_find_pkeys.json                      | 0
 install/ui/{test => }/data/idrange_get_records.json                     | 0
 install/ui/{test => }/data/idrange_mod.json                             | 0
 install/ui/{test => }/data/idrange_show.json                            | 0
 install/ui/{test => }/data/ipa_init.json                                | 0
 install/ui/{test => }/data/ipa_init_commands.json                       | 0
 install/ui/{test => }/data/ipa_init_objects.json                        | 0
 install/ui/{test => }/data/json_metadata.json                           | 0
 install/ui/{test => }/data/krbtpolicy_show.json                         | 0
 install/ui/{test => }/data/netgroup_add.json                            | 0
 install/ui/{test => }/data/netgroup_add_member.json                     | 0
 install/ui/{test => }/data/netgroup_find.json                           | 0
 install/ui/{test => }/data/netgroup_find_pkeys.json                     | 0
 install/ui/{test => }/data/netgroup_get_records.json                    | 0
 install/ui/{test => }/data/netgroup_show.json                           | 0
 install/ui/{test => }/data/otptoken_add.json                            | 0
 install/ui/{test => }/data/otptoken_batch_del.json                      | 0
 install/ui/{test => }/data/otptoken_batch_mod.json                      | 0
 install/ui/{test => }/data/otptoken_find_pkeys.json                     | 0
 install/ui/{test => }/data/otptoken_get_records.json                    | 0
 install/ui/{test => }/data/otptoken_mod.json                            | 0
 install/ui/{test => }/data/otptoken_show.json                           | 0
 install/ui/{test => }/data/permission_add.json                          | 0
 install/ui/{test => }/data/permission_del.json                          | 0
 install/ui/{test => }/data/permission_find.json                         | 0
 install/ui/{test => }/data/permission_find_pkeys.json                   | 0
 install/ui/{test => }/data/permission_get_records.json                  | 0
 install/ui/{test => }/data/permission_show.json                         | 0
 install/ui/{test => }/data/permission_show_filter.json                  | 0
 install/ui/{test => }/data/permission_show_subtree.json                 | 0
 install/ui/{test => }/data/permission_show_targetgroup.json             | 0
 install/ui/{test => }/data/permission_show_type.json                    | 0
 install/ui/{test => }/data/privilege_find.json                          | 0
 install/ui/{test => }/data/privilege_find_pkeys.json                    | 0
 install/ui/{test => }/data/privilege_get_records.json                   | 0
 install/ui/{test => }/data/privilege_show.json                          | 0
 install/ui/{test => }/data/pwpolicy_find.json                           | 0
 install/ui/{test => }/data/pwpolicy_find_pkeys.json                     | 0
 install/ui/{test => }/data/pwpolicy_get_records.json                    | 0
 install/ui/{test => }/data/pwpolicy_mod.json                            | 0
 install/ui/{test => }/data/pwpolicy_show.json                           | 0
 install/ui/{test => }/data/realmdomains_show.json                       | 0
 install/ui/{test => }/data/role_find.json                               | 0
 install/ui/{test => }/data/role_find_pkeys.json                         | 0
 install/ui/{test => }/data/role_get_records.json                        | 0
 install/ui/{test => }/data/role_show.json                               | 0
 install/ui/{test => }/data/selfservice_find.json                        | 0
 install/ui/{test => }/data/selfservice_find_pkeys.json                  | 0
 install/ui/{test => }/data/selfservice_get_records.json                 | 0
 install/ui/{test => }/data/selfservice_show.json                        | 0
 install/ui/{test => }/data/selinuxusermap_add_host.json                 | 0
 install/ui/{test => }/data/selinuxusermap_add_user.json                 | 0
 install/ui/{test => }/data/selinuxusermap_details_update.json           | 0
 install/ui/{test => }/data/selinuxusermap_find_pkeys.json               | 0
 install/ui/{test => }/data/selinuxusermap_get_records.json              | 0
 install/ui/{test => }/data/selinuxusermap_mod.json                      | 0
 install/ui/{test => }/data/selinuxusermap_remove_host.json              | 0
 install/ui/{test => }/data/selinuxusermap_remove_user.json              | 0
 install/ui/{test => }/data/selinuxusermap_show.json                     | 0
 install/ui/{test => }/data/service_add.json                             | 0
 install/ui/{test => }/data/service_add_host.json                        | 0
 install/ui/{test => }/data/service_del.json                             | 0
 install/ui/{test => }/data/service_disable.json                         | 0
 install/ui/{test => }/data/service_find.json                            | 0
 install/ui/{test => }/data/service_find_pkeys.json                      | 0
 install/ui/{test => }/data/service_get_records.json                     | 0
 install/ui/{test => }/data/service_managedby_host.json                  | 0
 install/ui/{test => }/data/service_mod.json                             | 0
 install/ui/{test => }/data/service_remove_host.sh                       | 0
 install/ui/{test => }/data/service_show.json                            | 0
 install/ui/{test => }/data/session_logout.json                          | 0
 install/ui/{test => }/data/sudocmd_add.json                             | 0
 install/ui/{test => }/data/sudocmd_del.json                             | 0
 install/ui/{test => }/data/sudocmd_find.json                            | 0
 install/ui/{test => }/data/sudocmd_find_pkeys.json                      | 0
 install/ui/{test => }/data/sudocmd_get_records.json                     | 0
 install/ui/{test => }/data/sudocmd_memberof_add.json                    | 0
 install/ui/{test => }/data/sudocmd_memberof_remove.json                 | 0
 install/ui/{test => }/data/sudocmd_memberof_show.json                   | 0
 install/ui/{test => }/data/sudocmd_mod.json                             | 0
 install/ui/{test => }/data/sudocmd_show.json                            | 0
 install/ui/{test => }/data/sudocmdgroup_add.json                        | 0
 install/ui/{test => }/data/sudocmdgroup_add_member.json                 | 0
 install/ui/{test => }/data/sudocmdgroup_del.json                        | 0
 install/ui/{test => }/data/sudocmdgroup_find.json                       | 0
 install/ui/{test => }/data/sudocmdgroup_find_pkeys.json                 | 0
 install/ui/{test => }/data/sudocmdgroup_get_records.json                | 0
 install/ui/{test => }/data/sudocmdgroup_member_sudocmd.json             | 0
 install/ui/{test => }/data/sudocmdgroup_mod.json                        | 0
 install/ui/{test => }/data/sudocmdgroup_remove_member.json              | 0
 install/ui/{test => }/data/sudocmdgroup_show.json                       | 0
 install/ui/{test => }/data/sudorule_add.json                            | 0
 install/ui/{test => }/data/sudorule_del.json                            | 0
 install/ui/{test => }/data/sudorule_find.json                           | 0
 install/ui/{test => }/data/sudorule_find_pkeys.json                     | 0
 install/ui/{test => }/data/sudorule_get_records.json                    | 0
 install/ui/{test => }/data/sudorule_mod.json                            | 0
 install/ui/{test => }/data/sudorule_show.json                           | 0
 install/ui/{test => }/data/trust_add.json                               | 0
 install/ui/{test => }/data/trust_find_pkeys.json                        | 0
 install/ui/{test => }/data/trust_show.json                              | 0
 install/ui/{test => }/data/trustconfigad_show.json                      | 0
 install/ui/{test => }/data/user_add.json                                | 0
 install/ui/{test => }/data/user_details_refresh.json                    | 0
 install/ui/{test => }/data/user_disable.json                            | 0
 install/ui/{test => }/data/user_enable.json                             | 0
 install/ui/{test => }/data/user_find.json                               | 0
 install/ui/{test => }/data/user_find_pkeys.json                         | 0
 install/ui/{test => }/data/user_get_records.json                        | 0
 install/ui/{test => }/data/user_memberof_group.json                     | 0
 install/ui/{test => }/data/user_mod.json                                | 0
 install/ui/{test => }/data/user_show.json                               | 0
 install/ui/{test => }/data/whoami.json                                  | 0
 install/ui/test/aci_tests.js                                            | 2 +-
 install/ui/test/all_tests.html                                          | 2 +-
 239 files changed, 2 insertions(+), 2 deletions(-)
 rename install/ui/{test => }/data/automembergroup_add.json (100%)
 rename install/ui/{test => }/data/automembergroup_default_group_remove.json (100%)
 rename install/ui/{test => }/data/automembergroup_default_group_set.json (100%)
 rename install/ui/{test => }/data/automembergroup_default_group_show.json (100%)
 rename install/ui/{test => }/data/automembergroup_find_pkeys.json (100%)
 rename install/ui/{test => }/data/automembergroup_get_records.json (100%)
 rename install/ui/{test => }/data/automembergroup_show.json (100%)
 rename install/ui/{test => }/data/automemberhostgroup_add.json (100%)
 rename install/ui/{test => }/data/automemberhostgroup_default_group_remove.json (100%)
 rename install/ui/{test => }/data/automemberhostgroup_default_group_set.json (100%)
 rename install/ui/{test => }/data/automemberhostgroup_default_group_show.json (100%)
 rename install/ui/{test => }/data/automemberhostgroup_find_pkeys.json (100%)
 rename install/ui/{test => }/data/automemberhostgroup_get_records.json (100%)
 rename install/ui/{test => }/data/automemberhostgroup_show.json (100%)
 rename install/ui/{test => }/data/automountkey_add.json (100%)
 rename install/ui/{test => }/data/automountkey_find.json (100%)
 rename install/ui/{test => }/data/automountkey_show.json (100%)
 rename install/ui/{test => }/data/automountlocation_add.json (100%)
 rename install/ui/{test => }/data/automountlocation_del.json (100%)
 rename install/ui/{test => }/data/automountlocation_find.json (100%)
 rename install/ui/{test => }/data/automountlocation_find_pkeys.json (100%)
 rename install/ui/{test => }/data/automountlocation_get_records.json (100%)
 rename install/ui/{test => }/data/automountlocation_show.json (100%)
 rename install/ui/{test => }/data/automountmap_add.json (100%)
 rename install/ui/{test => }/data/automountmap_add_indirect.json (100%)
 rename install/ui/{test => }/data/automountmap_del.json (100%)
 rename install/ui/{test => }/data/automountmap_find.json (100%)
 rename install/ui/{test => }/data/automountmap_find_pkeys.json (100%)
 rename install/ui/{test => }/data/automountmap_get_records.json (100%)
 rename install/ui/{test => }/data/automountmap_show.json (100%)
 rename install/ui/{test => }/data/cert_find.json (100%)
 rename install/ui/{test => }/data/cert_remove_hold.json (100%)
 rename install/ui/{test => }/data/cert_request.json (100%)
 rename install/ui/{test => }/data/cert_revoke.json (100%)
 rename install/ui/{test => }/data/cert_show.json (100%)
 rename install/ui/{test => }/data/config_show.json (100%)
 rename install/ui/{test => }/data/delegation_find.json (100%)
 rename install/ui/{test => }/data/delegation_find_pkeys.json (100%)
 rename install/ui/{test => }/data/delegation_get_records.json (100%)
 rename install/ui/{test => }/data/delegation_list.json (100%)
 rename install/ui/{test => }/data/delegation_mod.json (100%)
 rename install/ui/{test => }/data/delegation_show.json (100%)
 rename install/ui/{test => }/data/dnsconfig_mod.json (100%)
 rename install/ui/{test => }/data/dnsconfig_show.json (100%)
 rename install/ui/{test => }/data/dnsforwardzone_add.json (100%)
 rename install/ui/{test => }/data/dnsforwardzone_batch_del.json (100%)
 rename install/ui/{test => }/data/dnsforwardzone_details_refresh.json (100%)
 rename install/ui/{test => }/data/dnsforwardzone_find_pkeys.json (100%)
 rename install/ui/{test => }/data/dnsforwardzone_get_records.json (100%)
 rename install/ui/{test => }/data/dnsrecord_add.json (100%)
 rename install/ui/{test => }/data/dnsrecord_del.json (100%)
 rename install/ui/{test => }/data/dnsrecord_find.json (100%)
 rename install/ui/{test => }/data/dnsrecord_find_pkeys.json (100%)
 rename install/ui/{test => }/data/dnsrecord_get_records.json (100%)
 rename install/ui/{test => }/data/dnsrecord_show.json (100%)
 rename install/ui/{test => }/data/dnszone_add.json (100%)
 rename install/ui/{test => }/data/dnszone_details_refresh.json (100%)
 rename install/ui/{test => }/data/dnszone_find.json (100%)
 rename install/ui/{test => }/data/dnszone_find_pkeys.json (100%)
 rename install/ui/{test => }/data/dnszone_get_records.json (100%)
 rename install/ui/{test => }/data/dnszone_show.json (100%)
 rename install/ui/{test => }/data/group_add.json (100%)
 rename install/ui/{test => }/data/group_add_member.json (100%)
 rename install/ui/{test => }/data/group_find.json (100%)
 rename install/ui/{test => }/data/group_find_pkeys.json (100%)
 rename install/ui/{test => }/data/group_get_records.json (100%)
 rename install/ui/{test => }/data/group_member_user.json (100%)
 rename install/ui/{test => }/data/group_remove_member.json (100%)
 rename install/ui/{test => }/data/group_show.json (100%)
 rename install/ui/{test => }/data/hbacrule_add.json (100%)
 rename install/ui/{test => }/data/hbacrule_add_accesstime.json (100%)
 rename install/ui/{test => }/data/hbacrule_add_host.json (100%)
 rename install/ui/{test => }/data/hbacrule_add_service.json (100%)
 rename install/ui/{test => }/data/hbacrule_add_sourcehost.json (100%)
 rename install/ui/{test => }/data/hbacrule_add_user.json (100%)
 rename install/ui/{test => }/data/hbacrule_del.json (100%)
 rename install/ui/{test => }/data/hbacrule_find.json (100%)
 rename install/ui/{test => }/data/hbacrule_find_pkeys.json (100%)
 rename install/ui/{test => }/data/hbacrule_get_records.json (100%)
 rename install/ui/{test => }/data/hbacrule_mod.json (100%)
 rename install/ui/{test => }/data/hbacrule_remove_accesstime.json (100%)
 rename install/ui/{test => }/data/hbacrule_remove_host.json (100%)
 rename install/ui/{test => }/data/hbacrule_remove_service.json (100%)
 rename install/ui/{test => }/data/hbacrule_remove_sourcehost.json (100%)
 rename install/ui/{test => }/data/hbacrule_remove_user.json (100%)
 rename install/ui/{test => }/data/hbacrule_show.json (100%)
 rename install/ui/{test => }/data/hbacsvc_add.json (100%)
 rename install/ui/{test => }/data/hbacsvc_del.json (100%)
 rename install/ui/{test => }/data/hbacsvc_find.json (100%)
 rename install/ui/{test => }/data/hbacsvc_find_pkeys.json (100%)
 rename install/ui/{test => }/data/hbacsvc_get_records.json (100%)
 rename install/ui/{test => }/data/hbacsvc_mod.json (100%)
 rename install/ui/{test => }/data/hbacsvc_show.json (100%)
 rename install/ui/{test => }/data/hbacsvcgroup_add.json (100%)
 rename install/ui/{test => }/data/hbacsvcgroup_add_member.json (100%)
 rename install/ui/{test => }/data/hbacsvcgroup_del.json (100%)
 rename install/ui/{test => }/data/hbacsvcgroup_find.json (100%)
 rename install/ui/{test => }/data/hbacsvcgroup_find_pkeys.json (100%)
 rename install/ui/{test => }/data/hbacsvcgroup_get_records.json (100%)
 rename install/ui/{test => }/data/hbacsvcgroup_member_hbacsvc.json (100%)
 rename install/ui/{test => }/data/hbacsvcgroup_mod.json (100%)
 rename install/ui/{test => }/data/hbacsvcgroup_remove_member.json (100%)
 rename install/ui/{test => }/data/hbacsvcgroup_show.json (100%)
 rename install/ui/{test => }/data/hbactest.json (100%)
 rename install/ui/{test => }/data/hbactest_matched.json (100%)
 rename install/ui/{test => }/data/hbactest_unmatched.json (100%)
 rename install/ui/{test => }/data/host_add.json (100%)
 rename install/ui/{test => }/data/host_disable_dev.example.com.json (100%)
 rename install/ui/{test => }/data/host_find.json (100%)
 rename install/ui/{test => }/data/host_find_pkeys.json (100%)
 rename install/ui/{test => }/data/host_get_records.json (100%)
 rename install/ui/{test => }/data/host_mod.json (100%)
 rename install/ui/{test => }/data/host_show.json (100%)
 rename install/ui/{test => }/data/host_show_dev.example.com.json (100%)
 rename install/ui/{test => }/data/host_show_test.example.com.json (100%)
 rename install/ui/{test => }/data/hostgroup_add.json (100%)
 rename install/ui/{test => }/data/hostgroup_add_member.json (100%)
 rename install/ui/{test => }/data/hostgroup_find.json (100%)
 rename install/ui/{test => }/data/hostgroup_find_pkeys.json (100%)
 rename install/ui/{test => }/data/hostgroup_get_records.json (100%)
 rename install/ui/{test => }/data/hostgroup_member_host.json (100%)
 rename install/ui/{test => }/data/hostgroup_show.json (100%)
 rename install/ui/{test => }/data/idrange_add.json (100%)
 rename install/ui/{test => }/data/idrange_find.json (100%)
 rename install/ui/{test => }/data/idrange_find_pkeys.json (100%)
 rename install/ui/{test => }/data/idrange_get_records.json (100%)
 rename install/ui/{test => }/data/idrange_mod.json (100%)
 rename install/ui/{test => }/data/idrange_show.json (100%)
 rename install/ui/{test => }/data/ipa_init.json (100%)
 rename install/ui/{test => }/data/ipa_init_commands.json (100%)
 rename install/ui/{test => }/data/ipa_init_objects.json (100%)
 rename install/ui/{test => }/data/json_metadata.json (100%)
 rename install/ui/{test => }/data/krbtpolicy_show.json (100%)
 rename install/ui/{test => }/data/netgroup_add.json (100%)
 rename install/ui/{test => }/data/netgroup_add_member.json (100%)
 rename install/ui/{test => }/data/netgroup_find.json (100%)
 rename install/ui/{test => }/data/netgroup_find_pkeys.json (100%)
 rename install/ui/{test => }/data/netgroup_get_records.json (100%)
 rename install/ui/{test => }/data/netgroup_show.json (100%)
 rename install/ui/{test => }/data/otptoken_add.json (100%)
 rename install/ui/{test => }/data/otptoken_batch_del.json (100%)
 rename install/ui/{test => }/data/otptoken_batch_mod.json (100%)
 rename install/ui/{test => }/data/otptoken_find_pkeys.json (100%)
 rename install/ui/{test => }/data/otptoken_get_records.json (100%)
 rename install/ui/{test => }/data/otptoken_mod.json (100%)
 rename install/ui/{test => }/data/otptoken_show.json (100%)
 rename install/ui/{test => }/data/permission_add.json (100%)
 rename install/ui/{test => }/data/permission_del.json (100%)
 rename install/ui/{test => }/data/permission_find.json (100%)
 rename install/ui/{test => }/data/permission_find_pkeys.json (100%)
 rename install/ui/{test => }/data/permission_get_records.json (100%)
 rename install/ui/{test => }/data/permission_show.json (100%)
 rename install/ui/{test => }/data/permission_show_filter.json (100%)
 rename install/ui/{test => }/data/permission_show_subtree.json (100%)
 rename install/ui/{test => }/data/permission_show_targetgroup.json (100%)
 rename install/ui/{test => }/data/permission_show_type.json (100%)
 rename install/ui/{test => }/data/privilege_find.json (100%)
 rename install/ui/{test => }/data/privilege_find_pkeys.json (100%)
 rename install/ui/{test => }/data/privilege_get_records.json (100%)
 rename install/ui/{test => }/data/privilege_show.json (100%)
 rename install/ui/{test => }/data/pwpolicy_find.json (100%)
 rename install/ui/{test => }/data/pwpolicy_find_pkeys.json (100%)
 rename install/ui/{test => }/data/pwpolicy_get_records.json (100%)
 rename install/ui/{test => }/data/pwpolicy_mod.json (100%)
 rename install/ui/{test => }/data/pwpolicy_show.json (100%)
 rename install/ui/{test => }/data/realmdomains_show.json (100%)
 rename install/ui/{test => }/data/role_find.json (100%)
 rename install/ui/{test => }/data/role_find_pkeys.json (100%)
 rename install/ui/{test => }/data/role_get_records.json (100%)
 rename install/ui/{test => }/data/role_show.json (100%)
 rename install/ui/{test => }/data/selfservice_find.json (100%)
 rename install/ui/{test => }/data/selfservice_find_pkeys.json (100%)
 rename install/ui/{test => }/data/selfservice_get_records.json (100%)
 rename install/ui/{test => }/data/selfservice_show.json (100%)
 rename install/ui/{test => }/data/selinuxusermap_add_host.json (100%)
 rename install/ui/{test => }/data/selinuxusermap_add_user.json (100%)
 rename install/ui/{test => }/data/selinuxusermap_details_update.json (100%)
 rename install/ui/{test => }/data/selinuxusermap_find_pkeys.json (100%)
 rename install/ui/{test => }/data/selinuxusermap_get_records.json (100%)
 rename install/ui/{test => }/data/selinuxusermap_mod.json (100%)
 rename install/ui/{test => }/data/selinuxusermap_remove_host.json (100%)
 rename install/ui/{test => }/data/selinuxusermap_remove_user.json (100%)
 rename install/ui/{test => }/data/selinuxusermap_show.json (100%)
 rename install/ui/{test => }/data/service_add.json (100%)
 rename install/ui/{test => }/data/service_add_host.json (100%)
 rename install/ui/{test => }/data/service_del.json (100%)
 rename install/ui/{test => }/data/service_disable.json (100%)
 rename install/ui/{test => }/data/service_find.json (100%)
 rename install/ui/{test => }/data/service_find_pkeys.json (100%)
 rename install/ui/{test => }/data/service_get_records.json (100%)
 rename install/ui/{test => }/data/service_managedby_host.json (100%)
 rename install/ui/{test => }/data/service_mod.json (100%)
 rename install/ui/{test => }/data/service_remove_host.sh (100%)
 rename install/ui/{test => }/data/service_show.json (100%)
 rename install/ui/{test => }/data/session_logout.json (100%)
 rename install/ui/{test => }/data/sudocmd_add.json (100%)
 rename install/ui/{test => }/data/sudocmd_del.json (100%)
 rename install/ui/{test => }/data/sudocmd_find.json (100%)
 rename install/ui/{test => }/data/sudocmd_find_pkeys.json (100%)
 rename install/ui/{test => }/data/sudocmd_get_records.json (100%)
 rename install/ui/{test => }/data/sudocmd_memberof_add.json (100%)
 rename install/ui/{test => }/data/sudocmd_memberof_remove.json (100%)
 rename install/ui/{test => }/data/sudocmd_memberof_show.json (100%)
 rename install/ui/{test => }/data/sudocmd_mod.json (100%)
 rename install/ui/{test => }/data/sudocmd_show.json (100%)
 rename install/ui/{test => }/data/sudocmdgroup_add.json (100%)
 rename install/ui/{test => }/data/sudocmdgroup_add_member.json (100%)
 rename install/ui/{test => }/data/sudocmdgroup_del.json (100%)
 rename install/ui/{test => }/data/sudocmdgroup_find.json (100%)
 rename install/ui/{test => }/data/sudocmdgroup_find_pkeys.json (100%)
 rename install/ui/{test => }/data/sudocmdgroup_get_records.json (100%)
 rename install/ui/{test => }/data/sudocmdgroup_member_sudocmd.json (100%)
 rename install/ui/{test => }/data/sudocmdgroup_mod.json (100%)
 rename install/ui/{test => }/data/sudocmdgroup_remove_member.json (100%)
 rename install/ui/{test => }/data/sudocmdgroup_show.json (100%)
 rename install/ui/{test => }/data/sudorule_add.json (100%)
 rename install/ui/{test => }/data/sudorule_del.json (100%)
 rename install/ui/{test => }/data/sudorule_find.json (100%)
 rename install/ui/{test => }/data/sudorule_find_pkeys.json (100%)
 rename install/ui/{test => }/data/sudorule_get_records.json (100%)
 rename install/ui/{test => }/data/sudorule_mod.json (100%)
 rename install/ui/{test => }/data/sudorule_show.json (100%)
 rename install/ui/{test => }/data/trust_add.json (100%)
 rename install/ui/{test => }/data/trust_find_pkeys.json (100%)
 rename install/ui/{test => }/data/trust_show.json (100%)
 rename install/ui/{test => }/data/trustconfigad_show.json (100%)
 rename install/ui/{test => }/data/user_add.json (100%)
 rename install/ui/{test => }/data/user_details_refresh.json (100%)
 rename install/ui/{test => }/data/user_disable.json (100%)
 rename install/ui/{test => }/data/user_enable.json (100%)
 rename install/ui/{test => }/data/user_find.json (100%)
 rename install/ui/{test => }/data/user_find_pkeys.json (100%)
 rename install/ui/{test => }/data/user_get_records.json (100%)
 rename install/ui/{test => }/data/user_memberof_group.json (100%)
 rename install/ui/{test => }/data/user_mod.json (100%)
 rename install/ui/{test => }/data/user_show.json (100%)
 rename install/ui/{test => }/data/whoami.json (100%)

diff --git a/install/ui/test/data/automembergroup_add.json b/install/ui/data/automembergroup_add.json
similarity index 100%
rename from install/ui/test/data/automembergroup_add.json
rename to install/ui/data/automembergroup_add.json
diff --git a/install/ui/test/data/automembergroup_default_group_remove.json b/install/ui/data/automembergroup_default_group_remove.json
similarity index 100%
rename from install/ui/test/data/automembergroup_default_group_remove.json
rename to install/ui/data/automembergroup_default_group_remove.json
diff --git a/install/ui/test/data/automembergroup_default_group_set.json b/install/ui/data/automembergroup_default_group_set.json
similarity index 100%
rename from install/ui/test/data/automembergroup_default_group_set.json
rename to install/ui/data/automembergroup_default_group_set.json
diff --git a/install/ui/test/data/automembergroup_default_group_show.json b/install/ui/data/automembergroup_default_group_show.json
similarity index 100%
rename from install/ui/test/data/automembergroup_default_group_show.json
rename to install/ui/data/automembergroup_default_group_show.json
diff --git a/install/ui/test/data/automembergroup_find_pkeys.json b/install/ui/data/automembergroup_find_pkeys.json
similarity index 100%
rename from install/ui/test/data/automembergroup_find_pkeys.json
rename to install/ui/data/automembergroup_find_pkeys.json
diff --git a/install/ui/test/data/automembergroup_get_records.json b/install/ui/data/automembergroup_get_records.json
similarity index 100%
rename from install/ui/test/data/automembergroup_get_records.json
rename to install/ui/data/automembergroup_get_records.json
diff --git a/install/ui/test/data/automembergroup_show.json b/install/ui/data/automembergroup_show.json
similarity index 100%
rename from install/ui/test/data/automembergroup_show.json
rename to install/ui/data/automembergroup_show.json
diff --git a/install/ui/test/data/automemberhostgroup_add.json b/install/ui/data/automemberhostgroup_add.json
similarity index 100%
rename from install/ui/test/data/automemberhostgroup_add.json
rename to install/ui/data/automemberhostgroup_add.json
diff --git a/install/ui/test/data/automemberhostgroup_default_group_remove.json b/install/ui/data/automemberhostgroup_default_group_remove.json
similarity index 100%
rename from install/ui/test/data/automemberhostgroup_default_group_remove.json
rename to install/ui/data/automemberhostgroup_default_group_remove.json
diff --git a/install/ui/test/data/automemberhostgroup_default_group_set.json b/install/ui/data/automemberhostgroup_default_group_set.json
similarity index 100%
rename from install/ui/test/data/automemberhostgroup_default_group_set.json
rename to install/ui/data/automemberhostgroup_default_group_set.json
diff --git a/install/ui/test/data/automemberhostgroup_default_group_show.json b/install/ui/data/automemberhostgroup_default_group_show.json
similarity index 100%
rename from install/ui/test/data/automemberhostgroup_default_group_show.json
rename to install/ui/data/automemberhostgroup_default_group_show.json
diff --git a/install/ui/test/data/automemberhostgroup_find_pkeys.json b/install/ui/data/automemberhostgroup_find_pkeys.json
similarity index 100%
rename from install/ui/test/data/automemberhostgroup_find_pkeys.json
rename to install/ui/data/automemberhostgroup_find_pkeys.json
diff --git a/install/ui/test/data/automemberhostgroup_get_records.json b/install/ui/data/automemberhostgroup_get_records.json
similarity index 100%
rename from install/ui/test/data/automemberhostgroup_get_records.json
rename to install/ui/data/automemberhostgroup_get_records.json
diff --git a/install/ui/test/data/automemberhostgroup_show.json b/install/ui/data/automemberhostgroup_show.json
similarity index 100%
rename from install/ui/test/data/automemberhostgroup_show.json
rename to install/ui/data/automemberhostgroup_show.json
diff --git a/install/ui/test/data/automountkey_add.json b/install/ui/data/automountkey_add.json
similarity index 100%
rename from install/ui/test/data/automountkey_add.json
rename to install/ui/data/automountkey_add.json
diff --git a/install/ui/test/data/automountkey_find.json b/install/ui/data/automountkey_find.json
similarity index 100%
rename from install/ui/test/data/automountkey_find.json
rename to install/ui/data/automountkey_find.json
diff --git a/install/ui/test/data/automountkey_show.json b/install/ui/data/automountkey_show.json
similarity index 100%
rename from install/ui/test/data/automountkey_show.json
rename to install/ui/data/automountkey_show.json
diff --git a/install/ui/test/data/automountlocation_add.json b/install/ui/data/automountlocation_add.json
similarity index 100%
rename from install/ui/test/data/automountlocation_add.json
rename to install/ui/data/automountlocation_add.json
diff --git a/install/ui/test/data/automountlocation_del.json b/install/ui/data/automountlocation_del.json
similarity index 100%
rename from install/ui/test/data/automountlocation_del.json
rename to install/ui/data/automountlocation_del.json
diff --git a/install/ui/test/data/automountlocation_find.json b/install/ui/data/automountlocation_find.json
similarity index 100%
rename from install/ui/test/data/automountlocation_find.json
rename to install/ui/data/automountlocation_find.json
diff --git a/install/ui/test/data/automountlocation_find_pkeys.json b/install/ui/data/automountlocation_find_pkeys.json
similarity index 100%
rename from install/ui/test/data/automountlocation_find_pkeys.json
rename to install/ui/data/automountlocation_find_pkeys.json
diff --git a/install/ui/test/data/automountlocation_get_records.json b/install/ui/data/automountlocation_get_records.json
similarity index 100%
rename from install/ui/test/data/automountlocation_get_records.json
rename to install/ui/data/automountlocation_get_records.json
diff --git a/install/ui/test/data/automountlocation_show.json b/install/ui/data/automountlocation_show.json
similarity index 100%
rename from install/ui/test/data/automountlocation_show.json
rename to install/ui/data/automountlocation_show.json
diff --git a/install/ui/test/data/automountmap_add.json b/install/ui/data/automountmap_add.json
similarity index 100%
rename from install/ui/test/data/automountmap_add.json
rename to install/ui/data/automountmap_add.json
diff --git a/install/ui/test/data/automountmap_add_indirect.json b/install/ui/data/automountmap_add_indirect.json
similarity index 100%
rename from install/ui/test/data/automountmap_add_indirect.json
rename to install/ui/data/automountmap_add_indirect.json
diff --git a/install/ui/test/data/automountmap_del.json b/install/ui/data/automountmap_del.json
similarity index 100%
rename from install/ui/test/data/automountmap_del.json
rename to install/ui/data/automountmap_del.json
diff --git a/install/ui/test/data/automountmap_find.json b/install/ui/data/automountmap_find.json
similarity index 100%
rename from install/ui/test/data/automountmap_find.json
rename to install/ui/data/automountmap_find.json
diff --git a/install/ui/test/data/automountmap_find_pkeys.json b/install/ui/data/automountmap_find_pkeys.json
similarity index 100%
rename from install/ui/test/data/automountmap_find_pkeys.json
rename to install/ui/data/automountmap_find_pkeys.json
diff --git a/install/ui/test/data/automountmap_get_records.json b/install/ui/data/automountmap_get_records.json
similarity index 100%
rename from install/ui/test/data/automountmap_get_records.json
rename to install/ui/data/automountmap_get_records.json
diff --git a/install/ui/test/data/automountmap_show.json b/install/ui/data/automountmap_show.json
similarity index 100%
rename from install/ui/test/data/automountmap_show.json
rename to install/ui/data/automountmap_show.json
diff --git a/install/ui/test/data/cert_find.json b/install/ui/data/cert_find.json
similarity index 100%
rename from install/ui/test/data/cert_find.json
rename to install/ui/data/cert_find.json
diff --git a/install/ui/test/data/cert_remove_hold.json b/install/ui/data/cert_remove_hold.json
similarity index 100%
rename from install/ui/test/data/cert_remove_hold.json
rename to install/ui/data/cert_remove_hold.json
diff --git a/install/ui/test/data/cert_request.json b/install/ui/data/cert_request.json
similarity index 100%
rename from install/ui/test/data/cert_request.json
rename to install/ui/data/cert_request.json
diff --git a/install/ui/test/data/cert_revoke.json b/install/ui/data/cert_revoke.json
similarity index 100%
rename from install/ui/test/data/cert_revoke.json
rename to install/ui/data/cert_revoke.json
diff --git a/install/ui/test/data/cert_show.json b/install/ui/data/cert_show.json
similarity index 100%
rename from install/ui/test/data/cert_show.json
rename to install/ui/data/cert_show.json
diff --git a/install/ui/test/data/config_show.json b/install/ui/data/config_show.json
similarity index 100%
rename from install/ui/test/data/config_show.json
rename to install/ui/data/config_show.json
diff --git a/install/ui/test/data/delegation_find.json b/install/ui/data/delegation_find.json
similarity index 100%
rename from install/ui/test/data/delegation_find.json
rename to install/ui/data/delegation_find.json
diff --git a/install/ui/test/data/delegation_find_pkeys.json b/install/ui/data/delegation_find_pkeys.json
similarity index 100%
rename from install/ui/test/data/delegation_find_pkeys.json
rename to install/ui/data/delegation_find_pkeys.json
diff --git a/install/ui/test/data/delegation_get_records.json b/install/ui/data/delegation_get_records.json
similarity index 100%
rename from install/ui/test/data/delegation_get_records.json
rename to install/ui/data/delegation_get_records.json
diff --git a/install/ui/test/data/delegation_list.json b/install/ui/data/delegation_list.json
similarity index 100%
rename from install/ui/test/data/delegation_list.json
rename to install/ui/data/delegation_list.json
diff --git a/install/ui/test/data/delegation_mod.json b/install/ui/data/delegation_mod.json
similarity index 100%
rename from install/ui/test/data/delegation_mod.json
rename to install/ui/data/delegation_mod.json
diff --git a/install/ui/test/data/delegation_show.json b/install/ui/data/delegation_show.json
similarity index 100%
rename from install/ui/test/data/delegation_show.json
rename to install/ui/data/delegation_show.json
diff --git a/install/ui/test/data/dnsconfig_mod.json b/install/ui/data/dnsconfig_mod.json
similarity index 100%
rename from install/ui/test/data/dnsconfig_mod.json
rename to install/ui/data/dnsconfig_mod.json
diff --git a/install/ui/test/data/dnsconfig_show.json b/install/ui/data/dnsconfig_show.json
similarity index 100%
rename from install/ui/test/data/dnsconfig_show.json
rename to install/ui/data/dnsconfig_show.json
diff --git a/install/ui/test/data/dnsforwardzone_add.json b/install/ui/data/dnsforwardzone_add.json
similarity index 100%
rename from install/ui/test/data/dnsforwardzone_add.json
rename to install/ui/data/dnsforwardzone_add.json
diff --git a/install/ui/test/data/dnsforwardzone_batch_del.json b/install/ui/data/dnsforwardzone_batch_del.json
similarity index 100%
rename from install/ui/test/data/dnsforwardzone_batch_del.json
rename to install/ui/data/dnsforwardzone_batch_del.json
diff --git a/install/ui/test/data/dnsforwardzone_details_refresh.json b/install/ui/data/dnsforwardzone_details_refresh.json
similarity index 100%
rename from install/ui/test/data/dnsforwardzone_details_refresh.json
rename to install/ui/data/dnsforwardzone_details_refresh.json
diff --git a/install/ui/test/data/dnsforwardzone_find_pkeys.json b/install/ui/data/dnsforwardzone_find_pkeys.json
similarity index 100%
rename from install/ui/test/data/dnsforwardzone_find_pkeys.json
rename to install/ui/data/dnsforwardzone_find_pkeys.json
diff --git a/install/ui/test/data/dnsforwardzone_get_records.json b/install/ui/data/dnsforwardzone_get_records.json
similarity index 100%
rename from install/ui/test/data/dnsforwardzone_get_records.json
rename to install/ui/data/dnsforwardzone_get_records.json
diff --git a/install/ui/test/data/dnsrecord_add.json b/install/ui/data/dnsrecord_add.json
similarity index 100%
rename from install/ui/test/data/dnsrecord_add.json
rename to install/ui/data/dnsrecord_add.json
diff --git a/install/ui/test/data/dnsrecord_del.json b/install/ui/data/dnsrecord_del.json
similarity index 100%
rename from install/ui/test/data/dnsrecord_del.json
rename to install/ui/data/dnsrecord_del.json
diff --git a/install/ui/test/data/dnsrecord_find.json b/install/ui/data/dnsrecord_find.json
similarity index 100%
rename from install/ui/test/data/dnsrecord_find.json
rename to install/ui/data/dnsrecord_find.json
diff --git a/install/ui/test/data/dnsrecord_find_pkeys.json b/install/ui/data/dnsrecord_find_pkeys.json
similarity index 100%
rename from install/ui/test/data/dnsrecord_find_pkeys.json
rename to install/ui/data/dnsrecord_find_pkeys.json
diff --git a/install/ui/test/data/dnsrecord_get_records.json b/install/ui/data/dnsrecord_get_records.json
similarity index 100%
rename from install/ui/test/data/dnsrecord_get_records.json
rename to install/ui/data/dnsrecord_get_records.json
diff --git a/install/ui/test/data/dnsrecord_show.json b/install/ui/data/dnsrecord_show.json
similarity index 100%
rename from install/ui/test/data/dnsrecord_show.json
rename to install/ui/data/dnsrecord_show.json
diff --git a/install/ui/test/data/dnszone_add.json b/install/ui/data/dnszone_add.json
similarity index 100%
rename from install/ui/test/data/dnszone_add.json
rename to install/ui/data/dnszone_add.json
diff --git a/install/ui/test/data/dnszone_details_refresh.json b/install/ui/data/dnszone_details_refresh.json
similarity index 100%
rename from install/ui/test/data/dnszone_details_refresh.json
rename to install/ui/data/dnszone_details_refresh.json
diff --git a/install/ui/test/data/dnszone_find.json b/install/ui/data/dnszone_find.json
similarity index 100%
rename from install/ui/test/data/dnszone_find.json
rename to install/ui/data/dnszone_find.json
diff --git a/install/ui/test/data/dnszone_find_pkeys.json b/install/ui/data/dnszone_find_pkeys.json
similarity index 100%
rename from install/ui/test/data/dnszone_find_pkeys.json
rename to install/ui/data/dnszone_find_pkeys.json
diff --git a/install/ui/test/data/dnszone_get_records.json b/install/ui/data/dnszone_get_records.json
similarity index 100%
rename from install/ui/test/data/dnszone_get_records.json
rename to install/ui/data/dnszone_get_records.json
diff --git a/install/ui/test/data/dnszone_show.json b/install/ui/data/dnszone_show.json
similarity index 100%
rename from install/ui/test/data/dnszone_show.json
rename to install/ui/data/dnszone_show.json
diff --git a/install/ui/test/data/group_add.json b/install/ui/data/group_add.json
similarity index 100%
rename from install/ui/test/data/group_add.json
rename to install/ui/data/group_add.json
diff --git a/install/ui/test/data/group_add_member.json b/install/ui/data/group_add_member.json
similarity index 100%
rename from install/ui/test/data/group_add_member.json
rename to install/ui/data/group_add_member.json
diff --git a/install/ui/test/data/group_find.json b/install/ui/data/group_find.json
similarity index 100%
rename from install/ui/test/data/group_find.json
rename to install/ui/data/group_find.json
diff --git a/install/ui/test/data/group_find_pkeys.json b/install/ui/data/group_find_pkeys.json
similarity index 100%
rename from install/ui/test/data/group_find_pkeys.json
rename to install/ui/data/group_find_pkeys.json
diff --git a/install/ui/test/data/group_get_records.json b/install/ui/data/group_get_records.json
similarity index 100%
rename from install/ui/test/data/group_get_records.json
rename to install/ui/data/group_get_records.json
diff --git a/install/ui/test/data/group_member_user.json b/install/ui/data/group_member_user.json
similarity index 100%
rename from install/ui/test/data/group_member_user.json
rename to install/ui/data/group_member_user.json
diff --git a/install/ui/test/data/group_remove_member.json b/install/ui/data/group_remove_member.json
similarity index 100%
rename from install/ui/test/data/group_remove_member.json
rename to install/ui/data/group_remove_member.json
diff --git a/install/ui/test/data/group_show.json b/install/ui/data/group_show.json
similarity index 100%
rename from install/ui/test/data/group_show.json
rename to install/ui/data/group_show.json
diff --git a/install/ui/test/data/hbacrule_add.json b/install/ui/data/hbacrule_add.json
similarity index 100%
rename from install/ui/test/data/hbacrule_add.json
rename to install/ui/data/hbacrule_add.json
diff --git a/install/ui/test/data/hbacrule_add_accesstime.json b/install/ui/data/hbacrule_add_accesstime.json
similarity index 100%
rename from install/ui/test/data/hbacrule_add_accesstime.json
rename to install/ui/data/hbacrule_add_accesstime.json
diff --git a/install/ui/test/data/hbacrule_add_host.json b/install/ui/data/hbacrule_add_host.json
similarity index 100%
rename from install/ui/test/data/hbacrule_add_host.json
rename to install/ui/data/hbacrule_add_host.json
diff --git a/install/ui/test/data/hbacrule_add_service.json b/install/ui/data/hbacrule_add_service.json
similarity index 100%
rename from install/ui/test/data/hbacrule_add_service.json
rename to install/ui/data/hbacrule_add_service.json
diff --git a/install/ui/test/data/hbacrule_add_sourcehost.json b/install/ui/data/hbacrule_add_sourcehost.json
similarity index 100%
rename from install/ui/test/data/hbacrule_add_sourcehost.json
rename to install/ui/data/hbacrule_add_sourcehost.json
diff --git a/install/ui/test/data/hbacrule_add_user.json b/install/ui/data/hbacrule_add_user.json
similarity index 100%
rename from install/ui/test/data/hbacrule_add_user.json
rename to install/ui/data/hbacrule_add_user.json
diff --git a/install/ui/test/data/hbacrule_del.json b/install/ui/data/hbacrule_del.json
similarity index 100%
rename from install/ui/test/data/hbacrule_del.json
rename to install/ui/data/hbacrule_del.json
diff --git a/install/ui/test/data/hbacrule_find.json b/install/ui/data/hbacrule_find.json
similarity index 100%
rename from install/ui/test/data/hbacrule_find.json
rename to install/ui/data/hbacrule_find.json
diff --git a/install/ui/test/data/hbacrule_find_pkeys.json b/install/ui/data/hbacrule_find_pkeys.json
similarity index 100%
rename from install/ui/test/data/hbacrule_find_pkeys.json
rename to install/ui/data/hbacrule_find_pkeys.json
diff --git a/install/ui/test/data/hbacrule_get_records.json b/install/ui/data/hbacrule_get_records.json
similarity index 100%
rename from install/ui/test/data/hbacrule_get_records.json
rename to install/ui/data/hbacrule_get_records.json
diff --git a/install/ui/test/data/hbacrule_mod.json b/install/ui/data/hbacrule_mod.json
similarity index 100%
rename from install/ui/test/data/hbacrule_mod.json
rename to install/ui/data/hbacrule_mod.json
diff --git a/install/ui/test/data/hbacrule_remove_accesstime.json b/install/ui/data/hbacrule_remove_accesstime.json
similarity index 100%
rename from install/ui/test/data/hbacrule_remove_accesstime.json
rename to install/ui/data/hbacrule_remove_accesstime.json
diff --git a/install/ui/test/data/hbacrule_remove_host.json b/install/ui/data/hbacrule_remove_host.json
similarity index 100%
rename from install/ui/test/data/hbacrule_remove_host.json
rename to install/ui/data/hbacrule_remove_host.json
diff --git a/install/ui/test/data/hbacrule_remove_service.json b/install/ui/data/hbacrule_remove_service.json
similarity index 100%
rename from install/ui/test/data/hbacrule_remove_service.json
rename to install/ui/data/hbacrule_remove_service.json
diff --git a/install/ui/test/data/hbacrule_remove_sourcehost.json b/install/ui/data/hbacrule_remove_sourcehost.json
similarity index 100%
rename from install/ui/test/data/hbacrule_remove_sourcehost.json
rename to install/ui/data/hbacrule_remove_sourcehost.json
diff --git a/install/ui/test/data/hbacrule_remove_user.json b/install/ui/data/hbacrule_remove_user.json
similarity index 100%
rename from install/ui/test/data/hbacrule_remove_user.json
rename to install/ui/data/hbacrule_remove_user.json
diff --git a/install/ui/test/data/hbacrule_show.json b/install/ui/data/hbacrule_show.json
similarity index 100%
rename from install/ui/test/data/hbacrule_show.json
rename to install/ui/data/hbacrule_show.json
diff --git a/install/ui/test/data/hbacsvc_add.json b/install/ui/data/hbacsvc_add.json
similarity index 100%
rename from install/ui/test/data/hbacsvc_add.json
rename to install/ui/data/hbacsvc_add.json
diff --git a/install/ui/test/data/hbacsvc_del.json b/install/ui/data/hbacsvc_del.json
similarity index 100%
rename from install/ui/test/data/hbacsvc_del.json
rename to install/ui/data/hbacsvc_del.json
diff --git a/install/ui/test/data/hbacsvc_find.json b/install/ui/data/hbacsvc_find.json
similarity index 100%
rename from install/ui/test/data/hbacsvc_find.json
rename to install/ui/data/hbacsvc_find.json
diff --git a/install/ui/test/data/hbacsvc_find_pkeys.json b/install/ui/data/hbacsvc_find_pkeys.json
similarity index 100%
rename from install/ui/test/data/hbacsvc_find_pkeys.json
rename to install/ui/data/hbacsvc_find_pkeys.json
diff --git a/install/ui/test/data/hbacsvc_get_records.json b/install/ui/data/hbacsvc_get_records.json
similarity index 100%
rename from install/ui/test/data/hbacsvc_get_records.json
rename to install/ui/data/hbacsvc_get_records.json
diff --git a/install/ui/test/data/hbacsvc_mod.json b/install/ui/data/hbacsvc_mod.json
similarity index 100%
rename from install/ui/test/data/hbacsvc_mod.json
rename to install/ui/data/hbacsvc_mod.json
diff --git a/install/ui/test/data/hbacsvc_show.json b/install/ui/data/hbacsvc_show.json
similarity index 100%
rename from install/ui/test/data/hbacsvc_show.json
rename to install/ui/data/hbacsvc_show.json
diff --git a/install/ui/test/data/hbacsvcgroup_add.json b/install/ui/data/hbacsvcgroup_add.json
similarity index 100%
rename from install/ui/test/data/hbacsvcgroup_add.json
rename to install/ui/data/hbacsvcgroup_add.json
diff --git a/install/ui/test/data/hbacsvcgroup_add_member.json b/install/ui/data/hbacsvcgroup_add_member.json
similarity index 100%
rename from install/ui/test/data/hbacsvcgroup_add_member.json
rename to install/ui/data/hbacsvcgroup_add_member.json
diff --git a/install/ui/test/data/hbacsvcgroup_del.json b/install/ui/data/hbacsvcgroup_del.json
similarity index 100%
rename from install/ui/test/data/hbacsvcgroup_del.json
rename to install/ui/data/hbacsvcgroup_del.json
diff --git a/install/ui/test/data/hbacsvcgroup_find.json b/install/ui/data/hbacsvcgroup_find.json
similarity index 100%
rename from install/ui/test/data/hbacsvcgroup_find.json
rename to install/ui/data/hbacsvcgroup_find.json
diff --git a/install/ui/test/data/hbacsvcgroup_find_pkeys.json b/install/ui/data/hbacsvcgroup_find_pkeys.json
similarity index 100%
rename from install/ui/test/data/hbacsvcgroup_find_pkeys.json
rename to install/ui/data/hbacsvcgroup_find_pkeys.json
diff --git a/install/ui/test/data/hbacsvcgroup_get_records.json b/install/ui/data/hbacsvcgroup_get_records.json
similarity index 100%
rename from install/ui/test/data/hbacsvcgroup_get_records.json
rename to install/ui/data/hbacsvcgroup_get_records.json
diff --git a/install/ui/test/data/hbacsvcgroup_member_hbacsvc.json b/install/ui/data/hbacsvcgroup_member_hbacsvc.json
similarity index 100%
rename from install/ui/test/data/hbacsvcgroup_member_hbacsvc.json
rename to install/ui/data/hbacsvcgroup_member_hbacsvc.json
diff --git a/install/ui/test/data/hbacsvcgroup_mod.json b/install/ui/data/hbacsvcgroup_mod.json
similarity index 100%
rename from install/ui/test/data/hbacsvcgroup_mod.json
rename to install/ui/data/hbacsvcgroup_mod.json
diff --git a/install/ui/test/data/hbacsvcgroup_remove_member.json b/install/ui/data/hbacsvcgroup_remove_member.json
similarity index 100%
rename from install/ui/test/data/hbacsvcgroup_remove_member.json
rename to install/ui/data/hbacsvcgroup_remove_member.json
diff --git a/install/ui/test/data/hbacsvcgroup_show.json b/install/ui/data/hbacsvcgroup_show.json
similarity index 100%
rename from install/ui/test/data/hbacsvcgroup_show.json
rename to install/ui/data/hbacsvcgroup_show.json
diff --git a/install/ui/test/data/hbactest.json b/install/ui/data/hbactest.json
similarity index 100%
rename from install/ui/test/data/hbactest.json
rename to install/ui/data/hbactest.json
diff --git a/install/ui/test/data/hbactest_matched.json b/install/ui/data/hbactest_matched.json
similarity index 100%
rename from install/ui/test/data/hbactest_matched.json
rename to install/ui/data/hbactest_matched.json
diff --git a/install/ui/test/data/hbactest_unmatched.json b/install/ui/data/hbactest_unmatched.json
similarity index 100%
rename from install/ui/test/data/hbactest_unmatched.json
rename to install/ui/data/hbactest_unmatched.json
diff --git a/install/ui/test/data/host_add.json b/install/ui/data/host_add.json
similarity index 100%
rename from install/ui/test/data/host_add.json
rename to install/ui/data/host_add.json
diff --git a/install/ui/test/data/host_disable_dev.example.com.json b/install/ui/data/host_disable_dev.example.com.json
similarity index 100%
rename from install/ui/test/data/host_disable_dev.example.com.json
rename to install/ui/data/host_disable_dev.example.com.json
diff --git a/install/ui/test/data/host_find.json b/install/ui/data/host_find.json
similarity index 100%
rename from install/ui/test/data/host_find.json
rename to install/ui/data/host_find.json
diff --git a/install/ui/test/data/host_find_pkeys.json b/install/ui/data/host_find_pkeys.json
similarity index 100%
rename from install/ui/test/data/host_find_pkeys.json
rename to install/ui/data/host_find_pkeys.json
diff --git a/install/ui/test/data/host_get_records.json b/install/ui/data/host_get_records.json
similarity index 100%
rename from install/ui/test/data/host_get_records.json
rename to install/ui/data/host_get_records.json
diff --git a/install/ui/test/data/host_mod.json b/install/ui/data/host_mod.json
similarity index 100%
rename from install/ui/test/data/host_mod.json
rename to install/ui/data/host_mod.json
diff --git a/install/ui/test/data/host_show.json b/install/ui/data/host_show.json
similarity index 100%
rename from install/ui/test/data/host_show.json
rename to install/ui/data/host_show.json
diff --git a/install/ui/test/data/host_show_dev.example.com.json b/install/ui/data/host_show_dev.example.com.json
similarity index 100%
rename from install/ui/test/data/host_show_dev.example.com.json
rename to install/ui/data/host_show_dev.example.com.json
diff --git a/install/ui/test/data/host_show_test.example.com.json b/install/ui/data/host_show_test.example.com.json
similarity index 100%
rename from install/ui/test/data/host_show_test.example.com.json
rename to install/ui/data/host_show_test.example.com.json
diff --git a/install/ui/test/data/hostgroup_add.json b/install/ui/data/hostgroup_add.json
similarity index 100%
rename from install/ui/test/data/hostgroup_add.json
rename to install/ui/data/hostgroup_add.json
diff --git a/install/ui/test/data/hostgroup_add_member.json b/install/ui/data/hostgroup_add_member.json
similarity index 100%
rename from install/ui/test/data/hostgroup_add_member.json
rename to install/ui/data/hostgroup_add_member.json
diff --git a/install/ui/test/data/hostgroup_find.json b/install/ui/data/hostgroup_find.json
similarity index 100%
rename from install/ui/test/data/hostgroup_find.json
rename to install/ui/data/hostgroup_find.json
diff --git a/install/ui/test/data/hostgroup_find_pkeys.json b/install/ui/data/hostgroup_find_pkeys.json
similarity index 100%
rename from install/ui/test/data/hostgroup_find_pkeys.json
rename to install/ui/data/hostgroup_find_pkeys.json
diff --git a/install/ui/test/data/hostgroup_get_records.json b/install/ui/data/hostgroup_get_records.json
similarity index 100%
rename from install/ui/test/data/hostgroup_get_records.json
rename to install/ui/data/hostgroup_get_records.json
diff --git a/install/ui/test/data/hostgroup_member_host.json b/install/ui/data/hostgroup_member_host.json
similarity index 100%
rename from install/ui/test/data/hostgroup_member_host.json
rename to install/ui/data/hostgroup_member_host.json
diff --git a/install/ui/test/data/hostgroup_show.json b/install/ui/data/hostgroup_show.json
similarity index 100%
rename from install/ui/test/data/hostgroup_show.json
rename to install/ui/data/hostgroup_show.json
diff --git a/install/ui/test/data/idrange_add.json b/install/ui/data/idrange_add.json
similarity index 100%
rename from install/ui/test/data/idrange_add.json
rename to install/ui/data/idrange_add.json
diff --git a/install/ui/test/data/idrange_find.json b/install/ui/data/idrange_find.json
similarity index 100%
rename from install/ui/test/data/idrange_find.json
rename to install/ui/data/idrange_find.json
diff --git a/install/ui/test/data/idrange_find_pkeys.json b/install/ui/data/idrange_find_pkeys.json
similarity index 100%
rename from install/ui/test/data/idrange_find_pkeys.json
rename to install/ui/data/idrange_find_pkeys.json
diff --git a/install/ui/test/data/idrange_get_records.json b/install/ui/data/idrange_get_records.json
similarity index 100%
rename from install/ui/test/data/idrange_get_records.json
rename to install/ui/data/idrange_get_records.json
diff --git a/install/ui/test/data/idrange_mod.json b/install/ui/data/idrange_mod.json
similarity index 100%
rename from install/ui/test/data/idrange_mod.json
rename to install/ui/data/idrange_mod.json
diff --git a/install/ui/test/data/idrange_show.json b/install/ui/data/idrange_show.json
similarity index 100%
rename from install/ui/test/data/idrange_show.json
rename to install/ui/data/idrange_show.json
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/data/ipa_init.json
similarity index 100%
rename from install/ui/test/data/ipa_init.json
rename to install/ui/data/ipa_init.json
diff --git a/install/ui/test/data/ipa_init_commands.json b/install/ui/data/ipa_init_commands.json
similarity index 100%
rename from install/ui/test/data/ipa_init_commands.json
rename to install/ui/data/ipa_init_commands.json
diff --git a/install/ui/test/data/ipa_init_objects.json b/install/ui/data/ipa_init_objects.json
similarity index 100%
rename from install/ui/test/data/ipa_init_objects.json
rename to install/ui/data/ipa_init_objects.json
diff --git a/install/ui/test/data/json_metadata.json b/install/ui/data/json_metadata.json
similarity index 100%
rename from install/ui/test/data/json_metadata.json
rename to install/ui/data/json_metadata.json
diff --git a/install/ui/test/data/krbtpolicy_show.json b/install/ui/data/krbtpolicy_show.json
similarity index 100%
rename from install/ui/test/data/krbtpolicy_show.json
rename to install/ui/data/krbtpolicy_show.json
diff --git a/install/ui/test/data/netgroup_add.json b/install/ui/data/netgroup_add.json
similarity index 100%
rename from install/ui/test/data/netgroup_add.json
rename to install/ui/data/netgroup_add.json
diff --git a/install/ui/test/data/netgroup_add_member.json b/install/ui/data/netgroup_add_member.json
similarity index 100%
rename from install/ui/test/data/netgroup_add_member.json
rename to install/ui/data/netgroup_add_member.json
diff --git a/install/ui/test/data/netgroup_find.json b/install/ui/data/netgroup_find.json
similarity index 100%
rename from install/ui/test/data/netgroup_find.json
rename to install/ui/data/netgroup_find.json
diff --git a/install/ui/test/data/netgroup_find_pkeys.json b/install/ui/data/netgroup_find_pkeys.json
similarity index 100%
rename from install/ui/test/data/netgroup_find_pkeys.json
rename to install/ui/data/netgroup_find_pkeys.json
diff --git a/install/ui/test/data/netgroup_get_records.json b/install/ui/data/netgroup_get_records.json
similarity index 100%
rename from install/ui/test/data/netgroup_get_records.json
rename to install/ui/data/netgroup_get_records.json
diff --git a/install/ui/test/data/netgroup_show.json b/install/ui/data/netgroup_show.json
similarity index 100%
rename from install/ui/test/data/netgroup_show.json
rename to install/ui/data/netgroup_show.json
diff --git a/install/ui/test/data/otptoken_add.json b/install/ui/data/otptoken_add.json
similarity index 100%
rename from install/ui/test/data/otptoken_add.json
rename to install/ui/data/otptoken_add.json
diff --git a/install/ui/test/data/otptoken_batch_del.json b/install/ui/data/otptoken_batch_del.json
similarity index 100%
rename from install/ui/test/data/otptoken_batch_del.json
rename to install/ui/data/otptoken_batch_del.json
diff --git a/install/ui/test/data/otptoken_batch_mod.json b/install/ui/data/otptoken_batch_mod.json
similarity index 100%
rename from install/ui/test/data/otptoken_batch_mod.json
rename to install/ui/data/otptoken_batch_mod.json
diff --git a/install/ui/test/data/otptoken_find_pkeys.json b/install/ui/data/otptoken_find_pkeys.json
similarity index 100%
rename from install/ui/test/data/otptoken_find_pkeys.json
rename to install/ui/data/otptoken_find_pkeys.json
diff --git a/install/ui/test/data/otptoken_get_records.json b/install/ui/data/otptoken_get_records.json
similarity index 100%
rename from install/ui/test/data/otptoken_get_records.json
rename to install/ui/data/otptoken_get_records.json
diff --git a/install/ui/test/data/otptoken_mod.json b/install/ui/data/otptoken_mod.json
similarity index 100%
rename from install/ui/test/data/otptoken_mod.json
rename to install/ui/data/otptoken_mod.json
diff --git a/install/ui/test/data/otptoken_show.json b/install/ui/data/otptoken_show.json
similarity index 100%
rename from install/ui/test/data/otptoken_show.json
rename to install/ui/data/otptoken_show.json
diff --git a/install/ui/test/data/permission_add.json b/install/ui/data/permission_add.json
similarity index 100%
rename from install/ui/test/data/permission_add.json
rename to install/ui/data/permission_add.json
diff --git a/install/ui/test/data/permission_del.json b/install/ui/data/permission_del.json
similarity index 100%
rename from install/ui/test/data/permission_del.json
rename to install/ui/data/permission_del.json
diff --git a/install/ui/test/data/permission_find.json b/install/ui/data/permission_find.json
similarity index 100%
rename from install/ui/test/data/permission_find.json
rename to install/ui/data/permission_find.json
diff --git a/install/ui/test/data/permission_find_pkeys.json b/install/ui/data/permission_find_pkeys.json
similarity index 100%
rename from install/ui/test/data/permission_find_pkeys.json
rename to install/ui/data/permission_find_pkeys.json
diff --git a/install/ui/test/data/permission_get_records.json b/install/ui/data/permission_get_records.json
similarity index 100%
rename from install/ui/test/data/permission_get_records.json
rename to install/ui/data/permission_get_records.json
diff --git a/install/ui/test/data/permission_show.json b/install/ui/data/permission_show.json
similarity index 100%
rename from install/ui/test/data/permission_show.json
rename to install/ui/data/permission_show.json
diff --git a/install/ui/test/data/permission_show_filter.json b/install/ui/data/permission_show_filter.json
similarity index 100%
rename from install/ui/test/data/permission_show_filter.json
rename to install/ui/data/permission_show_filter.json
diff --git a/install/ui/test/data/permission_show_subtree.json b/install/ui/data/permission_show_subtree.json
similarity index 100%
rename from install/ui/test/data/permission_show_subtree.json
rename to install/ui/data/permission_show_subtree.json
diff --git a/install/ui/test/data/permission_show_targetgroup.json b/install/ui/data/permission_show_targetgroup.json
similarity index 100%
rename from install/ui/test/data/permission_show_targetgroup.json
rename to install/ui/data/permission_show_targetgroup.json
diff --git a/install/ui/test/data/permission_show_type.json b/install/ui/data/permission_show_type.json
similarity index 100%
rename from install/ui/test/data/permission_show_type.json
rename to install/ui/data/permission_show_type.json
diff --git a/install/ui/test/data/privilege_find.json b/install/ui/data/privilege_find.json
similarity index 100%
rename from install/ui/test/data/privilege_find.json
rename to install/ui/data/privilege_find.json
diff --git a/install/ui/test/data/privilege_find_pkeys.json b/install/ui/data/privilege_find_pkeys.json
similarity index 100%
rename from install/ui/test/data/privilege_find_pkeys.json
rename to install/ui/data/privilege_find_pkeys.json
diff --git a/install/ui/test/data/privilege_get_records.json b/install/ui/data/privilege_get_records.json
similarity index 100%
rename from install/ui/test/data/privilege_get_records.json
rename to install/ui/data/privilege_get_records.json
diff --git a/install/ui/test/data/privilege_show.json b/install/ui/data/privilege_show.json
similarity index 100%
rename from install/ui/test/data/privilege_show.json
rename to install/ui/data/privilege_show.json
diff --git a/install/ui/test/data/pwpolicy_find.json b/install/ui/data/pwpolicy_find.json
similarity index 100%
rename from install/ui/test/data/pwpolicy_find.json
rename to install/ui/data/pwpolicy_find.json
diff --git a/install/ui/test/data/pwpolicy_find_pkeys.json b/install/ui/data/pwpolicy_find_pkeys.json
similarity index 100%
rename from install/ui/test/data/pwpolicy_find_pkeys.json
rename to install/ui/data/pwpolicy_find_pkeys.json
diff --git a/install/ui/test/data/pwpolicy_get_records.json b/install/ui/data/pwpolicy_get_records.json
similarity index 100%
rename from install/ui/test/data/pwpolicy_get_records.json
rename to install/ui/data/pwpolicy_get_records.json
diff --git a/install/ui/test/data/pwpolicy_mod.json b/install/ui/data/pwpolicy_mod.json
similarity index 100%
rename from install/ui/test/data/pwpolicy_mod.json
rename to install/ui/data/pwpolicy_mod.json
diff --git a/install/ui/test/data/pwpolicy_show.json b/install/ui/data/pwpolicy_show.json
similarity index 100%
rename from install/ui/test/data/pwpolicy_show.json
rename to install/ui/data/pwpolicy_show.json
diff --git a/install/ui/test/data/realmdomains_show.json b/install/ui/data/realmdomains_show.json
similarity index 100%
rename from install/ui/test/data/realmdomains_show.json
rename to install/ui/data/realmdomains_show.json
diff --git a/install/ui/test/data/role_find.json b/install/ui/data/role_find.json
similarity index 100%
rename from install/ui/test/data/role_find.json
rename to install/ui/data/role_find.json
diff --git a/install/ui/test/data/role_find_pkeys.json b/install/ui/data/role_find_pkeys.json
similarity index 100%
rename from install/ui/test/data/role_find_pkeys.json
rename to install/ui/data/role_find_pkeys.json
diff --git a/install/ui/test/data/role_get_records.json b/install/ui/data/role_get_records.json
similarity index 100%
rename from install/ui/test/data/role_get_records.json
rename to install/ui/data/role_get_records.json
diff --git a/install/ui/test/data/role_show.json b/install/ui/data/role_show.json
similarity index 100%
rename from install/ui/test/data/role_show.json
rename to install/ui/data/role_show.json
diff --git a/install/ui/test/data/selfservice_find.json b/install/ui/data/selfservice_find.json
similarity index 100%
rename from install/ui/test/data/selfservice_find.json
rename to install/ui/data/selfservice_find.json
diff --git a/install/ui/test/data/selfservice_find_pkeys.json b/install/ui/data/selfservice_find_pkeys.json
similarity index 100%
rename from install/ui/test/data/selfservice_find_pkeys.json
rename to install/ui/data/selfservice_find_pkeys.json
diff --git a/install/ui/test/data/selfservice_get_records.json b/install/ui/data/selfservice_get_records.json
similarity index 100%
rename from install/ui/test/data/selfservice_get_records.json
rename to install/ui/data/selfservice_get_records.json
diff --git a/install/ui/test/data/selfservice_show.json b/install/ui/data/selfservice_show.json
similarity index 100%
rename from install/ui/test/data/selfservice_show.json
rename to install/ui/data/selfservice_show.json
diff --git a/install/ui/test/data/selinuxusermap_add_host.json b/install/ui/data/selinuxusermap_add_host.json
similarity index 100%
rename from install/ui/test/data/selinuxusermap_add_host.json
rename to install/ui/data/selinuxusermap_add_host.json
diff --git a/install/ui/test/data/selinuxusermap_add_user.json b/install/ui/data/selinuxusermap_add_user.json
similarity index 100%
rename from install/ui/test/data/selinuxusermap_add_user.json
rename to install/ui/data/selinuxusermap_add_user.json
diff --git a/install/ui/test/data/selinuxusermap_details_update.json b/install/ui/data/selinuxusermap_details_update.json
similarity index 100%
rename from install/ui/test/data/selinuxusermap_details_update.json
rename to install/ui/data/selinuxusermap_details_update.json
diff --git a/install/ui/test/data/selinuxusermap_find_pkeys.json b/install/ui/data/selinuxusermap_find_pkeys.json
similarity index 100%
rename from install/ui/test/data/selinuxusermap_find_pkeys.json
rename to install/ui/data/selinuxusermap_find_pkeys.json
diff --git a/install/ui/test/data/selinuxusermap_get_records.json b/install/ui/data/selinuxusermap_get_records.json
similarity index 100%
rename from install/ui/test/data/selinuxusermap_get_records.json
rename to install/ui/data/selinuxusermap_get_records.json
diff --git a/install/ui/test/data/selinuxusermap_mod.json b/install/ui/data/selinuxusermap_mod.json
similarity index 100%
rename from install/ui/test/data/selinuxusermap_mod.json
rename to install/ui/data/selinuxusermap_mod.json
diff --git a/install/ui/test/data/selinuxusermap_remove_host.json b/install/ui/data/selinuxusermap_remove_host.json
similarity index 100%
rename from install/ui/test/data/selinuxusermap_remove_host.json
rename to install/ui/data/selinuxusermap_remove_host.json
diff --git a/install/ui/test/data/selinuxusermap_remove_user.json b/install/ui/data/selinuxusermap_remove_user.json
similarity index 100%
rename from install/ui/test/data/selinuxusermap_remove_user.json
rename to install/ui/data/selinuxusermap_remove_user.json
diff --git a/install/ui/test/data/selinuxusermap_show.json b/install/ui/data/selinuxusermap_show.json
similarity index 100%
rename from install/ui/test/data/selinuxusermap_show.json
rename to install/ui/data/selinuxusermap_show.json
diff --git a/install/ui/test/data/service_add.json b/install/ui/data/service_add.json
similarity index 100%
rename from install/ui/test/data/service_add.json
rename to install/ui/data/service_add.json
diff --git a/install/ui/test/data/service_add_host.json b/install/ui/data/service_add_host.json
similarity index 100%
rename from install/ui/test/data/service_add_host.json
rename to install/ui/data/service_add_host.json
diff --git a/install/ui/test/data/service_del.json b/install/ui/data/service_del.json
similarity index 100%
rename from install/ui/test/data/service_del.json
rename to install/ui/data/service_del.json
diff --git a/install/ui/test/data/service_disable.json b/install/ui/data/service_disable.json
similarity index 100%
rename from install/ui/test/data/service_disable.json
rename to install/ui/data/service_disable.json
diff --git a/install/ui/test/data/service_find.json b/install/ui/data/service_find.json
similarity index 100%
rename from install/ui/test/data/service_find.json
rename to install/ui/data/service_find.json
diff --git a/install/ui/test/data/service_find_pkeys.json b/install/ui/data/service_find_pkeys.json
similarity index 100%
rename from install/ui/test/data/service_find_pkeys.json
rename to install/ui/data/service_find_pkeys.json
diff --git a/install/ui/test/data/service_get_records.json b/install/ui/data/service_get_records.json
similarity index 100%
rename from install/ui/test/data/service_get_records.json
rename to install/ui/data/service_get_records.json
diff --git a/install/ui/test/data/service_managedby_host.json b/install/ui/data/service_managedby_host.json
similarity index 100%
rename from install/ui/test/data/service_managedby_host.json
rename to install/ui/data/service_managedby_host.json
diff --git a/install/ui/test/data/service_mod.json b/install/ui/data/service_mod.json
similarity index 100%
rename from install/ui/test/data/service_mod.json
rename to install/ui/data/service_mod.json
diff --git a/install/ui/test/data/service_remove_host.sh b/install/ui/data/service_remove_host.sh
similarity index 100%
rename from install/ui/test/data/service_remove_host.sh
rename to install/ui/data/service_remove_host.sh
diff --git a/install/ui/test/data/service_show.json b/install/ui/data/service_show.json
similarity index 100%
rename from install/ui/test/data/service_show.json
rename to install/ui/data/service_show.json
diff --git a/install/ui/test/data/session_logout.json b/install/ui/data/session_logout.json
similarity index 100%
rename from install/ui/test/data/session_logout.json
rename to install/ui/data/session_logout.json
diff --git a/install/ui/test/data/sudocmd_add.json b/install/ui/data/sudocmd_add.json
similarity index 100%
rename from install/ui/test/data/sudocmd_add.json
rename to install/ui/data/sudocmd_add.json
diff --git a/install/ui/test/data/sudocmd_del.json b/install/ui/data/sudocmd_del.json
similarity index 100%
rename from install/ui/test/data/sudocmd_del.json
rename to install/ui/data/sudocmd_del.json
diff --git a/install/ui/test/data/sudocmd_find.json b/install/ui/data/sudocmd_find.json
similarity index 100%
rename from install/ui/test/data/sudocmd_find.json
rename to install/ui/data/sudocmd_find.json
diff --git a/install/ui/test/data/sudocmd_find_pkeys.json b/install/ui/data/sudocmd_find_pkeys.json
similarity index 100%
rename from install/ui/test/data/sudocmd_find_pkeys.json
rename to install/ui/data/sudocmd_find_pkeys.json
diff --git a/install/ui/test/data/sudocmd_get_records.json b/install/ui/data/sudocmd_get_records.json
similarity index 100%
rename from install/ui/test/data/sudocmd_get_records.json
rename to install/ui/data/sudocmd_get_records.json
diff --git a/install/ui/test/data/sudocmd_memberof_add.json b/install/ui/data/sudocmd_memberof_add.json
similarity index 100%
rename from install/ui/test/data/sudocmd_memberof_add.json
rename to install/ui/data/sudocmd_memberof_add.json
diff --git a/install/ui/test/data/sudocmd_memberof_remove.json b/install/ui/data/sudocmd_memberof_remove.json
similarity index 100%
rename from install/ui/test/data/sudocmd_memberof_remove.json
rename to install/ui/data/sudocmd_memberof_remove.json
diff --git a/install/ui/test/data/sudocmd_memberof_show.json b/install/ui/data/sudocmd_memberof_show.json
similarity index 100%
rename from install/ui/test/data/sudocmd_memberof_show.json
rename to install/ui/data/sudocmd_memberof_show.json
diff --git a/install/ui/test/data/sudocmd_mod.json b/install/ui/data/sudocmd_mod.json
similarity index 100%
rename from install/ui/test/data/sudocmd_mod.json
rename to install/ui/data/sudocmd_mod.json
diff --git a/install/ui/test/data/sudocmd_show.json b/install/ui/data/sudocmd_show.json
similarity index 100%
rename from install/ui/test/data/sudocmd_show.json
rename to install/ui/data/sudocmd_show.json
diff --git a/install/ui/test/data/sudocmdgroup_add.json b/install/ui/data/sudocmdgroup_add.json
similarity index 100%
rename from install/ui/test/data/sudocmdgroup_add.json
rename to install/ui/data/sudocmdgroup_add.json
diff --git a/install/ui/test/data/sudocmdgroup_add_member.json b/install/ui/data/sudocmdgroup_add_member.json
similarity index 100%
rename from install/ui/test/data/sudocmdgroup_add_member.json
rename to install/ui/data/sudocmdgroup_add_member.json
diff --git a/install/ui/test/data/sudocmdgroup_del.json b/install/ui/data/sudocmdgroup_del.json
similarity index 100%
rename from install/ui/test/data/sudocmdgroup_del.json
rename to install/ui/data/sudocmdgroup_del.json
diff --git a/install/ui/test/data/sudocmdgroup_find.json b/install/ui/data/sudocmdgroup_find.json
similarity index 100%
rename from install/ui/test/data/sudocmdgroup_find.json
rename to install/ui/data/sudocmdgroup_find.json
diff --git a/install/ui/test/data/sudocmdgroup_find_pkeys.json b/install/ui/data/sudocmdgroup_find_pkeys.json
similarity index 100%
rename from install/ui/test/data/sudocmdgroup_find_pkeys.json
rename to install/ui/data/sudocmdgroup_find_pkeys.json
diff --git a/install/ui/test/data/sudocmdgroup_get_records.json b/install/ui/data/sudocmdgroup_get_records.json
similarity index 100%
rename from install/ui/test/data/sudocmdgroup_get_records.json
rename to install/ui/data/sudocmdgroup_get_records.json
diff --git a/install/ui/test/data/sudocmdgroup_member_sudocmd.json b/install/ui/data/sudocmdgroup_member_sudocmd.json
similarity index 100%
rename from install/ui/test/data/sudocmdgroup_member_sudocmd.json
rename to install/ui/data/sudocmdgroup_member_sudocmd.json
diff --git a/install/ui/test/data/sudocmdgroup_mod.json b/install/ui/data/sudocmdgroup_mod.json
similarity index 100%
rename from install/ui/test/data/sudocmdgroup_mod.json
rename to install/ui/data/sudocmdgroup_mod.json
diff --git a/install/ui/test/data/sudocmdgroup_remove_member.json b/install/ui/data/sudocmdgroup_remove_member.json
similarity index 100%
rename from install/ui/test/data/sudocmdgroup_remove_member.json
rename to install/ui/data/sudocmdgroup_remove_member.json
diff --git a/install/ui/test/data/sudocmdgroup_show.json b/install/ui/data/sudocmdgroup_show.json
similarity index 100%
rename from install/ui/test/data/sudocmdgroup_show.json
rename to install/ui/data/sudocmdgroup_show.json
diff --git a/install/ui/test/data/sudorule_add.json b/install/ui/data/sudorule_add.json
similarity index 100%
rename from install/ui/test/data/sudorule_add.json
rename to install/ui/data/sudorule_add.json
diff --git a/install/ui/test/data/sudorule_del.json b/install/ui/data/sudorule_del.json
similarity index 100%
rename from install/ui/test/data/sudorule_del.json
rename to install/ui/data/sudorule_del.json
diff --git a/install/ui/test/data/sudorule_find.json b/install/ui/data/sudorule_find.json
similarity index 100%
rename from install/ui/test/data/sudorule_find.json
rename to install/ui/data/sudorule_find.json
diff --git a/install/ui/test/data/sudorule_find_pkeys.json b/install/ui/data/sudorule_find_pkeys.json
similarity index 100%
rename from install/ui/test/data/sudorule_find_pkeys.json
rename to install/ui/data/sudorule_find_pkeys.json
diff --git a/install/ui/test/data/sudorule_get_records.json b/install/ui/data/sudorule_get_records.json
similarity index 100%
rename from install/ui/test/data/sudorule_get_records.json
rename to install/ui/data/sudorule_get_records.json
diff --git a/install/ui/test/data/sudorule_mod.json b/install/ui/data/sudorule_mod.json
similarity index 100%
rename from install/ui/test/data/sudorule_mod.json
rename to install/ui/data/sudorule_mod.json
diff --git a/install/ui/test/data/sudorule_show.json b/install/ui/data/sudorule_show.json
similarity index 100%
rename from install/ui/test/data/sudorule_show.json
rename to install/ui/data/sudorule_show.json
diff --git a/install/ui/test/data/trust_add.json b/install/ui/data/trust_add.json
similarity index 100%
rename from install/ui/test/data/trust_add.json
rename to install/ui/data/trust_add.json
diff --git a/install/ui/test/data/trust_find_pkeys.json b/install/ui/data/trust_find_pkeys.json
similarity index 100%
rename from install/ui/test/data/trust_find_pkeys.json
rename to install/ui/data/trust_find_pkeys.json
diff --git a/install/ui/test/data/trust_show.json b/install/ui/data/trust_show.json
similarity index 100%
rename from install/ui/test/data/trust_show.json
rename to install/ui/data/trust_show.json
diff --git a/install/ui/test/data/trustconfigad_show.json b/install/ui/data/trustconfigad_show.json
similarity index 100%
rename from install/ui/test/data/trustconfigad_show.json
rename to install/ui/data/trustconfigad_show.json
diff --git a/install/ui/test/data/user_add.json b/install/ui/data/user_add.json
similarity index 100%
rename from install/ui/test/data/user_add.json
rename to install/ui/data/user_add.json
diff --git a/install/ui/test/data/user_details_refresh.json b/install/ui/data/user_details_refresh.json
similarity index 100%
rename from install/ui/test/data/user_details_refresh.json
rename to install/ui/data/user_details_refresh.json
diff --git a/install/ui/test/data/user_disable.json b/install/ui/data/user_disable.json
similarity index 100%
rename from install/ui/test/data/user_disable.json
rename to install/ui/data/user_disable.json
diff --git a/install/ui/test/data/user_enable.json b/install/ui/data/user_enable.json
similarity index 100%
rename from install/ui/test/data/user_enable.json
rename to install/ui/data/user_enable.json
diff --git a/install/ui/test/data/user_find.json b/install/ui/data/user_find.json
similarity index 100%
rename from install/ui/test/data/user_find.json
rename to install/ui/data/user_find.json
diff --git a/install/ui/test/data/user_find_pkeys.json b/install/ui/data/user_find_pkeys.json
similarity index 100%
rename from install/ui/test/data/user_find_pkeys.json
rename to install/ui/data/user_find_pkeys.json
diff --git a/install/ui/test/data/user_get_records.json b/install/ui/data/user_get_records.json
similarity index 100%
rename from install/ui/test/data/user_get_records.json
rename to install/ui/data/user_get_records.json
diff --git a/install/ui/test/data/user_memberof_group.json b/install/ui/data/user_memberof_group.json
similarity index 100%
rename from install/ui/test/data/user_memberof_group.json
rename to install/ui/data/user_memberof_group.json
diff --git a/install/ui/test/data/user_mod.json b/install/ui/data/user_mod.json
similarity index 100%
rename from install/ui/test/data/user_mod.json
rename to install/ui/data/user_mod.json
diff --git a/install/ui/test/data/user_show.json b/install/ui/data/user_show.json
similarity index 100%
rename from install/ui/test/data/user_show.json
rename to install/ui/data/user_show.json
diff --git a/install/ui/test/data/whoami.json b/install/ui/data/whoami.json
similarity index 100%
rename from install/ui/test/data/whoami.json
rename to install/ui/data/whoami.json
diff --git a/install/ui/test/aci_tests.js b/install/ui/test/aci_tests.js
index 1cfc2fb4fa..cdc8aeb158 100644
--- a/install/ui/test/aci_tests.js
+++ b/install/ui/test/aci_tests.js
@@ -286,4 +286,4 @@ test("Testing general target.", function() {
     same(record.extratargetfilter[0], data.result.result.extratargetfilter, 'filter set correctly');
 });
 
-};});
\ No newline at end of file
+};});
diff --git a/install/ui/test/all_tests.html b/install/ui/test/all_tests.html
index 65c54078f3..c7f37e8570 100644
--- a/install/ui/test/all_tests.html
+++ b/install/ui/test/all_tests.html
@@ -50,4 +50,4 @@ <h2 id="qunit-userAgent"></h2>
     <ol id="qunit-tests"></ol>
     <div id="qunit-fixture"></div>
 </body>
-</html>
\ No newline at end of file
+</html>

From 46c953526ad9144220f9c947912a36edae6ab87c Mon Sep 17 00:00:00 2001
From: Pavel Vomacka <pvoma...@redhat.com>
Date: Mon, 20 Mar 2017 10:41:54 +0100
Subject: [PATCH 3/3] WebUI: remove references to WebUI offline version

Remove all references to install/ui/test/* files in other sources.
* Removes it from README-LICENSE.txt
* Removes it from sync.sh script
* Removes it from ipa.js
* Removes makefile target which runs jslint on test/data

Part of: https://pagure.io/freeipa/issue/6447
---
 Makefile.am                   |  8 ++------
 install/ui/README-LICENSE.txt |  6 ------
 install/ui/src/freeipa/ipa.js |  3 ---
 install/ui/util/sync.sh       | 13 -------------
 4 files changed, 2 insertions(+), 28 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index cbe4f2df49..e7128bec8d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -226,11 +226,11 @@ pylint: $(top_builddir)/ipapython/version.py ipasetup.py
 		$${FILES}
 endif  # WITH_PYLINT
 
-.PHONY: jslint jslint-ui jslint-ui-test jslint-html \
+.PHONY: jslint jslint-ui jslint-html \
 	$(top_builddir)/install/ui/src/libs/loader.js
 
 if WITH_JSLINT
-jslint: jslint-ui jslint-ui-test jslint-html
+jslint: jslint-ui jslint-html
 
 $(top_builddir)/install/ui/src/libs/loader.js:
 	(cd $(top_builddir)/install/ui/src/libs && make loader.js)
@@ -245,10 +245,6 @@ jslint-ui: $(top_builddir)/install/ui/src/libs/loader.js
 	rm js/libs;						\
 	rmdir js
 
-jslint-ui-test:
-	cd $(top_srcdir)/install/ui/test;			\
-	jsl -nologo -nosummary -nofilelisting -conf jsl.conf
-
 jslint-html:
 	cd $(top_srcdir)/install/html; 				\
 	jsl -nologo -nosummary -nofilelisting -conf jsl.conf
diff --git a/install/ui/README-LICENSE.txt b/install/ui/README-LICENSE.txt
index b9ef0e5e0b..80a568268e 100644
--- a/install/ui/README-LICENSE.txt
+++ b/install/ui/README-LICENSE.txt
@@ -18,12 +18,6 @@ http://jquery.org/license/
 JSON 2 - public domain
  * json2.js
 
-QUnit - dual licensed under MIT and GPLv2 licenses
- * test/qunit.css
- * test/qunit.js
-    * jsDump licensed under BSD 2 license
-    * Javascript Diff Algorithm licensed under MIT license
-
 Font Awesome - code licensed under MIT license
  * less/font-awesome
 
diff --git a/install/ui/src/freeipa/ipa.js b/install/ui/src/freeipa/ipa.js
index 2538001c94..0deca4e907 100644
--- a/install/ui/src/freeipa/ipa.js
+++ b/install/ui/src/freeipa/ipa.js
@@ -130,9 +130,6 @@ var IPA = function () {
         // if current path matches live server path, use live data
         if (that.url && window.location.pathname.substring(0, that.url.length) === that.url) {
             that.json_url = params.url || '/ipa/session/json';
-
-        } else { // otherwise use fixtures
-            that.json_path = params.url || "test/data";
         }
 
         $.ajaxSetup(that.ajax_options);
diff --git a/install/ui/util/sync.sh b/install/ui/util/sync.sh
index 68d83ade9b..4f80c20750 100755
--- a/install/ui/util/sync.sh
+++ b/install/ui/util/sync.sh
@@ -54,8 +54,6 @@ OPTIONS
                 files from ui/images
     --css
                 files from ui/css
-    --data
-                files from ui/test/data
     --migration
                 files from migration/
     --config
@@ -128,10 +126,6 @@ do
             shift
             CSS=1
             ;;
-        --data)
-            shift
-            DATA=1
-            ;;
         --migration)
             shift
             MIGRATION=1
@@ -316,13 +310,6 @@ pushd $DIR/../../ #freeipa/install
         sync-files
     fi
 
-    if [[ $DATA ]] ; then
-        SOURCE=ui/test/data/*
-        TARGET=$TARGET_BASE/ui/test/data
-        RECURSIVE=1
-        sync-files
-    fi
-
     if [[ $MIGRATION ]] ; then
         SOURCE=migration/*
         TARGET=$TARGET_BASE/migration
_______________________________________________
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org

Reply via email to