test: add helpers.bash to reduce boilerplate

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
Valentin Rothberg 2019-09-19 11:57:02 +02:00
parent b77abbafa3
commit 66ac3195c8
3 changed files with 17 additions and 4 deletions

3
test/helpers.bash Normal file
View file

@ -0,0 +1,3 @@
function run_ctr() {
run $CTR_ENGINE run --security-opt label=disable --rm "$@"
}