Skip to content

Commit af80caa

Browse files
authored
Add Voqs to Virtual Switch (sonic-net#1061)
* Add Voqs to Virtual Switch * Add UnitTest.
1 parent f9008ad commit af80caa

5 files changed

Lines changed: 759 additions & 0 deletions

File tree

tests/BCM56850.pl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,13 @@ sub test_neighbor_lag
778778
play "test_neighbor_lag.rec", 3;
779779
}
780780

781+
sub test_voq_switch_create
782+
{
783+
fresh_start("-z", "redis_sync");
784+
785+
play("-z", "redis_sync", "voq_switch_create.rec")
786+
}
787+
781788
# RUN TESTS
782789

783790
test_neighbor_lag;
@@ -850,5 +857,6 @@ sub test_neighbor_lag
850857
test_brcm_full_to_empty_no_queue_no_ipg_no_buffer_profile;
851858
test_brcm_query_attr_enum_values_capability;
852859
test_brcm_query_object_type_get_availability;
860+
test_voq_switch_create;
853861

854862
kill_syncd;

0 commit comments

Comments
 (0)