Skip to content

Commit

Permalink
add test description
Browse files Browse the repository at this point in the history
Signed-off-by: Stepan Blyschak <[email protected]>
  • Loading branch information
stepanblyschak committed Jul 2, 2021
1 parent 480b576 commit 820714f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/mock_tests/portsorch_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,10 @@ namespace portsorch_test
ts.clear();
}

/* This test checks that a LAG member validation happens on orchagent level
* and no SAI call is executed in case a port requested to be a LAG member
* is already a LAG member.
*/
TEST_F(PortsOrchTest, LagMemberDoesNotCallSAIApiWhenPortIsAlreadyALagMember)
{
Table portTable = Table(m_app_db.get(), APP_PORT_TABLE_NAME);
Expand Down

0 comments on commit 820714f

Please sign in to comment.