Skip to content

Commit

Permalink
Add Voqs to Virtual Switch (sonic-net#1061)
Browse files Browse the repository at this point in the history
* Add Voqs to Virtual Switch
* Add UnitTest.
  • Loading branch information
skbarista authored Sep 21, 2022
1 parent 07028cb commit a534569
Show file tree
Hide file tree
Showing 5 changed files with 759 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 @@ -778,6 +778,13 @@ sub test_neighbor_lag
play "test_neighbor_lag.rec", 3;
}

sub test_voq_switch_create
{
fresh_start("-z", "redis_sync");

play("-z", "redis_sync", "voq_switch_create.rec")
}

# RUN TESTS

test_neighbor_lag;
Expand Down Expand Up @@ -850,5 +857,6 @@ sub test_neighbor_lag
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_voq_switch_create;

kill_syncd;
Loading

0 comments on commit a534569

Please sign in to comment.