From: Francis Dupont Date: Fri, 4 Dec 2020 08:43:58 +0000 (+0100) Subject: [#1589] Fixed some test entries X-Git-Tag: Kea-1.9.4~160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e653812f7861807b6be8ee24604e6016db6582d4;p=thirdparty%2Fkea.git [#1589] Fixed some test entries --- diff --git a/doc/sphinx/arm/dhcp4-srv.rst b/doc/sphinx/arm/dhcp4-srv.rst index 92ba65753c..214c44bbc9 100644 --- a/doc/sphinx/arm/dhcp4-srv.rst +++ b/doc/sphinx/arm/dhcp4-srv.rst @@ -2153,7 +2153,7 @@ classes use the option 43 for different and incompatible purposes: "client-classes": [ { "name": "APC", - "test": "(option[vendor-class-identifier].text == 'APC'", + "test": "option[vendor-class-identifier].text == 'APC'", "option-def": [ { "name": "vendor-encapsulated-options", @@ -2176,7 +2176,7 @@ classes use the option 43 for different and incompatible purposes: }, { "name": "PXE", - "test": "(option[vendor-class-identifier].text == 'PXE'", + "test": "option[vendor-class-identifier].text == 'PXE'", "option-def": [ { "name": "vendor-encapsulated-options", @@ -5009,7 +5009,7 @@ following example: }, { "name: "unreserved_class", - "test": "not member('reserved_class") + "test": "not member('reserved_class')" } ], "reservations": [{" diff --git a/doc/sphinx/arm/dhcp6-srv.rst b/doc/sphinx/arm/dhcp6-srv.rst index 841099f089..efdb8310d7 100644 --- a/doc/sphinx/arm/dhcp6-srv.rst +++ b/doc/sphinx/arm/dhcp6-srv.rst @@ -4448,7 +4448,7 @@ following example: }, { "name: "unreserved_class", - "test": "not member('reserved_class") + "test": "not member('reserved_class')" } ], "reservations": [{"