Skip to content

Commit

Permalink
Fix bug in metadata route set test (sonic-net#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik authored and lguohan committed Nov 28, 2017
1 parent 0187c64 commit 4c3f8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2386,7 +2386,7 @@ void test_route_entry_set()
META_ASSERT_FAIL(status);

SWSS_LOG_NOTICE("correct packet action");
attr.id = SAI_NEIGHBOR_ENTRY_ATTR_PACKET_ACTION;
attr.id = SAI_ROUTE_ENTRY_ATTR_PACKET_ACTION;
attr.value.s32 = SAI_PACKET_ACTION_DROP;
status = meta_sai_set_route_entry(&route_entry, &attr, &dummy_success_sai_set_route_entry);
META_ASSERT_SUCCESS(status);
Expand Down

0 comments on commit 4c3f8ed

Please sign in to comment.