vid_group: adds AutoHelper flag to endpoints. Does not appear to help system load

This commit is contained in:
Jed Reynolds
2020-03-25 19:43:40 -07:00
parent 50e9b1e3be
commit e841561c04

View File

@@ -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;