encounters an unrecoverable error from within the event loop.
% CTRL_AGENT_RUN_EXIT application is exiting the event loop
-This is a debug message issued when the Control Angent exits its
+This is a debug message issued when the Control Agent exits its
event loop.
% CTRL_AGENT_STARTED Kea Control Agent version %1 started
time_duration elapsed_time;
runWithConfig(valid_agent_config, 1000, elapsed_time);
- // Give a generous margin to accomodate slower test environs.
+ // Give a generous margin to accommodate slower test environs.
EXPECT_TRUE(elapsed_time.total_milliseconds() >= 800 &&
elapsed_time.total_milliseconds() <= 1300);
}
runWithConfig(valid_agent_config, 1000, elapsed_time);
// Signaled shutdown should make our elapsed time much smaller than
- // the maximum run time. Give generous margin to accomodate slow
+ // the maximum run time. Give generous margin to accommodate slow
// test environs.
EXPECT_TRUE(elapsed_time.total_milliseconds() < 300);
}
runWithConfig(valid_agent_config, 1000, elapsed_time);
// Signaled shutdown should make our elapsed time much smaller than
- // the maximum run time. Give generous margin to accomodate slow
+ // the maximum run time. Give generous margin to accommodate slow
// test environs.
EXPECT_TRUE(elapsed_time.total_milliseconds() < 300);
}