From: Alan T. DeKok Date: Thu, 17 Oct 2019 21:58:01 +0000 (-0400) Subject: remove Client-ID tests. Client-Id is "struct" not "octets" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a4e49a1db230bec4a908b7e01c2b03d85b3474f;p=thirdparty%2Ffreeradius-server.git remove Client-ID tests. Client-Id is "struct" not "octets" --- diff --git a/src/tests/unit/dhcpv6.txt b/src/tests/unit/dhcpv6.txt index 0f5977649d7..9fe92b78d93 100644 --- a/src/tests/unit/dhcpv6.txt +++ b/src/tests/unit/dhcpv6.txt @@ -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 #