2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-05 00:15:17 +00:00

[#3017] added testing framework for using dummy test interfaces

This commit is contained in:
Razvan Becheriu
2023-10-14 01:56:20 +03:00
committed by Andrei Pavel
parent 530e4ef280
commit 34e98d10f6
83 changed files with 363 additions and 192 deletions

View File

@@ -10,7 +10,7 @@
#include <dhcp/option6_addrlst.h>
#include <dhcp/option_int.h>
#include <dhcp/option_vendor.h>
#include <dhcp/tests/iface_mgr_test_config.h>
#include <dhcp/testutils/iface_mgr_test_config.h>
#include <dhcp6/tests/dhcp6_test_utils.h>
#include <dhcp6/tests/dhcp6_client.h>
#include <boost/algorithm/string/join.hpp>