Skip to content

Commit

Permalink
Fix tam tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik committed Aug 23, 2021
1 parent a3bc56e commit 9a96cd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions unittest/vslib/test_sai_vs_tam.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,7 @@ TEST(libsaivs, tam)

TEST(libsairedis, sai_tam_telemetry_get_data)
{
sai_object_list_t list;

EXPECT_EQ(SAI_STATUS_NOT_IMPLEMENTED, sai_tam_telemetry_get_data(0,list,0,0,0));
}

0 comments on commit 9a96cd7

Please sign in to comment.