From 525c996c534ee68dc5ff26a11c7863a1e0c27c88 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Mon, 18 Jan 2016 22:13:12 +0100 Subject: Add a few IPv6 tests This adds a few test hosts that have IPv6 addresses. This ensures that we have an IPv6-only host and hosts which have address values in different order in the ipHostNumber attribute (although attribute order is probably not guaranteed). --- tests/test.ldif | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'tests/test.ldif') diff --git a/tests/test.ldif b/tests/test.ldif index d032b22..08985a2 100644 --- a/tests/test.ldif +++ b/tests/test.ldif @@ -40181,8 +40181,26 @@ dn: cn=testhost2,ou=hosts,dc=test,dc=tld objectClass: top objectClass: ieee802Device objectClass: device +objectClass: ipHost cn: testhost2 macAddress: 0:18:8a:54:1a:8b +ipHostNumber: 192.0.2.124 +ipHostNumber: 2001:db8::dead:beef + +dn: cn=testhost3,ou=hosts,dc=test,dc=tld +objectClass: top +objectClass: device +objectClass: ipHost +cn: testhost3 +ipHostNumber: 2001:db8::feed:c0de + +dn: cn=testhost4,ou=hosts,dc=test,dc=tld +objectClass: top +objectClass: device +objectClass: ipHost +cn: testhost4 +ipHostNumber: 2001:db8::7e27:ac1d +ipHostNumber: 192.0.2.126 dn: ou=networks,dc=test,dc=tld objectClass: top -- cgit v1.2.3