Skip to content

Commit

Permalink
fix and add unittests - draft
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramd committed Dec 2, 2024
1 parent 51db5c1 commit 6199878
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions unittest/lib/TestClientSai.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,3 @@ TEST(ClientSai, bulkGet)
statuses));
}

TEST(ClientSai, dbgGenerateDump)
{
ClientSai sai;

sai.apiInitialize(0,&test_services);

const std::string filePath = "/var/log/dbgGenerateDump.log";

EXPECT_EQ(SAI_STATUS_NOT_IMPLEMENTED, sai.dbgGenerateDump(filePath.c_str()));
}

0 comments on commit 6199878

Please sign in to comment.