mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-02-03 18:49:28 -05:00
tests: adapt knot/test_confio to configuration schema
This commit is contained in:
parent
0bdb860a69
commit
64f0c692b3
1 changed files with 3 additions and 1 deletions
|
|
@ -918,7 +918,8 @@ static void test_conf_io_list(void)
|
|||
"server.udp-max-payload-ipv4\n"
|
||||
"server.udp-max-payload-ipv6\n"
|
||||
"server.edns-client-subnet\n"
|
||||
"server.answer-rotation";
|
||||
"server.answer-rotation\n"
|
||||
"server.disable-any";
|
||||
ok(strcmp(ref, out) == 0, "compare result");
|
||||
}
|
||||
|
||||
|
|
@ -941,6 +942,7 @@ static const yp_item_t desc_server[] = {
|
|||
{ C_UDP_MAX_PAYLOAD_IPV6, YP_TINT, YP_VNONE },
|
||||
{ C_ECS, YP_TBOOL, YP_VNONE },
|
||||
{ C_ANS_ROTATION, YP_TBOOL, YP_VNONE },
|
||||
{ C_DISABLE_ANY, YP_TBOOL, YP_VNONE },
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue