]> git.proxmox.com Git - ceph.git/blob - ceph/src/spdk/test/rpc_client/rpc_client.sh
import 15.2.0 Octopus source
[ceph.git] / ceph / src / spdk / test / rpc_client / rpc_client.sh
1 #!/usr/bin/env bash
2
3 testdir=$(readlink -f $(dirname $0))
4 rootdir=$(readlink -f $testdir/../..)
5
6 set -e
7
8 source $rootdir/test/common/autotest_common.sh
9
10 timing_enter rpc_client
11 $rootdir/test/rpc_client/rpc_client_test
12 timing_exit rpc_client
13
14 trap - SIGINT SIGTERM EXIT