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

[#1428] Set unique hosts in backend tests

Per review comments.
This commit is contained in:
Marcin Siodelski
2020-10-02 19:34:11 +02:00
parent e5f0ed4cb9
commit d55cf6aaad
3 changed files with 4 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ public:
}
hdsptr_ = HostMgr::instance().getHostDataSource();
hdsptr_->setIPReservationUnique(true);
}
/// @brief Destroys the HDS and the schema.

View File

@@ -62,6 +62,8 @@ public:
}
hdsptr_ = HostMgr::instance().getHostDataSource();
hdsptr_->setIPReservationUnique(true);
MultiThreadingMgr::instance().setMode(false);
}

View File

@@ -62,6 +62,7 @@ public:
}
hdsptr_ = HostMgr::instance().getHostDataSource();
hdsptr_->setIPReservationUnique(true);
MultiThreadingMgr::instance().setMode(false);
}