Skip to content

Commit

Permalink
[tests]:Add unittest for MACsec on p2p establishment (sonic-net#771)
Browse files Browse the repository at this point in the history
Signed-off-by: Ze Gan <ganze718@gmail.com>
  • Loading branch information
Pterosaur authored Jan 28, 2021
1 parent ad0f118 commit 694f156
Show file tree
Hide file tree
Showing 2 changed files with 2,308 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/BCM56850.pl
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,13 @@ sub test_no_lag_label
play "no_lag_label_B.rec", 2;
}

sub test_macsec_p2p_establishment
{
fresh_start;

play "test_macsec_p2p_establishment.rec"
}

# RUN TESTS

test_no_lag_label;
Expand Down Expand Up @@ -716,5 +723,6 @@ sub test_no_lag_label
test_brcm_full_to_empty_no_queue_no_ipg_no_buffer_profile;
test_brcm_query_attr_enum_values_capability;
test_brcm_query_object_type_get_availability;
test_macsec_p2p_establishment

kill_syncd;
Loading

0 comments on commit 694f156

Please sign in to comment.