From: Eric Bollengier Date: Sat, 21 Jun 2008 18:02:21 +0000 (+0000) Subject: ebl tweak to use existing scripts (and be compatible with vtape) X-Git-Tag: Release-7.0.0~4408 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2de752b514265554ee26ef2e6f9df43a2e2793c5;p=bacula%2Fbacula ebl tweak to use existing scripts (and be compatible with vtape) git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7208 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/tests/two-vol-manual-tape b/regress/tests/two-vol-manual-tape index 888cfd81f4..0eae8e2ed9 100755 --- a/regress/tests/two-vol-manual-tape +++ b/regress/tests/two-vol-manual-tape @@ -11,34 +11,10 @@ JobName=twovolmanualtape require_tape_drive require_autochanger -scripts/cleanup +scripts/cleanup-tape scripts/copy-tape-confs echo "${cwd}/build" >${cwd}/tmp/file-list -# Get a tape in the drive either from slot 1 or slot 2 -slot=`bin/mtx-changer ${AUTOCHANGER} loaded 0 ${TAPE_DRIVE} $DRIVE1` -case $slot in - 0) - bin/mtx-changer ${AUTOCHANGER} load $SLOT1 ${TAPE_DRIVE} $DRIVE1 - slot=$SLOT1 - ;; - $SLOT1) - slot=$SLOT1 - ;; - $SLOT2) - slot=$SLOT2 - ;; - default) - mt -f ${TAPE_DRIVE} rewind - bin/mtx-changer ${AUTOCHANGER} unload $slot ${TAPE_DRIVE} $DRIVE1 - bin/mtx-changer ${AUTOCHANGER} load $SLOT1 ${TAPE_DRIVE} $DRIVE1 - slot=$SLOT1 - ;; -esac -mt -f ${TAPE_DRIVE} rewind -mt -f ${TAPE_DRIVE} weof - - change_jobname $JobName start_test