diff --git a/l3_vid_group.pl b/l3_vid_group.pl index 0e4d0747..442b21e4 100755 --- a/l3_vid_group.pl +++ b/l3_vid_group.pl @@ -313,6 +313,8 @@ if ($::action eq "create") { .qq(--use_ports $ports --use_speeds 0,0 --report_timer 3000); #print "CMD: $cmd\n"; `$cmd`; + push(@next_cmds, "set_endp_flag $cname-A AutoHelper 1"); + push(@next_cmds, "set_endp_flag $cname-B AutoHelper 1"); push(@next_cmds, $::utils->fmt_cmd("add_tgcx", $::l3_test_grp, $cname)); } sleep 1;