kpod_kill.bats: drop redundant variables
Drop duplicate definitions of variables that are already defined in helpers.bash. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
This commit is contained in:
parent
7ab9c55a12
commit
4af9ae4bc2
1 changed files with 0 additions and 3 deletions
|
@ -2,9 +2,6 @@
|
|||
|
||||
load helpers
|
||||
|
||||
ROOT="$TESTDIR/crio"
|
||||
RUNROOT="$TESTDIR/crio-run"
|
||||
KPOD_OPTIONS="--root $ROOT --runroot $RUNROOT ${STORAGE_OPTS} --runtime $RUNTIME_BINARY"
|
||||
function teardown() {
|
||||
cleanup_test
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue