diff options
Diffstat (limited to 'test/shim/runtime-handler-shim-v2/validate.sh')
-rwxr-xr-x | test/shim/runtime-handler-shim-v2/validate.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/shim/runtime-handler-shim-v2/validate.sh b/test/shim/runtime-handler-shim-v2/validate.sh new file mode 100755 index 000000000..b74a059ef --- /dev/null +++ b/test/shim/runtime-handler-shim-v2/validate.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +# A sample script to validating the running containerd-shim-runsc-v1. + +set -ex + +ps aux | grep [c]ontainerd-shim-runsc-v1 |