From 4a2f812eb4b1e42c7dc02b4a5485c81e10abed70 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Mon, 19 Mar 2012 09:24:12 +0100 Subject: Added mac address to host page Part of support for ether maps. https://fedorahosted.org/freeipa/ticket/2548 --- install/ui/test/data/host_mod.json | 4 ++++ install/ui/test/data/host_show.json | 4 ++++ install/ui/test/data/host_show_dev.example.com.json | 1 + install/ui/test/data/host_show_test.example.com.json | 4 ++++ 4 files changed, 13 insertions(+) (limited to 'install/ui/test') diff --git a/install/ui/test/data/host_mod.json b/install/ui/test/data/host_mod.json index 00ccf2d4..80714a9d 100644 --- a/install/ui/test/data/host_mod.json +++ b/install/ui/test/data/host_mod.json @@ -30,6 +30,7 @@ "krbticketpolicyreference": "rscwo", "krbupenabled": "rscwo", "l": "rscwo", + "macaddress": "rscwo", "managedby": "rscwo", "memberof": "rsc", "nsaccountlock": "rscwo", @@ -55,6 +56,9 @@ "krbprincipalname": [ "host/test.example.com@EXAMPLE.COM" ], + "macaddress": [ + "FE:ED:BA:BE:BE:EF" + ], "managedby": [ "fqdn=test.example.com,cn=computers,cn=accounts,dc=example,dc=com" ], diff --git a/install/ui/test/data/host_show.json b/install/ui/test/data/host_show.json index b66bc08c..0557d1b3 100644 --- a/install/ui/test/data/host_show.json +++ b/install/ui/test/data/host_show.json @@ -33,6 +33,7 @@ "krbticketpolicyreference": "rsc", "krbupenabled": "rsc", "l": "rscwo", + "macaddress": "rscwo", "managedby": "rscwo", "memberof": "rsc", "nsaccountlock": "rscwo", @@ -58,6 +59,9 @@ "krbprincipalname": [ "host/test.example.com@EXAMPLE.COM" ], + "macaddress": [ + "FE:ED:BA:BE:BE:EF" + ], "managedby": [ "fqdn=test.example.com,cn=computers,cn=accounts,dc=example,dc=com" ], diff --git a/install/ui/test/data/host_show_dev.example.com.json b/install/ui/test/data/host_show_dev.example.com.json index abb377ab..842a12d3 100644 --- a/install/ui/test/data/host_show_dev.example.com.json +++ b/install/ui/test/data/host_show_dev.example.com.json @@ -33,6 +33,7 @@ "krbticketpolicyreference": "rsc", "krbupenabled": "rsc", "l": "rscwo", + "macaddress": "rscwo", "managedby": "rscwo", "memberof": "rsc", "nsaccountlock": "rscwo", diff --git a/install/ui/test/data/host_show_test.example.com.json b/install/ui/test/data/host_show_test.example.com.json index b66bc08c..0557d1b3 100644 --- a/install/ui/test/data/host_show_test.example.com.json +++ b/install/ui/test/data/host_show_test.example.com.json @@ -33,6 +33,7 @@ "krbticketpolicyreference": "rsc", "krbupenabled": "rsc", "l": "rscwo", + "macaddress": "rscwo", "managedby": "rscwo", "memberof": "rsc", "nsaccountlock": "rscwo", @@ -58,6 +59,9 @@ "krbprincipalname": [ "host/test.example.com@EXAMPLE.COM" ], + "macaddress": [ + "FE:ED:BA:BE:BE:EF" + ], "managedby": [ "fqdn=test.example.com,cn=computers,cn=accounts,dc=example,dc=com" ], -- cgit