]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove Client-ID tests. Client-Id is "struct" not "octets"
authorAlan T. DeKok <aland@freeradius.org>
Thu, 17 Oct 2019 21:58:01 +0000 (17:58 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 17 Oct 2019 21:58:01 +0000 (17:58 -0400)
src/tests/unit/dhcpv6.txt

index 0f5977649d726a6f4acc8a23db698b47cee9a19e..9fe92b78d93c08270bb2651b946c84e02d58942d 100644 (file)
@@ -4,19 +4,6 @@
 load dhcpv6
 dictionary-load dhcpv6
 
-#
-#  Simple octets type
-#
-encode-pair Client-ID = 0x010203040506070809
-data 00 01 00 09 01 02 03 04 05 06 07 08 09
-
-encode-pair Client-ID = 0x010101010101010101, Server-ID = 0x02020202020202020202
-data 00 01 00 09 01 01 01 01 01 01 01 01 01 00 02 00 0a 02 02 02 02 02 02 02 02 02 02
-
-# Zero length octets
-encode-pair Client-ID = 0x
-data 00 01 00 00
-
 #
 #  Simple string type
 #