blob: cf1a42e8ecd5e8eb76c7336859540dae9cf62e04 [file] [log] [blame]
Deepak Kodihalli834dcf12018-08-30 05:05:46 -05001#include "remote_logging_tests.hpp"
2
3namespace phosphor
4{
5namespace logging
6{
7namespace test
8{
9
10TEST_F(TestRemoteLogging, testGoodPort)
11{
12 config->port(100);
13 EXPECT_EQ(config->port(), 100);
14}
15
Patrick Venturef18bf832018-10-26 18:14:00 -070016} // namespace test
17} // namespace logging
18} // namespace phosphor