462c462
< switch_cpus[i].system = testsys
---
> switch_cpus[i].system = testsys
465c465,466
< switch_cpus[i].progress_interval = testsys.cpu[i].progress_interval
---
> switch_cpus[i].progress_interval = \
> testsys.cpu[i].progress_interval
472a474,478
> # If elastic tracing is enabled attach the elastic trace probe
> # to the switch CPUs
> if options.elastic_trace_en:
> CpuConfig.config_etrace(cpu_class, switch_cpus, options)
>