summaryrefslogtreecommitdiffstats
path: root/test/remote_logging_test_port.cpp
blob: a9d3bc379f76e332da238473de53c37db404c67a (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