1f08c3bdfSopenharmony_ci#!/bin/sh -x 2f08c3bdfSopenharmony_ci 3f08c3bdfSopenharmony_cipthserv & 4f08c3bdfSopenharmony_cisleep 5 5f08c3bdfSopenharmony_cipthcli 127.0.0.1 $LTPROOT/testcases/bin/data 6f08c3bdfSopenharmony_ciclientCode=$? 7f08c3bdfSopenharmony_cikillall pthserv 8f08c3bdfSopenharmony_ciserverCode=$? 9f08c3bdfSopenharmony_ciif [ $clientCode -ne 0 ] || [ $serverCode -ne 0 ]; then 10f08c3bdfSopenharmony_ci exit 1 11f08c3bdfSopenharmony_cifi 12f08c3bdfSopenharmony_ciexit 0 13