lisa/tools/iperf3.py [56:68]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        self.run(
            cmd,
            force_run=True,
            sudo=True,
            shell=True,
            expected_exit_code=0,
            expected_exit_code_failure_message=f"fail to launch cmd {self.command}"
            f"{cmd}",
        )

    def run_as_client_async(
        self,
        server_ip: str,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



lisa/tools/lagscope.py [140:152]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        self.run(
            cmd,
            force_run=True,
            sudo=True,
            shell=True,
            expected_exit_code=0,
            expected_exit_code_failure_message=f"fail to launch cmd {self.command}"
            f"{cmd}",
        )

    def run_as_client_async(
        self,
        server_ip: str,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



