blob: 88167cd2e007973cf7a7d03c183fe139ef7f3c35 [file] [log] [blame]
#!/bin/bash
#
# Starts wfa_dut and wfa_ca in sequence.
stop_wfa_ca_dut
start_wfa_dut &
sleep 1
start_wfa_ca &