]> git.proxmox.com Git - ceph.git/blob - ceph/src/spdk/isa-l/tools/test_tools.sh
import 15.2.0 Octopus source
[ceph.git] / ceph / src / spdk / isa-l / tools / test_tools.sh
1 #!/usr/bin/env bash
2
3 function test_start()
4 {
5 echo "entering test: $1"
6 }
7
8 function test_end()
9 {
10 echo "leaving test: $1 status: $2"
11 }