mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-29 04:57:52 +00:00
spelling: relevant
This commit is contained in:
parent
416fa97a98
commit
647d11c78b
@ -504,7 +504,7 @@ TEST_F(AllocEngine6Test, solicitReuseExpiredLease6) {
|
||||
// Initialize FQDN data for the lease.
|
||||
initFqdn("myhost.example.com", true, true);
|
||||
|
||||
// Verify the none of relelvant stats are zero.
|
||||
// Verify the none of relevant stats are zero.
|
||||
EXPECT_TRUE(testStatistics("assigned-nas", 0, subnet_->getID()));
|
||||
EXPECT_TRUE(testStatistics("reclaimed-leases", 0));
|
||||
EXPECT_TRUE(testStatistics("reclaimed-leases", 0, subnet_->getID()));
|
||||
@ -547,7 +547,7 @@ TEST_F(AllocEngine6Test, solicitReuseExpiredLease6) {
|
||||
ASSERT_TRUE(lease);
|
||||
EXPECT_EQ(addr, lease->addr_);
|
||||
|
||||
// Verify the none of relelvant stats were altered.
|
||||
// Verify the none of relevant stats were altered.
|
||||
EXPECT_TRUE(testStatistics("assigned-nas", 0, subnet_->getID()));
|
||||
EXPECT_TRUE(testStatistics("reclaimed-leases", 0));
|
||||
EXPECT_TRUE(testStatistics("reclaimed-leases", 0, subnet_->getID()));
|
||||
|
Loading…
x
Reference in New Issue
Block a user