]> git.proxmox.com Git - ceph.git/blob - ceph/src/crypto/isa-l/isa-l_crypto/tools/test_tools.sh
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / crypto / isa-l / isa-l_crypto / 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 }