summaryrefslogtreecommitdiffstats
path: root/test/remote_logging_test_port.cpp
blob: cf1a42e8ecd5e8eb76c7336859540dae9cf62e04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#include "remote_logging_tests.hpp"

namespace phosphor
{
namespace logging
{
namespace test
{

TEST_F(TestRemoteLogging, testGoodPort)
{
    config->port(100);
    EXPECT_EQ(config->port(), 100);
}

} // namespace test
} // namespace logging
} // namespace phosphor
OpenPOWER on IntegriCloud