Skip to content

Commit 694f156

Browse files
authored
[tests]:Add unittest for MACsec on p2p establishment (sonic-net#771)
Signed-off-by: Ze Gan <[email protected]>
1 parent ad0f118 commit 694f156

File tree

2 files changed

+2308
-0
lines changed

2 files changed

+2308
-0
lines changed

tests/BCM56850.pl

+8
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,13 @@ sub test_no_lag_label
653653
play "no_lag_label_B.rec", 2;
654654
}
655655

656+
sub test_macsec_p2p_establishment
657+
{
658+
fresh_start;
659+
660+
play "test_macsec_p2p_establishment.rec"
661+
}
662+
656663
# RUN TESTS
657664

658665
test_no_lag_label;
@@ -716,5 +723,6 @@ sub test_no_lag_label
716723
test_brcm_full_to_empty_no_queue_no_ipg_no_buffer_profile;
717724
test_brcm_query_attr_enum_values_capability;
718725
test_brcm_query_object_type_get_availability;
726+
test_macsec_p2p_establishment
719727

720728
kill_syncd;

0 commit comments

Comments
 (0)