blob: a9d3bc379f76e332da238473de53c37db404c67a [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
16}// namespace test
17}// namespace logging
18}// namespace phosphor