Skip to content

Commit

Permalink
Remove abr test case since mode not currently supported
Browse files Browse the repository at this point in the history
Fix: #19
Fixes: 4878006 ("demo: support video only input content")

Signed-off-by: Dmitry Rogozhkin <[email protected]>
  • Loading branch information
dvrogozh committed Aug 10, 2020
1 parent 94c5065 commit 59770a6
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions tests/demo.bats
Original file line number Diff line number Diff line change
Expand Up @@ -248,19 +248,3 @@ noaudio="ffmpeg -i /opt/data/embedded/WAR_TRAILER_HiQ_10_withAudio.mp4 \

test_expect vod/hevc WAR_noaudio 20
}

@test "demo vod/abr from noaudio" {
if [ $MDS_DEMO != "cdn" ]; then
skip "note: mode not supported for '$MDS_DEMO' demo"
fi
tmp=`mktemp -p $_TMP -d -t demo-XXXX`
opts="-u $(id -u):$(id -g) -v $tmp:/opt/data/artifacts"
opts+=" $(get_mounts $opts)"

run docker_run_opts "$opts" /bin/bash -c " \
set -ex; $noaudio; ln -s /tmp/WAR_noaudio.mp4 /opt/data/content/; \
demo --exit vod/abr/WAR_noaudio;"
[ $status -eq 0 ]

test_expect vod/abr WAR_noaudio 20
}

0 comments on commit 59770a6

Please sign in to comment.