Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
What is the motivation for this PR? Fix the ValueError for mux simulator utilities: 08:21:52 mux_simulator_control._post L0196 WARNING| POST http://10.64.*.*:8082/mux/vms21-6 with data {'active_side': 'lower_tor'} failed, err: ValueError('Function has keyword-only parameters or annotations, use inspect.signature() API which can support them') How did you do it? Use inspect.signature instead. How did you verify/test it? Run over dualtor testbed. Signed-off-by: Longxiang Lyu <[email protected]>
- Loading branch information