Deepak Kodihalli | 834dcf1 | 2018-08-30 05:05:46 -0500 | [diff] [blame] | 1 | #include "remote_logging_tests.hpp" |
2 | |||||
3 | namespace phosphor | ||||
4 | { | ||||
5 | namespace logging | ||||
6 | { | ||||
7 | namespace test | ||||
8 | { | ||||
9 | |||||
10 | TEST_F(TestRemoteLogging, testGoodPort) | ||||
11 | { | ||||
12 | config->port(100); | ||||
13 | EXPECT_EQ(config->port(), 100); | ||||
14 | } | ||||
15 | |||||
Patrick Venture | f18bf83 | 2018-10-26 18:14:00 -0700 | [diff] [blame] | 16 | } // namespace test |
17 | } // namespace logging | ||||
18 | } // namespace phosphor |