summaryrefslogtreecommitdiffstats
path: root/src/bin/dhcp4/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [#1389] Removed statistic-remove-all testsFrancis Dupont2020-09-251-5/+1
|
* [#1389] Added DHCPV4 unit testsThomas Markwalder2020-09-251-10/+3
| | | | | | src/bin/dhcp4/tests/fqdn_unittest.cc Changed exmple.org to example.com TEST_F(NameDhcpv4SrvTest, ddnsSharedNetworkTest) - new test
* [#1389] Updated DHCIDs in unit testsThomas Markwalder2020-09-251-8/+8
| | | | modified: fqdn_unittest.cc
* [#1389] Added DHCPV4 unit testsThomas Markwalder2020-09-251-30/+140
| | | | | | src/bin/dhcp4/tests/fqdn_unittest.cc Changed exmple.org to example.com TEST_F(NameDhcpv4SrvTest, ddnsSharedNetworkTest) - new test
* [#1025] Completed vendor-opts in v4 fixFrancis Dupont2020-09-211-4/+4
|
* [#1025] Got rid of vendor-opts-spaceFrancis Dupont2020-09-211-1/+1
|
* [#1102] Checkpoint: finished codeFrancis Dupont2020-09-211-0/+6
|
* [#1102] Checkpoint: dhcpv6 and doc to doFrancis Dupont2020-09-211-0/+16
|
* [#1102] Fixed duplicate in UTFrancis Dupont2020-09-211-1/+1
|
* [#1102] Checkpoint: updated DHCPv4Francis Dupont2020-09-211-2/+1
|
* [#1409] Addressed review commentsThomas Markwalder2020-09-091-2/+2
|
* [#1409] Clear DNS fields when reusing expired v4 leasesThomas Markwalder2020-09-092-7/+174
| | | | | | | | | | | | | | | | | | | Clearing DNS fields after we do the remove ensures that we'll do an add if the client is needs new DNS entries , while avoiding duplicate DNS removes. src/bin/dhcp4/tests/dhcp4_client.cc Dhcp4Client::includeHostname() - reset hostname if given an empty parameter src/bin/dhcp4/tests/fqdn_unittest.cc TEST_F(NameDhcpv4SrvTest, processReuseExpired) - new test src/lib/dhcpsrv/alloc_engine.cc AllocEngine::reclaimExpiredLease(Lease4Ptr...) - always clear the DNS fields after the call to queue and CHG_REMOVE AllocEngine::allocateOrReuseLease4() - clear DNS fields in the old lease so we don't trigger redundant removes
* [#1388] Removed a few EXPECT_EQ with booleanFrancis Dupont2020-09-091-2/+2
|
* [#1357] Improved forceUDPSendFailure UTsFrancis Dupont2020-09-071-3/+9
|
* [#1305] addresses commentsRazvan Becheriu2020-08-181-2/+16
|
* [#1305] add thread and queue info to get-status commandRazvan Becheriu2020-08-181-0/+41
|
* [#1254] Updated tests and docFrancis Dupont2020-08-141-7/+8
|
* [#1308] No _1 ambiguitiesFrancis Dupont2020-08-131-3/+3
|
* [#1308] Got rid of boost function/bindFrancis Dupont2020-08-132-6/+7
|
* [#285] ConfigGet unit-tests regeneratedTomek Mrugalski2020-08-131-75/+75
|
* [#1007] Replaced some option spacesFrancis Dupont2020-08-053-9/+14
|
* [#1265] fixed comments and added assertsRazvan Becheriu2020-07-271-1/+8
|
* [#1265] Removed the random index for subnetsFrancis Dupont2020-07-277-99/+128
|
* [#1330] Revamped interface config parserFrancis Dupont2020-07-2712-43/+38
|
* [#1341] updated copyright year in changed filesMichal Nowikowski2020-07-241-1/+1
|
* [#1174] Fixed compilation failures for dhcp4/dhcp6Tomek Mrugalski2020-07-141-1/+1
|
* [#1174] Changed stats to use C++11 chronoFrancis Dupont2020-07-141-2/+2
|
* [#916] Checkpoint before regenFrancis Dupont2020-07-084-70/+34
|
* [#553] Updated after rebaseFrancis Dupont2020-07-071-0/+1
|
* [#553] Checkpoint: convert to use interface indexesFrancis Dupont2020-07-0712-46/+172
|
* [#1282] Addressed commentsFrancis Dupont2020-06-291-1/+0
|
* [#1282] Final cleanupsFrancis Dupont2020-06-271-1/+1
|
* [#1282] Checkpoint: todo HA new testFrancis Dupont2020-06-273-2/+26
|
* [#1288] code changes for 1.7.9 releaseWlodek Wencel2020-06-221-1/+1
|
* [#1245] Added unit testsFrancis Dupont2020-06-171-1/+9
|
* [#1100] Got rid of comment extractionFrancis Dupont2020-06-152-50/+98
|
* [#1189] Checkpoint: updated v4 testsFrancis Dupont2020-06-151-20/+72
|
* [#1147] Checkpoint before alloc cleanupFrancis Dupont2020-05-261-50/+50
|
* [#1147] Checkpoint: client queue of oneFrancis Dupont2020-05-261-26/+26
|
* [#1147] Checkpoint: updated the v4 clientFrancis Dupont2020-05-261-42/+528
|
* [#1147] Checkpoint: finished same clientFrancis Dupont2020-05-262-0/+410
|
* [#1127] addressed reviewRazvan Becheriu2020-05-151-5/+5
|
* [#1127] removed shared callout managerRazvan Becheriu2020-05-151-13/+8
|
* [#1127] never update lm_collection_ outside init functionsRazvan Becheriu2020-05-151-4/+7
|
* [#1188] addressed reviewRazvan Becheriu2020-04-301-2/+2
|
* [#1188] fixed unittestsRazvan Becheriu2020-04-302-2/+3
|
* [#1188] enable multi-threading mode on config parse and added unittestsRazvan Becheriu2020-04-301-4/+81
|
* [#1188] added unittestsRazvan Becheriu2020-04-304-1/+127
|
* [#1201] 1.7.7 pre-release changeesKea-1.7.7Wlodek Wencel2020-04-273-3/+3
|
* [#1132] Fixed/improved the code and added new unit testsFrancis Dupont2020-04-233-60/+242
|