From 6c6a9b702380a475aa87983442fd64bc417dd448 Mon Sep 17 00:00:00 2001 From: propelluo Date: Tue, 17 Mar 2026 16:05:08 +0800 Subject: [PATCH 1/2] add run_single_case Signed-off-by: propelluo --- lib/ts_common.sh | 43 +++++++++++++++++++++++++++++++++++++++++++ testcase/Makefile | 2 +- tst-open-ffmpeg | 2 +- 3 files changed, 45 insertions(+), 2 deletions(-) diff --git a/lib/ts_common.sh b/lib/ts_common.sh index 6ef4aa8..36a82a3 100644 --- a/lib/ts_common.sh +++ b/lib/ts_common.sh @@ -4,8 +4,51 @@ # 1、以下划线"_"开头的函数和变量用例不能直接调用 # 2、环境变量全大写,全局变量加上"g_"前置,局部变量统一加"local"修饰 +g_install_dir="${TST_TS_TOPDIR}/tst-open-ffmpeg/ffmpeg.install" +g_build_dir="${g_install_dir}/ffmpeg" + +run_single_case() { + local case_name="$1" + + if [ -z "$case_name" ]; then + echo "ERROR: usage: run_single_case " + return 1 + fi + + if [ ! -f "$g_build_dir/ffbuild/config.mak" ]; then + echo "ERROR: config.mak not found in $g_build_dir, run tst-build.sh first" + return 1 + fi + + local test_name="${case_name#fate-}" + local rep_file="$g_build_dir/tests/data/fate/${test_name}.rep" + + rm -f "$rep_file" + + make -C "$g_build_dir" "$case_name" SKIP_LIBS=1 V=1 2>&1 + local rc=$? + + if [ -f "$rep_file" ]; then + local rep_code + rep_code=$(awk -F: '{print $2}' "$rep_file") + if [ "$rep_code" != "0" ] && [ -n "$rep_code" ]; then + echo "FAIL: $case_name (exit=$rep_code)" + return 1 + fi + fi + + if [ $rc -ne 0 ]; then + echo "FAIL: $case_name (make exit=$rc)" + return 1 + fi + + echo "PASS: $case_name" + return 0 +} + tc_setup_common() { msg "this is tc_setup_common" + skip_if_false command -v ffmpeg return 0 } diff --git a/testcase/Makefile b/testcase/Makefile index 8d84475..c3a0b52 100644 --- a/testcase/Makefile +++ b/testcase/Makefile @@ -8,7 +8,7 @@ LDFLAGS += LDFLAGS += all: $(ALL_BIN) - ./tst-open-ffmpeg/ffmpeg/tst-build.sh + $(TST_TS_TOPDIR)/tst-open-ffmpeg/ffmpeg/tst-build.sh $(ALL_BIN):%.test:%.o $(CC) $^ -o $@ $(LDFLAGS) diff --git a/tst-open-ffmpeg b/tst-open-ffmpeg index f2ad6af..25b38bc 160000 --- a/tst-open-ffmpeg +++ b/tst-open-ffmpeg @@ -1 +1 @@ -Subproject commit f2ad6afdbdf226af89062478723a05b5565b5ed1 +Subproject commit 25b38bcde319b8d98bac6d3ac35de161b89eb607 -- Gitee From 1912ad176a48269f548d2f8129941c75bdf0d264 Mon Sep 17 00:00:00 2001 From: propelluo Date: Tue, 17 Mar 2026 17:07:39 +0800 Subject: [PATCH 2/2] add testcase Signed-off-by: propelluo --- testcase/fate-acodec-adpcm-adx.sh | 49 +++++++++++++++++++ testcase/fate-acodec-adpcm-argo.sh | 49 +++++++++++++++++++ testcase/fate-acodec-adpcm-ima_alp.sh | 49 +++++++++++++++++++ testcase/fate-acodec-adpcm-ima_apm.sh | 49 +++++++++++++++++++ testcase/fate-acodec-adpcm-ima_qt-trellis.sh | 49 +++++++++++++++++++ testcase/fate-acodec-adpcm-ima_qt.sh | 49 +++++++++++++++++++ testcase/fate-acodec-adpcm-ima_ssi.sh | 49 +++++++++++++++++++ testcase/fate-acodec-adpcm-ima_wav-trellis.sh | 49 +++++++++++++++++++ testcase/fate-acodec-adpcm-ima_wav.sh | 49 +++++++++++++++++++ testcase/fate-acodec-adpcm-ima_ws.sh | 49 +++++++++++++++++++ testcase/fate-acodec-adpcm-ms-trellis.sh | 49 +++++++++++++++++++ testcase/fate-acodec-adpcm-ms.sh | 49 +++++++++++++++++++ testcase/fate-acodec-adpcm-swf-trellis.sh | 49 +++++++++++++++++++ testcase/fate-acodec-adpcm-swf-wav.sh | 49 +++++++++++++++++++ testcase/fate-acodec-adpcm-swf.sh | 49 +++++++++++++++++++ testcase/fate-acodec-adpcm-yamaha-trellis.sh | 49 +++++++++++++++++++ testcase/fate-acodec-adpcm-yamaha.sh | 49 +++++++++++++++++++ testcase/fate-acodec-alac.sh | 49 +++++++++++++++++++ testcase/fate-acodec-dca.sh | 49 +++++++++++++++++++ testcase/fate-acodec-dca2.sh | 49 +++++++++++++++++++ testcase/fate-acodec-flac-exact-rice.sh | 49 +++++++++++++++++++ testcase/fate-acodec-flac.sh | 49 +++++++++++++++++++ testcase/fate-acodec-g723_1.sh | 49 +++++++++++++++++++ testcase/fate-acodec-mp2.sh | 49 +++++++++++++++++++ testcase/fate-acodec-mp2fixed.sh | 49 +++++++++++++++++++ testcase/fate-acodec-pcm-alaw.sh | 49 +++++++++++++++++++ testcase/fate-acodec-pcm-f32be.sh | 49 +++++++++++++++++++ testcase/fate-acodec-pcm-f32le.sh | 49 +++++++++++++++++++ testcase/fate-acodec-pcm-f64be.sh | 49 +++++++++++++++++++ testcase/fate-acodec-pcm-f64le.sh | 49 +++++++++++++++++++ testcase/fate-acodec-pcm-mulaw.sh | 49 +++++++++++++++++++ testcase/fate-acodec-pcm-s16be.sh | 49 +++++++++++++++++++ testcase/fate-acodec-pcm-s16be_planar.sh | 49 +++++++++++++++++++ testcase/fate-acodec-pcm-s16le.sh | 49 +++++++++++++++++++ testcase/fate-acodec-pcm-s16le_planar.sh | 49 +++++++++++++++++++ testcase/fate-acodec-pcm-s24be.sh | 49 +++++++++++++++++++ testcase/fate-acodec-pcm-s24le.sh | 49 +++++++++++++++++++ testcase/fate-acodec-pcm-s24le_planar.sh | 49 +++++++++++++++++++ testcase/fate-acodec-pcm-s32be.sh | 49 +++++++++++++++++++ testcase/fate-acodec-pcm-s32le.sh | 49 +++++++++++++++++++ testcase/fate-acodec-pcm-s32le_planar.sh | 49 +++++++++++++++++++ testcase/fate-acodec-pcm-s8.sh | 49 +++++++++++++++++++ testcase/fate-acodec-pcm-s8_planar.sh | 49 +++++++++++++++++++ testcase/fate-acodec-pcm-u16be.sh | 49 +++++++++++++++++++ testcase/fate-acodec-pcm-u16le.sh | 49 +++++++++++++++++++ testcase/fate-acodec-pcm-u24be.sh | 49 +++++++++++++++++++ testcase/fate-acodec-pcm-u24le.sh | 49 +++++++++++++++++++ testcase/fate-acodec-pcm-u32be.sh | 49 +++++++++++++++++++ testcase/fate-acodec-pcm-u32le.sh | 49 +++++++++++++++++++ testcase/fate-acodec-pcm-u8.sh | 49 +++++++++++++++++++ testcase/fate-acodec-ra144.sh | 49 +++++++++++++++++++ testcase/fate-acodec-roqaudio.sh | 49 +++++++++++++++++++ testcase/fate-acodec-s302m.sh | 49 +++++++++++++++++++ testcase/fate-acodec-tta.sh | 49 +++++++++++++++++++ testcase/fate-acodec-wavpack.sh | 49 +++++++++++++++++++ .../fate-concat-demuxer-extended-lavf-mxf.sh | 49 +++++++++++++++++++ ...te-concat-demuxer-extended-lavf-mxf_d10.sh | 49 +++++++++++++++++++ .../fate-concat-demuxer-simple1-lavf-mxf.sh | 49 +++++++++++++++++++ ...ate-concat-demuxer-simple1-lavf-mxf_d10.sh | 49 +++++++++++++++++++ .../fate-concat-demuxer-simple2-lavf-ts.sh | 49 +++++++++++++++++++ testcase/fate-dcinema-encode.sh | 49 +++++++++++++++++++ testcase/fate-ffmpeg-filter-in-eof.sh | 49 +++++++++++++++++++ testcase/fate-ffmpeg-filter_complex.sh | 49 +++++++++++++++++++ testcase/fate-ffmpeg-filter_complex_audio.sh | 49 +++++++++++++++++++ testcase/fate-ffmpeg-lavfi.sh | 49 +++++++++++++++++++ testcase/fate-ffmpeg-loopback-decoding.sh | 49 +++++++++++++++++++ testcase/fate-ffmpeg-streamcopy-t.sh | 49 +++++++++++++++++++ testcase/fate-ffprobe_compact.sh | 49 +++++++++++++++++++ testcase/fate-ffprobe_csv.sh | 49 +++++++++++++++++++ testcase/fate-ffprobe_default.sh | 49 +++++++++++++++++++ testcase/fate-ffprobe_flat.sh | 49 +++++++++++++++++++ testcase/fate-ffprobe_ini.sh | 49 +++++++++++++++++++ testcase/fate-ffprobe_json.sh | 49 +++++++++++++++++++ testcase/fate-ffprobe_xml.sh | 49 +++++++++++++++++++ testcase/fate-ffprobe_xsd.sh | 49 +++++++++++++++++++ testcase/fate-fifo-muxer-tst.sh | 49 +++++++++++++++++++ testcase/fate-filter-adelay.sh | 49 +++++++++++++++++++ testcase/fate-filter-aecho.sh | 49 +++++++++++++++++++ testcase/fate-filter-aemphasis-50fm.sh | 49 +++++++++++++++++++ testcase/fate-filter-aemphasis-75kf.sh | 49 +++++++++++++++++++ testcase/fate-filter-afade-esin.sh | 49 +++++++++++++++++++ testcase/fate-filter-afade-exp.sh | 49 +++++++++++++++++++ testcase/fate-filter-afade-hsin.sh | 49 +++++++++++++++++++ testcase/fate-filter-afade-iqsin.sh | 49 +++++++++++++++++++ testcase/fate-filter-afade-log.sh | 49 +++++++++++++++++++ testcase/fate-filter-afade-qsin.sh | 49 +++++++++++++++++++ testcase/fate-filter-agate.sh | 49 +++++++++++++++++++ testcase/fate-filter-alimiter.sh | 49 +++++++++++++++++++ testcase/fate-filter-allrgb.sh | 49 +++++++++++++++++++ testcase/fate-filter-allyuv.sh | 49 +++++++++++++++++++ testcase/fate-filter-aloop.sh | 49 +++++++++++++++++++ ...fate-filter-alphaextract_alphamerge_rgb.sh | 49 +++++++++++++++++++ ...fate-filter-alphaextract_alphamerge_yuv.sh | 49 +++++++++++++++++++ testcase/fate-filter-amerge-mode.sh | 49 +++++++++++++++++++ testcase/fate-filter-amerge.sh | 49 +++++++++++++++++++ testcase/fate-filter-anequalizer.sh | 49 +++++++++++++++++++ testcase/fate-filter-anullsink.sh | 49 +++++++++++++++++++ testcase/fate-filter-apad.sh | 49 +++++++++++++++++++ .../fate-filter-asegment-samples-absolute.sh | 49 +++++++++++++++++++ .../fate-filter-asegment-samples-relative.sh | 49 +++++++++++++++++++ ...ate-filter-asegment-timestamps-absolute.sh | 49 +++++++++++++++++++ ...ate-filter-asegment-timestamps-relative.sh | 49 +++++++++++++++++++ testcase/fate-filter-aselect.sh | 49 +++++++++++++++++++ testcase/fate-filter-asetnsamples-nopad.sh | 49 +++++++++++++++++++ testcase/fate-filter-asetnsamples-pad.sh | 49 +++++++++++++++++++ testcase/fate-filter-asetrate.sh | 49 +++++++++++++++++++ testcase/fate-filter-atrim-duration.sh | 49 +++++++++++++++++++ testcase/fate-filter-atrim-mixed.sh | 49 +++++++++++++++++++ testcase/fate-filter-atrim-samples.sh | 49 +++++++++++++++++++ testcase/fate-filter-atrim-time.sh | 49 +++++++++++++++++++ testcase/fate-filter-channelmap-one-int.sh | 49 +++++++++++++++++++ testcase/fate-filter-channelmap-one-str.sh | 49 +++++++++++++++++++ testcase/fate-filter-channelsplit.sh | 49 +++++++++++++++++++ testcase/fate-filter-chorus.sh | 49 +++++++++++++++++++ testcase/fate-filter-chromashift-smear.sh | 49 +++++++++++++++++++ testcase/fate-filter-chromashift-wrap.sh | 49 +++++++++++++++++++ testcase/fate-filter-codecview.sh | 49 +++++++++++++++++++ testcase/fate-filter-colorbalance-gbrap-16.sh | 49 +++++++++++++++++++ testcase/fate-filter-colorbalance-gbrap.sh | 49 +++++++++++++++++++ testcase/fate-filter-colorbalance-rgba64.sh | 49 +++++++++++++++++++ testcase/fate-filter-colorbalance.sh | 49 +++++++++++++++++++ testcase/fate-filter-colorchannelmixer.sh | 49 +++++++++++++++++++ testcase/fate-filter-colorlevels-16.sh | 49 +++++++++++++++++++ testcase/fate-filter-colorlevels.sh | 49 +++++++++++++++++++ testcase/fate-filter-compand.sh | 49 +++++++++++++++++++ testcase/fate-filter-concat-vfr.sh | 49 +++++++++++++++++++ testcase/fate-filter-concat.sh | 49 +++++++++++++++++++ testcase/fate-filter-crazychannels.sh | 49 +++++++++++++++++++ testcase/fate-filter-crop.sh | 49 +++++++++++++++++++ testcase/fate-filter-crop_scale.sh | 49 +++++++++++++++++++ testcase/fate-filter-crop_scale_vflip.sh | 49 +++++++++++++++++++ testcase/fate-filter-crop_vflip.sh | 49 +++++++++++++++++++ testcase/fate-filter-crystalizer.sh | 49 +++++++++++++++++++ testcase/fate-filter-dcshift.sh | 49 +++++++++++++++++++ testcase/fate-filter-decimate.sh | 49 +++++++++++++++++++ testcase/fate-filter-drawbox.sh | 49 +++++++++++++++++++ testcase/fate-filter-earwax.sh | 49 +++++++++++++++++++ testcase/fate-filter-edgedetect-colormix.sh | 49 +++++++++++++++++++ testcase/fate-filter-edgedetect.sh | 49 +++++++++++++++++++ testcase/fate-filter-extrastereo.sh | 49 +++++++++++++++++++ testcase/fate-filter-fade.sh | 49 +++++++++++++++++++ testcase/fate-filter-feedback-hflip.sh | 49 +++++++++++++++++++ testcase/fate-filter-firequalizer.sh | 49 +++++++++++++++++++ testcase/fate-filter-formats.sh | 49 +++++++++++++++++++ testcase/fate-filter-fps-down-eof-pass.sh | 49 +++++++++++++++++++ testcase/fate-filter-fps-down-round-down.sh | 49 +++++++++++++++++++ testcase/fate-filter-fps-down-round-up.sh | 49 +++++++++++++++++++ testcase/fate-filter-fps-down.sh | 49 +++++++++++++++++++ testcase/fate-filter-fps-start-drop.sh | 49 +++++++++++++++++++ testcase/fate-filter-fps-start-fill.sh | 49 +++++++++++++++++++ testcase/fate-filter-fps-up-round-down.sh | 49 +++++++++++++++++++ testcase/fate-filter-fps-up-round-up.sh | 49 +++++++++++++++++++ testcase/fate-filter-fps-up.sh | 49 +++++++++++++++++++ testcase/fate-filter-framepack-columns.sh | 49 +++++++++++++++++++ testcase/fate-filter-framepack-frameseq.sh | 49 +++++++++++++++++++ testcase/fate-filter-framepack-lines.sh | 49 +++++++++++++++++++ testcase/fate-filter-framepack-sbs.sh | 49 +++++++++++++++++++ testcase/fate-filter-framepack-tab.sh | 49 +++++++++++++++++++ testcase/fate-filter-framerate-12bit-down.sh | 49 +++++++++++++++++++ testcase/fate-filter-framerate-12bit-up.sh | 49 +++++++++++++++++++ testcase/fate-filter-framerate-down.sh | 49 +++++++++++++++++++ testcase/fate-filter-framerate-up.sh | 49 +++++++++++++++++++ testcase/fate-filter-gradfun.sh | 49 +++++++++++++++++++ testcase/fate-filter-histogram-levels.sh | 49 +++++++++++++++++++ testcase/fate-filter-hls-append.sh | 49 +++++++++++++++++++ testcase/fate-filter-hls.sh | 49 +++++++++++++++++++ testcase/fate-filter-hstack.sh | 49 +++++++++++++++++++ testcase/fate-filter-hue1.sh | 49 +++++++++++++++++++ testcase/fate-filter-hue2.sh | 49 +++++++++++++++++++ testcase/fate-filter-hue3.sh | 49 +++++++++++++++++++ testcase/fate-filter-hue4.sh | 49 +++++++++++++++++++ testcase/fate-filter-idet.sh | 49 +++++++++++++++++++ testcase/fate-filter-join.sh | 49 +++++++++++++++++++ testcase/fate-filter-lavd-life.sh | 49 +++++++++++++++++++ testcase/fate-filter-lavd-scalenorm.sh | 49 +++++++++++++++++++ testcase/fate-filter-lavd-testsrc.sh | 49 +++++++++++++++++++ testcase/fate-filter-median.sh | 49 +++++++++++++++++++ testcase/fate-filter-mergeplanes.sh | 49 +++++++++++++++++++ testcase/fate-filter-minterpolate-down.sh | 49 +++++++++++++++++++ testcase/fate-filter-minterpolate-up.sh | 49 +++++++++++++++++++ testcase/fate-filter-negate.sh | 49 +++++++++++++++++++ testcase/fate-filter-null.sh | 49 +++++++++++++++++++ testcase/fate-filter-overlay.sh | 49 +++++++++++++++++++ testcase/fate-filter-overlay_nv12.sh | 49 +++++++++++++++++++ testcase/fate-filter-overlay_nv21.sh | 49 +++++++++++++++++++ testcase/fate-filter-overlay_rgb.sh | 49 +++++++++++++++++++ testcase/fate-filter-overlay_yuv420.sh | 49 +++++++++++++++++++ testcase/fate-filter-overlay_yuv420p10.sh | 49 +++++++++++++++++++ testcase/fate-filter-overlay_yuv422.sh | 49 +++++++++++++++++++ testcase/fate-filter-overlay_yuv422p10.sh | 49 +++++++++++++++++++ testcase/fate-filter-overlay_yuv444.sh | 49 +++++++++++++++++++ testcase/fate-filter-overlay_yuv444p10.sh | 49 +++++++++++++++++++ testcase/fate-filter-pad.sh | 49 +++++++++++++++++++ testcase/fate-filter-pal100bars.sh | 49 +++++++++++++++++++ testcase/fate-filter-pal75bars.sh | 49 +++++++++++++++++++ testcase/fate-filter-pan-downmix1.sh | 49 +++++++++++++++++++ testcase/fate-filter-pan-downmix2.sh | 49 +++++++++++++++++++ testcase/fate-filter-pan-mono1.sh | 49 +++++++++++++++++++ testcase/fate-filter-pan-mono2.sh | 49 +++++++++++++++++++ testcase/fate-filter-pan-stereo1.sh | 49 +++++++++++++++++++ testcase/fate-filter-pan-stereo2.sh | 49 +++++++++++++++++++ testcase/fate-filter-pan-stereo3.sh | 49 +++++++++++++++++++ testcase/fate-filter-pan-stereo4.sh | 49 +++++++++++++++++++ testcase/fate-filter-pan-upmix1.sh | 49 +++++++++++++++++++ testcase/fate-filter-pan-upmix2.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-0bgr.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-0rgb.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-abgr.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-argb.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-ayuv.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-ayuv64be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-ayuv64le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-bgr0.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-bgr24.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-bgr444be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-bgr444le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-bgr48be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-bgr48le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-bgr4_byte.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-bgr555be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-bgr555le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-bgr565be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-bgr565le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-bgr8.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-bgra.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-bgra64be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-bgra64le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gbrap.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gbrap10be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gbrap10le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gbrap12be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gbrap12le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gbrap14be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gbrap14le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gbrap16be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gbrap16le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gbrapf32be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gbrapf32le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gbrp.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gbrp10be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gbrp10le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gbrp10msbbe.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gbrp10msble.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gbrp12be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gbrp12le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gbrp12msbbe.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gbrp12msble.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gbrp14be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gbrp14le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gbrp16be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gbrp16le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gbrp9be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gbrp9le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gbrpf32be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gbrpf32le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gray.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gray10be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gray10le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gray12be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gray12le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gray14be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gray14le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gray16be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gray16le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gray9be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-gray9le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-grayf32be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-grayf32le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-monob.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-monow.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-nv12.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-nv16.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-nv20be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-nv20le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-nv21.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-nv24.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-nv42.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-p010be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-p010le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-p012be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-p012le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-p016be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-p016le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-p210be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-p210le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-p212be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-p212le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-p216be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-p216le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-p410be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-p410le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-p412be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-p412le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-p416be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-p416le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-rgb0.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-rgb24.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-rgb444be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-rgb444le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-rgb48be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-rgb48le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-rgb4_byte.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-rgb555be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-rgb555le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-rgb565be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-rgb565le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-rgb8.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-rgba.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-rgba64be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-rgba64le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-uyva.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-uyvy422.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-v30xle.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-vuya.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-vuyx.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-vyu444.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-x2bgr10le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-x2rgb10le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-xv30le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-xv36be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-xv36le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-xv48be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-xv48le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-xyz12be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-xyz12le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-y210le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-y212le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-y216le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-ya16be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-ya16le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-ya8.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv410p.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv411p.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv420p.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv420p10be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv420p10le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv420p12be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv420p12le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv420p14be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv420p14le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv420p16be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv420p16le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv420p9be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv420p9le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv422p.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv422p10be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv422p10le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv422p12be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv422p12le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv422p14be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv422p14le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv422p16be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv422p16le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv422p9be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv422p9le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv440p.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv440p10be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv440p10le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv440p12be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv440p12le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv444p.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv444p10be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv444p10le.sh | 49 +++++++++++++++++++ .../fate-filter-pixdesc-yuv444p10msbbe.sh | 49 +++++++++++++++++++ .../fate-filter-pixdesc-yuv444p10msble.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv444p12be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv444p12le.sh | 49 +++++++++++++++++++ .../fate-filter-pixdesc-yuv444p12msbbe.sh | 49 +++++++++++++++++++ .../fate-filter-pixdesc-yuv444p12msble.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv444p14be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv444p14le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv444p16be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv444p16le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv444p9be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuv444p9le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuva420p.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuva420p10be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuva420p10le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuva420p16be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuva420p16le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuva420p9be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuva420p9le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuva422p.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuva422p10be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuva422p10le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuva422p12be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuva422p12le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuva422p16be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuva422p16le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuva422p9be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuva422p9le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuva444p.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuva444p10be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuva444p10le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuva444p12be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuva444p12le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuva444p16be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuva444p16le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuva444p9be.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuva444p9le.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuvj411p.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuvj420p.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuvj422p.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuvj440p.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuvj444p.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yuyv422.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixdesc-yvyu422.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixelize-avg.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixelize-max.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixelize-min.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixfmts-copy.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixfmts-crop.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixfmts-field.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixfmts-fieldmatch.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixfmts-fieldorder.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixfmts-hflip.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixfmts-il.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixfmts-lut.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixfmts-null.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixfmts-pad.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixfmts-rotate.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixfmts-scale.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixfmts-swapuv.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixfmts-transpose.sh | 49 +++++++++++++++++++ testcase/fate-filter-pixfmts-vflip.sh | 49 +++++++++++++++++++ .../fate-filter-refcmp-blockdetect-yuv.sh | 49 +++++++++++++++++++ testcase/fate-filter-refcmp-blurdetect-yuv.sh | 49 +++++++++++++++++++ testcase/fate-filter-refcmp-psnr-rgb.sh | 49 +++++++++++++++++++ testcase/fate-filter-refcmp-psnr-yuv.sh | 49 +++++++++++++++++++ testcase/fate-filter-refcmp-siti-yuv.sh | 49 +++++++++++++++++++ testcase/fate-filter-refcmp-ssim-rgb.sh | 49 +++++++++++++++++++ testcase/fate-filter-refcmp-ssim-yuv.sh | 49 +++++++++++++++++++ testcase/fate-filter-refcmp-xpsnr-rgb.sh | 49 +++++++++++++++++++ testcase/fate-filter-refcmp-xpsnr-yuv.sh | 49 +++++++++++++++++++ testcase/fate-filter-removegrain-mode-00.sh | 49 +++++++++++++++++++ testcase/fate-filter-removegrain-mode-01.sh | 49 +++++++++++++++++++ testcase/fate-filter-removegrain-mode-02.sh | 49 +++++++++++++++++++ testcase/fate-filter-removegrain-mode-03.sh | 49 +++++++++++++++++++ testcase/fate-filter-removegrain-mode-04.sh | 49 +++++++++++++++++++ testcase/fate-filter-removegrain-mode-05.sh | 49 +++++++++++++++++++ testcase/fate-filter-removegrain-mode-06.sh | 49 +++++++++++++++++++ testcase/fate-filter-removegrain-mode-07.sh | 49 +++++++++++++++++++ testcase/fate-filter-removegrain-mode-08.sh | 49 +++++++++++++++++++ testcase/fate-filter-removegrain-mode-09.sh | 49 +++++++++++++++++++ testcase/fate-filter-removegrain-mode-10.sh | 49 +++++++++++++++++++ testcase/fate-filter-removegrain-mode-11.sh | 49 +++++++++++++++++++ testcase/fate-filter-removegrain-mode-12.sh | 49 +++++++++++++++++++ testcase/fate-filter-removegrain-mode-13.sh | 49 +++++++++++++++++++ testcase/fate-filter-removegrain-mode-14.sh | 49 +++++++++++++++++++ testcase/fate-filter-removegrain-mode-15.sh | 49 +++++++++++++++++++ testcase/fate-filter-removegrain-mode-16.sh | 49 +++++++++++++++++++ testcase/fate-filter-removegrain-mode-17.sh | 49 +++++++++++++++++++ testcase/fate-filter-removegrain-mode-18.sh | 49 +++++++++++++++++++ testcase/fate-filter-removegrain-mode-19.sh | 49 +++++++++++++++++++ testcase/fate-filter-removegrain-mode-20.sh | 49 +++++++++++++++++++ testcase/fate-filter-removegrain-mode-21.sh | 49 +++++++++++++++++++ testcase/fate-filter-removegrain-mode-22.sh | 49 +++++++++++++++++++ testcase/fate-filter-removegrain-mode-23.sh | 49 +++++++++++++++++++ testcase/fate-filter-removegrain-mode-24.sh | 49 +++++++++++++++++++ testcase/fate-filter-rgbtestsrc-gbrap.sh | 49 +++++++++++++++++++ testcase/fate-filter-rgbtestsrc-gbrap12.sh | 49 +++++++++++++++++++ testcase/fate-filter-rgbtestsrc-gbrp.sh | 49 +++++++++++++++++++ testcase/fate-filter-rgbtestsrc-gbrp12.sh | 49 +++++++++++++++++++ testcase/fate-filter-rgbtestsrc-rgba.sh | 49 +++++++++++++++++++ testcase/fate-filter-rgbtestsrc-x2rgb10le.sh | 49 +++++++++++++++++++ testcase/fate-filter-rgbtestsrc.sh | 49 +++++++++++++++++++ testcase/fate-filter-scale-premultiply.sh | 49 +++++++++++++++++++ testcase/fate-filter-scale200.sh | 49 +++++++++++++++++++ testcase/fate-filter-scale2ref_keep_aspect.sh | 49 +++++++++++++++++++ testcase/fate-filter-scale500.sh | 49 +++++++++++++++++++ testcase/fate-filter-scalechroma.sh | 49 +++++++++++++++++++ testcase/fate-filter-select-alternate.sh | 49 +++++++++++++++++++ testcase/fate-filter-select-buffering.sh | 49 +++++++++++++++++++ testcase/fate-filter-select-ffprobe.sh | 49 +++++++++++++++++++ testcase/fate-filter-select.sh | 49 +++++++++++++++++++ testcase/fate-filter-separatefields.sh | 49 +++++++++++++++++++ testcase/fate-filter-setdar.sh | 49 +++++++++++++++++++ testcase/fate-filter-setpts.sh | 49 +++++++++++++++++++ testcase/fate-filter-setsar.sh | 49 +++++++++++++++++++ testcase/fate-filter-shuffleframes.sh | 49 +++++++++++++++++++ .../fate-filter-shuffleplanes-dup-luma.sh | 49 +++++++++++++++++++ testcase/fate-filter-shuffleplanes-swapuv.sh | 49 +++++++++++++++++++ testcase/fate-filter-silenceremove.sh | 49 +++++++++++++++++++ testcase/fate-filter-smptebars.sh | 49 +++++++++++++++++++ testcase/fate-filter-smptehdbars.sh | 49 +++++++++++++++++++ testcase/fate-filter-swaprect.sh | 49 +++++++++++++++++++ testcase/fate-filter-tblend.sh | 49 +++++++++++++++++++ testcase/fate-filter-telecine.sh | 49 +++++++++++++++++++ testcase/fate-filter-testsrc2-rgb24.sh | 49 +++++++++++++++++++ testcase/fate-filter-testsrc2-rgba.sh | 49 +++++++++++++++++++ testcase/fate-filter-testsrc2-yuv420p.sh | 49 +++++++++++++++++++ testcase/fate-filter-testsrc2-yuv444p.sh | 49 +++++++++++++++++++ testcase/fate-filter-thumbnail.sh | 49 +++++++++++++++++++ testcase/fate-filter-tile.sh | 49 +++++++++++++++++++ testcase/fate-filter-tiltandshift-410.sh | 49 +++++++++++++++++++ testcase/fate-filter-tiltandshift-422.sh | 49 +++++++++++++++++++ testcase/fate-filter-tiltandshift-444.sh | 49 +++++++++++++++++++ testcase/fate-filter-tiltandshift.sh | 49 +++++++++++++++++++ testcase/fate-filter-tpad-add-duration.sh | 49 +++++++++++++++++++ testcase/fate-filter-tpad-add.sh | 49 +++++++++++++++++++ testcase/fate-filter-tpad-clone.sh | 49 +++++++++++++++++++ testcase/fate-filter-transpose.sh | 49 +++++++++++++++++++ testcase/fate-filter-trim-duration.sh | 49 +++++++++++++++++++ testcase/fate-filter-trim-frame.sh | 49 +++++++++++++++++++ testcase/fate-filter-trim-mixed.sh | 49 +++++++++++++++++++ testcase/fate-filter-trim-time.sh | 49 +++++++++++++++++++ testcase/fate-filter-unsharp-yuv420p10.sh | 49 +++++++++++++++++++ testcase/fate-filter-unsharp.sh | 49 +++++++++++++++++++ testcase/fate-filter-untile-yuv422p.sh | 49 +++++++++++++++++++ testcase/fate-filter-untile.sh | 49 +++++++++++++++++++ testcase/fate-filter-vectorscope_color.sh | 49 +++++++++++++++++++ testcase/fate-filter-vectorscope_color2.sh | 49 +++++++++++++++++++ testcase/fate-filter-vectorscope_color3.sh | 49 +++++++++++++++++++ testcase/fate-filter-vectorscope_color4.sh | 49 +++++++++++++++++++ testcase/fate-filter-vectorscope_gray.sh | 49 +++++++++++++++++++ testcase/fate-filter-vectorscope_xy.sh | 49 +++++++++++++++++++ testcase/fate-filter-vflip.sh | 49 +++++++++++++++++++ testcase/fate-filter-vflip_crop.sh | 49 +++++++++++++++++++ testcase/fate-filter-vflip_vflip.sh | 49 +++++++++++++++++++ testcase/fate-filter-volume.sh | 49 +++++++++++++++++++ testcase/fate-filter-vstack.sh | 49 +++++++++++++++++++ testcase/fate-filter-waveform_column.sh | 49 +++++++++++++++++++ testcase/fate-filter-waveform_envelope.sh | 49 +++++++++++++++++++ testcase/fate-filter-waveform_row.sh | 49 +++++++++++++++++++ testcase/fate-filter-waveform_uv.sh | 49 +++++++++++++++++++ testcase/fate-filter-weave.sh | 49 +++++++++++++++++++ testcase/fate-filter-yuvtestsrc-ayuv.sh | 49 +++++++++++++++++++ testcase/fate-filter-yuvtestsrc-ayuv64.sh | 49 +++++++++++++++++++ testcase/fate-filter-yuvtestsrc-nv24.sh | 49 +++++++++++++++++++ testcase/fate-filter-yuvtestsrc-p410.sh | 49 +++++++++++++++++++ testcase/fate-filter-yuvtestsrc-v30xle.sh | 49 +++++++++++++++++++ testcase/fate-filter-yuvtestsrc-vuya.sh | 49 +++++++++++++++++++ testcase/fate-filter-yuvtestsrc-vyu444.sh | 49 +++++++++++++++++++ testcase/fate-filter-yuvtestsrc-xv30le.sh | 49 +++++++++++++++++++ testcase/fate-filter-yuvtestsrc-xv36.sh | 49 +++++++++++++++++++ testcase/fate-filter-yuvtestsrc-xv48.sh | 49 +++++++++++++++++++ testcase/fate-filter-yuvtestsrc-yuv444p.sh | 49 +++++++++++++++++++ testcase/fate-filter-yuvtestsrc-yuv444p12.sh | 49 +++++++++++++++++++ testcase/fate-filter-yuvtestsrc-yuva444p.sh | 49 +++++++++++++++++++ testcase/fate-filter-yuvtestsrc-yuva444p12.sh | 49 +++++++++++++++++++ testcase/fate-flv-add_keyframe_index.sh | 49 +++++++++++++++++++ testcase/fate-force_key_frames.sh | 49 +++++++++++++++++++ testcase/fate-hwdevice.sh | 49 +++++++++++++++++++ testcase/fate-iamf-5_1_4.sh | 49 +++++++++++++++++++ testcase/fate-iamf-7_1_4.sh | 49 +++++++++++++++++++ testcase/fate-iamf-9_1_6.sh | 49 +++++++++++++++++++ testcase/fate-iamf-ambisonic_1-projection.sh | 49 +++++++++++++++++++ testcase/fate-iamf-ambisonic_1.sh | 49 +++++++++++++++++++ testcase/fate-iamf-stereo.sh | 49 +++++++++++++++++++ testcase/fate-lavf-aiff.sh | 49 +++++++++++++++++++ testcase/fate-lavf-al.sh | 49 +++++++++++++++++++ testcase/fate-lavf-apng.png.sh | 49 +++++++++++++++++++ testcase/fate-lavf-apng.sh | 49 +++++++++++++++++++ testcase/fate-lavf-asf.sh | 49 +++++++++++++++++++ testcase/fate-lavf-ast.sh | 49 +++++++++++++++++++ testcase/fate-lavf-au.sh | 49 +++++++++++++++++++ testcase/fate-lavf-avi.sh | 49 +++++++++++++++++++ testcase/fate-lavf-bmp.sh | 49 +++++++++++++++++++ testcase/fate-lavf-caf.sh | 49 +++++++++++++++++++ testcase/fate-lavf-dfpwm.sh | 49 +++++++++++++++++++ testcase/fate-lavf-dpx.sh | 49 +++++++++++++++++++ testcase/fate-lavf-dv.sh | 49 +++++++++++++++++++ testcase/fate-lavf-dv_ntsc.sh | 49 +++++++++++++++++++ testcase/fate-lavf-dv_pal.sh | 49 +++++++++++++++++++ testcase/fate-lavf-flm.sh | 49 +++++++++++++++++++ testcase/fate-lavf-flv.sh | 49 +++++++++++++++++++ testcase/fate-lavf-gbrap.fits.sh | 49 +++++++++++++++++++ testcase/fate-lavf-gbrap16be.fits.sh | 49 +++++++++++++++++++ testcase/fate-lavf-gbrp.fits.sh | 49 +++++++++++++++++++ testcase/fate-lavf-gbrp10le.dpx.sh | 49 +++++++++++++++++++ testcase/fate-lavf-gbrp12le.dpx.sh | 49 +++++++++++++++++++ testcase/fate-lavf-gbrp16be.fits.sh | 49 +++++++++++++++++++ testcase/fate-lavf-gbrpf32be.pfm.sh | 49 +++++++++++++++++++ testcase/fate-lavf-gbrpf32le.pfm.sh | 49 +++++++++++++++++++ testcase/fate-lavf-gif.sh | 49 +++++++++++++++++++ testcase/fate-lavf-gray.fits.sh | 49 +++++++++++++++++++ testcase/fate-lavf-gray.pam.sh | 49 +++++++++++++++++++ testcase/fate-lavf-gray.xwd.sh | 49 +++++++++++++++++++ testcase/fate-lavf-gray16be.fits.sh | 49 +++++++++++++++++++ testcase/fate-lavf-gray16be.pam.sh | 49 +++++++++++++++++++ testcase/fate-lavf-gray16be.png.sh | 49 +++++++++++++++++++ testcase/fate-lavf-grayf32be.pfm.sh | 49 +++++++++++++++++++ testcase/fate-lavf-grayf32le.pfm.sh | 49 +++++++++++++++++++ testcase/fate-lavf-gxf.sh | 49 +++++++++++++++++++ testcase/fate-lavf-gxf_ntsc.sh | 49 +++++++++++++++++++ testcase/fate-lavf-gxf_pal.sh | 49 +++++++++++++++++++ testcase/fate-lavf-ircam.sh | 49 +++++++++++++++++++ testcase/fate-lavf-ismv.sh | 49 +++++++++++++++++++ testcase/fate-lavf-jpg.sh | 49 +++++++++++++++++++ testcase/fate-lavf-mka.sh | 49 +++++++++++++++++++ testcase/fate-lavf-mkv.sh | 49 +++++++++++++++++++ testcase/fate-lavf-mkv_attachment.sh | 49 +++++++++++++++++++ testcase/fate-lavf-mmf.sh | 49 +++++++++++++++++++ testcase/fate-lavf-monob.pam.sh | 49 +++++++++++++++++++ testcase/fate-lavf-monow.xwd.sh | 49 +++++++++++++++++++ testcase/fate-lavf-mov.sh | 49 +++++++++++++++++++ testcase/fate-lavf-mov_hybrid_frag.sh | 49 +++++++++++++++++++ testcase/fate-lavf-mov_rtphint.sh | 49 +++++++++++++++++++ testcase/fate-lavf-mp4.sh | 49 +++++++++++++++++++ testcase/fate-lavf-mpg.sh | 49 +++++++++++++++++++ testcase/fate-lavf-mxf.sh | 49 +++++++++++++++++++ testcase/fate-lavf-mxf_d10.sh | 49 +++++++++++++++++++ testcase/fate-lavf-mxf_dv25.sh | 49 +++++++++++++++++++ testcase/fate-lavf-mxf_dvcpro100.sh | 49 +++++++++++++++++++ testcase/fate-lavf-mxf_dvcpro50.sh | 49 +++++++++++++++++++ testcase/fate-lavf-mxf_ffv1.sh | 49 +++++++++++++++++++ testcase/fate-lavf-mxf_opatom.sh | 49 +++++++++++++++++++ testcase/fate-lavf-mxf_opatom_audio.sh | 49 +++++++++++++++++++ testcase/fate-lavf-none.gbrapf32le.exr.sh | 49 +++++++++++++++++++ testcase/fate-lavf-none.gbrpf32le.exr.sh | 49 +++++++++++++++++++ testcase/fate-lavf-none.grayf32le.exr.sh | 49 +++++++++++++++++++ testcase/fate-lavf-nut.sh | 49 +++++++++++++++++++ testcase/fate-lavf-ogg.sh | 49 +++++++++++++++++++ testcase/fate-lavf-pam.sh | 49 +++++++++++++++++++ testcase/fate-lavf-pbmpipe.sh | 49 +++++++++++++++++++ testcase/fate-lavf-pcx.sh | 49 +++++++++++++++++++ testcase/fate-lavf-peak.wav.sh | 49 +++++++++++++++++++ testcase/fate-lavf-peak_only.wav.sh | 49 +++++++++++++++++++ testcase/fate-lavf-pgm.sh | 49 +++++++++++++++++++ testcase/fate-lavf-pgmpipe.sh | 49 +++++++++++++++++++ testcase/fate-lavf-png.sh | 49 +++++++++++++++++++ testcase/fate-lavf-ppm.sh | 49 +++++++++++++++++++ testcase/fate-lavf-ppmpipe.sh | 49 +++++++++++++++++++ testcase/fate-lavf-qoi.sh | 49 +++++++++++++++++++ testcase/fate-lavf-qoipipe.sh | 49 +++++++++++++++++++ testcase/fate-lavf-rgb48be.pam.sh | 49 +++++++++++++++++++ testcase/fate-lavf-rgb48be.png.sh | 49 +++++++++++++++++++ testcase/fate-lavf-rgb48le.dpx.sh | 49 +++++++++++++++++++ testcase/fate-lavf-rgb48le_10.dpx.sh | 49 +++++++++++++++++++ testcase/fate-lavf-rgb4_byte.xwd.sh | 49 +++++++++++++++++++ testcase/fate-lavf-rgb555be.xwd.sh | 49 +++++++++++++++++++ testcase/fate-lavf-rgb565be.xwd.sh | 49 +++++++++++++++++++ testcase/fate-lavf-rgb8.xwd.sh | 49 +++++++++++++++++++ testcase/fate-lavf-rgba.pam.sh | 49 +++++++++++++++++++ testcase/fate-lavf-rgba.xwd.sh | 49 +++++++++++++++++++ testcase/fate-lavf-rgba64le.dpx.sh | 49 +++++++++++++++++++ testcase/fate-lavf-rle.gbrapf32le.exr.sh | 49 +++++++++++++++++++ testcase/fate-lavf-rle.gbrpf32le.exr.sh | 49 +++++++++++++++++++ testcase/fate-lavf-rle.grayf32le.exr.sh | 49 +++++++++++++++++++ testcase/fate-lavf-rm.sh | 49 +++++++++++++++++++ testcase/fate-lavf-rso.sh | 49 +++++++++++++++++++ testcase/fate-lavf-s16.voc.sh | 49 +++++++++++++++++++ testcase/fate-lavf-sgi.sh | 49 +++++++++++++++++++ testcase/fate-lavf-smjpeg.sh | 49 +++++++++++++++++++ testcase/fate-lavf-sox.sh | 49 +++++++++++++++++++ testcase/fate-lavf-sun.sh | 49 +++++++++++++++++++ testcase/fate-lavf-swf.sh | 49 +++++++++++++++++++ testcase/fate-lavf-tga.sh | 49 +++++++++++++++++++ testcase/fate-lavf-tiff.sh | 49 +++++++++++++++++++ testcase/fate-lavf-ts.sh | 49 +++++++++++++++++++ testcase/fate-lavf-tta.sh | 49 +++++++++++++++++++ testcase/fate-lavf-ul.sh | 49 +++++++++++++++++++ testcase/fate-lavf-voc.sh | 49 +++++++++++++++++++ testcase/fate-lavf-w64.sh | 49 +++++++++++++++++++ testcase/fate-lavf-wav.sh | 49 +++++++++++++++++++ testcase/fate-lavf-wbmp.sh | 49 +++++++++++++++++++ testcase/fate-lavf-wtv.sh | 49 +++++++++++++++++++ testcase/fate-lavf-wv.sh | 49 +++++++++++++++++++ testcase/fate-lavf-xbm.sh | 49 +++++++++++++++++++ testcase/fate-lavf-xbmpipe.sh | 49 +++++++++++++++++++ testcase/fate-lavf-xwd.sh | 49 +++++++++++++++++++ testcase/fate-lavf-xwdpipe.sh | 49 +++++++++++++++++++ testcase/fate-lavf-y4m.sh | 49 +++++++++++++++++++ testcase/fate-lavf-zip1.gbrapf32le.exr.sh | 49 +++++++++++++++++++ testcase/fate-lavf-zip1.gbrpf32le.exr.sh | 49 +++++++++++++++++++ testcase/fate-lavf-zip1.grayf32le.exr.sh | 49 +++++++++++++++++++ testcase/fate-lavf-zip16.gbrapf32le.exr.sh | 49 +++++++++++++++++++ testcase/fate-lavf-zip16.gbrpf32le.exr.sh | 49 +++++++++++++++++++ testcase/fate-lavf-zip16.grayf32le.exr.sh | 49 +++++++++++++++++++ testcase/fate-mov-channel-description.sh | 49 +++++++++++++++++++ testcase/fate-mov-mp4-frag-flush.sh | 49 +++++++++++++++++++ testcase/fate-mov-mp4-iamf-5_1_4.sh | 49 +++++++++++++++++++ .../fate-mov-mp4-iamf-7_1_4-video-first-2.sh | 49 +++++++++++++++++++ .../fate-mov-mp4-iamf-7_1_4-video-first-3.sh | 49 +++++++++++++++++++ .../fate-mov-mp4-iamf-7_1_4-video-first.sh | 49 +++++++++++++++++++ .../fate-mov-mp4-iamf-7_1_4-video-last.sh | 49 +++++++++++++++++++ testcase/fate-mov-mp4-iamf-ambisonic_1.sh | 49 +++++++++++++++++++ testcase/fate-mov-mp4-iamf-stereo.sh | 49 +++++++++++++++++++ testcase/fate-mov-mp4-pcm-float.sh | 49 +++++++++++++++++++ testcase/fate-mov-mp4-pcm.sh | 49 +++++++++++++++++++ testcase/fate-mov-vfr.sh | 49 +++++++++++++++++++ testcase/fate-pcm_dvd-16-1-96000.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-bgr24.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-bgr24.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-gbrp10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-gbrp10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-gbrp12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-gbrp12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-gbrp16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-gbrp16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-gray.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-gray10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-gray10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-gray12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-gray12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-gray16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-gray16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-monob.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-monow.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-nv12.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-nv16.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-nv24.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-p010be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-p010le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-p012be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-p012le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-p016be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-p016le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-p210be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-p210le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-p212be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-p212le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-p216be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-p216le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-p410be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-p410le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-p412be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-p412le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-p416be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-p416le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-rgb24.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-rgb32.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-rgb48.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-rgb555.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-rgb565.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-uyvy422.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-v30xle.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-vuyx.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-vyu444.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-x2bgr10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-x2rgb10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-xv30le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-xv36be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-xv36le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-xv48be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-xv48le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-xyz12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-y210le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-y212le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-y216le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yuv410p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yuv411p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yuv420p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yuv420p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yuv420p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yuv420p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yuv420p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yuv420p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yuv420p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yuv422p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yuv422p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yuv422p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yuv422p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yuv422p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yuv422p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yuv422p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yuv440p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yuv440p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yuv440p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yuv440p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yuv440p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yuv444p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yuv444p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yuv444p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yuv444p10msbbe.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yuv444p10msble.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yuv444p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yuv444p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yuv444p12msbbe.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yuv444p12msble.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yuv444p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yuv444p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yuvj420p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yuvj422p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yuvj440p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yuvj444p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yuyv422.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp-yvyu422.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-bgr24.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-gbrp10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-gbrp10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-gbrp12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-gbrp12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-gbrp16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-gbrp16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-gray.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-gray10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-gray10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-gray12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-gray12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-gray16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-gray16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-monob.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-monow.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-nv12.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-nv16.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-nv24.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-p010be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-p010le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-p012be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-p012le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-p016be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-p016le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-p210be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-p210le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-p212be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-p212le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-p216be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-p216le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-p410be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-p410le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-p412be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-p412le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-p416be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-p416le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-rgb24.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-rgb32.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-rgb48.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-rgb555.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-rgb565.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-uyvy422.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-v30xle.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-vuyx.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-vyu444.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-x2bgr10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-x2rgb10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-xv30le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-xv36be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-xv36le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-xv48be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-xv48le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-xyz12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-y210le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-y212le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-y216le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yuv410p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yuv411p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yuv420p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yuv420p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yuv420p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yuv420p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yuv420p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yuv420p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yuv420p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yuv422p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yuv422p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yuv422p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yuv422p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yuv422p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yuv422p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yuv422p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yuv440p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yuv440p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yuv440p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yuv440p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yuv440p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yuv444p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yuv444p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yuv444p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yuv444p10msbbe.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yuv444p10msble.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yuv444p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yuv444p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yuv444p12msbbe.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yuv444p12msble.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yuv444p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yuv444p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yuvj420p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yuvj422p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yuvj440p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yuvj444p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yuyv422.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp10-yvyu422.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-bgr24.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-gbrp10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-gbrp10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-gbrp12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-gbrp12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-gbrp16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-gbrp16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-gray.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-gray10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-gray10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-gray12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-gray12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-gray16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-gray16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-monob.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-monow.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-nv12.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-nv16.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-nv24.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-p010be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-p010le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-p012be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-p012le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-p016be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-p016le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-p210be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-p210le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-p212be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-p212le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-p216be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-p216le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-p410be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-p410le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-p412be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-p412le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-p416be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-p416le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-rgb24.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-rgb32.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-rgb48.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-rgb555.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-rgb565.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-uyvy422.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-v30xle.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-vuyx.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-vyu444.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-x2bgr10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-x2rgb10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-xv30le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-xv36be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-xv36le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-xv48be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-xv48le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-xyz12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-y210le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-y212le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-y216le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yuv410p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yuv411p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yuv420p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yuv420p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yuv420p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yuv420p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yuv420p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yuv420p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yuv420p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yuv422p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yuv422p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yuv422p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yuv422p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yuv422p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yuv422p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yuv422p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yuv440p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yuv440p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yuv440p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yuv440p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yuv440p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yuv444p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yuv444p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yuv444p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yuv444p10msbbe.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yuv444p10msble.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yuv444p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yuv444p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yuv444p12msbbe.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yuv444p12msble.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yuv444p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yuv444p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yuvj420p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yuvj422p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yuvj440p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yuvj444p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yuyv422.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp12-yvyu422.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp16-gbrp16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp16-gbrp16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp16-gray16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp16-gray16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp16-p016be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp16-p016le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp16-p216be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp16-p216le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp16-p416be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp16-p416le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp16-rgb48.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp16-xv48be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp16-xv48le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp16-y216le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp16-yuv420p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp16-yuv420p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp16-yuv422p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp16-yuv422p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp16-yuv444p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gbrp16-yuv444p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-gray.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-monob.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-monow.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv12.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv16.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-bgr24.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-gbrp10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-gbrp10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-gbrp12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-gbrp12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-gbrp16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-gbrp16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-gray.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-gray10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-gray10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-gray12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-gray12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-gray16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-gray16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-monob.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-monow.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-nv12.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-nv16.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-nv24.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-p010be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-p010le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-p012be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-p012le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-p016be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-p016le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-p210be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-p210le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-p212be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-p212le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-p216be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-p216le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-p410be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-p410le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-p412be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-p412le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-p416be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-p416le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-rgb24.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-rgb32.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-rgb48.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-rgb555.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-rgb565.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-uyvy422.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-v30xle.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-vuyx.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-vyu444.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-x2bgr10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-x2rgb10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-xv30le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-xv36be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-xv36le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-xv48be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-xv48le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-xyz12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-y210le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-y212le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-y216le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yuv410p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yuv411p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yuv420p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yuv420p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yuv420p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yuv420p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yuv420p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yuv420p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yuv420p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yuv422p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yuv422p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yuv422p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yuv422p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yuv422p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yuv422p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yuv422p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yuv440p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yuv440p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yuv440p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yuv440p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yuv440p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yuv444p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yuv444p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yuv444p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yuv444p10msbbe.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yuv444p10msble.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yuv444p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yuv444p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yuv444p12msbbe.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yuv444p12msble.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yuv444p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yuv444p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yuvj420p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yuvj422p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yuvj440p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yuvj444p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yuyv422.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24-yvyu422.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-nv24.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-bgr24.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-gbrp10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-gbrp10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-gbrp12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-gbrp12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-gbrp16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-gbrp16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-gray.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-gray10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-gray10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-gray12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-gray12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-gray16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-gray16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-monob.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-monow.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-nv12.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-nv16.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-nv24.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-p010be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-p010le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-p012be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-p012le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-p016be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-p016le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-p210be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-p210le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-p212be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-p212le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-p216be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-p216le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-p410be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-p410le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-p412be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-p412le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-p416be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-p416le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-rgb24.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-rgb32.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-rgb48.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-rgb555.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-rgb565.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-uyvy422.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-v30xle.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-vuyx.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-vyu444.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-x2bgr10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-x2rgb10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-xv30le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-xv36be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-xv36le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-xv48be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-xv48le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-xyz12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-y210le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-y212le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-y216le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yuv410p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yuv411p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yuv420p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yuv420p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yuv420p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yuv420p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yuv420p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yuv420p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yuv420p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yuv422p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yuv422p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yuv422p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yuv422p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yuv422p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yuv422p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yuv422p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yuv440p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yuv440p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yuv440p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yuv440p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yuv440p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yuv444p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yuv444p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yuv444p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yuv444p10msbbe.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yuv444p10msble.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yuv444p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yuv444p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yuv444p12msbbe.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yuv444p12msble.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yuv444p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yuv444p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yuvj420p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yuvj422p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yuvj440p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yuvj444p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yuyv422.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p410-yvyu422.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-bgr24.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-gbrp10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-gbrp10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-gbrp12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-gbrp12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-gbrp16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-gbrp16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-gray.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-gray10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-gray10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-gray12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-gray12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-gray16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-gray16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-monob.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-monow.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-nv12.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-nv16.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-nv24.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-p010be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-p010le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-p012be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-p012le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-p016be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-p016le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-p210be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-p210le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-p212be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-p212le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-p216be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-p216le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-p410be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-p410le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-p412be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-p412le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-p416be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-p416le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-rgb24.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-rgb32.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-rgb48.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-rgb555.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-rgb565.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-uyvy422.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-v30xle.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-vuyx.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-vyu444.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-x2bgr10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-x2rgb10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-xv30le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-xv36be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-xv36le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-xv48be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-xv48le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-xyz12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-y210le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-y212le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-y216le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yuv410p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yuv411p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yuv420p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yuv420p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yuv420p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yuv420p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yuv420p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yuv420p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yuv420p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yuv422p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yuv422p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yuv422p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yuv422p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yuv422p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yuv422p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yuv422p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yuv440p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yuv440p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yuv440p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yuv440p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yuv440p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yuv444p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yuv444p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yuv444p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yuv444p10msbbe.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yuv444p10msble.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yuv444p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yuv444p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yuv444p12msbbe.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yuv444p12msble.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yuv444p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yuv444p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yuvj420p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yuvj422p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yuvj440p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yuvj444p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yuyv422.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p412-yvyu422.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p416-gbrp16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p416-gbrp16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p416-gray16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p416-gray16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p416-p016be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p416-p016le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p416-p216be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p416-p216le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p416-p416be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p416-p416le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p416-rgb48.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p416-xv48be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p416-xv48le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p416-y216le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p416-yuv420p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p416-yuv420p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p416-yuv422p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p416-yuv422p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p416-yuv444p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-p416-yuv444p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-bgr24.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-gbrp10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-gbrp10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-gbrp12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-gbrp12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-gbrp16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-gbrp16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-gray.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-gray10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-gray10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-gray12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-gray12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-gray16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-gray16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-monob.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-monow.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-nv12.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-nv16.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-nv24.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-p010be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-p010le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-p012be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-p012le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-p016be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-p016le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-p210be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-p210le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-p212be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-p212le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-p216be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-p216le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-p410be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-p410le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-p412be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-p412le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-p416be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-p416le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-rgb24.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-rgb32.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-rgb48.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-rgb555.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-rgb565.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-uyvy422.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-v30xle.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-vuyx.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-vyu444.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-x2bgr10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-x2rgb10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-xv30le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-xv36be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-xv36le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-xv48be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-xv48le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-xyz12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-y210le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-y212le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-y216le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yuv410p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yuv411p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yuv420p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yuv420p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yuv420p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yuv420p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yuv420p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yuv420p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yuv420p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yuv422p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yuv422p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yuv422p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yuv422p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yuv422p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yuv422p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yuv422p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yuv440p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yuv440p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yuv440p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yuv440p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yuv440p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yuv444p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yuv444p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yuv444p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yuv444p10msbbe.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yuv444p10msble.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yuv444p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yuv444p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yuv444p12msbbe.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yuv444p12msble.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yuv444p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yuv444p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yuvj420p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yuvj422p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yuvj440p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yuvj444p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yuyv422.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24-yvyu422.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb24.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb32.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-bgr24.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-gbrp10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-gbrp10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-gbrp12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-gbrp12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-gbrp16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-gbrp16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-gray.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-gray10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-gray10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-gray12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-gray12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-gray16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-gray16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-monob.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-monow.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-nv12.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-nv16.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-nv24.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-p010be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-p010le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-p012be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-p012le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-p016be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-p016le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-p210be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-p210le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-p212be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-p212le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-p216be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-p216le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-p410be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-p410le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-p412be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-p412le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-p416be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-p416le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-rgb24.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-rgb32.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-rgb48.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-rgb555.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-rgb565.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-uyvy422.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-v30xle.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-vuyx.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-vyu444.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-x2bgr10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-x2rgb10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-xv30le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-xv36be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-xv36le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-xv48be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-xv48le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-xyz12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-y210le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-y212le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-y216le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yuv410p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yuv411p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yuv420p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yuv420p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yuv420p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yuv420p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yuv420p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yuv420p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yuv420p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yuv422p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yuv422p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yuv422p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yuv422p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yuv422p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yuv422p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yuv422p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yuv440p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yuv440p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yuv440p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yuv440p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yuv440p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yuv444p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yuv444p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yuv444p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yuv444p10msbbe.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yuv444p10msble.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yuv444p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yuv444p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yuv444p12msbbe.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yuv444p12msble.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yuv444p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yuv444p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yuvj420p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yuvj422p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yuvj440p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yuvj444p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yuyv422.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb48-yvyu422.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb555.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-rgb565.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-uyvy422.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-vuyx.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-vyu444.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-xyz12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv410p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv411p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv420p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv422p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv440p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-bgr24.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-gbrp10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-gbrp10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-gbrp12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-gbrp12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-gbrp16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-gbrp16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-gray.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-gray10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-gray10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-gray12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-gray12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-gray16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-gray16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-monob.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-monow.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-nv12.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-nv16.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-nv24.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-p010be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-p010le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-p012be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-p012le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-p016be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-p016le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-p210be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-p210le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-p212be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-p212le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-p216be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-p216le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-p410be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-p410le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-p412be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-p412le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-p416be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-p416le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-rgb24.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-rgb32.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-rgb48.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-rgb555.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-rgb565.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-uyvy422.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-v30xle.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-vuyx.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-vyu444.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-x2bgr10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-x2rgb10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-xv30le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-xv36be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-xv36le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-xv48be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-xv48le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-xyz12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-y210le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-y212le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-y216le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-yuv410p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-yuv411p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-yuv420p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-yuv420p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-yuv420p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-yuv420p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-yuv420p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-yuv420p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-yuv420p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-yuv422p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-yuv422p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-yuv422p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-yuv422p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-yuv422p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-yuv422p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-yuv422p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-yuv440p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-yuv440p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-yuv440p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-yuv440p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-yuv440p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-yuv444p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-yuv444p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-yuv444p10le.sh | 49 +++++++++++++++++++ .../fate-pixfmt-yuv444p-yuv444p10msbbe.sh | 49 +++++++++++++++++++ .../fate-pixfmt-yuv444p-yuv444p10msble.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-yuv444p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-yuv444p12le.sh | 49 +++++++++++++++++++ .../fate-pixfmt-yuv444p-yuv444p12msbbe.sh | 49 +++++++++++++++++++ .../fate-pixfmt-yuv444p-yuv444p12msble.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-yuv444p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-yuv444p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-yuvj420p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-yuvj422p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-yuvj440p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-yuvj444p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-yuyv422.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p-yvyu422.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-bgr24.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-gbrp10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-gbrp10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-gbrp12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-gbrp12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-gbrp16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-gbrp16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-gray.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-gray10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-gray10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-gray12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-gray12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-gray16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-gray16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-monob.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-monow.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-nv12.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-nv16.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-nv24.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-p010be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-p010le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-p012be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-p012le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-p016be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-p016le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-p210be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-p210le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-p212be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-p212le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-p216be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-p216le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-p410be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-p410le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-p412be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-p412le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-p416be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-p416le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-rgb24.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-rgb32.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-rgb48.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-rgb555.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-rgb565.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-uyvy422.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-v30xle.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-vuyx.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-vyu444.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-x2bgr10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-x2rgb10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-xv30le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-xv36be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-xv36le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-xv48be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-xv48le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-xyz12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-y210le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-y212le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-y216le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-yuv410p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-yuv411p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-yuv420p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-yuv420p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-yuv420p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-yuv420p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-yuv420p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-yuv420p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-yuv420p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-yuv422p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-yuv422p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-yuv422p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-yuv422p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-yuv422p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-yuv422p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-yuv422p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-yuv440p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-yuv440p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-yuv440p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-yuv440p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-yuv440p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-yuv444p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-yuv444p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-yuv444p10le.sh | 49 +++++++++++++++++++ .../fate-pixfmt-yuv444p10-yuv444p10msbbe.sh | 49 +++++++++++++++++++ .../fate-pixfmt-yuv444p10-yuv444p10msble.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-yuv444p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-yuv444p12le.sh | 49 +++++++++++++++++++ .../fate-pixfmt-yuv444p10-yuv444p12msbbe.sh | 49 +++++++++++++++++++ .../fate-pixfmt-yuv444p10-yuv444p12msble.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-yuv444p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-yuv444p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-yuvj420p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-yuvj422p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-yuvj440p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-yuvj444p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-yuyv422.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p10-yvyu422.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-bgr24.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-gbrp10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-gbrp10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-gbrp12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-gbrp12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-gbrp16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-gbrp16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-gray.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-gray10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-gray10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-gray12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-gray12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-gray16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-gray16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-monob.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-monow.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-nv12.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-nv16.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-nv24.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-p010be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-p010le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-p012be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-p012le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-p016be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-p016le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-p210be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-p210le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-p212be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-p212le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-p216be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-p216le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-p410be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-p410le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-p412be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-p412le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-p416be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-p416le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-rgb24.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-rgb32.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-rgb48.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-rgb555.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-rgb565.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-uyvy422.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-v30xle.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-vuyx.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-vyu444.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-x2bgr10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-x2rgb10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-xv30le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-xv36be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-xv36le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-xv48be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-xv48le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-xyz12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-y210le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-y212le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-y216le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-yuv410p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-yuv411p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-yuv420p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-yuv420p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-yuv420p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-yuv420p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-yuv420p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-yuv420p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-yuv420p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-yuv422p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-yuv422p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-yuv422p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-yuv422p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-yuv422p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-yuv422p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-yuv422p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-yuv440p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-yuv440p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-yuv440p10le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-yuv440p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-yuv440p12le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-yuv444p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-yuv444p10be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-yuv444p10le.sh | 49 +++++++++++++++++++ .../fate-pixfmt-yuv444p12-yuv444p10msbbe.sh | 49 +++++++++++++++++++ .../fate-pixfmt-yuv444p12-yuv444p10msble.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-yuv444p12be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-yuv444p12le.sh | 49 +++++++++++++++++++ .../fate-pixfmt-yuv444p12-yuv444p12msbbe.sh | 49 +++++++++++++++++++ .../fate-pixfmt-yuv444p12-yuv444p12msble.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-yuv444p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-yuv444p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-yuvj420p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-yuvj422p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-yuvj440p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-yuvj444p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-yuyv422.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p12-yvyu422.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p16-gbrp16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p16-gbrp16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p16-gray16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p16-gray16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p16-p016be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p16-p016le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p16-p216be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p16-p216le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p16-p416be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p16-p416le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p16-rgb48.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p16-xv48be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p16-xv48le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p16-y216le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p16-yuv420p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p16-yuv420p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p16-yuv422p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p16-yuv422p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p16-yuv444p16be.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuv444p16-yuv444p16le.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuvj420p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuvj422p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuvj440p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuvj444p.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yuyv422.sh | 49 +++++++++++++++++++ testcase/fate-pixfmt-yvyu422.sh | 49 +++++++++++++++++++ .../fate-seek-acodec-adpcm-ima_qt-trellis.sh | 49 +++++++++++++++++++ testcase/fate-seek-acodec-adpcm-ima_qt.sh | 49 +++++++++++++++++++ .../fate-seek-acodec-adpcm-ima_wav-trellis.sh | 49 +++++++++++++++++++ testcase/fate-seek-acodec-adpcm-ima_wav.sh | 49 +++++++++++++++++++ testcase/fate-seek-acodec-adpcm-ms-trellis.sh | 49 +++++++++++++++++++ testcase/fate-seek-acodec-adpcm-ms.sh | 49 +++++++++++++++++++ .../fate-seek-acodec-adpcm-swf-trellis.sh | 49 +++++++++++++++++++ testcase/fate-seek-acodec-adpcm-swf.sh | 49 +++++++++++++++++++ .../fate-seek-acodec-adpcm-yamaha-trellis.sh | 49 +++++++++++++++++++ testcase/fate-seek-acodec-adpcm-yamaha.sh | 49 +++++++++++++++++++ testcase/fate-seek-acodec-alac.sh | 49 +++++++++++++++++++ testcase/fate-seek-acodec-flac.sh | 49 +++++++++++++++++++ testcase/fate-seek-acodec-mp2.sh | 49 +++++++++++++++++++ testcase/fate-seek-acodec-pcm-alaw.sh | 49 +++++++++++++++++++ testcase/fate-seek-acodec-pcm-f32be.sh | 49 +++++++++++++++++++ testcase/fate-seek-acodec-pcm-f32le.sh | 49 +++++++++++++++++++ testcase/fate-seek-acodec-pcm-f64be.sh | 49 +++++++++++++++++++ testcase/fate-seek-acodec-pcm-f64le.sh | 49 +++++++++++++++++++ testcase/fate-seek-acodec-pcm-mulaw.sh | 49 +++++++++++++++++++ testcase/fate-seek-acodec-pcm-s16be.sh | 49 +++++++++++++++++++ testcase/fate-seek-acodec-pcm-s16le.sh | 49 +++++++++++++++++++ testcase/fate-seek-acodec-pcm-s24be.sh | 49 +++++++++++++++++++ testcase/fate-seek-acodec-pcm-s24le.sh | 49 +++++++++++++++++++ testcase/fate-seek-acodec-pcm-s32be.sh | 49 +++++++++++++++++++ testcase/fate-seek-acodec-pcm-s32le.sh | 49 +++++++++++++++++++ testcase/fate-seek-acodec-pcm-s8.sh | 49 +++++++++++++++++++ testcase/fate-seek-acodec-pcm-u8.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-aiff.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-al.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-asf.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-au.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-avi.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-bmp.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-dv.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-flv.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-gif.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-gxf.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-jpg.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-mkv.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-mmf.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-mov.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-mpg.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-mxf.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-mxf_d10.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-mxf_dv25.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-mxf_dvcpro50.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-mxf_opatom.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-mxf_opatom_audio.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-nut.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-ogg.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-pbmpipe.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-pcx.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-pgm.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-pgmpipe.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-ppm.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-ppmpipe.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-rm.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-sgi.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-swf.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-tga.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-tiff.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-ts.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-ul.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-voc.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-wav.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-wtv.sh | 49 +++++++++++++++++++ testcase/fate-seek-lavf-y4m.sh | 49 +++++++++++++++++++ testcase/fate-shortest.sh | 49 +++++++++++++++++++ testcase/fate-source.sh | 49 +++++++++++++++++++ testcase/fate-swr-async-firstpts.sh | 49 +++++++++++++++++++ testcase/fate-swr-audioconvert.sh | 49 +++++++++++++++++++ testcase/fate-swr-custom-rematrix.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-dblp-2626-44100.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-dblp-2626-48000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-dblp-2626-8000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-dblp-2626-96000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-dblp-44100-2626.sh | 49 +++++++++++++++++++ .../fate-swr-resample-dblp-44100-48000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-dblp-44100-8000.sh | 49 +++++++++++++++++++ .../fate-swr-resample-dblp-44100-96000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-dblp-48000-2626.sh | 49 +++++++++++++++++++ .../fate-swr-resample-dblp-48000-44100.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-dblp-48000-8000.sh | 49 +++++++++++++++++++ .../fate-swr-resample-dblp-48000-96000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-dblp-8000-2626.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-dblp-8000-44100.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-dblp-8000-48000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-dblp-8000-96000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-dblp-96000-2626.sh | 49 +++++++++++++++++++ .../fate-swr-resample-dblp-96000-44100.sh | 49 +++++++++++++++++++ .../fate-swr-resample-dblp-96000-48000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-dblp-96000-8000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-fltp-2626-44100.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-fltp-2626-48000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-fltp-2626-8000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-fltp-2626-96000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-fltp-44100-2626.sh | 49 +++++++++++++++++++ .../fate-swr-resample-fltp-44100-48000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-fltp-44100-8000.sh | 49 +++++++++++++++++++ .../fate-swr-resample-fltp-44100-96000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-fltp-48000-2626.sh | 49 +++++++++++++++++++ .../fate-swr-resample-fltp-48000-44100.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-fltp-48000-8000.sh | 49 +++++++++++++++++++ .../fate-swr-resample-fltp-48000-96000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-fltp-8000-2626.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-fltp-8000-44100.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-fltp-8000-48000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-fltp-8000-96000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-fltp-96000-2626.sh | 49 +++++++++++++++++++ .../fate-swr-resample-fltp-96000-44100.sh | 49 +++++++++++++++++++ .../fate-swr-resample-fltp-96000-48000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-fltp-96000-8000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-s16p-2626-44100.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-s16p-2626-48000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-s16p-2626-8000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-s16p-2626-96000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-s16p-44100-2626.sh | 49 +++++++++++++++++++ .../fate-swr-resample-s16p-44100-48000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-s16p-44100-8000.sh | 49 +++++++++++++++++++ .../fate-swr-resample-s16p-44100-96000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-s16p-48000-2626.sh | 49 +++++++++++++++++++ .../fate-swr-resample-s16p-48000-44100.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-s16p-48000-8000.sh | 49 +++++++++++++++++++ .../fate-swr-resample-s16p-48000-96000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-s16p-8000-2626.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-s16p-8000-44100.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-s16p-8000-48000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-s16p-8000-96000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-s16p-96000-2626.sh | 49 +++++++++++++++++++ .../fate-swr-resample-s16p-96000-44100.sh | 49 +++++++++++++++++++ .../fate-swr-resample-s16p-96000-48000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-s16p-96000-8000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-s32p-2626-44100.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-s32p-2626-48000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-s32p-2626-8000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-s32p-2626-96000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-s32p-44100-2626.sh | 49 +++++++++++++++++++ .../fate-swr-resample-s32p-44100-48000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-s32p-44100-8000.sh | 49 +++++++++++++++++++ .../fate-swr-resample-s32p-44100-96000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-s32p-48000-2626.sh | 49 +++++++++++++++++++ .../fate-swr-resample-s32p-48000-44100.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-s32p-48000-8000.sh | 49 +++++++++++++++++++ .../fate-swr-resample-s32p-48000-96000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-s32p-8000-2626.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-s32p-8000-44100.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-s32p-8000-48000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-s32p-8000-96000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-s32p-96000-2626.sh | 49 +++++++++++++++++++ .../fate-swr-resample-s32p-96000-44100.sh | 49 +++++++++++++++++++ .../fate-swr-resample-s32p-96000-48000.sh | 49 +++++++++++++++++++ testcase/fate-swr-resample-s32p-96000-8000.sh | 49 +++++++++++++++++++ ...fate-swr-resample_async-fltp-44100-8000.sh | 49 +++++++++++++++++++ ...fate-swr-resample_async-fltp-8000-44100.sh | 49 +++++++++++++++++++ ...fate-swr-resample_async-s16p-44100-8000.sh | 49 +++++++++++++++++++ ...fate-swr-resample_async-s16p-8000-44100.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-dblp-2626-44100.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-dblp-2626-48000.sh | 49 +++++++++++++++++++ .../fate-swr-resample_exact-dblp-2626-8000.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-dblp-2626-96000.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-dblp-44100-2626.sh | 49 +++++++++++++++++++ ...ate-swr-resample_exact-dblp-44100-48000.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-dblp-44100-8000.sh | 49 +++++++++++++++++++ ...ate-swr-resample_exact-dblp-44100-96000.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-dblp-48000-2626.sh | 49 +++++++++++++++++++ ...ate-swr-resample_exact-dblp-48000-44100.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-dblp-48000-8000.sh | 49 +++++++++++++++++++ ...ate-swr-resample_exact-dblp-48000-96000.sh | 49 +++++++++++++++++++ .../fate-swr-resample_exact-dblp-8000-2626.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-dblp-8000-44100.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-dblp-8000-48000.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-dblp-8000-96000.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-dblp-96000-2626.sh | 49 +++++++++++++++++++ ...ate-swr-resample_exact-dblp-96000-44100.sh | 49 +++++++++++++++++++ ...ate-swr-resample_exact-dblp-96000-48000.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-dblp-96000-8000.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-fltp-2626-44100.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-fltp-2626-48000.sh | 49 +++++++++++++++++++ .../fate-swr-resample_exact-fltp-2626-8000.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-fltp-2626-96000.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-fltp-44100-2626.sh | 49 +++++++++++++++++++ ...ate-swr-resample_exact-fltp-44100-48000.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-fltp-44100-8000.sh | 49 +++++++++++++++++++ ...ate-swr-resample_exact-fltp-44100-96000.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-fltp-48000-2626.sh | 49 +++++++++++++++++++ ...ate-swr-resample_exact-fltp-48000-44100.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-fltp-48000-8000.sh | 49 +++++++++++++++++++ ...ate-swr-resample_exact-fltp-48000-96000.sh | 49 +++++++++++++++++++ .../fate-swr-resample_exact-fltp-8000-2626.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-fltp-8000-44100.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-fltp-8000-48000.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-fltp-8000-96000.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-fltp-96000-2626.sh | 49 +++++++++++++++++++ ...ate-swr-resample_exact-fltp-96000-44100.sh | 49 +++++++++++++++++++ ...ate-swr-resample_exact-fltp-96000-48000.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-fltp-96000-8000.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-s16p-2626-44100.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-s16p-2626-48000.sh | 49 +++++++++++++++++++ .../fate-swr-resample_exact-s16p-2626-8000.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-s16p-2626-96000.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-s16p-44100-2626.sh | 49 +++++++++++++++++++ ...ate-swr-resample_exact-s16p-44100-48000.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-s16p-44100-8000.sh | 49 +++++++++++++++++++ ...ate-swr-resample_exact-s16p-44100-96000.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-s16p-48000-2626.sh | 49 +++++++++++++++++++ ...ate-swr-resample_exact-s16p-48000-44100.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-s16p-48000-8000.sh | 49 +++++++++++++++++++ ...ate-swr-resample_exact-s16p-48000-96000.sh | 49 +++++++++++++++++++ .../fate-swr-resample_exact-s16p-8000-2626.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-s16p-8000-44100.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-s16p-8000-48000.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-s16p-8000-96000.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-s16p-96000-2626.sh | 49 +++++++++++++++++++ ...ate-swr-resample_exact-s16p-96000-44100.sh | 49 +++++++++++++++++++ ...ate-swr-resample_exact-s16p-96000-48000.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-s16p-96000-8000.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-s32p-2626-44100.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-s32p-2626-48000.sh | 49 +++++++++++++++++++ .../fate-swr-resample_exact-s32p-2626-8000.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-s32p-2626-96000.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-s32p-44100-2626.sh | 49 +++++++++++++++++++ ...ate-swr-resample_exact-s32p-44100-48000.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-s32p-44100-8000.sh | 49 +++++++++++++++++++ ...ate-swr-resample_exact-s32p-44100-96000.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-s32p-48000-2626.sh | 49 +++++++++++++++++++ ...ate-swr-resample_exact-s32p-48000-44100.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-s32p-48000-8000.sh | 49 +++++++++++++++++++ ...ate-swr-resample_exact-s32p-48000-96000.sh | 49 +++++++++++++++++++ .../fate-swr-resample_exact-s32p-8000-2626.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-s32p-8000-44100.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-s32p-8000-48000.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-s32p-8000-96000.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-s32p-96000-2626.sh | 49 +++++++++++++++++++ ...ate-swr-resample_exact-s32p-96000-44100.sh | 49 +++++++++++++++++++ ...ate-swr-resample_exact-s32p-96000-48000.sh | 49 +++++++++++++++++++ ...fate-swr-resample_exact-s32p-96000-8000.sh | 49 +++++++++++++++++++ ...r-resample_exact_async-dblp-44100-48000.sh | 49 +++++++++++++++++++ ...wr-resample_exact_async-dblp-44100-8000.sh | 49 +++++++++++++++++++ ...r-resample_exact_async-dblp-48000-44100.sh | 49 +++++++++++++++++++ ...wr-resample_exact_async-dblp-48000-8000.sh | 49 +++++++++++++++++++ ...wr-resample_exact_async-dblp-8000-44100.sh | 49 +++++++++++++++++++ ...wr-resample_exact_async-dblp-8000-48000.sh | 49 +++++++++++++++++++ ...r-resample_exact_async-fltp-44100-48000.sh | 49 +++++++++++++++++++ ...wr-resample_exact_async-fltp-44100-8000.sh | 49 +++++++++++++++++++ ...r-resample_exact_async-fltp-48000-44100.sh | 49 +++++++++++++++++++ ...wr-resample_exact_async-fltp-48000-8000.sh | 49 +++++++++++++++++++ ...wr-resample_exact_async-fltp-8000-44100.sh | 49 +++++++++++++++++++ ...wr-resample_exact_async-fltp-8000-48000.sh | 49 +++++++++++++++++++ ...r-resample_exact_async-s16p-44100-48000.sh | 49 +++++++++++++++++++ ...wr-resample_exact_async-s16p-44100-8000.sh | 49 +++++++++++++++++++ ...r-resample_exact_async-s16p-48000-44100.sh | 49 +++++++++++++++++++ ...wr-resample_exact_async-s16p-48000-8000.sh | 49 +++++++++++++++++++ ...wr-resample_exact_async-s16p-8000-44100.sh | 49 +++++++++++++++++++ ...wr-resample_exact_async-s16p-8000-48000.sh | 49 +++++++++++++++++++ ...r-resample_exact_async-s32p-44100-48000.sh | 49 +++++++++++++++++++ ...wr-resample_exact_async-s32p-44100-8000.sh | 49 +++++++++++++++++++ ...r-resample_exact_async-s32p-48000-44100.sh | 49 +++++++++++++++++++ ...wr-resample_exact_async-s32p-48000-8000.sh | 49 +++++++++++++++++++ ...wr-resample_exact_async-s32p-8000-44100.sh | 49 +++++++++++++++++++ ...wr-resample_exact_async-s32p-8000-48000.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-dblp-2626-44100.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-dblp-2626-48000.sh | 49 +++++++++++++++++++ ...e-swr-resample_exact_lin-dblp-2626-8000.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-dblp-2626-96000.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-dblp-44100-2626.sh | 49 +++++++++++++++++++ ...swr-resample_exact_lin-dblp-44100-48000.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-dblp-44100-8000.sh | 49 +++++++++++++++++++ ...swr-resample_exact_lin-dblp-44100-96000.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-dblp-48000-2626.sh | 49 +++++++++++++++++++ ...swr-resample_exact_lin-dblp-48000-44100.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-dblp-48000-8000.sh | 49 +++++++++++++++++++ ...swr-resample_exact_lin-dblp-48000-96000.sh | 49 +++++++++++++++++++ ...e-swr-resample_exact_lin-dblp-8000-2626.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-dblp-8000-44100.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-dblp-8000-48000.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-dblp-8000-96000.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-dblp-96000-2626.sh | 49 +++++++++++++++++++ ...swr-resample_exact_lin-dblp-96000-44100.sh | 49 +++++++++++++++++++ ...swr-resample_exact_lin-dblp-96000-48000.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-dblp-96000-8000.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-fltp-2626-44100.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-fltp-2626-48000.sh | 49 +++++++++++++++++++ ...e-swr-resample_exact_lin-fltp-2626-8000.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-fltp-2626-96000.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-fltp-44100-2626.sh | 49 +++++++++++++++++++ ...swr-resample_exact_lin-fltp-44100-48000.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-fltp-44100-8000.sh | 49 +++++++++++++++++++ ...swr-resample_exact_lin-fltp-44100-96000.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-fltp-48000-2626.sh | 49 +++++++++++++++++++ ...swr-resample_exact_lin-fltp-48000-44100.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-fltp-48000-8000.sh | 49 +++++++++++++++++++ ...swr-resample_exact_lin-fltp-48000-96000.sh | 49 +++++++++++++++++++ ...e-swr-resample_exact_lin-fltp-8000-2626.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-fltp-8000-44100.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-fltp-8000-48000.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-fltp-8000-96000.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-fltp-96000-2626.sh | 49 +++++++++++++++++++ ...swr-resample_exact_lin-fltp-96000-44100.sh | 49 +++++++++++++++++++ ...swr-resample_exact_lin-fltp-96000-48000.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-fltp-96000-8000.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-s16p-2626-44100.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-s16p-2626-48000.sh | 49 +++++++++++++++++++ ...e-swr-resample_exact_lin-s16p-2626-8000.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-s16p-2626-96000.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-s16p-44100-2626.sh | 49 +++++++++++++++++++ ...swr-resample_exact_lin-s16p-44100-48000.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-s16p-44100-8000.sh | 49 +++++++++++++++++++ ...swr-resample_exact_lin-s16p-44100-96000.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-s16p-48000-2626.sh | 49 +++++++++++++++++++ ...swr-resample_exact_lin-s16p-48000-44100.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-s16p-48000-8000.sh | 49 +++++++++++++++++++ ...swr-resample_exact_lin-s16p-48000-96000.sh | 49 +++++++++++++++++++ ...e-swr-resample_exact_lin-s16p-8000-2626.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-s16p-8000-44100.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-s16p-8000-48000.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-s16p-8000-96000.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-s16p-96000-2626.sh | 49 +++++++++++++++++++ ...swr-resample_exact_lin-s16p-96000-44100.sh | 49 +++++++++++++++++++ ...swr-resample_exact_lin-s16p-96000-48000.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-s16p-96000-8000.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-s32p-2626-44100.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-s32p-2626-48000.sh | 49 +++++++++++++++++++ ...e-swr-resample_exact_lin-s32p-2626-8000.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-s32p-2626-96000.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-s32p-44100-2626.sh | 49 +++++++++++++++++++ ...swr-resample_exact_lin-s32p-44100-48000.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-s32p-44100-8000.sh | 49 +++++++++++++++++++ ...swr-resample_exact_lin-s32p-44100-96000.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-s32p-48000-2626.sh | 49 +++++++++++++++++++ ...swr-resample_exact_lin-s32p-48000-44100.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-s32p-48000-8000.sh | 49 +++++++++++++++++++ ...swr-resample_exact_lin-s32p-48000-96000.sh | 49 +++++++++++++++++++ ...e-swr-resample_exact_lin-s32p-8000-2626.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-s32p-8000-44100.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-s32p-8000-48000.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-s32p-8000-96000.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-s32p-96000-2626.sh | 49 +++++++++++++++++++ ...swr-resample_exact_lin-s32p-96000-44100.sh | 49 +++++++++++++++++++ ...swr-resample_exact_lin-s32p-96000-48000.sh | 49 +++++++++++++++++++ ...-swr-resample_exact_lin-s32p-96000-8000.sh | 49 +++++++++++++++++++ ...sample_exact_lin_async-dblp-44100-48000.sh | 49 +++++++++++++++++++ ...esample_exact_lin_async-dblp-44100-8000.sh | 49 +++++++++++++++++++ ...sample_exact_lin_async-dblp-48000-44100.sh | 49 +++++++++++++++++++ ...esample_exact_lin_async-dblp-48000-8000.sh | 49 +++++++++++++++++++ ...esample_exact_lin_async-dblp-8000-44100.sh | 49 +++++++++++++++++++ ...esample_exact_lin_async-dblp-8000-48000.sh | 49 +++++++++++++++++++ ...sample_exact_lin_async-fltp-44100-48000.sh | 49 +++++++++++++++++++ ...esample_exact_lin_async-fltp-44100-8000.sh | 49 +++++++++++++++++++ ...sample_exact_lin_async-fltp-48000-44100.sh | 49 +++++++++++++++++++ ...esample_exact_lin_async-fltp-48000-8000.sh | 49 +++++++++++++++++++ ...esample_exact_lin_async-fltp-8000-44100.sh | 49 +++++++++++++++++++ ...esample_exact_lin_async-fltp-8000-48000.sh | 49 +++++++++++++++++++ ...sample_exact_lin_async-s16p-44100-48000.sh | 49 +++++++++++++++++++ ...esample_exact_lin_async-s16p-44100-8000.sh | 49 +++++++++++++++++++ ...sample_exact_lin_async-s16p-48000-44100.sh | 49 +++++++++++++++++++ ...esample_exact_lin_async-s16p-48000-8000.sh | 49 +++++++++++++++++++ ...esample_exact_lin_async-s16p-8000-44100.sh | 49 +++++++++++++++++++ ...esample_exact_lin_async-s16p-8000-48000.sh | 49 +++++++++++++++++++ ...sample_exact_lin_async-s32p-44100-48000.sh | 49 +++++++++++++++++++ ...esample_exact_lin_async-s32p-44100-8000.sh | 49 +++++++++++++++++++ ...sample_exact_lin_async-s32p-48000-44100.sh | 49 +++++++++++++++++++ ...esample_exact_lin_async-s32p-48000-8000.sh | 49 +++++++++++++++++++ ...esample_exact_lin_async-s32p-8000-44100.sh | 49 +++++++++++++++++++ ...esample_exact_lin_async-s32p-8000-48000.sh | 49 +++++++++++++++++++ .../fate-swr-resample_lin-dblp-44100-48000.sh | 49 +++++++++++++++++++ .../fate-swr-resample_lin-dblp-44100-8000.sh | 49 +++++++++++++++++++ .../fate-swr-resample_lin-dblp-48000-44100.sh | 49 +++++++++++++++++++ .../fate-swr-resample_lin-dblp-48000-8000.sh | 49 +++++++++++++++++++ .../fate-swr-resample_lin-dblp-8000-44100.sh | 49 +++++++++++++++++++ .../fate-swr-resample_lin-dblp-8000-48000.sh | 49 +++++++++++++++++++ .../fate-swr-resample_lin-fltp-44100-48000.sh | 49 +++++++++++++++++++ .../fate-swr-resample_lin-fltp-44100-8000.sh | 49 +++++++++++++++++++ .../fate-swr-resample_lin-fltp-48000-44100.sh | 49 +++++++++++++++++++ .../fate-swr-resample_lin-fltp-48000-8000.sh | 49 +++++++++++++++++++ .../fate-swr-resample_lin-fltp-8000-44100.sh | 49 +++++++++++++++++++ .../fate-swr-resample_lin-fltp-8000-48000.sh | 49 +++++++++++++++++++ .../fate-swr-resample_lin-s16p-44100-48000.sh | 49 +++++++++++++++++++ .../fate-swr-resample_lin-s16p-44100-8000.sh | 49 +++++++++++++++++++ .../fate-swr-resample_lin-s16p-48000-44100.sh | 49 +++++++++++++++++++ .../fate-swr-resample_lin-s16p-48000-8000.sh | 49 +++++++++++++++++++ .../fate-swr-resample_lin-s16p-8000-44100.sh | 49 +++++++++++++++++++ .../fate-swr-resample_lin-s16p-8000-48000.sh | 49 +++++++++++++++++++ .../fate-swr-resample_nn-fltp-44100-8000.sh | 49 +++++++++++++++++++ .../fate-swr-resample_nn-fltp-8000-44100.sh | 49 +++++++++++++++++++ .../fate-swr-resample_nn-s16p-44100-8000.sh | 49 +++++++++++++++++++ .../fate-swr-resample_nn-s16p-8000-44100.sh | 49 +++++++++++++++++++ testcase/fate-sws-yuv-colorspace.sh | 49 +++++++++++++++++++ testcase/fate-sws-yuv-range.sh | 49 +++++++++++++++++++ testcase/fate-unknown_layout-ac3.sh | 49 +++++++++++++++++++ testcase/fate-unknown_layout-pcm.sh | 49 +++++++++++++++++++ testcase/fate-utvideoenc_rgb_left.sh | 49 +++++++++++++++++++ testcase/fate-utvideoenc_rgb_median.sh | 49 +++++++++++++++++++ testcase/fate-utvideoenc_rgb_none.sh | 49 +++++++++++++++++++ testcase/fate-utvideoenc_rgba_left.sh | 49 +++++++++++++++++++ testcase/fate-utvideoenc_rgba_median.sh | 49 +++++++++++++++++++ testcase/fate-utvideoenc_rgba_none.sh | 49 +++++++++++++++++++ testcase/fate-utvideoenc_yuv420_left.sh | 49 +++++++++++++++++++ testcase/fate-utvideoenc_yuv420_median.sh | 49 +++++++++++++++++++ testcase/fate-utvideoenc_yuv420_none.sh | 49 +++++++++++++++++++ testcase/fate-utvideoenc_yuv422_left.sh | 49 +++++++++++++++++++ testcase/fate-utvideoenc_yuv422_median.sh | 49 +++++++++++++++++++ testcase/fate-utvideoenc_yuv422_none.sh | 49 +++++++++++++++++++ testcase/fate-utvideoenc_yuv444_left.sh | 49 +++++++++++++++++++ testcase/fate-utvideoenc_yuv444_median.sh | 49 +++++++++++++++++++ testcase/fate-utvideoenc_yuv444_none.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-amv.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-asv1.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-asv2.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-avui.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-bpp1.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-bpp15.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-cinepak.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-cljr.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-dnxhd-1080i-10bit.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-dnxhd-1080i-colr.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-dnxhd-1080i.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-dnxhd-2k-hr-hq.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-dnxhd-4k-hr-lb.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-dnxhd-720p-10bit.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-dnxhd-720p-hr-lb.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-dnxhd-720p-rd.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-dnxhd-720p.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-dnxhd-edge1-hr.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-dnxhd-edge2-hr.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-dnxhd-edge3-hr.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-dnxhd-hr-hq-mov.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-dnxhd-hr-lb-mov.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-dnxhd-hr-sq-mov.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-dnxhd-uhd-hr-sq.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-dv-411.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-dv-50.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-dv-fhd.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-dv-hd.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-dv.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-ffv1-2pass.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-ffv1-2pass10.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-ffv1-v0.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-ffv1-v2.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-ffv1-v3-bgr0.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-ffv1-v3-rgb48.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-ffv1-v3-yuv420p.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-ffv1-v3-yuv422p10.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-ffv1-v3-yuv444p16.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-ffv1.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-ffvhuff.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-ffvhuff420p12.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-ffvhuff422p10left.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-ffvhuff444.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-ffvhuff444p16.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-flashsv.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-flashsv2.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-flv.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-h261-trellis.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-h261.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-h263-obmc.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-h263.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-h263p.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-huffyuv.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-huffyuvbgr24.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-huffyuvbgra.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-jpeg2000-97.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-jpeg2000-gbrp12.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-jpeg2000-yuva444p16.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-jpeg2000.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-jpegls.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-ljpeg.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-magicyuv.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-mjpeg-422.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-mjpeg-444.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-mjpeg-huffman.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-mjpeg-trell-huffman.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-mjpeg-trell.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-mjpeg.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-mov-bgr24.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-mov-bpp15.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-mov-bpp16.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-mpeg1.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-mpeg1b.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-mpeg2-422.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-mpeg2-idct-int.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-mpeg2-ilace.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-mpeg2-ivlc-qprd.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-mpeg2-thread-ivlc.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-mpeg2-thread.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-mpeg2.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-mpeg4-adap.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-mpeg4-adv.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-mpeg4-error.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-mpeg4-nr.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-mpeg4-nsse.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-mpeg4-qpel.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-mpeg4-qprd.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-mpeg4-rc.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-mpeg4-thread.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-mpeg4.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-mpng.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-msmpeg4.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-msmpeg4v2.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-msrle.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-msvideo1.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-prores.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-prores_444.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-prores_444_int.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-prores_int.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-prores_ks.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-qtrle.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-qtrlegray.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-r210.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-rgb.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-roqvideo.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-rpza.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-rv10.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-rv20.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-smc.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-snow-hpel.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-snow-ll.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-snow.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-speedhq-420p.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-speedhq-422p.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-speedhq-444p.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-svq1.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-v210-10.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-v210.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-v308.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-v408.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-v410.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-vc2-420p.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-vc2-420p10.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-vc2-420p12.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-vc2-422p.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-vc2-422p10.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-vc2-422p12.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-vc2-444p.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-vc2-444p10.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-vc2-444p12.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-vc2-t5_3.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-vc2-thaar.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-wmv1.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-wmv2.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-xface.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-y41p.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-yuv.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-yuv4.sh | 49 +++++++++++++++++++ testcase/fate-vsynth1-zlib.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-amv.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-asv1.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-asv2.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-avui.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-bpp1.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-bpp15.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-cinepak.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-cljr.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-dnxhd-1080i-10bit.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-dnxhd-1080i-colr.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-dnxhd-1080i.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-dnxhd-2k-hr-hq.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-dnxhd-4k-hr-lb.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-dnxhd-720p-10bit.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-dnxhd-720p-hr-lb.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-dnxhd-720p-rd.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-dnxhd-720p.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-dnxhd-edge1-hr.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-dnxhd-edge2-hr.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-dnxhd-edge3-hr.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-dnxhd-hr-hq-mov.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-dnxhd-hr-lb-mov.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-dnxhd-hr-sq-mov.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-dnxhd-uhd-hr-sq.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-dv-411.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-dv-50.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-dv-fhd.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-dv-hd.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-dv.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-ffv1-2pass.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-ffv1-2pass10.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-ffv1-v0.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-ffv1-v2.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-ffv1-v3-bgr0.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-ffv1-v3-rgb48.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-ffv1-v3-yuv420p.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-ffv1-v3-yuv422p10.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-ffv1-v3-yuv444p16.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-ffv1.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-ffvhuff.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-ffvhuff420p12.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-ffvhuff422p10left.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-ffvhuff444.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-ffvhuff444p16.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-flashsv.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-flashsv2.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-flv.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-h261-trellis.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-h261.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-h263-obmc.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-h263.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-h263p.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-huffyuv.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-huffyuvbgr24.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-huffyuvbgra.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-jpeg2000-97.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-jpeg2000-gbrp12.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-jpeg2000-yuva444p16.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-jpeg2000.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-jpegls.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-ljpeg.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-magicyuv.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-mjpeg-422.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-mjpeg-444.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-mjpeg-huffman.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-mjpeg-trell-huffman.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-mjpeg-trell.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-mjpeg.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-mov-bgr24.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-mov-bpp15.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-mov-bpp16.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-mpeg1.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-mpeg1b.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-mpeg2-422.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-mpeg2-idct-int.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-mpeg2-ilace.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-mpeg2-ivlc-qprd.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-mpeg2-thread-ivlc.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-mpeg2-thread.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-mpeg2.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-mpeg4-adap.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-mpeg4-adv.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-mpeg4-error.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-mpeg4-nr.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-mpeg4-nsse.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-mpeg4-qpel.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-mpeg4-qprd.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-mpeg4-rc.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-mpeg4-thread.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-mpeg4.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-mpng.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-msmpeg4.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-msmpeg4v2.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-msrle.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-msvideo1.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-prores.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-prores_444.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-prores_444_int.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-prores_int.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-prores_ks.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-qtrle.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-qtrlegray.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-r210.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-rgb.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-roqvideo.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-rpza.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-rv10.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-rv20.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-smc.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-snow-hpel.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-snow-ll.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-snow.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-speedhq-420p.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-speedhq-422p.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-speedhq-444p.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-svq1.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-v210-10.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-v210.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-v308.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-v408.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-v410.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-vc2-420p.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-vc2-420p10.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-vc2-420p12.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-vc2-422p.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-vc2-422p10.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-vc2-422p12.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-vc2-444p.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-vc2-444p10.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-vc2-444p12.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-vc2-t5_3.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-vc2-thaar.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-wmv1.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-wmv2.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-xface.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-y41p.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-yuv.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-yuv4.sh | 49 +++++++++++++++++++ testcase/fate-vsynth2-zlib.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-amv.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-asv1.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-asv2.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-bpp1.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-bpp15.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-cljr.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-dnxhd-1080i-10bit.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-dnxhd-1080i-colr.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-dnxhd-2k-hr-hq.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-dnxhd-4k-hr-lb.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-dnxhd-720p-hr-lb.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-dnxhd-edge1-hr.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-dnxhd-edge2-hr.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-dnxhd-edge3-hr.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-dnxhd-hr-hq-mov.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-dnxhd-hr-lb-mov.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-dnxhd-hr-sq-mov.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-dnxhd-uhd-hr-sq.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-dv-fhd.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-dv-hd.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-ffv1-2pass.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-ffv1-2pass10.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-ffv1-v0.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-ffv1-v2.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-ffv1-v3-bgr0.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-ffv1-v3-rgb48.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-ffv1-v3-yuv420p.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-ffv1-v3-yuv422p10.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-ffv1-v3-yuv444p16.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-ffv1.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-ffvhuff.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-ffvhuff420p12.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-ffvhuff422p10left.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-ffvhuff444.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-ffvhuff444p16.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-flashsv.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-flashsv2.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-flv.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-huffyuv.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-huffyuvbgr24.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-huffyuvbgra.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-jpeg2000-97.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-jpeg2000-gbrp12.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-jpeg2000-yuva444p16.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-jpeg2000.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-jpegls.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-ljpeg.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-magicyuv.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-mjpeg-422.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-mjpeg-444.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-mjpeg-huffman.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-mjpeg-trell-huffman.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-mjpeg-trell.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-mjpeg.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-mov-bgr24.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-mov-bpp15.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-mov-bpp16.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-mpeg1.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-mpeg1b.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-mpeg2-422.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-mpeg2-idct-int.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-mpeg2-ilace.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-mpeg2-ivlc-qprd.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-mpeg2-thread-ivlc.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-mpeg2-thread.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-mpeg2.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-mpeg4-adap.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-mpeg4-adv.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-mpeg4-error.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-mpeg4-nr.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-mpeg4-nsse.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-mpeg4-qpel.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-mpeg4-qprd.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-mpeg4-rc.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-mpeg4-thread.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-mpeg4.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-mpng.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-msmpeg4.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-msmpeg4v2.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-msrle.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-prores.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-prores_444.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-prores_444_int.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-prores_int.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-prores_ks.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-qtrle.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-r210.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-rgb.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-rpza.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-smc.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-svq1.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-v210-10.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-v210.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-v308.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-v408.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-v410.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-wmv1.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-wmv2.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-xface.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-yuv.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-yuv4.sh | 49 +++++++++++++++++++ testcase/fate-vsynth3-zlib.sh | 49 +++++++++++++++++++ 2599 files changed, 127351 insertions(+) create mode 100755 testcase/fate-acodec-adpcm-adx.sh create mode 100755 testcase/fate-acodec-adpcm-argo.sh create mode 100755 testcase/fate-acodec-adpcm-ima_alp.sh create mode 100755 testcase/fate-acodec-adpcm-ima_apm.sh create mode 100755 testcase/fate-acodec-adpcm-ima_qt-trellis.sh create mode 100755 testcase/fate-acodec-adpcm-ima_qt.sh create mode 100755 testcase/fate-acodec-adpcm-ima_ssi.sh create mode 100755 testcase/fate-acodec-adpcm-ima_wav-trellis.sh create mode 100755 testcase/fate-acodec-adpcm-ima_wav.sh create mode 100755 testcase/fate-acodec-adpcm-ima_ws.sh create mode 100755 testcase/fate-acodec-adpcm-ms-trellis.sh create mode 100755 testcase/fate-acodec-adpcm-ms.sh create mode 100755 testcase/fate-acodec-adpcm-swf-trellis.sh create mode 100755 testcase/fate-acodec-adpcm-swf-wav.sh create mode 100755 testcase/fate-acodec-adpcm-swf.sh create mode 100755 testcase/fate-acodec-adpcm-yamaha-trellis.sh create mode 100755 testcase/fate-acodec-adpcm-yamaha.sh create mode 100755 testcase/fate-acodec-alac.sh create mode 100755 testcase/fate-acodec-dca.sh create mode 100755 testcase/fate-acodec-dca2.sh create mode 100755 testcase/fate-acodec-flac-exact-rice.sh create mode 100755 testcase/fate-acodec-flac.sh create mode 100755 testcase/fate-acodec-g723_1.sh create mode 100755 testcase/fate-acodec-mp2.sh create mode 100755 testcase/fate-acodec-mp2fixed.sh create mode 100755 testcase/fate-acodec-pcm-alaw.sh create mode 100755 testcase/fate-acodec-pcm-f32be.sh create mode 100755 testcase/fate-acodec-pcm-f32le.sh create mode 100755 testcase/fate-acodec-pcm-f64be.sh create mode 100755 testcase/fate-acodec-pcm-f64le.sh create mode 100755 testcase/fate-acodec-pcm-mulaw.sh create mode 100755 testcase/fate-acodec-pcm-s16be.sh create mode 100755 testcase/fate-acodec-pcm-s16be_planar.sh create mode 100755 testcase/fate-acodec-pcm-s16le.sh create mode 100755 testcase/fate-acodec-pcm-s16le_planar.sh create mode 100755 testcase/fate-acodec-pcm-s24be.sh create mode 100755 testcase/fate-acodec-pcm-s24le.sh create mode 100755 testcase/fate-acodec-pcm-s24le_planar.sh create mode 100755 testcase/fate-acodec-pcm-s32be.sh create mode 100755 testcase/fate-acodec-pcm-s32le.sh create mode 100755 testcase/fate-acodec-pcm-s32le_planar.sh create mode 100755 testcase/fate-acodec-pcm-s8.sh create mode 100755 testcase/fate-acodec-pcm-s8_planar.sh create mode 100755 testcase/fate-acodec-pcm-u16be.sh create mode 100755 testcase/fate-acodec-pcm-u16le.sh create mode 100755 testcase/fate-acodec-pcm-u24be.sh create mode 100755 testcase/fate-acodec-pcm-u24le.sh create mode 100755 testcase/fate-acodec-pcm-u32be.sh create mode 100755 testcase/fate-acodec-pcm-u32le.sh create mode 100755 testcase/fate-acodec-pcm-u8.sh create mode 100755 testcase/fate-acodec-ra144.sh create mode 100755 testcase/fate-acodec-roqaudio.sh create mode 100755 testcase/fate-acodec-s302m.sh create mode 100755 testcase/fate-acodec-tta.sh create mode 100755 testcase/fate-acodec-wavpack.sh create mode 100755 testcase/fate-concat-demuxer-extended-lavf-mxf.sh create mode 100755 testcase/fate-concat-demuxer-extended-lavf-mxf_d10.sh create mode 100755 testcase/fate-concat-demuxer-simple1-lavf-mxf.sh create mode 100755 testcase/fate-concat-demuxer-simple1-lavf-mxf_d10.sh create mode 100755 testcase/fate-concat-demuxer-simple2-lavf-ts.sh create mode 100755 testcase/fate-dcinema-encode.sh create mode 100755 testcase/fate-ffmpeg-filter-in-eof.sh create mode 100755 testcase/fate-ffmpeg-filter_complex.sh create mode 100755 testcase/fate-ffmpeg-filter_complex_audio.sh create mode 100755 testcase/fate-ffmpeg-lavfi.sh create mode 100755 testcase/fate-ffmpeg-loopback-decoding.sh create mode 100755 testcase/fate-ffmpeg-streamcopy-t.sh create mode 100755 testcase/fate-ffprobe_compact.sh create mode 100755 testcase/fate-ffprobe_csv.sh create mode 100755 testcase/fate-ffprobe_default.sh create mode 100755 testcase/fate-ffprobe_flat.sh create mode 100755 testcase/fate-ffprobe_ini.sh create mode 100755 testcase/fate-ffprobe_json.sh create mode 100755 testcase/fate-ffprobe_xml.sh create mode 100755 testcase/fate-ffprobe_xsd.sh create mode 100755 testcase/fate-fifo-muxer-tst.sh create mode 100755 testcase/fate-filter-adelay.sh create mode 100755 testcase/fate-filter-aecho.sh create mode 100755 testcase/fate-filter-aemphasis-50fm.sh create mode 100755 testcase/fate-filter-aemphasis-75kf.sh create mode 100755 testcase/fate-filter-afade-esin.sh create mode 100755 testcase/fate-filter-afade-exp.sh create mode 100755 testcase/fate-filter-afade-hsin.sh create mode 100755 testcase/fate-filter-afade-iqsin.sh create mode 100755 testcase/fate-filter-afade-log.sh create mode 100755 testcase/fate-filter-afade-qsin.sh create mode 100755 testcase/fate-filter-agate.sh create mode 100755 testcase/fate-filter-alimiter.sh create mode 100755 testcase/fate-filter-allrgb.sh create mode 100755 testcase/fate-filter-allyuv.sh create mode 100755 testcase/fate-filter-aloop.sh create mode 100755 testcase/fate-filter-alphaextract_alphamerge_rgb.sh create mode 100755 testcase/fate-filter-alphaextract_alphamerge_yuv.sh create mode 100755 testcase/fate-filter-amerge-mode.sh create mode 100755 testcase/fate-filter-amerge.sh create mode 100755 testcase/fate-filter-anequalizer.sh create mode 100755 testcase/fate-filter-anullsink.sh create mode 100755 testcase/fate-filter-apad.sh create mode 100755 testcase/fate-filter-asegment-samples-absolute.sh create mode 100755 testcase/fate-filter-asegment-samples-relative.sh create mode 100755 testcase/fate-filter-asegment-timestamps-absolute.sh create mode 100755 testcase/fate-filter-asegment-timestamps-relative.sh create mode 100755 testcase/fate-filter-aselect.sh create mode 100755 testcase/fate-filter-asetnsamples-nopad.sh create mode 100755 testcase/fate-filter-asetnsamples-pad.sh create mode 100755 testcase/fate-filter-asetrate.sh create mode 100755 testcase/fate-filter-atrim-duration.sh create mode 100755 testcase/fate-filter-atrim-mixed.sh create mode 100755 testcase/fate-filter-atrim-samples.sh create mode 100755 testcase/fate-filter-atrim-time.sh create mode 100755 testcase/fate-filter-channelmap-one-int.sh create mode 100755 testcase/fate-filter-channelmap-one-str.sh create mode 100755 testcase/fate-filter-channelsplit.sh create mode 100755 testcase/fate-filter-chorus.sh create mode 100755 testcase/fate-filter-chromashift-smear.sh create mode 100755 testcase/fate-filter-chromashift-wrap.sh create mode 100755 testcase/fate-filter-codecview.sh create mode 100755 testcase/fate-filter-colorbalance-gbrap-16.sh create mode 100755 testcase/fate-filter-colorbalance-gbrap.sh create mode 100755 testcase/fate-filter-colorbalance-rgba64.sh create mode 100755 testcase/fate-filter-colorbalance.sh create mode 100755 testcase/fate-filter-colorchannelmixer.sh create mode 100755 testcase/fate-filter-colorlevels-16.sh create mode 100755 testcase/fate-filter-colorlevels.sh create mode 100755 testcase/fate-filter-compand.sh create mode 100755 testcase/fate-filter-concat-vfr.sh create mode 100755 testcase/fate-filter-concat.sh create mode 100755 testcase/fate-filter-crazychannels.sh create mode 100755 testcase/fate-filter-crop.sh create mode 100755 testcase/fate-filter-crop_scale.sh create mode 100755 testcase/fate-filter-crop_scale_vflip.sh create mode 100755 testcase/fate-filter-crop_vflip.sh create mode 100755 testcase/fate-filter-crystalizer.sh create mode 100755 testcase/fate-filter-dcshift.sh create mode 100755 testcase/fate-filter-decimate.sh create mode 100755 testcase/fate-filter-drawbox.sh create mode 100755 testcase/fate-filter-earwax.sh create mode 100755 testcase/fate-filter-edgedetect-colormix.sh create mode 100755 testcase/fate-filter-edgedetect.sh create mode 100755 testcase/fate-filter-extrastereo.sh create mode 100755 testcase/fate-filter-fade.sh create mode 100755 testcase/fate-filter-feedback-hflip.sh create mode 100755 testcase/fate-filter-firequalizer.sh create mode 100755 testcase/fate-filter-formats.sh create mode 100755 testcase/fate-filter-fps-down-eof-pass.sh create mode 100755 testcase/fate-filter-fps-down-round-down.sh create mode 100755 testcase/fate-filter-fps-down-round-up.sh create mode 100755 testcase/fate-filter-fps-down.sh create mode 100755 testcase/fate-filter-fps-start-drop.sh create mode 100755 testcase/fate-filter-fps-start-fill.sh create mode 100755 testcase/fate-filter-fps-up-round-down.sh create mode 100755 testcase/fate-filter-fps-up-round-up.sh create mode 100755 testcase/fate-filter-fps-up.sh create mode 100755 testcase/fate-filter-framepack-columns.sh create mode 100755 testcase/fate-filter-framepack-frameseq.sh create mode 100755 testcase/fate-filter-framepack-lines.sh create mode 100755 testcase/fate-filter-framepack-sbs.sh create mode 100755 testcase/fate-filter-framepack-tab.sh create mode 100755 testcase/fate-filter-framerate-12bit-down.sh create mode 100755 testcase/fate-filter-framerate-12bit-up.sh create mode 100755 testcase/fate-filter-framerate-down.sh create mode 100755 testcase/fate-filter-framerate-up.sh create mode 100755 testcase/fate-filter-gradfun.sh create mode 100755 testcase/fate-filter-histogram-levels.sh create mode 100755 testcase/fate-filter-hls-append.sh create mode 100755 testcase/fate-filter-hls.sh create mode 100755 testcase/fate-filter-hstack.sh create mode 100755 testcase/fate-filter-hue1.sh create mode 100755 testcase/fate-filter-hue2.sh create mode 100755 testcase/fate-filter-hue3.sh create mode 100755 testcase/fate-filter-hue4.sh create mode 100755 testcase/fate-filter-idet.sh create mode 100755 testcase/fate-filter-join.sh create mode 100755 testcase/fate-filter-lavd-life.sh create mode 100755 testcase/fate-filter-lavd-scalenorm.sh create mode 100755 testcase/fate-filter-lavd-testsrc.sh create mode 100755 testcase/fate-filter-median.sh create mode 100755 testcase/fate-filter-mergeplanes.sh create mode 100755 testcase/fate-filter-minterpolate-down.sh create mode 100755 testcase/fate-filter-minterpolate-up.sh create mode 100755 testcase/fate-filter-negate.sh create mode 100755 testcase/fate-filter-null.sh create mode 100755 testcase/fate-filter-overlay.sh create mode 100755 testcase/fate-filter-overlay_nv12.sh create mode 100755 testcase/fate-filter-overlay_nv21.sh create mode 100755 testcase/fate-filter-overlay_rgb.sh create mode 100755 testcase/fate-filter-overlay_yuv420.sh create mode 100755 testcase/fate-filter-overlay_yuv420p10.sh create mode 100755 testcase/fate-filter-overlay_yuv422.sh create mode 100755 testcase/fate-filter-overlay_yuv422p10.sh create mode 100755 testcase/fate-filter-overlay_yuv444.sh create mode 100755 testcase/fate-filter-overlay_yuv444p10.sh create mode 100755 testcase/fate-filter-pad.sh create mode 100755 testcase/fate-filter-pal100bars.sh create mode 100755 testcase/fate-filter-pal75bars.sh create mode 100755 testcase/fate-filter-pan-downmix1.sh create mode 100755 testcase/fate-filter-pan-downmix2.sh create mode 100755 testcase/fate-filter-pan-mono1.sh create mode 100755 testcase/fate-filter-pan-mono2.sh create mode 100755 testcase/fate-filter-pan-stereo1.sh create mode 100755 testcase/fate-filter-pan-stereo2.sh create mode 100755 testcase/fate-filter-pan-stereo3.sh create mode 100755 testcase/fate-filter-pan-stereo4.sh create mode 100755 testcase/fate-filter-pan-upmix1.sh create mode 100755 testcase/fate-filter-pan-upmix2.sh create mode 100755 testcase/fate-filter-pixdesc-0bgr.sh create mode 100755 testcase/fate-filter-pixdesc-0rgb.sh create mode 100755 testcase/fate-filter-pixdesc-abgr.sh create mode 100755 testcase/fate-filter-pixdesc-argb.sh create mode 100755 testcase/fate-filter-pixdesc-ayuv.sh create mode 100755 testcase/fate-filter-pixdesc-ayuv64be.sh create mode 100755 testcase/fate-filter-pixdesc-ayuv64le.sh create mode 100755 testcase/fate-filter-pixdesc-bgr0.sh create mode 100755 testcase/fate-filter-pixdesc-bgr24.sh create mode 100755 testcase/fate-filter-pixdesc-bgr444be.sh create mode 100755 testcase/fate-filter-pixdesc-bgr444le.sh create mode 100755 testcase/fate-filter-pixdesc-bgr48be.sh create mode 100755 testcase/fate-filter-pixdesc-bgr48le.sh create mode 100755 testcase/fate-filter-pixdesc-bgr4_byte.sh create mode 100755 testcase/fate-filter-pixdesc-bgr555be.sh create mode 100755 testcase/fate-filter-pixdesc-bgr555le.sh create mode 100755 testcase/fate-filter-pixdesc-bgr565be.sh create mode 100755 testcase/fate-filter-pixdesc-bgr565le.sh create mode 100755 testcase/fate-filter-pixdesc-bgr8.sh create mode 100755 testcase/fate-filter-pixdesc-bgra.sh create mode 100755 testcase/fate-filter-pixdesc-bgra64be.sh create mode 100755 testcase/fate-filter-pixdesc-bgra64le.sh create mode 100755 testcase/fate-filter-pixdesc-gbrap.sh create mode 100755 testcase/fate-filter-pixdesc-gbrap10be.sh create mode 100755 testcase/fate-filter-pixdesc-gbrap10le.sh create mode 100755 testcase/fate-filter-pixdesc-gbrap12be.sh create mode 100755 testcase/fate-filter-pixdesc-gbrap12le.sh create mode 100755 testcase/fate-filter-pixdesc-gbrap14be.sh create mode 100755 testcase/fate-filter-pixdesc-gbrap14le.sh create mode 100755 testcase/fate-filter-pixdesc-gbrap16be.sh create mode 100755 testcase/fate-filter-pixdesc-gbrap16le.sh create mode 100755 testcase/fate-filter-pixdesc-gbrapf32be.sh create mode 100755 testcase/fate-filter-pixdesc-gbrapf32le.sh create mode 100755 testcase/fate-filter-pixdesc-gbrp.sh create mode 100755 testcase/fate-filter-pixdesc-gbrp10be.sh create mode 100755 testcase/fate-filter-pixdesc-gbrp10le.sh create mode 100755 testcase/fate-filter-pixdesc-gbrp10msbbe.sh create mode 100755 testcase/fate-filter-pixdesc-gbrp10msble.sh create mode 100755 testcase/fate-filter-pixdesc-gbrp12be.sh create mode 100755 testcase/fate-filter-pixdesc-gbrp12le.sh create mode 100755 testcase/fate-filter-pixdesc-gbrp12msbbe.sh create mode 100755 testcase/fate-filter-pixdesc-gbrp12msble.sh create mode 100755 testcase/fate-filter-pixdesc-gbrp14be.sh create mode 100755 testcase/fate-filter-pixdesc-gbrp14le.sh create mode 100755 testcase/fate-filter-pixdesc-gbrp16be.sh create mode 100755 testcase/fate-filter-pixdesc-gbrp16le.sh create mode 100755 testcase/fate-filter-pixdesc-gbrp9be.sh create mode 100755 testcase/fate-filter-pixdesc-gbrp9le.sh create mode 100755 testcase/fate-filter-pixdesc-gbrpf32be.sh create mode 100755 testcase/fate-filter-pixdesc-gbrpf32le.sh create mode 100755 testcase/fate-filter-pixdesc-gray.sh create mode 100755 testcase/fate-filter-pixdesc-gray10be.sh create mode 100755 testcase/fate-filter-pixdesc-gray10le.sh create mode 100755 testcase/fate-filter-pixdesc-gray12be.sh create mode 100755 testcase/fate-filter-pixdesc-gray12le.sh create mode 100755 testcase/fate-filter-pixdesc-gray14be.sh create mode 100755 testcase/fate-filter-pixdesc-gray14le.sh create mode 100755 testcase/fate-filter-pixdesc-gray16be.sh create mode 100755 testcase/fate-filter-pixdesc-gray16le.sh create mode 100755 testcase/fate-filter-pixdesc-gray9be.sh create mode 100755 testcase/fate-filter-pixdesc-gray9le.sh create mode 100755 testcase/fate-filter-pixdesc-grayf32be.sh create mode 100755 testcase/fate-filter-pixdesc-grayf32le.sh create mode 100755 testcase/fate-filter-pixdesc-monob.sh create mode 100755 testcase/fate-filter-pixdesc-monow.sh create mode 100755 testcase/fate-filter-pixdesc-nv12.sh create mode 100755 testcase/fate-filter-pixdesc-nv16.sh create mode 100755 testcase/fate-filter-pixdesc-nv20be.sh create mode 100755 testcase/fate-filter-pixdesc-nv20le.sh create mode 100755 testcase/fate-filter-pixdesc-nv21.sh create mode 100755 testcase/fate-filter-pixdesc-nv24.sh create mode 100755 testcase/fate-filter-pixdesc-nv42.sh create mode 100755 testcase/fate-filter-pixdesc-p010be.sh create mode 100755 testcase/fate-filter-pixdesc-p010le.sh create mode 100755 testcase/fate-filter-pixdesc-p012be.sh create mode 100755 testcase/fate-filter-pixdesc-p012le.sh create mode 100755 testcase/fate-filter-pixdesc-p016be.sh create mode 100755 testcase/fate-filter-pixdesc-p016le.sh create mode 100755 testcase/fate-filter-pixdesc-p210be.sh create mode 100755 testcase/fate-filter-pixdesc-p210le.sh create mode 100755 testcase/fate-filter-pixdesc-p212be.sh create mode 100755 testcase/fate-filter-pixdesc-p212le.sh create mode 100755 testcase/fate-filter-pixdesc-p216be.sh create mode 100755 testcase/fate-filter-pixdesc-p216le.sh create mode 100755 testcase/fate-filter-pixdesc-p410be.sh create mode 100755 testcase/fate-filter-pixdesc-p410le.sh create mode 100755 testcase/fate-filter-pixdesc-p412be.sh create mode 100755 testcase/fate-filter-pixdesc-p412le.sh create mode 100755 testcase/fate-filter-pixdesc-p416be.sh create mode 100755 testcase/fate-filter-pixdesc-p416le.sh create mode 100755 testcase/fate-filter-pixdesc-rgb0.sh create mode 100755 testcase/fate-filter-pixdesc-rgb24.sh create mode 100755 testcase/fate-filter-pixdesc-rgb444be.sh create mode 100755 testcase/fate-filter-pixdesc-rgb444le.sh create mode 100755 testcase/fate-filter-pixdesc-rgb48be.sh create mode 100755 testcase/fate-filter-pixdesc-rgb48le.sh create mode 100755 testcase/fate-filter-pixdesc-rgb4_byte.sh create mode 100755 testcase/fate-filter-pixdesc-rgb555be.sh create mode 100755 testcase/fate-filter-pixdesc-rgb555le.sh create mode 100755 testcase/fate-filter-pixdesc-rgb565be.sh create mode 100755 testcase/fate-filter-pixdesc-rgb565le.sh create mode 100755 testcase/fate-filter-pixdesc-rgb8.sh create mode 100755 testcase/fate-filter-pixdesc-rgba.sh create mode 100755 testcase/fate-filter-pixdesc-rgba64be.sh create mode 100755 testcase/fate-filter-pixdesc-rgba64le.sh create mode 100755 testcase/fate-filter-pixdesc-uyva.sh create mode 100755 testcase/fate-filter-pixdesc-uyvy422.sh create mode 100755 testcase/fate-filter-pixdesc-v30xle.sh create mode 100755 testcase/fate-filter-pixdesc-vuya.sh create mode 100755 testcase/fate-filter-pixdesc-vuyx.sh create mode 100755 testcase/fate-filter-pixdesc-vyu444.sh create mode 100755 testcase/fate-filter-pixdesc-x2bgr10le.sh create mode 100755 testcase/fate-filter-pixdesc-x2rgb10le.sh create mode 100755 testcase/fate-filter-pixdesc-xv30le.sh create mode 100755 testcase/fate-filter-pixdesc-xv36be.sh create mode 100755 testcase/fate-filter-pixdesc-xv36le.sh create mode 100755 testcase/fate-filter-pixdesc-xv48be.sh create mode 100755 testcase/fate-filter-pixdesc-xv48le.sh create mode 100755 testcase/fate-filter-pixdesc-xyz12be.sh create mode 100755 testcase/fate-filter-pixdesc-xyz12le.sh create mode 100755 testcase/fate-filter-pixdesc-y210le.sh create mode 100755 testcase/fate-filter-pixdesc-y212le.sh create mode 100755 testcase/fate-filter-pixdesc-y216le.sh create mode 100755 testcase/fate-filter-pixdesc-ya16be.sh create mode 100755 testcase/fate-filter-pixdesc-ya16le.sh create mode 100755 testcase/fate-filter-pixdesc-ya8.sh create mode 100755 testcase/fate-filter-pixdesc-yuv410p.sh create mode 100755 testcase/fate-filter-pixdesc-yuv411p.sh create mode 100755 testcase/fate-filter-pixdesc-yuv420p.sh create mode 100755 testcase/fate-filter-pixdesc-yuv420p10be.sh create mode 100755 testcase/fate-filter-pixdesc-yuv420p10le.sh create mode 100755 testcase/fate-filter-pixdesc-yuv420p12be.sh create mode 100755 testcase/fate-filter-pixdesc-yuv420p12le.sh create mode 100755 testcase/fate-filter-pixdesc-yuv420p14be.sh create mode 100755 testcase/fate-filter-pixdesc-yuv420p14le.sh create mode 100755 testcase/fate-filter-pixdesc-yuv420p16be.sh create mode 100755 testcase/fate-filter-pixdesc-yuv420p16le.sh create mode 100755 testcase/fate-filter-pixdesc-yuv420p9be.sh create mode 100755 testcase/fate-filter-pixdesc-yuv420p9le.sh create mode 100755 testcase/fate-filter-pixdesc-yuv422p.sh create mode 100755 testcase/fate-filter-pixdesc-yuv422p10be.sh create mode 100755 testcase/fate-filter-pixdesc-yuv422p10le.sh create mode 100755 testcase/fate-filter-pixdesc-yuv422p12be.sh create mode 100755 testcase/fate-filter-pixdesc-yuv422p12le.sh create mode 100755 testcase/fate-filter-pixdesc-yuv422p14be.sh create mode 100755 testcase/fate-filter-pixdesc-yuv422p14le.sh create mode 100755 testcase/fate-filter-pixdesc-yuv422p16be.sh create mode 100755 testcase/fate-filter-pixdesc-yuv422p16le.sh create mode 100755 testcase/fate-filter-pixdesc-yuv422p9be.sh create mode 100755 testcase/fate-filter-pixdesc-yuv422p9le.sh create mode 100755 testcase/fate-filter-pixdesc-yuv440p.sh create mode 100755 testcase/fate-filter-pixdesc-yuv440p10be.sh create mode 100755 testcase/fate-filter-pixdesc-yuv440p10le.sh create mode 100755 testcase/fate-filter-pixdesc-yuv440p12be.sh create mode 100755 testcase/fate-filter-pixdesc-yuv440p12le.sh create mode 100755 testcase/fate-filter-pixdesc-yuv444p.sh create mode 100755 testcase/fate-filter-pixdesc-yuv444p10be.sh create mode 100755 testcase/fate-filter-pixdesc-yuv444p10le.sh create mode 100755 testcase/fate-filter-pixdesc-yuv444p10msbbe.sh create mode 100755 testcase/fate-filter-pixdesc-yuv444p10msble.sh create mode 100755 testcase/fate-filter-pixdesc-yuv444p12be.sh create mode 100755 testcase/fate-filter-pixdesc-yuv444p12le.sh create mode 100755 testcase/fate-filter-pixdesc-yuv444p12msbbe.sh create mode 100755 testcase/fate-filter-pixdesc-yuv444p12msble.sh create mode 100755 testcase/fate-filter-pixdesc-yuv444p14be.sh create mode 100755 testcase/fate-filter-pixdesc-yuv444p14le.sh create mode 100755 testcase/fate-filter-pixdesc-yuv444p16be.sh create mode 100755 testcase/fate-filter-pixdesc-yuv444p16le.sh create mode 100755 testcase/fate-filter-pixdesc-yuv444p9be.sh create mode 100755 testcase/fate-filter-pixdesc-yuv444p9le.sh create mode 100755 testcase/fate-filter-pixdesc-yuva420p.sh create mode 100755 testcase/fate-filter-pixdesc-yuva420p10be.sh create mode 100755 testcase/fate-filter-pixdesc-yuva420p10le.sh create mode 100755 testcase/fate-filter-pixdesc-yuva420p16be.sh create mode 100755 testcase/fate-filter-pixdesc-yuva420p16le.sh create mode 100755 testcase/fate-filter-pixdesc-yuva420p9be.sh create mode 100755 testcase/fate-filter-pixdesc-yuva420p9le.sh create mode 100755 testcase/fate-filter-pixdesc-yuva422p.sh create mode 100755 testcase/fate-filter-pixdesc-yuva422p10be.sh create mode 100755 testcase/fate-filter-pixdesc-yuva422p10le.sh create mode 100755 testcase/fate-filter-pixdesc-yuva422p12be.sh create mode 100755 testcase/fate-filter-pixdesc-yuva422p12le.sh create mode 100755 testcase/fate-filter-pixdesc-yuva422p16be.sh create mode 100755 testcase/fate-filter-pixdesc-yuva422p16le.sh create mode 100755 testcase/fate-filter-pixdesc-yuva422p9be.sh create mode 100755 testcase/fate-filter-pixdesc-yuva422p9le.sh create mode 100755 testcase/fate-filter-pixdesc-yuva444p.sh create mode 100755 testcase/fate-filter-pixdesc-yuva444p10be.sh create mode 100755 testcase/fate-filter-pixdesc-yuva444p10le.sh create mode 100755 testcase/fate-filter-pixdesc-yuva444p12be.sh create mode 100755 testcase/fate-filter-pixdesc-yuva444p12le.sh create mode 100755 testcase/fate-filter-pixdesc-yuva444p16be.sh create mode 100755 testcase/fate-filter-pixdesc-yuva444p16le.sh create mode 100755 testcase/fate-filter-pixdesc-yuva444p9be.sh create mode 100755 testcase/fate-filter-pixdesc-yuva444p9le.sh create mode 100755 testcase/fate-filter-pixdesc-yuvj411p.sh create mode 100755 testcase/fate-filter-pixdesc-yuvj420p.sh create mode 100755 testcase/fate-filter-pixdesc-yuvj422p.sh create mode 100755 testcase/fate-filter-pixdesc-yuvj440p.sh create mode 100755 testcase/fate-filter-pixdesc-yuvj444p.sh create mode 100755 testcase/fate-filter-pixdesc-yuyv422.sh create mode 100755 testcase/fate-filter-pixdesc-yvyu422.sh create mode 100755 testcase/fate-filter-pixelize-avg.sh create mode 100755 testcase/fate-filter-pixelize-max.sh create mode 100755 testcase/fate-filter-pixelize-min.sh create mode 100755 testcase/fate-filter-pixfmts-copy.sh create mode 100755 testcase/fate-filter-pixfmts-crop.sh create mode 100755 testcase/fate-filter-pixfmts-field.sh create mode 100755 testcase/fate-filter-pixfmts-fieldmatch.sh create mode 100755 testcase/fate-filter-pixfmts-fieldorder.sh create mode 100755 testcase/fate-filter-pixfmts-hflip.sh create mode 100755 testcase/fate-filter-pixfmts-il.sh create mode 100755 testcase/fate-filter-pixfmts-lut.sh create mode 100755 testcase/fate-filter-pixfmts-null.sh create mode 100755 testcase/fate-filter-pixfmts-pad.sh create mode 100755 testcase/fate-filter-pixfmts-rotate.sh create mode 100755 testcase/fate-filter-pixfmts-scale.sh create mode 100755 testcase/fate-filter-pixfmts-swapuv.sh create mode 100755 testcase/fate-filter-pixfmts-transpose.sh create mode 100755 testcase/fate-filter-pixfmts-vflip.sh create mode 100755 testcase/fate-filter-refcmp-blockdetect-yuv.sh create mode 100755 testcase/fate-filter-refcmp-blurdetect-yuv.sh create mode 100755 testcase/fate-filter-refcmp-psnr-rgb.sh create mode 100755 testcase/fate-filter-refcmp-psnr-yuv.sh create mode 100755 testcase/fate-filter-refcmp-siti-yuv.sh create mode 100755 testcase/fate-filter-refcmp-ssim-rgb.sh create mode 100755 testcase/fate-filter-refcmp-ssim-yuv.sh create mode 100755 testcase/fate-filter-refcmp-xpsnr-rgb.sh create mode 100755 testcase/fate-filter-refcmp-xpsnr-yuv.sh create mode 100755 testcase/fate-filter-removegrain-mode-00.sh create mode 100755 testcase/fate-filter-removegrain-mode-01.sh create mode 100755 testcase/fate-filter-removegrain-mode-02.sh create mode 100755 testcase/fate-filter-removegrain-mode-03.sh create mode 100755 testcase/fate-filter-removegrain-mode-04.sh create mode 100755 testcase/fate-filter-removegrain-mode-05.sh create mode 100755 testcase/fate-filter-removegrain-mode-06.sh create mode 100755 testcase/fate-filter-removegrain-mode-07.sh create mode 100755 testcase/fate-filter-removegrain-mode-08.sh create mode 100755 testcase/fate-filter-removegrain-mode-09.sh create mode 100755 testcase/fate-filter-removegrain-mode-10.sh create mode 100755 testcase/fate-filter-removegrain-mode-11.sh create mode 100755 testcase/fate-filter-removegrain-mode-12.sh create mode 100755 testcase/fate-filter-removegrain-mode-13.sh create mode 100755 testcase/fate-filter-removegrain-mode-14.sh create mode 100755 testcase/fate-filter-removegrain-mode-15.sh create mode 100755 testcase/fate-filter-removegrain-mode-16.sh create mode 100755 testcase/fate-filter-removegrain-mode-17.sh create mode 100755 testcase/fate-filter-removegrain-mode-18.sh create mode 100755 testcase/fate-filter-removegrain-mode-19.sh create mode 100755 testcase/fate-filter-removegrain-mode-20.sh create mode 100755 testcase/fate-filter-removegrain-mode-21.sh create mode 100755 testcase/fate-filter-removegrain-mode-22.sh create mode 100755 testcase/fate-filter-removegrain-mode-23.sh create mode 100755 testcase/fate-filter-removegrain-mode-24.sh create mode 100755 testcase/fate-filter-rgbtestsrc-gbrap.sh create mode 100755 testcase/fate-filter-rgbtestsrc-gbrap12.sh create mode 100755 testcase/fate-filter-rgbtestsrc-gbrp.sh create mode 100755 testcase/fate-filter-rgbtestsrc-gbrp12.sh create mode 100755 testcase/fate-filter-rgbtestsrc-rgba.sh create mode 100755 testcase/fate-filter-rgbtestsrc-x2rgb10le.sh create mode 100755 testcase/fate-filter-rgbtestsrc.sh create mode 100755 testcase/fate-filter-scale-premultiply.sh create mode 100755 testcase/fate-filter-scale200.sh create mode 100755 testcase/fate-filter-scale2ref_keep_aspect.sh create mode 100755 testcase/fate-filter-scale500.sh create mode 100755 testcase/fate-filter-scalechroma.sh create mode 100755 testcase/fate-filter-select-alternate.sh create mode 100755 testcase/fate-filter-select-buffering.sh create mode 100755 testcase/fate-filter-select-ffprobe.sh create mode 100755 testcase/fate-filter-select.sh create mode 100755 testcase/fate-filter-separatefields.sh create mode 100755 testcase/fate-filter-setdar.sh create mode 100755 testcase/fate-filter-setpts.sh create mode 100755 testcase/fate-filter-setsar.sh create mode 100755 testcase/fate-filter-shuffleframes.sh create mode 100755 testcase/fate-filter-shuffleplanes-dup-luma.sh create mode 100755 testcase/fate-filter-shuffleplanes-swapuv.sh create mode 100755 testcase/fate-filter-silenceremove.sh create mode 100755 testcase/fate-filter-smptebars.sh create mode 100755 testcase/fate-filter-smptehdbars.sh create mode 100755 testcase/fate-filter-swaprect.sh create mode 100755 testcase/fate-filter-tblend.sh create mode 100755 testcase/fate-filter-telecine.sh create mode 100755 testcase/fate-filter-testsrc2-rgb24.sh create mode 100755 testcase/fate-filter-testsrc2-rgba.sh create mode 100755 testcase/fate-filter-testsrc2-yuv420p.sh create mode 100755 testcase/fate-filter-testsrc2-yuv444p.sh create mode 100755 testcase/fate-filter-thumbnail.sh create mode 100755 testcase/fate-filter-tile.sh create mode 100755 testcase/fate-filter-tiltandshift-410.sh create mode 100755 testcase/fate-filter-tiltandshift-422.sh create mode 100755 testcase/fate-filter-tiltandshift-444.sh create mode 100755 testcase/fate-filter-tiltandshift.sh create mode 100755 testcase/fate-filter-tpad-add-duration.sh create mode 100755 testcase/fate-filter-tpad-add.sh create mode 100755 testcase/fate-filter-tpad-clone.sh create mode 100755 testcase/fate-filter-transpose.sh create mode 100755 testcase/fate-filter-trim-duration.sh create mode 100755 testcase/fate-filter-trim-frame.sh create mode 100755 testcase/fate-filter-trim-mixed.sh create mode 100755 testcase/fate-filter-trim-time.sh create mode 100755 testcase/fate-filter-unsharp-yuv420p10.sh create mode 100755 testcase/fate-filter-unsharp.sh create mode 100755 testcase/fate-filter-untile-yuv422p.sh create mode 100755 testcase/fate-filter-untile.sh create mode 100755 testcase/fate-filter-vectorscope_color.sh create mode 100755 testcase/fate-filter-vectorscope_color2.sh create mode 100755 testcase/fate-filter-vectorscope_color3.sh create mode 100755 testcase/fate-filter-vectorscope_color4.sh create mode 100755 testcase/fate-filter-vectorscope_gray.sh create mode 100755 testcase/fate-filter-vectorscope_xy.sh create mode 100755 testcase/fate-filter-vflip.sh create mode 100755 testcase/fate-filter-vflip_crop.sh create mode 100755 testcase/fate-filter-vflip_vflip.sh create mode 100755 testcase/fate-filter-volume.sh create mode 100755 testcase/fate-filter-vstack.sh create mode 100755 testcase/fate-filter-waveform_column.sh create mode 100755 testcase/fate-filter-waveform_envelope.sh create mode 100755 testcase/fate-filter-waveform_row.sh create mode 100755 testcase/fate-filter-waveform_uv.sh create mode 100755 testcase/fate-filter-weave.sh create mode 100755 testcase/fate-filter-yuvtestsrc-ayuv.sh create mode 100755 testcase/fate-filter-yuvtestsrc-ayuv64.sh create mode 100755 testcase/fate-filter-yuvtestsrc-nv24.sh create mode 100755 testcase/fate-filter-yuvtestsrc-p410.sh create mode 100755 testcase/fate-filter-yuvtestsrc-v30xle.sh create mode 100755 testcase/fate-filter-yuvtestsrc-vuya.sh create mode 100755 testcase/fate-filter-yuvtestsrc-vyu444.sh create mode 100755 testcase/fate-filter-yuvtestsrc-xv30le.sh create mode 100755 testcase/fate-filter-yuvtestsrc-xv36.sh create mode 100755 testcase/fate-filter-yuvtestsrc-xv48.sh create mode 100755 testcase/fate-filter-yuvtestsrc-yuv444p.sh create mode 100755 testcase/fate-filter-yuvtestsrc-yuv444p12.sh create mode 100755 testcase/fate-filter-yuvtestsrc-yuva444p.sh create mode 100755 testcase/fate-filter-yuvtestsrc-yuva444p12.sh create mode 100755 testcase/fate-flv-add_keyframe_index.sh create mode 100755 testcase/fate-force_key_frames.sh create mode 100755 testcase/fate-hwdevice.sh create mode 100755 testcase/fate-iamf-5_1_4.sh create mode 100755 testcase/fate-iamf-7_1_4.sh create mode 100755 testcase/fate-iamf-9_1_6.sh create mode 100755 testcase/fate-iamf-ambisonic_1-projection.sh create mode 100755 testcase/fate-iamf-ambisonic_1.sh create mode 100755 testcase/fate-iamf-stereo.sh create mode 100755 testcase/fate-lavf-aiff.sh create mode 100755 testcase/fate-lavf-al.sh create mode 100755 testcase/fate-lavf-apng.png.sh create mode 100755 testcase/fate-lavf-apng.sh create mode 100755 testcase/fate-lavf-asf.sh create mode 100755 testcase/fate-lavf-ast.sh create mode 100755 testcase/fate-lavf-au.sh create mode 100755 testcase/fate-lavf-avi.sh create mode 100755 testcase/fate-lavf-bmp.sh create mode 100755 testcase/fate-lavf-caf.sh create mode 100755 testcase/fate-lavf-dfpwm.sh create mode 100755 testcase/fate-lavf-dpx.sh create mode 100755 testcase/fate-lavf-dv.sh create mode 100755 testcase/fate-lavf-dv_ntsc.sh create mode 100755 testcase/fate-lavf-dv_pal.sh create mode 100755 testcase/fate-lavf-flm.sh create mode 100755 testcase/fate-lavf-flv.sh create mode 100755 testcase/fate-lavf-gbrap.fits.sh create mode 100755 testcase/fate-lavf-gbrap16be.fits.sh create mode 100755 testcase/fate-lavf-gbrp.fits.sh create mode 100755 testcase/fate-lavf-gbrp10le.dpx.sh create mode 100755 testcase/fate-lavf-gbrp12le.dpx.sh create mode 100755 testcase/fate-lavf-gbrp16be.fits.sh create mode 100755 testcase/fate-lavf-gbrpf32be.pfm.sh create mode 100755 testcase/fate-lavf-gbrpf32le.pfm.sh create mode 100755 testcase/fate-lavf-gif.sh create mode 100755 testcase/fate-lavf-gray.fits.sh create mode 100755 testcase/fate-lavf-gray.pam.sh create mode 100755 testcase/fate-lavf-gray.xwd.sh create mode 100755 testcase/fate-lavf-gray16be.fits.sh create mode 100755 testcase/fate-lavf-gray16be.pam.sh create mode 100755 testcase/fate-lavf-gray16be.png.sh create mode 100755 testcase/fate-lavf-grayf32be.pfm.sh create mode 100755 testcase/fate-lavf-grayf32le.pfm.sh create mode 100755 testcase/fate-lavf-gxf.sh create mode 100755 testcase/fate-lavf-gxf_ntsc.sh create mode 100755 testcase/fate-lavf-gxf_pal.sh create mode 100755 testcase/fate-lavf-ircam.sh create mode 100755 testcase/fate-lavf-ismv.sh create mode 100755 testcase/fate-lavf-jpg.sh create mode 100755 testcase/fate-lavf-mka.sh create mode 100755 testcase/fate-lavf-mkv.sh create mode 100755 testcase/fate-lavf-mkv_attachment.sh create mode 100755 testcase/fate-lavf-mmf.sh create mode 100755 testcase/fate-lavf-monob.pam.sh create mode 100755 testcase/fate-lavf-monow.xwd.sh create mode 100755 testcase/fate-lavf-mov.sh create mode 100755 testcase/fate-lavf-mov_hybrid_frag.sh create mode 100755 testcase/fate-lavf-mov_rtphint.sh create mode 100755 testcase/fate-lavf-mp4.sh create mode 100755 testcase/fate-lavf-mpg.sh create mode 100755 testcase/fate-lavf-mxf.sh create mode 100755 testcase/fate-lavf-mxf_d10.sh create mode 100755 testcase/fate-lavf-mxf_dv25.sh create mode 100755 testcase/fate-lavf-mxf_dvcpro100.sh create mode 100755 testcase/fate-lavf-mxf_dvcpro50.sh create mode 100755 testcase/fate-lavf-mxf_ffv1.sh create mode 100755 testcase/fate-lavf-mxf_opatom.sh create mode 100755 testcase/fate-lavf-mxf_opatom_audio.sh create mode 100755 testcase/fate-lavf-none.gbrapf32le.exr.sh create mode 100755 testcase/fate-lavf-none.gbrpf32le.exr.sh create mode 100755 testcase/fate-lavf-none.grayf32le.exr.sh create mode 100755 testcase/fate-lavf-nut.sh create mode 100755 testcase/fate-lavf-ogg.sh create mode 100755 testcase/fate-lavf-pam.sh create mode 100755 testcase/fate-lavf-pbmpipe.sh create mode 100755 testcase/fate-lavf-pcx.sh create mode 100755 testcase/fate-lavf-peak.wav.sh create mode 100755 testcase/fate-lavf-peak_only.wav.sh create mode 100755 testcase/fate-lavf-pgm.sh create mode 100755 testcase/fate-lavf-pgmpipe.sh create mode 100755 testcase/fate-lavf-png.sh create mode 100755 testcase/fate-lavf-ppm.sh create mode 100755 testcase/fate-lavf-ppmpipe.sh create mode 100755 testcase/fate-lavf-qoi.sh create mode 100755 testcase/fate-lavf-qoipipe.sh create mode 100755 testcase/fate-lavf-rgb48be.pam.sh create mode 100755 testcase/fate-lavf-rgb48be.png.sh create mode 100755 testcase/fate-lavf-rgb48le.dpx.sh create mode 100755 testcase/fate-lavf-rgb48le_10.dpx.sh create mode 100755 testcase/fate-lavf-rgb4_byte.xwd.sh create mode 100755 testcase/fate-lavf-rgb555be.xwd.sh create mode 100755 testcase/fate-lavf-rgb565be.xwd.sh create mode 100755 testcase/fate-lavf-rgb8.xwd.sh create mode 100755 testcase/fate-lavf-rgba.pam.sh create mode 100755 testcase/fate-lavf-rgba.xwd.sh create mode 100755 testcase/fate-lavf-rgba64le.dpx.sh create mode 100755 testcase/fate-lavf-rle.gbrapf32le.exr.sh create mode 100755 testcase/fate-lavf-rle.gbrpf32le.exr.sh create mode 100755 testcase/fate-lavf-rle.grayf32le.exr.sh create mode 100755 testcase/fate-lavf-rm.sh create mode 100755 testcase/fate-lavf-rso.sh create mode 100755 testcase/fate-lavf-s16.voc.sh create mode 100755 testcase/fate-lavf-sgi.sh create mode 100755 testcase/fate-lavf-smjpeg.sh create mode 100755 testcase/fate-lavf-sox.sh create mode 100755 testcase/fate-lavf-sun.sh create mode 100755 testcase/fate-lavf-swf.sh create mode 100755 testcase/fate-lavf-tga.sh create mode 100755 testcase/fate-lavf-tiff.sh create mode 100755 testcase/fate-lavf-ts.sh create mode 100755 testcase/fate-lavf-tta.sh create mode 100755 testcase/fate-lavf-ul.sh create mode 100755 testcase/fate-lavf-voc.sh create mode 100755 testcase/fate-lavf-w64.sh create mode 100755 testcase/fate-lavf-wav.sh create mode 100755 testcase/fate-lavf-wbmp.sh create mode 100755 testcase/fate-lavf-wtv.sh create mode 100755 testcase/fate-lavf-wv.sh create mode 100755 testcase/fate-lavf-xbm.sh create mode 100755 testcase/fate-lavf-xbmpipe.sh create mode 100755 testcase/fate-lavf-xwd.sh create mode 100755 testcase/fate-lavf-xwdpipe.sh create mode 100755 testcase/fate-lavf-y4m.sh create mode 100755 testcase/fate-lavf-zip1.gbrapf32le.exr.sh create mode 100755 testcase/fate-lavf-zip1.gbrpf32le.exr.sh create mode 100755 testcase/fate-lavf-zip1.grayf32le.exr.sh create mode 100755 testcase/fate-lavf-zip16.gbrapf32le.exr.sh create mode 100755 testcase/fate-lavf-zip16.gbrpf32le.exr.sh create mode 100755 testcase/fate-lavf-zip16.grayf32le.exr.sh create mode 100755 testcase/fate-mov-channel-description.sh create mode 100755 testcase/fate-mov-mp4-frag-flush.sh create mode 100755 testcase/fate-mov-mp4-iamf-5_1_4.sh create mode 100755 testcase/fate-mov-mp4-iamf-7_1_4-video-first-2.sh create mode 100755 testcase/fate-mov-mp4-iamf-7_1_4-video-first-3.sh create mode 100755 testcase/fate-mov-mp4-iamf-7_1_4-video-first.sh create mode 100755 testcase/fate-mov-mp4-iamf-7_1_4-video-last.sh create mode 100755 testcase/fate-mov-mp4-iamf-ambisonic_1.sh create mode 100755 testcase/fate-mov-mp4-iamf-stereo.sh create mode 100755 testcase/fate-mov-mp4-pcm-float.sh create mode 100755 testcase/fate-mov-mp4-pcm.sh create mode 100755 testcase/fate-mov-vfr.sh create mode 100755 testcase/fate-pcm_dvd-16-1-96000.sh create mode 100755 testcase/fate-pixfmt-bgr24.sh create mode 100755 testcase/fate-pixfmt-gbrp-bgr24.sh create mode 100755 testcase/fate-pixfmt-gbrp-gbrp10be.sh create mode 100755 testcase/fate-pixfmt-gbrp-gbrp10le.sh create mode 100755 testcase/fate-pixfmt-gbrp-gbrp12be.sh create mode 100755 testcase/fate-pixfmt-gbrp-gbrp12le.sh create mode 100755 testcase/fate-pixfmt-gbrp-gbrp16be.sh create mode 100755 testcase/fate-pixfmt-gbrp-gbrp16le.sh create mode 100755 testcase/fate-pixfmt-gbrp-gray.sh create mode 100755 testcase/fate-pixfmt-gbrp-gray10be.sh create mode 100755 testcase/fate-pixfmt-gbrp-gray10le.sh create mode 100755 testcase/fate-pixfmt-gbrp-gray12be.sh create mode 100755 testcase/fate-pixfmt-gbrp-gray12le.sh create mode 100755 testcase/fate-pixfmt-gbrp-gray16be.sh create mode 100755 testcase/fate-pixfmt-gbrp-gray16le.sh create mode 100755 testcase/fate-pixfmt-gbrp-monob.sh create mode 100755 testcase/fate-pixfmt-gbrp-monow.sh create mode 100755 testcase/fate-pixfmt-gbrp-nv12.sh create mode 100755 testcase/fate-pixfmt-gbrp-nv16.sh create mode 100755 testcase/fate-pixfmt-gbrp-nv24.sh create mode 100755 testcase/fate-pixfmt-gbrp-p010be.sh create mode 100755 testcase/fate-pixfmt-gbrp-p010le.sh create mode 100755 testcase/fate-pixfmt-gbrp-p012be.sh create mode 100755 testcase/fate-pixfmt-gbrp-p012le.sh create mode 100755 testcase/fate-pixfmt-gbrp-p016be.sh create mode 100755 testcase/fate-pixfmt-gbrp-p016le.sh create mode 100755 testcase/fate-pixfmt-gbrp-p210be.sh create mode 100755 testcase/fate-pixfmt-gbrp-p210le.sh create mode 100755 testcase/fate-pixfmt-gbrp-p212be.sh create mode 100755 testcase/fate-pixfmt-gbrp-p212le.sh create mode 100755 testcase/fate-pixfmt-gbrp-p216be.sh create mode 100755 testcase/fate-pixfmt-gbrp-p216le.sh create mode 100755 testcase/fate-pixfmt-gbrp-p410be.sh create mode 100755 testcase/fate-pixfmt-gbrp-p410le.sh create mode 100755 testcase/fate-pixfmt-gbrp-p412be.sh create mode 100755 testcase/fate-pixfmt-gbrp-p412le.sh create mode 100755 testcase/fate-pixfmt-gbrp-p416be.sh create mode 100755 testcase/fate-pixfmt-gbrp-p416le.sh create mode 100755 testcase/fate-pixfmt-gbrp-rgb24.sh create mode 100755 testcase/fate-pixfmt-gbrp-rgb32.sh create mode 100755 testcase/fate-pixfmt-gbrp-rgb48.sh create mode 100755 testcase/fate-pixfmt-gbrp-rgb555.sh create mode 100755 testcase/fate-pixfmt-gbrp-rgb565.sh create mode 100755 testcase/fate-pixfmt-gbrp-uyvy422.sh create mode 100755 testcase/fate-pixfmt-gbrp-v30xle.sh create mode 100755 testcase/fate-pixfmt-gbrp-vuyx.sh create mode 100755 testcase/fate-pixfmt-gbrp-vyu444.sh create mode 100755 testcase/fate-pixfmt-gbrp-x2bgr10le.sh create mode 100755 testcase/fate-pixfmt-gbrp-x2rgb10le.sh create mode 100755 testcase/fate-pixfmt-gbrp-xv30le.sh create mode 100755 testcase/fate-pixfmt-gbrp-xv36be.sh create mode 100755 testcase/fate-pixfmt-gbrp-xv36le.sh create mode 100755 testcase/fate-pixfmt-gbrp-xv48be.sh create mode 100755 testcase/fate-pixfmt-gbrp-xv48le.sh create mode 100755 testcase/fate-pixfmt-gbrp-xyz12le.sh create mode 100755 testcase/fate-pixfmt-gbrp-y210le.sh create mode 100755 testcase/fate-pixfmt-gbrp-y212le.sh create mode 100755 testcase/fate-pixfmt-gbrp-y216le.sh create mode 100755 testcase/fate-pixfmt-gbrp-yuv410p.sh create mode 100755 testcase/fate-pixfmt-gbrp-yuv411p.sh create mode 100755 testcase/fate-pixfmt-gbrp-yuv420p.sh create mode 100755 testcase/fate-pixfmt-gbrp-yuv420p10be.sh create mode 100755 testcase/fate-pixfmt-gbrp-yuv420p10le.sh create mode 100755 testcase/fate-pixfmt-gbrp-yuv420p12be.sh create mode 100755 testcase/fate-pixfmt-gbrp-yuv420p12le.sh create mode 100755 testcase/fate-pixfmt-gbrp-yuv420p16be.sh create mode 100755 testcase/fate-pixfmt-gbrp-yuv420p16le.sh create mode 100755 testcase/fate-pixfmt-gbrp-yuv422p.sh create mode 100755 testcase/fate-pixfmt-gbrp-yuv422p10be.sh create mode 100755 testcase/fate-pixfmt-gbrp-yuv422p10le.sh create mode 100755 testcase/fate-pixfmt-gbrp-yuv422p12be.sh create mode 100755 testcase/fate-pixfmt-gbrp-yuv422p12le.sh create mode 100755 testcase/fate-pixfmt-gbrp-yuv422p16be.sh create mode 100755 testcase/fate-pixfmt-gbrp-yuv422p16le.sh create mode 100755 testcase/fate-pixfmt-gbrp-yuv440p.sh create mode 100755 testcase/fate-pixfmt-gbrp-yuv440p10be.sh create mode 100755 testcase/fate-pixfmt-gbrp-yuv440p10le.sh create mode 100755 testcase/fate-pixfmt-gbrp-yuv440p12be.sh create mode 100755 testcase/fate-pixfmt-gbrp-yuv440p12le.sh create mode 100755 testcase/fate-pixfmt-gbrp-yuv444p.sh create mode 100755 testcase/fate-pixfmt-gbrp-yuv444p10be.sh create mode 100755 testcase/fate-pixfmt-gbrp-yuv444p10le.sh create mode 100755 testcase/fate-pixfmt-gbrp-yuv444p10msbbe.sh create mode 100755 testcase/fate-pixfmt-gbrp-yuv444p10msble.sh create mode 100755 testcase/fate-pixfmt-gbrp-yuv444p12be.sh create mode 100755 testcase/fate-pixfmt-gbrp-yuv444p12le.sh create mode 100755 testcase/fate-pixfmt-gbrp-yuv444p12msbbe.sh create mode 100755 testcase/fate-pixfmt-gbrp-yuv444p12msble.sh create mode 100755 testcase/fate-pixfmt-gbrp-yuv444p16be.sh create mode 100755 testcase/fate-pixfmt-gbrp-yuv444p16le.sh create mode 100755 testcase/fate-pixfmt-gbrp-yuvj420p.sh create mode 100755 testcase/fate-pixfmt-gbrp-yuvj422p.sh create mode 100755 testcase/fate-pixfmt-gbrp-yuvj440p.sh create mode 100755 testcase/fate-pixfmt-gbrp-yuvj444p.sh create mode 100755 testcase/fate-pixfmt-gbrp-yuyv422.sh create mode 100755 testcase/fate-pixfmt-gbrp-yvyu422.sh create mode 100755 testcase/fate-pixfmt-gbrp10-bgr24.sh create mode 100755 testcase/fate-pixfmt-gbrp10-gbrp10be.sh create mode 100755 testcase/fate-pixfmt-gbrp10-gbrp10le.sh create mode 100755 testcase/fate-pixfmt-gbrp10-gbrp12be.sh create mode 100755 testcase/fate-pixfmt-gbrp10-gbrp12le.sh create mode 100755 testcase/fate-pixfmt-gbrp10-gbrp16be.sh create mode 100755 testcase/fate-pixfmt-gbrp10-gbrp16le.sh create mode 100755 testcase/fate-pixfmt-gbrp10-gray.sh create mode 100755 testcase/fate-pixfmt-gbrp10-gray10be.sh create mode 100755 testcase/fate-pixfmt-gbrp10-gray10le.sh create mode 100755 testcase/fate-pixfmt-gbrp10-gray12be.sh create mode 100755 testcase/fate-pixfmt-gbrp10-gray12le.sh create mode 100755 testcase/fate-pixfmt-gbrp10-gray16be.sh create mode 100755 testcase/fate-pixfmt-gbrp10-gray16le.sh create mode 100755 testcase/fate-pixfmt-gbrp10-monob.sh create mode 100755 testcase/fate-pixfmt-gbrp10-monow.sh create mode 100755 testcase/fate-pixfmt-gbrp10-nv12.sh create mode 100755 testcase/fate-pixfmt-gbrp10-nv16.sh create mode 100755 testcase/fate-pixfmt-gbrp10-nv24.sh create mode 100755 testcase/fate-pixfmt-gbrp10-p010be.sh create mode 100755 testcase/fate-pixfmt-gbrp10-p010le.sh create mode 100755 testcase/fate-pixfmt-gbrp10-p012be.sh create mode 100755 testcase/fate-pixfmt-gbrp10-p012le.sh create mode 100755 testcase/fate-pixfmt-gbrp10-p016be.sh create mode 100755 testcase/fate-pixfmt-gbrp10-p016le.sh create mode 100755 testcase/fate-pixfmt-gbrp10-p210be.sh create mode 100755 testcase/fate-pixfmt-gbrp10-p210le.sh create mode 100755 testcase/fate-pixfmt-gbrp10-p212be.sh create mode 100755 testcase/fate-pixfmt-gbrp10-p212le.sh create mode 100755 testcase/fate-pixfmt-gbrp10-p216be.sh create mode 100755 testcase/fate-pixfmt-gbrp10-p216le.sh create mode 100755 testcase/fate-pixfmt-gbrp10-p410be.sh create mode 100755 testcase/fate-pixfmt-gbrp10-p410le.sh create mode 100755 testcase/fate-pixfmt-gbrp10-p412be.sh create mode 100755 testcase/fate-pixfmt-gbrp10-p412le.sh create mode 100755 testcase/fate-pixfmt-gbrp10-p416be.sh create mode 100755 testcase/fate-pixfmt-gbrp10-p416le.sh create mode 100755 testcase/fate-pixfmt-gbrp10-rgb24.sh create mode 100755 testcase/fate-pixfmt-gbrp10-rgb32.sh create mode 100755 testcase/fate-pixfmt-gbrp10-rgb48.sh create mode 100755 testcase/fate-pixfmt-gbrp10-rgb555.sh create mode 100755 testcase/fate-pixfmt-gbrp10-rgb565.sh create mode 100755 testcase/fate-pixfmt-gbrp10-uyvy422.sh create mode 100755 testcase/fate-pixfmt-gbrp10-v30xle.sh create mode 100755 testcase/fate-pixfmt-gbrp10-vuyx.sh create mode 100755 testcase/fate-pixfmt-gbrp10-vyu444.sh create mode 100755 testcase/fate-pixfmt-gbrp10-x2bgr10le.sh create mode 100755 testcase/fate-pixfmt-gbrp10-x2rgb10le.sh create mode 100755 testcase/fate-pixfmt-gbrp10-xv30le.sh create mode 100755 testcase/fate-pixfmt-gbrp10-xv36be.sh create mode 100755 testcase/fate-pixfmt-gbrp10-xv36le.sh create mode 100755 testcase/fate-pixfmt-gbrp10-xv48be.sh create mode 100755 testcase/fate-pixfmt-gbrp10-xv48le.sh create mode 100755 testcase/fate-pixfmt-gbrp10-xyz12le.sh create mode 100755 testcase/fate-pixfmt-gbrp10-y210le.sh create mode 100755 testcase/fate-pixfmt-gbrp10-y212le.sh create mode 100755 testcase/fate-pixfmt-gbrp10-y216le.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yuv410p.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yuv411p.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yuv420p.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yuv420p10be.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yuv420p10le.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yuv420p12be.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yuv420p12le.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yuv420p16be.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yuv420p16le.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yuv422p.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yuv422p10be.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yuv422p10le.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yuv422p12be.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yuv422p12le.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yuv422p16be.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yuv422p16le.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yuv440p.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yuv440p10be.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yuv440p10le.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yuv440p12be.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yuv440p12le.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yuv444p.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yuv444p10be.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yuv444p10le.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yuv444p10msbbe.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yuv444p10msble.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yuv444p12be.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yuv444p12le.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yuv444p12msbbe.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yuv444p12msble.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yuv444p16be.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yuv444p16le.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yuvj420p.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yuvj422p.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yuvj440p.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yuvj444p.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yuyv422.sh create mode 100755 testcase/fate-pixfmt-gbrp10-yvyu422.sh create mode 100755 testcase/fate-pixfmt-gbrp12-bgr24.sh create mode 100755 testcase/fate-pixfmt-gbrp12-gbrp10be.sh create mode 100755 testcase/fate-pixfmt-gbrp12-gbrp10le.sh create mode 100755 testcase/fate-pixfmt-gbrp12-gbrp12be.sh create mode 100755 testcase/fate-pixfmt-gbrp12-gbrp12le.sh create mode 100755 testcase/fate-pixfmt-gbrp12-gbrp16be.sh create mode 100755 testcase/fate-pixfmt-gbrp12-gbrp16le.sh create mode 100755 testcase/fate-pixfmt-gbrp12-gray.sh create mode 100755 testcase/fate-pixfmt-gbrp12-gray10be.sh create mode 100755 testcase/fate-pixfmt-gbrp12-gray10le.sh create mode 100755 testcase/fate-pixfmt-gbrp12-gray12be.sh create mode 100755 testcase/fate-pixfmt-gbrp12-gray12le.sh create mode 100755 testcase/fate-pixfmt-gbrp12-gray16be.sh create mode 100755 testcase/fate-pixfmt-gbrp12-gray16le.sh create mode 100755 testcase/fate-pixfmt-gbrp12-monob.sh create mode 100755 testcase/fate-pixfmt-gbrp12-monow.sh create mode 100755 testcase/fate-pixfmt-gbrp12-nv12.sh create mode 100755 testcase/fate-pixfmt-gbrp12-nv16.sh create mode 100755 testcase/fate-pixfmt-gbrp12-nv24.sh create mode 100755 testcase/fate-pixfmt-gbrp12-p010be.sh create mode 100755 testcase/fate-pixfmt-gbrp12-p010le.sh create mode 100755 testcase/fate-pixfmt-gbrp12-p012be.sh create mode 100755 testcase/fate-pixfmt-gbrp12-p012le.sh create mode 100755 testcase/fate-pixfmt-gbrp12-p016be.sh create mode 100755 testcase/fate-pixfmt-gbrp12-p016le.sh create mode 100755 testcase/fate-pixfmt-gbrp12-p210be.sh create mode 100755 testcase/fate-pixfmt-gbrp12-p210le.sh create mode 100755 testcase/fate-pixfmt-gbrp12-p212be.sh create mode 100755 testcase/fate-pixfmt-gbrp12-p212le.sh create mode 100755 testcase/fate-pixfmt-gbrp12-p216be.sh create mode 100755 testcase/fate-pixfmt-gbrp12-p216le.sh create mode 100755 testcase/fate-pixfmt-gbrp12-p410be.sh create mode 100755 testcase/fate-pixfmt-gbrp12-p410le.sh create mode 100755 testcase/fate-pixfmt-gbrp12-p412be.sh create mode 100755 testcase/fate-pixfmt-gbrp12-p412le.sh create mode 100755 testcase/fate-pixfmt-gbrp12-p416be.sh create mode 100755 testcase/fate-pixfmt-gbrp12-p416le.sh create mode 100755 testcase/fate-pixfmt-gbrp12-rgb24.sh create mode 100755 testcase/fate-pixfmt-gbrp12-rgb32.sh create mode 100755 testcase/fate-pixfmt-gbrp12-rgb48.sh create mode 100755 testcase/fate-pixfmt-gbrp12-rgb555.sh create mode 100755 testcase/fate-pixfmt-gbrp12-rgb565.sh create mode 100755 testcase/fate-pixfmt-gbrp12-uyvy422.sh create mode 100755 testcase/fate-pixfmt-gbrp12-v30xle.sh create mode 100755 testcase/fate-pixfmt-gbrp12-vuyx.sh create mode 100755 testcase/fate-pixfmt-gbrp12-vyu444.sh create mode 100755 testcase/fate-pixfmt-gbrp12-x2bgr10le.sh create mode 100755 testcase/fate-pixfmt-gbrp12-x2rgb10le.sh create mode 100755 testcase/fate-pixfmt-gbrp12-xv30le.sh create mode 100755 testcase/fate-pixfmt-gbrp12-xv36be.sh create mode 100755 testcase/fate-pixfmt-gbrp12-xv36le.sh create mode 100755 testcase/fate-pixfmt-gbrp12-xv48be.sh create mode 100755 testcase/fate-pixfmt-gbrp12-xv48le.sh create mode 100755 testcase/fate-pixfmt-gbrp12-xyz12le.sh create mode 100755 testcase/fate-pixfmt-gbrp12-y210le.sh create mode 100755 testcase/fate-pixfmt-gbrp12-y212le.sh create mode 100755 testcase/fate-pixfmt-gbrp12-y216le.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yuv410p.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yuv411p.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yuv420p.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yuv420p10be.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yuv420p10le.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yuv420p12be.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yuv420p12le.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yuv420p16be.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yuv420p16le.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yuv422p.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yuv422p10be.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yuv422p10le.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yuv422p12be.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yuv422p12le.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yuv422p16be.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yuv422p16le.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yuv440p.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yuv440p10be.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yuv440p10le.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yuv440p12be.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yuv440p12le.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yuv444p.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yuv444p10be.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yuv444p10le.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yuv444p10msbbe.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yuv444p10msble.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yuv444p12be.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yuv444p12le.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yuv444p12msbbe.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yuv444p12msble.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yuv444p16be.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yuv444p16le.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yuvj420p.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yuvj422p.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yuvj440p.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yuvj444p.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yuyv422.sh create mode 100755 testcase/fate-pixfmt-gbrp12-yvyu422.sh create mode 100755 testcase/fate-pixfmt-gbrp16-gbrp16be.sh create mode 100755 testcase/fate-pixfmt-gbrp16-gbrp16le.sh create mode 100755 testcase/fate-pixfmt-gbrp16-gray16be.sh create mode 100755 testcase/fate-pixfmt-gbrp16-gray16le.sh create mode 100755 testcase/fate-pixfmt-gbrp16-p016be.sh create mode 100755 testcase/fate-pixfmt-gbrp16-p016le.sh create mode 100755 testcase/fate-pixfmt-gbrp16-p216be.sh create mode 100755 testcase/fate-pixfmt-gbrp16-p216le.sh create mode 100755 testcase/fate-pixfmt-gbrp16-p416be.sh create mode 100755 testcase/fate-pixfmt-gbrp16-p416le.sh create mode 100755 testcase/fate-pixfmt-gbrp16-rgb48.sh create mode 100755 testcase/fate-pixfmt-gbrp16-xv48be.sh create mode 100755 testcase/fate-pixfmt-gbrp16-xv48le.sh create mode 100755 testcase/fate-pixfmt-gbrp16-y216le.sh create mode 100755 testcase/fate-pixfmt-gbrp16-yuv420p16be.sh create mode 100755 testcase/fate-pixfmt-gbrp16-yuv420p16le.sh create mode 100755 testcase/fate-pixfmt-gbrp16-yuv422p16be.sh create mode 100755 testcase/fate-pixfmt-gbrp16-yuv422p16le.sh create mode 100755 testcase/fate-pixfmt-gbrp16-yuv444p16be.sh create mode 100755 testcase/fate-pixfmt-gbrp16-yuv444p16le.sh create mode 100755 testcase/fate-pixfmt-gray.sh create mode 100755 testcase/fate-pixfmt-monob.sh create mode 100755 testcase/fate-pixfmt-monow.sh create mode 100755 testcase/fate-pixfmt-nv12.sh create mode 100755 testcase/fate-pixfmt-nv16.sh create mode 100755 testcase/fate-pixfmt-nv24-bgr24.sh create mode 100755 testcase/fate-pixfmt-nv24-gbrp10be.sh create mode 100755 testcase/fate-pixfmt-nv24-gbrp10le.sh create mode 100755 testcase/fate-pixfmt-nv24-gbrp12be.sh create mode 100755 testcase/fate-pixfmt-nv24-gbrp12le.sh create mode 100755 testcase/fate-pixfmt-nv24-gbrp16be.sh create mode 100755 testcase/fate-pixfmt-nv24-gbrp16le.sh create mode 100755 testcase/fate-pixfmt-nv24-gray.sh create mode 100755 testcase/fate-pixfmt-nv24-gray10be.sh create mode 100755 testcase/fate-pixfmt-nv24-gray10le.sh create mode 100755 testcase/fate-pixfmt-nv24-gray12be.sh create mode 100755 testcase/fate-pixfmt-nv24-gray12le.sh create mode 100755 testcase/fate-pixfmt-nv24-gray16be.sh create mode 100755 testcase/fate-pixfmt-nv24-gray16le.sh create mode 100755 testcase/fate-pixfmt-nv24-monob.sh create mode 100755 testcase/fate-pixfmt-nv24-monow.sh create mode 100755 testcase/fate-pixfmt-nv24-nv12.sh create mode 100755 testcase/fate-pixfmt-nv24-nv16.sh create mode 100755 testcase/fate-pixfmt-nv24-nv24.sh create mode 100755 testcase/fate-pixfmt-nv24-p010be.sh create mode 100755 testcase/fate-pixfmt-nv24-p010le.sh create mode 100755 testcase/fate-pixfmt-nv24-p012be.sh create mode 100755 testcase/fate-pixfmt-nv24-p012le.sh create mode 100755 testcase/fate-pixfmt-nv24-p016be.sh create mode 100755 testcase/fate-pixfmt-nv24-p016le.sh create mode 100755 testcase/fate-pixfmt-nv24-p210be.sh create mode 100755 testcase/fate-pixfmt-nv24-p210le.sh create mode 100755 testcase/fate-pixfmt-nv24-p212be.sh create mode 100755 testcase/fate-pixfmt-nv24-p212le.sh create mode 100755 testcase/fate-pixfmt-nv24-p216be.sh create mode 100755 testcase/fate-pixfmt-nv24-p216le.sh create mode 100755 testcase/fate-pixfmt-nv24-p410be.sh create mode 100755 testcase/fate-pixfmt-nv24-p410le.sh create mode 100755 testcase/fate-pixfmt-nv24-p412be.sh create mode 100755 testcase/fate-pixfmt-nv24-p412le.sh create mode 100755 testcase/fate-pixfmt-nv24-p416be.sh create mode 100755 testcase/fate-pixfmt-nv24-p416le.sh create mode 100755 testcase/fate-pixfmt-nv24-rgb24.sh create mode 100755 testcase/fate-pixfmt-nv24-rgb32.sh create mode 100755 testcase/fate-pixfmt-nv24-rgb48.sh create mode 100755 testcase/fate-pixfmt-nv24-rgb555.sh create mode 100755 testcase/fate-pixfmt-nv24-rgb565.sh create mode 100755 testcase/fate-pixfmt-nv24-uyvy422.sh create mode 100755 testcase/fate-pixfmt-nv24-v30xle.sh create mode 100755 testcase/fate-pixfmt-nv24-vuyx.sh create mode 100755 testcase/fate-pixfmt-nv24-vyu444.sh create mode 100755 testcase/fate-pixfmt-nv24-x2bgr10le.sh create mode 100755 testcase/fate-pixfmt-nv24-x2rgb10le.sh create mode 100755 testcase/fate-pixfmt-nv24-xv30le.sh create mode 100755 testcase/fate-pixfmt-nv24-xv36be.sh create mode 100755 testcase/fate-pixfmt-nv24-xv36le.sh create mode 100755 testcase/fate-pixfmt-nv24-xv48be.sh create mode 100755 testcase/fate-pixfmt-nv24-xv48le.sh create mode 100755 testcase/fate-pixfmt-nv24-xyz12le.sh create mode 100755 testcase/fate-pixfmt-nv24-y210le.sh create mode 100755 testcase/fate-pixfmt-nv24-y212le.sh create mode 100755 testcase/fate-pixfmt-nv24-y216le.sh create mode 100755 testcase/fate-pixfmt-nv24-yuv410p.sh create mode 100755 testcase/fate-pixfmt-nv24-yuv411p.sh create mode 100755 testcase/fate-pixfmt-nv24-yuv420p.sh create mode 100755 testcase/fate-pixfmt-nv24-yuv420p10be.sh create mode 100755 testcase/fate-pixfmt-nv24-yuv420p10le.sh create mode 100755 testcase/fate-pixfmt-nv24-yuv420p12be.sh create mode 100755 testcase/fate-pixfmt-nv24-yuv420p12le.sh create mode 100755 testcase/fate-pixfmt-nv24-yuv420p16be.sh create mode 100755 testcase/fate-pixfmt-nv24-yuv420p16le.sh create mode 100755 testcase/fate-pixfmt-nv24-yuv422p.sh create mode 100755 testcase/fate-pixfmt-nv24-yuv422p10be.sh create mode 100755 testcase/fate-pixfmt-nv24-yuv422p10le.sh create mode 100755 testcase/fate-pixfmt-nv24-yuv422p12be.sh create mode 100755 testcase/fate-pixfmt-nv24-yuv422p12le.sh create mode 100755 testcase/fate-pixfmt-nv24-yuv422p16be.sh create mode 100755 testcase/fate-pixfmt-nv24-yuv422p16le.sh create mode 100755 testcase/fate-pixfmt-nv24-yuv440p.sh create mode 100755 testcase/fate-pixfmt-nv24-yuv440p10be.sh create mode 100755 testcase/fate-pixfmt-nv24-yuv440p10le.sh create mode 100755 testcase/fate-pixfmt-nv24-yuv440p12be.sh create mode 100755 testcase/fate-pixfmt-nv24-yuv440p12le.sh create mode 100755 testcase/fate-pixfmt-nv24-yuv444p.sh create mode 100755 testcase/fate-pixfmt-nv24-yuv444p10be.sh create mode 100755 testcase/fate-pixfmt-nv24-yuv444p10le.sh create mode 100755 testcase/fate-pixfmt-nv24-yuv444p10msbbe.sh create mode 100755 testcase/fate-pixfmt-nv24-yuv444p10msble.sh create mode 100755 testcase/fate-pixfmt-nv24-yuv444p12be.sh create mode 100755 testcase/fate-pixfmt-nv24-yuv444p12le.sh create mode 100755 testcase/fate-pixfmt-nv24-yuv444p12msbbe.sh create mode 100755 testcase/fate-pixfmt-nv24-yuv444p12msble.sh create mode 100755 testcase/fate-pixfmt-nv24-yuv444p16be.sh create mode 100755 testcase/fate-pixfmt-nv24-yuv444p16le.sh create mode 100755 testcase/fate-pixfmt-nv24-yuvj420p.sh create mode 100755 testcase/fate-pixfmt-nv24-yuvj422p.sh create mode 100755 testcase/fate-pixfmt-nv24-yuvj440p.sh create mode 100755 testcase/fate-pixfmt-nv24-yuvj444p.sh create mode 100755 testcase/fate-pixfmt-nv24-yuyv422.sh create mode 100755 testcase/fate-pixfmt-nv24-yvyu422.sh create mode 100755 testcase/fate-pixfmt-nv24.sh create mode 100755 testcase/fate-pixfmt-p410-bgr24.sh create mode 100755 testcase/fate-pixfmt-p410-gbrp10be.sh create mode 100755 testcase/fate-pixfmt-p410-gbrp10le.sh create mode 100755 testcase/fate-pixfmt-p410-gbrp12be.sh create mode 100755 testcase/fate-pixfmt-p410-gbrp12le.sh create mode 100755 testcase/fate-pixfmt-p410-gbrp16be.sh create mode 100755 testcase/fate-pixfmt-p410-gbrp16le.sh create mode 100755 testcase/fate-pixfmt-p410-gray.sh create mode 100755 testcase/fate-pixfmt-p410-gray10be.sh create mode 100755 testcase/fate-pixfmt-p410-gray10le.sh create mode 100755 testcase/fate-pixfmt-p410-gray12be.sh create mode 100755 testcase/fate-pixfmt-p410-gray12le.sh create mode 100755 testcase/fate-pixfmt-p410-gray16be.sh create mode 100755 testcase/fate-pixfmt-p410-gray16le.sh create mode 100755 testcase/fate-pixfmt-p410-monob.sh create mode 100755 testcase/fate-pixfmt-p410-monow.sh create mode 100755 testcase/fate-pixfmt-p410-nv12.sh create mode 100755 testcase/fate-pixfmt-p410-nv16.sh create mode 100755 testcase/fate-pixfmt-p410-nv24.sh create mode 100755 testcase/fate-pixfmt-p410-p010be.sh create mode 100755 testcase/fate-pixfmt-p410-p010le.sh create mode 100755 testcase/fate-pixfmt-p410-p012be.sh create mode 100755 testcase/fate-pixfmt-p410-p012le.sh create mode 100755 testcase/fate-pixfmt-p410-p016be.sh create mode 100755 testcase/fate-pixfmt-p410-p016le.sh create mode 100755 testcase/fate-pixfmt-p410-p210be.sh create mode 100755 testcase/fate-pixfmt-p410-p210le.sh create mode 100755 testcase/fate-pixfmt-p410-p212be.sh create mode 100755 testcase/fate-pixfmt-p410-p212le.sh create mode 100755 testcase/fate-pixfmt-p410-p216be.sh create mode 100755 testcase/fate-pixfmt-p410-p216le.sh create mode 100755 testcase/fate-pixfmt-p410-p410be.sh create mode 100755 testcase/fate-pixfmt-p410-p410le.sh create mode 100755 testcase/fate-pixfmt-p410-p412be.sh create mode 100755 testcase/fate-pixfmt-p410-p412le.sh create mode 100755 testcase/fate-pixfmt-p410-p416be.sh create mode 100755 testcase/fate-pixfmt-p410-p416le.sh create mode 100755 testcase/fate-pixfmt-p410-rgb24.sh create mode 100755 testcase/fate-pixfmt-p410-rgb32.sh create mode 100755 testcase/fate-pixfmt-p410-rgb48.sh create mode 100755 testcase/fate-pixfmt-p410-rgb555.sh create mode 100755 testcase/fate-pixfmt-p410-rgb565.sh create mode 100755 testcase/fate-pixfmt-p410-uyvy422.sh create mode 100755 testcase/fate-pixfmt-p410-v30xle.sh create mode 100755 testcase/fate-pixfmt-p410-vuyx.sh create mode 100755 testcase/fate-pixfmt-p410-vyu444.sh create mode 100755 testcase/fate-pixfmt-p410-x2bgr10le.sh create mode 100755 testcase/fate-pixfmt-p410-x2rgb10le.sh create mode 100755 testcase/fate-pixfmt-p410-xv30le.sh create mode 100755 testcase/fate-pixfmt-p410-xv36be.sh create mode 100755 testcase/fate-pixfmt-p410-xv36le.sh create mode 100755 testcase/fate-pixfmt-p410-xv48be.sh create mode 100755 testcase/fate-pixfmt-p410-xv48le.sh create mode 100755 testcase/fate-pixfmt-p410-xyz12le.sh create mode 100755 testcase/fate-pixfmt-p410-y210le.sh create mode 100755 testcase/fate-pixfmt-p410-y212le.sh create mode 100755 testcase/fate-pixfmt-p410-y216le.sh create mode 100755 testcase/fate-pixfmt-p410-yuv410p.sh create mode 100755 testcase/fate-pixfmt-p410-yuv411p.sh create mode 100755 testcase/fate-pixfmt-p410-yuv420p.sh create mode 100755 testcase/fate-pixfmt-p410-yuv420p10be.sh create mode 100755 testcase/fate-pixfmt-p410-yuv420p10le.sh create mode 100755 testcase/fate-pixfmt-p410-yuv420p12be.sh create mode 100755 testcase/fate-pixfmt-p410-yuv420p12le.sh create mode 100755 testcase/fate-pixfmt-p410-yuv420p16be.sh create mode 100755 testcase/fate-pixfmt-p410-yuv420p16le.sh create mode 100755 testcase/fate-pixfmt-p410-yuv422p.sh create mode 100755 testcase/fate-pixfmt-p410-yuv422p10be.sh create mode 100755 testcase/fate-pixfmt-p410-yuv422p10le.sh create mode 100755 testcase/fate-pixfmt-p410-yuv422p12be.sh create mode 100755 testcase/fate-pixfmt-p410-yuv422p12le.sh create mode 100755 testcase/fate-pixfmt-p410-yuv422p16be.sh create mode 100755 testcase/fate-pixfmt-p410-yuv422p16le.sh create mode 100755 testcase/fate-pixfmt-p410-yuv440p.sh create mode 100755 testcase/fate-pixfmt-p410-yuv440p10be.sh create mode 100755 testcase/fate-pixfmt-p410-yuv440p10le.sh create mode 100755 testcase/fate-pixfmt-p410-yuv440p12be.sh create mode 100755 testcase/fate-pixfmt-p410-yuv440p12le.sh create mode 100755 testcase/fate-pixfmt-p410-yuv444p.sh create mode 100755 testcase/fate-pixfmt-p410-yuv444p10be.sh create mode 100755 testcase/fate-pixfmt-p410-yuv444p10le.sh create mode 100755 testcase/fate-pixfmt-p410-yuv444p10msbbe.sh create mode 100755 testcase/fate-pixfmt-p410-yuv444p10msble.sh create mode 100755 testcase/fate-pixfmt-p410-yuv444p12be.sh create mode 100755 testcase/fate-pixfmt-p410-yuv444p12le.sh create mode 100755 testcase/fate-pixfmt-p410-yuv444p12msbbe.sh create mode 100755 testcase/fate-pixfmt-p410-yuv444p12msble.sh create mode 100755 testcase/fate-pixfmt-p410-yuv444p16be.sh create mode 100755 testcase/fate-pixfmt-p410-yuv444p16le.sh create mode 100755 testcase/fate-pixfmt-p410-yuvj420p.sh create mode 100755 testcase/fate-pixfmt-p410-yuvj422p.sh create mode 100755 testcase/fate-pixfmt-p410-yuvj440p.sh create mode 100755 testcase/fate-pixfmt-p410-yuvj444p.sh create mode 100755 testcase/fate-pixfmt-p410-yuyv422.sh create mode 100755 testcase/fate-pixfmt-p410-yvyu422.sh create mode 100755 testcase/fate-pixfmt-p412-bgr24.sh create mode 100755 testcase/fate-pixfmt-p412-gbrp10be.sh create mode 100755 testcase/fate-pixfmt-p412-gbrp10le.sh create mode 100755 testcase/fate-pixfmt-p412-gbrp12be.sh create mode 100755 testcase/fate-pixfmt-p412-gbrp12le.sh create mode 100755 testcase/fate-pixfmt-p412-gbrp16be.sh create mode 100755 testcase/fate-pixfmt-p412-gbrp16le.sh create mode 100755 testcase/fate-pixfmt-p412-gray.sh create mode 100755 testcase/fate-pixfmt-p412-gray10be.sh create mode 100755 testcase/fate-pixfmt-p412-gray10le.sh create mode 100755 testcase/fate-pixfmt-p412-gray12be.sh create mode 100755 testcase/fate-pixfmt-p412-gray12le.sh create mode 100755 testcase/fate-pixfmt-p412-gray16be.sh create mode 100755 testcase/fate-pixfmt-p412-gray16le.sh create mode 100755 testcase/fate-pixfmt-p412-monob.sh create mode 100755 testcase/fate-pixfmt-p412-monow.sh create mode 100755 testcase/fate-pixfmt-p412-nv12.sh create mode 100755 testcase/fate-pixfmt-p412-nv16.sh create mode 100755 testcase/fate-pixfmt-p412-nv24.sh create mode 100755 testcase/fate-pixfmt-p412-p010be.sh create mode 100755 testcase/fate-pixfmt-p412-p010le.sh create mode 100755 testcase/fate-pixfmt-p412-p012be.sh create mode 100755 testcase/fate-pixfmt-p412-p012le.sh create mode 100755 testcase/fate-pixfmt-p412-p016be.sh create mode 100755 testcase/fate-pixfmt-p412-p016le.sh create mode 100755 testcase/fate-pixfmt-p412-p210be.sh create mode 100755 testcase/fate-pixfmt-p412-p210le.sh create mode 100755 testcase/fate-pixfmt-p412-p212be.sh create mode 100755 testcase/fate-pixfmt-p412-p212le.sh create mode 100755 testcase/fate-pixfmt-p412-p216be.sh create mode 100755 testcase/fate-pixfmt-p412-p216le.sh create mode 100755 testcase/fate-pixfmt-p412-p410be.sh create mode 100755 testcase/fate-pixfmt-p412-p410le.sh create mode 100755 testcase/fate-pixfmt-p412-p412be.sh create mode 100755 testcase/fate-pixfmt-p412-p412le.sh create mode 100755 testcase/fate-pixfmt-p412-p416be.sh create mode 100755 testcase/fate-pixfmt-p412-p416le.sh create mode 100755 testcase/fate-pixfmt-p412-rgb24.sh create mode 100755 testcase/fate-pixfmt-p412-rgb32.sh create mode 100755 testcase/fate-pixfmt-p412-rgb48.sh create mode 100755 testcase/fate-pixfmt-p412-rgb555.sh create mode 100755 testcase/fate-pixfmt-p412-rgb565.sh create mode 100755 testcase/fate-pixfmt-p412-uyvy422.sh create mode 100755 testcase/fate-pixfmt-p412-v30xle.sh create mode 100755 testcase/fate-pixfmt-p412-vuyx.sh create mode 100755 testcase/fate-pixfmt-p412-vyu444.sh create mode 100755 testcase/fate-pixfmt-p412-x2bgr10le.sh create mode 100755 testcase/fate-pixfmt-p412-x2rgb10le.sh create mode 100755 testcase/fate-pixfmt-p412-xv30le.sh create mode 100755 testcase/fate-pixfmt-p412-xv36be.sh create mode 100755 testcase/fate-pixfmt-p412-xv36le.sh create mode 100755 testcase/fate-pixfmt-p412-xv48be.sh create mode 100755 testcase/fate-pixfmt-p412-xv48le.sh create mode 100755 testcase/fate-pixfmt-p412-xyz12le.sh create mode 100755 testcase/fate-pixfmt-p412-y210le.sh create mode 100755 testcase/fate-pixfmt-p412-y212le.sh create mode 100755 testcase/fate-pixfmt-p412-y216le.sh create mode 100755 testcase/fate-pixfmt-p412-yuv410p.sh create mode 100755 testcase/fate-pixfmt-p412-yuv411p.sh create mode 100755 testcase/fate-pixfmt-p412-yuv420p.sh create mode 100755 testcase/fate-pixfmt-p412-yuv420p10be.sh create mode 100755 testcase/fate-pixfmt-p412-yuv420p10le.sh create mode 100755 testcase/fate-pixfmt-p412-yuv420p12be.sh create mode 100755 testcase/fate-pixfmt-p412-yuv420p12le.sh create mode 100755 testcase/fate-pixfmt-p412-yuv420p16be.sh create mode 100755 testcase/fate-pixfmt-p412-yuv420p16le.sh create mode 100755 testcase/fate-pixfmt-p412-yuv422p.sh create mode 100755 testcase/fate-pixfmt-p412-yuv422p10be.sh create mode 100755 testcase/fate-pixfmt-p412-yuv422p10le.sh create mode 100755 testcase/fate-pixfmt-p412-yuv422p12be.sh create mode 100755 testcase/fate-pixfmt-p412-yuv422p12le.sh create mode 100755 testcase/fate-pixfmt-p412-yuv422p16be.sh create mode 100755 testcase/fate-pixfmt-p412-yuv422p16le.sh create mode 100755 testcase/fate-pixfmt-p412-yuv440p.sh create mode 100755 testcase/fate-pixfmt-p412-yuv440p10be.sh create mode 100755 testcase/fate-pixfmt-p412-yuv440p10le.sh create mode 100755 testcase/fate-pixfmt-p412-yuv440p12be.sh create mode 100755 testcase/fate-pixfmt-p412-yuv440p12le.sh create mode 100755 testcase/fate-pixfmt-p412-yuv444p.sh create mode 100755 testcase/fate-pixfmt-p412-yuv444p10be.sh create mode 100755 testcase/fate-pixfmt-p412-yuv444p10le.sh create mode 100755 testcase/fate-pixfmt-p412-yuv444p10msbbe.sh create mode 100755 testcase/fate-pixfmt-p412-yuv444p10msble.sh create mode 100755 testcase/fate-pixfmt-p412-yuv444p12be.sh create mode 100755 testcase/fate-pixfmt-p412-yuv444p12le.sh create mode 100755 testcase/fate-pixfmt-p412-yuv444p12msbbe.sh create mode 100755 testcase/fate-pixfmt-p412-yuv444p12msble.sh create mode 100755 testcase/fate-pixfmt-p412-yuv444p16be.sh create mode 100755 testcase/fate-pixfmt-p412-yuv444p16le.sh create mode 100755 testcase/fate-pixfmt-p412-yuvj420p.sh create mode 100755 testcase/fate-pixfmt-p412-yuvj422p.sh create mode 100755 testcase/fate-pixfmt-p412-yuvj440p.sh create mode 100755 testcase/fate-pixfmt-p412-yuvj444p.sh create mode 100755 testcase/fate-pixfmt-p412-yuyv422.sh create mode 100755 testcase/fate-pixfmt-p412-yvyu422.sh create mode 100755 testcase/fate-pixfmt-p416-gbrp16be.sh create mode 100755 testcase/fate-pixfmt-p416-gbrp16le.sh create mode 100755 testcase/fate-pixfmt-p416-gray16be.sh create mode 100755 testcase/fate-pixfmt-p416-gray16le.sh create mode 100755 testcase/fate-pixfmt-p416-p016be.sh create mode 100755 testcase/fate-pixfmt-p416-p016le.sh create mode 100755 testcase/fate-pixfmt-p416-p216be.sh create mode 100755 testcase/fate-pixfmt-p416-p216le.sh create mode 100755 testcase/fate-pixfmt-p416-p416be.sh create mode 100755 testcase/fate-pixfmt-p416-p416le.sh create mode 100755 testcase/fate-pixfmt-p416-rgb48.sh create mode 100755 testcase/fate-pixfmt-p416-xv48be.sh create mode 100755 testcase/fate-pixfmt-p416-xv48le.sh create mode 100755 testcase/fate-pixfmt-p416-y216le.sh create mode 100755 testcase/fate-pixfmt-p416-yuv420p16be.sh create mode 100755 testcase/fate-pixfmt-p416-yuv420p16le.sh create mode 100755 testcase/fate-pixfmt-p416-yuv422p16be.sh create mode 100755 testcase/fate-pixfmt-p416-yuv422p16le.sh create mode 100755 testcase/fate-pixfmt-p416-yuv444p16be.sh create mode 100755 testcase/fate-pixfmt-p416-yuv444p16le.sh create mode 100755 testcase/fate-pixfmt-rgb24-bgr24.sh create mode 100755 testcase/fate-pixfmt-rgb24-gbrp10be.sh create mode 100755 testcase/fate-pixfmt-rgb24-gbrp10le.sh create mode 100755 testcase/fate-pixfmt-rgb24-gbrp12be.sh create mode 100755 testcase/fate-pixfmt-rgb24-gbrp12le.sh create mode 100755 testcase/fate-pixfmt-rgb24-gbrp16be.sh create mode 100755 testcase/fate-pixfmt-rgb24-gbrp16le.sh create mode 100755 testcase/fate-pixfmt-rgb24-gray.sh create mode 100755 testcase/fate-pixfmt-rgb24-gray10be.sh create mode 100755 testcase/fate-pixfmt-rgb24-gray10le.sh create mode 100755 testcase/fate-pixfmt-rgb24-gray12be.sh create mode 100755 testcase/fate-pixfmt-rgb24-gray12le.sh create mode 100755 testcase/fate-pixfmt-rgb24-gray16be.sh create mode 100755 testcase/fate-pixfmt-rgb24-gray16le.sh create mode 100755 testcase/fate-pixfmt-rgb24-monob.sh create mode 100755 testcase/fate-pixfmt-rgb24-monow.sh create mode 100755 testcase/fate-pixfmt-rgb24-nv12.sh create mode 100755 testcase/fate-pixfmt-rgb24-nv16.sh create mode 100755 testcase/fate-pixfmt-rgb24-nv24.sh create mode 100755 testcase/fate-pixfmt-rgb24-p010be.sh create mode 100755 testcase/fate-pixfmt-rgb24-p010le.sh create mode 100755 testcase/fate-pixfmt-rgb24-p012be.sh create mode 100755 testcase/fate-pixfmt-rgb24-p012le.sh create mode 100755 testcase/fate-pixfmt-rgb24-p016be.sh create mode 100755 testcase/fate-pixfmt-rgb24-p016le.sh create mode 100755 testcase/fate-pixfmt-rgb24-p210be.sh create mode 100755 testcase/fate-pixfmt-rgb24-p210le.sh create mode 100755 testcase/fate-pixfmt-rgb24-p212be.sh create mode 100755 testcase/fate-pixfmt-rgb24-p212le.sh create mode 100755 testcase/fate-pixfmt-rgb24-p216be.sh create mode 100755 testcase/fate-pixfmt-rgb24-p216le.sh create mode 100755 testcase/fate-pixfmt-rgb24-p410be.sh create mode 100755 testcase/fate-pixfmt-rgb24-p410le.sh create mode 100755 testcase/fate-pixfmt-rgb24-p412be.sh create mode 100755 testcase/fate-pixfmt-rgb24-p412le.sh create mode 100755 testcase/fate-pixfmt-rgb24-p416be.sh create mode 100755 testcase/fate-pixfmt-rgb24-p416le.sh create mode 100755 testcase/fate-pixfmt-rgb24-rgb24.sh create mode 100755 testcase/fate-pixfmt-rgb24-rgb32.sh create mode 100755 testcase/fate-pixfmt-rgb24-rgb48.sh create mode 100755 testcase/fate-pixfmt-rgb24-rgb555.sh create mode 100755 testcase/fate-pixfmt-rgb24-rgb565.sh create mode 100755 testcase/fate-pixfmt-rgb24-uyvy422.sh create mode 100755 testcase/fate-pixfmt-rgb24-v30xle.sh create mode 100755 testcase/fate-pixfmt-rgb24-vuyx.sh create mode 100755 testcase/fate-pixfmt-rgb24-vyu444.sh create mode 100755 testcase/fate-pixfmt-rgb24-x2bgr10le.sh create mode 100755 testcase/fate-pixfmt-rgb24-x2rgb10le.sh create mode 100755 testcase/fate-pixfmt-rgb24-xv30le.sh create mode 100755 testcase/fate-pixfmt-rgb24-xv36be.sh create mode 100755 testcase/fate-pixfmt-rgb24-xv36le.sh create mode 100755 testcase/fate-pixfmt-rgb24-xv48be.sh create mode 100755 testcase/fate-pixfmt-rgb24-xv48le.sh create mode 100755 testcase/fate-pixfmt-rgb24-xyz12le.sh create mode 100755 testcase/fate-pixfmt-rgb24-y210le.sh create mode 100755 testcase/fate-pixfmt-rgb24-y212le.sh create mode 100755 testcase/fate-pixfmt-rgb24-y216le.sh create mode 100755 testcase/fate-pixfmt-rgb24-yuv410p.sh create mode 100755 testcase/fate-pixfmt-rgb24-yuv411p.sh create mode 100755 testcase/fate-pixfmt-rgb24-yuv420p.sh create mode 100755 testcase/fate-pixfmt-rgb24-yuv420p10be.sh create mode 100755 testcase/fate-pixfmt-rgb24-yuv420p10le.sh create mode 100755 testcase/fate-pixfmt-rgb24-yuv420p12be.sh create mode 100755 testcase/fate-pixfmt-rgb24-yuv420p12le.sh create mode 100755 testcase/fate-pixfmt-rgb24-yuv420p16be.sh create mode 100755 testcase/fate-pixfmt-rgb24-yuv420p16le.sh create mode 100755 testcase/fate-pixfmt-rgb24-yuv422p.sh create mode 100755 testcase/fate-pixfmt-rgb24-yuv422p10be.sh create mode 100755 testcase/fate-pixfmt-rgb24-yuv422p10le.sh create mode 100755 testcase/fate-pixfmt-rgb24-yuv422p12be.sh create mode 100755 testcase/fate-pixfmt-rgb24-yuv422p12le.sh create mode 100755 testcase/fate-pixfmt-rgb24-yuv422p16be.sh create mode 100755 testcase/fate-pixfmt-rgb24-yuv422p16le.sh create mode 100755 testcase/fate-pixfmt-rgb24-yuv440p.sh create mode 100755 testcase/fate-pixfmt-rgb24-yuv440p10be.sh create mode 100755 testcase/fate-pixfmt-rgb24-yuv440p10le.sh create mode 100755 testcase/fate-pixfmt-rgb24-yuv440p12be.sh create mode 100755 testcase/fate-pixfmt-rgb24-yuv440p12le.sh create mode 100755 testcase/fate-pixfmt-rgb24-yuv444p.sh create mode 100755 testcase/fate-pixfmt-rgb24-yuv444p10be.sh create mode 100755 testcase/fate-pixfmt-rgb24-yuv444p10le.sh create mode 100755 testcase/fate-pixfmt-rgb24-yuv444p10msbbe.sh create mode 100755 testcase/fate-pixfmt-rgb24-yuv444p10msble.sh create mode 100755 testcase/fate-pixfmt-rgb24-yuv444p12be.sh create mode 100755 testcase/fate-pixfmt-rgb24-yuv444p12le.sh create mode 100755 testcase/fate-pixfmt-rgb24-yuv444p12msbbe.sh create mode 100755 testcase/fate-pixfmt-rgb24-yuv444p12msble.sh create mode 100755 testcase/fate-pixfmt-rgb24-yuv444p16be.sh create mode 100755 testcase/fate-pixfmt-rgb24-yuv444p16le.sh create mode 100755 testcase/fate-pixfmt-rgb24-yuvj420p.sh create mode 100755 testcase/fate-pixfmt-rgb24-yuvj422p.sh create mode 100755 testcase/fate-pixfmt-rgb24-yuvj440p.sh create mode 100755 testcase/fate-pixfmt-rgb24-yuvj444p.sh create mode 100755 testcase/fate-pixfmt-rgb24-yuyv422.sh create mode 100755 testcase/fate-pixfmt-rgb24-yvyu422.sh create mode 100755 testcase/fate-pixfmt-rgb24.sh create mode 100755 testcase/fate-pixfmt-rgb32.sh create mode 100755 testcase/fate-pixfmt-rgb48-bgr24.sh create mode 100755 testcase/fate-pixfmt-rgb48-gbrp10be.sh create mode 100755 testcase/fate-pixfmt-rgb48-gbrp10le.sh create mode 100755 testcase/fate-pixfmt-rgb48-gbrp12be.sh create mode 100755 testcase/fate-pixfmt-rgb48-gbrp12le.sh create mode 100755 testcase/fate-pixfmt-rgb48-gbrp16be.sh create mode 100755 testcase/fate-pixfmt-rgb48-gbrp16le.sh create mode 100755 testcase/fate-pixfmt-rgb48-gray.sh create mode 100755 testcase/fate-pixfmt-rgb48-gray10be.sh create mode 100755 testcase/fate-pixfmt-rgb48-gray10le.sh create mode 100755 testcase/fate-pixfmt-rgb48-gray12be.sh create mode 100755 testcase/fate-pixfmt-rgb48-gray12le.sh create mode 100755 testcase/fate-pixfmt-rgb48-gray16be.sh create mode 100755 testcase/fate-pixfmt-rgb48-gray16le.sh create mode 100755 testcase/fate-pixfmt-rgb48-monob.sh create mode 100755 testcase/fate-pixfmt-rgb48-monow.sh create mode 100755 testcase/fate-pixfmt-rgb48-nv12.sh create mode 100755 testcase/fate-pixfmt-rgb48-nv16.sh create mode 100755 testcase/fate-pixfmt-rgb48-nv24.sh create mode 100755 testcase/fate-pixfmt-rgb48-p010be.sh create mode 100755 testcase/fate-pixfmt-rgb48-p010le.sh create mode 100755 testcase/fate-pixfmt-rgb48-p012be.sh create mode 100755 testcase/fate-pixfmt-rgb48-p012le.sh create mode 100755 testcase/fate-pixfmt-rgb48-p016be.sh create mode 100755 testcase/fate-pixfmt-rgb48-p016le.sh create mode 100755 testcase/fate-pixfmt-rgb48-p210be.sh create mode 100755 testcase/fate-pixfmt-rgb48-p210le.sh create mode 100755 testcase/fate-pixfmt-rgb48-p212be.sh create mode 100755 testcase/fate-pixfmt-rgb48-p212le.sh create mode 100755 testcase/fate-pixfmt-rgb48-p216be.sh create mode 100755 testcase/fate-pixfmt-rgb48-p216le.sh create mode 100755 testcase/fate-pixfmt-rgb48-p410be.sh create mode 100755 testcase/fate-pixfmt-rgb48-p410le.sh create mode 100755 testcase/fate-pixfmt-rgb48-p412be.sh create mode 100755 testcase/fate-pixfmt-rgb48-p412le.sh create mode 100755 testcase/fate-pixfmt-rgb48-p416be.sh create mode 100755 testcase/fate-pixfmt-rgb48-p416le.sh create mode 100755 testcase/fate-pixfmt-rgb48-rgb24.sh create mode 100755 testcase/fate-pixfmt-rgb48-rgb32.sh create mode 100755 testcase/fate-pixfmt-rgb48-rgb48.sh create mode 100755 testcase/fate-pixfmt-rgb48-rgb555.sh create mode 100755 testcase/fate-pixfmt-rgb48-rgb565.sh create mode 100755 testcase/fate-pixfmt-rgb48-uyvy422.sh create mode 100755 testcase/fate-pixfmt-rgb48-v30xle.sh create mode 100755 testcase/fate-pixfmt-rgb48-vuyx.sh create mode 100755 testcase/fate-pixfmt-rgb48-vyu444.sh create mode 100755 testcase/fate-pixfmt-rgb48-x2bgr10le.sh create mode 100755 testcase/fate-pixfmt-rgb48-x2rgb10le.sh create mode 100755 testcase/fate-pixfmt-rgb48-xv30le.sh create mode 100755 testcase/fate-pixfmt-rgb48-xv36be.sh create mode 100755 testcase/fate-pixfmt-rgb48-xv36le.sh create mode 100755 testcase/fate-pixfmt-rgb48-xv48be.sh create mode 100755 testcase/fate-pixfmt-rgb48-xv48le.sh create mode 100755 testcase/fate-pixfmt-rgb48-xyz12le.sh create mode 100755 testcase/fate-pixfmt-rgb48-y210le.sh create mode 100755 testcase/fate-pixfmt-rgb48-y212le.sh create mode 100755 testcase/fate-pixfmt-rgb48-y216le.sh create mode 100755 testcase/fate-pixfmt-rgb48-yuv410p.sh create mode 100755 testcase/fate-pixfmt-rgb48-yuv411p.sh create mode 100755 testcase/fate-pixfmt-rgb48-yuv420p.sh create mode 100755 testcase/fate-pixfmt-rgb48-yuv420p10be.sh create mode 100755 testcase/fate-pixfmt-rgb48-yuv420p10le.sh create mode 100755 testcase/fate-pixfmt-rgb48-yuv420p12be.sh create mode 100755 testcase/fate-pixfmt-rgb48-yuv420p12le.sh create mode 100755 testcase/fate-pixfmt-rgb48-yuv420p16be.sh create mode 100755 testcase/fate-pixfmt-rgb48-yuv420p16le.sh create mode 100755 testcase/fate-pixfmt-rgb48-yuv422p.sh create mode 100755 testcase/fate-pixfmt-rgb48-yuv422p10be.sh create mode 100755 testcase/fate-pixfmt-rgb48-yuv422p10le.sh create mode 100755 testcase/fate-pixfmt-rgb48-yuv422p12be.sh create mode 100755 testcase/fate-pixfmt-rgb48-yuv422p12le.sh create mode 100755 testcase/fate-pixfmt-rgb48-yuv422p16be.sh create mode 100755 testcase/fate-pixfmt-rgb48-yuv422p16le.sh create mode 100755 testcase/fate-pixfmt-rgb48-yuv440p.sh create mode 100755 testcase/fate-pixfmt-rgb48-yuv440p10be.sh create mode 100755 testcase/fate-pixfmt-rgb48-yuv440p10le.sh create mode 100755 testcase/fate-pixfmt-rgb48-yuv440p12be.sh create mode 100755 testcase/fate-pixfmt-rgb48-yuv440p12le.sh create mode 100755 testcase/fate-pixfmt-rgb48-yuv444p.sh create mode 100755 testcase/fate-pixfmt-rgb48-yuv444p10be.sh create mode 100755 testcase/fate-pixfmt-rgb48-yuv444p10le.sh create mode 100755 testcase/fate-pixfmt-rgb48-yuv444p10msbbe.sh create mode 100755 testcase/fate-pixfmt-rgb48-yuv444p10msble.sh create mode 100755 testcase/fate-pixfmt-rgb48-yuv444p12be.sh create mode 100755 testcase/fate-pixfmt-rgb48-yuv444p12le.sh create mode 100755 testcase/fate-pixfmt-rgb48-yuv444p12msbbe.sh create mode 100755 testcase/fate-pixfmt-rgb48-yuv444p12msble.sh create mode 100755 testcase/fate-pixfmt-rgb48-yuv444p16be.sh create mode 100755 testcase/fate-pixfmt-rgb48-yuv444p16le.sh create mode 100755 testcase/fate-pixfmt-rgb48-yuvj420p.sh create mode 100755 testcase/fate-pixfmt-rgb48-yuvj422p.sh create mode 100755 testcase/fate-pixfmt-rgb48-yuvj440p.sh create mode 100755 testcase/fate-pixfmt-rgb48-yuvj444p.sh create mode 100755 testcase/fate-pixfmt-rgb48-yuyv422.sh create mode 100755 testcase/fate-pixfmt-rgb48-yvyu422.sh create mode 100755 testcase/fate-pixfmt-rgb555.sh create mode 100755 testcase/fate-pixfmt-rgb565.sh create mode 100755 testcase/fate-pixfmt-uyvy422.sh create mode 100755 testcase/fate-pixfmt-vuyx.sh create mode 100755 testcase/fate-pixfmt-vyu444.sh create mode 100755 testcase/fate-pixfmt-xyz12le.sh create mode 100755 testcase/fate-pixfmt-yuv410p.sh create mode 100755 testcase/fate-pixfmt-yuv411p.sh create mode 100755 testcase/fate-pixfmt-yuv420p.sh create mode 100755 testcase/fate-pixfmt-yuv422p.sh create mode 100755 testcase/fate-pixfmt-yuv440p.sh create mode 100755 testcase/fate-pixfmt-yuv444p-bgr24.sh create mode 100755 testcase/fate-pixfmt-yuv444p-gbrp10be.sh create mode 100755 testcase/fate-pixfmt-yuv444p-gbrp10le.sh create mode 100755 testcase/fate-pixfmt-yuv444p-gbrp12be.sh create mode 100755 testcase/fate-pixfmt-yuv444p-gbrp12le.sh create mode 100755 testcase/fate-pixfmt-yuv444p-gbrp16be.sh create mode 100755 testcase/fate-pixfmt-yuv444p-gbrp16le.sh create mode 100755 testcase/fate-pixfmt-yuv444p-gray.sh create mode 100755 testcase/fate-pixfmt-yuv444p-gray10be.sh create mode 100755 testcase/fate-pixfmt-yuv444p-gray10le.sh create mode 100755 testcase/fate-pixfmt-yuv444p-gray12be.sh create mode 100755 testcase/fate-pixfmt-yuv444p-gray12le.sh create mode 100755 testcase/fate-pixfmt-yuv444p-gray16be.sh create mode 100755 testcase/fate-pixfmt-yuv444p-gray16le.sh create mode 100755 testcase/fate-pixfmt-yuv444p-monob.sh create mode 100755 testcase/fate-pixfmt-yuv444p-monow.sh create mode 100755 testcase/fate-pixfmt-yuv444p-nv12.sh create mode 100755 testcase/fate-pixfmt-yuv444p-nv16.sh create mode 100755 testcase/fate-pixfmt-yuv444p-nv24.sh create mode 100755 testcase/fate-pixfmt-yuv444p-p010be.sh create mode 100755 testcase/fate-pixfmt-yuv444p-p010le.sh create mode 100755 testcase/fate-pixfmt-yuv444p-p012be.sh create mode 100755 testcase/fate-pixfmt-yuv444p-p012le.sh create mode 100755 testcase/fate-pixfmt-yuv444p-p016be.sh create mode 100755 testcase/fate-pixfmt-yuv444p-p016le.sh create mode 100755 testcase/fate-pixfmt-yuv444p-p210be.sh create mode 100755 testcase/fate-pixfmt-yuv444p-p210le.sh create mode 100755 testcase/fate-pixfmt-yuv444p-p212be.sh create mode 100755 testcase/fate-pixfmt-yuv444p-p212le.sh create mode 100755 testcase/fate-pixfmt-yuv444p-p216be.sh create mode 100755 testcase/fate-pixfmt-yuv444p-p216le.sh create mode 100755 testcase/fate-pixfmt-yuv444p-p410be.sh create mode 100755 testcase/fate-pixfmt-yuv444p-p410le.sh create mode 100755 testcase/fate-pixfmt-yuv444p-p412be.sh create mode 100755 testcase/fate-pixfmt-yuv444p-p412le.sh create mode 100755 testcase/fate-pixfmt-yuv444p-p416be.sh create mode 100755 testcase/fate-pixfmt-yuv444p-p416le.sh create mode 100755 testcase/fate-pixfmt-yuv444p-rgb24.sh create mode 100755 testcase/fate-pixfmt-yuv444p-rgb32.sh create mode 100755 testcase/fate-pixfmt-yuv444p-rgb48.sh create mode 100755 testcase/fate-pixfmt-yuv444p-rgb555.sh create mode 100755 testcase/fate-pixfmt-yuv444p-rgb565.sh create mode 100755 testcase/fate-pixfmt-yuv444p-uyvy422.sh create mode 100755 testcase/fate-pixfmt-yuv444p-v30xle.sh create mode 100755 testcase/fate-pixfmt-yuv444p-vuyx.sh create mode 100755 testcase/fate-pixfmt-yuv444p-vyu444.sh create mode 100755 testcase/fate-pixfmt-yuv444p-x2bgr10le.sh create mode 100755 testcase/fate-pixfmt-yuv444p-x2rgb10le.sh create mode 100755 testcase/fate-pixfmt-yuv444p-xv30le.sh create mode 100755 testcase/fate-pixfmt-yuv444p-xv36be.sh create mode 100755 testcase/fate-pixfmt-yuv444p-xv36le.sh create mode 100755 testcase/fate-pixfmt-yuv444p-xv48be.sh create mode 100755 testcase/fate-pixfmt-yuv444p-xv48le.sh create mode 100755 testcase/fate-pixfmt-yuv444p-xyz12le.sh create mode 100755 testcase/fate-pixfmt-yuv444p-y210le.sh create mode 100755 testcase/fate-pixfmt-yuv444p-y212le.sh create mode 100755 testcase/fate-pixfmt-yuv444p-y216le.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yuv410p.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yuv411p.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yuv420p.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yuv420p10be.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yuv420p10le.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yuv420p12be.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yuv420p12le.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yuv420p16be.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yuv420p16le.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yuv422p.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yuv422p10be.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yuv422p10le.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yuv422p12be.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yuv422p12le.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yuv422p16be.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yuv422p16le.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yuv440p.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yuv440p10be.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yuv440p10le.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yuv440p12be.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yuv440p12le.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yuv444p.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yuv444p10be.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yuv444p10le.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yuv444p10msbbe.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yuv444p10msble.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yuv444p12be.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yuv444p12le.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yuv444p12msbbe.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yuv444p12msble.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yuv444p16be.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yuv444p16le.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yuvj420p.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yuvj422p.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yuvj440p.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yuvj444p.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yuyv422.sh create mode 100755 testcase/fate-pixfmt-yuv444p-yvyu422.sh create mode 100755 testcase/fate-pixfmt-yuv444p.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-bgr24.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-gbrp10be.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-gbrp10le.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-gbrp12be.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-gbrp12le.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-gbrp16be.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-gbrp16le.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-gray.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-gray10be.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-gray10le.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-gray12be.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-gray12le.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-gray16be.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-gray16le.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-monob.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-monow.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-nv12.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-nv16.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-nv24.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-p010be.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-p010le.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-p012be.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-p012le.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-p016be.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-p016le.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-p210be.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-p210le.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-p212be.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-p212le.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-p216be.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-p216le.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-p410be.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-p410le.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-p412be.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-p412le.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-p416be.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-p416le.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-rgb24.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-rgb32.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-rgb48.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-rgb555.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-rgb565.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-uyvy422.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-v30xle.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-vuyx.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-vyu444.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-x2bgr10le.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-x2rgb10le.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-xv30le.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-xv36be.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-xv36le.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-xv48be.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-xv48le.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-xyz12le.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-y210le.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-y212le.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-y216le.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yuv410p.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yuv411p.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yuv420p.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yuv420p10be.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yuv420p10le.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yuv420p12be.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yuv420p12le.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yuv420p16be.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yuv420p16le.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yuv422p.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yuv422p10be.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yuv422p10le.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yuv422p12be.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yuv422p12le.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yuv422p16be.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yuv422p16le.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yuv440p.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yuv440p10be.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yuv440p10le.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yuv440p12be.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yuv440p12le.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yuv444p.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yuv444p10be.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yuv444p10le.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yuv444p10msbbe.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yuv444p10msble.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yuv444p12be.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yuv444p12le.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yuv444p12msbbe.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yuv444p12msble.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yuv444p16be.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yuv444p16le.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yuvj420p.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yuvj422p.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yuvj440p.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yuvj444p.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yuyv422.sh create mode 100755 testcase/fate-pixfmt-yuv444p10-yvyu422.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-bgr24.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-gbrp10be.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-gbrp10le.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-gbrp12be.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-gbrp12le.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-gbrp16be.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-gbrp16le.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-gray.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-gray10be.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-gray10le.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-gray12be.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-gray12le.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-gray16be.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-gray16le.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-monob.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-monow.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-nv12.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-nv16.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-nv24.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-p010be.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-p010le.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-p012be.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-p012le.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-p016be.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-p016le.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-p210be.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-p210le.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-p212be.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-p212le.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-p216be.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-p216le.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-p410be.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-p410le.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-p412be.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-p412le.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-p416be.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-p416le.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-rgb24.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-rgb32.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-rgb48.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-rgb555.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-rgb565.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-uyvy422.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-v30xle.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-vuyx.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-vyu444.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-x2bgr10le.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-x2rgb10le.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-xv30le.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-xv36be.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-xv36le.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-xv48be.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-xv48le.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-xyz12le.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-y210le.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-y212le.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-y216le.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yuv410p.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yuv411p.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yuv420p.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yuv420p10be.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yuv420p10le.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yuv420p12be.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yuv420p12le.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yuv420p16be.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yuv420p16le.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yuv422p.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yuv422p10be.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yuv422p10le.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yuv422p12be.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yuv422p12le.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yuv422p16be.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yuv422p16le.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yuv440p.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yuv440p10be.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yuv440p10le.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yuv440p12be.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yuv440p12le.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yuv444p.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yuv444p10be.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yuv444p10le.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yuv444p10msbbe.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yuv444p10msble.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yuv444p12be.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yuv444p12le.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yuv444p12msbbe.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yuv444p12msble.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yuv444p16be.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yuv444p16le.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yuvj420p.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yuvj422p.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yuvj440p.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yuvj444p.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yuyv422.sh create mode 100755 testcase/fate-pixfmt-yuv444p12-yvyu422.sh create mode 100755 testcase/fate-pixfmt-yuv444p16-gbrp16be.sh create mode 100755 testcase/fate-pixfmt-yuv444p16-gbrp16le.sh create mode 100755 testcase/fate-pixfmt-yuv444p16-gray16be.sh create mode 100755 testcase/fate-pixfmt-yuv444p16-gray16le.sh create mode 100755 testcase/fate-pixfmt-yuv444p16-p016be.sh create mode 100755 testcase/fate-pixfmt-yuv444p16-p016le.sh create mode 100755 testcase/fate-pixfmt-yuv444p16-p216be.sh create mode 100755 testcase/fate-pixfmt-yuv444p16-p216le.sh create mode 100755 testcase/fate-pixfmt-yuv444p16-p416be.sh create mode 100755 testcase/fate-pixfmt-yuv444p16-p416le.sh create mode 100755 testcase/fate-pixfmt-yuv444p16-rgb48.sh create mode 100755 testcase/fate-pixfmt-yuv444p16-xv48be.sh create mode 100755 testcase/fate-pixfmt-yuv444p16-xv48le.sh create mode 100755 testcase/fate-pixfmt-yuv444p16-y216le.sh create mode 100755 testcase/fate-pixfmt-yuv444p16-yuv420p16be.sh create mode 100755 testcase/fate-pixfmt-yuv444p16-yuv420p16le.sh create mode 100755 testcase/fate-pixfmt-yuv444p16-yuv422p16be.sh create mode 100755 testcase/fate-pixfmt-yuv444p16-yuv422p16le.sh create mode 100755 testcase/fate-pixfmt-yuv444p16-yuv444p16be.sh create mode 100755 testcase/fate-pixfmt-yuv444p16-yuv444p16le.sh create mode 100755 testcase/fate-pixfmt-yuvj420p.sh create mode 100755 testcase/fate-pixfmt-yuvj422p.sh create mode 100755 testcase/fate-pixfmt-yuvj440p.sh create mode 100755 testcase/fate-pixfmt-yuvj444p.sh create mode 100755 testcase/fate-pixfmt-yuyv422.sh create mode 100755 testcase/fate-pixfmt-yvyu422.sh create mode 100755 testcase/fate-seek-acodec-adpcm-ima_qt-trellis.sh create mode 100755 testcase/fate-seek-acodec-adpcm-ima_qt.sh create mode 100755 testcase/fate-seek-acodec-adpcm-ima_wav-trellis.sh create mode 100755 testcase/fate-seek-acodec-adpcm-ima_wav.sh create mode 100755 testcase/fate-seek-acodec-adpcm-ms-trellis.sh create mode 100755 testcase/fate-seek-acodec-adpcm-ms.sh create mode 100755 testcase/fate-seek-acodec-adpcm-swf-trellis.sh create mode 100755 testcase/fate-seek-acodec-adpcm-swf.sh create mode 100755 testcase/fate-seek-acodec-adpcm-yamaha-trellis.sh create mode 100755 testcase/fate-seek-acodec-adpcm-yamaha.sh create mode 100755 testcase/fate-seek-acodec-alac.sh create mode 100755 testcase/fate-seek-acodec-flac.sh create mode 100755 testcase/fate-seek-acodec-mp2.sh create mode 100755 testcase/fate-seek-acodec-pcm-alaw.sh create mode 100755 testcase/fate-seek-acodec-pcm-f32be.sh create mode 100755 testcase/fate-seek-acodec-pcm-f32le.sh create mode 100755 testcase/fate-seek-acodec-pcm-f64be.sh create mode 100755 testcase/fate-seek-acodec-pcm-f64le.sh create mode 100755 testcase/fate-seek-acodec-pcm-mulaw.sh create mode 100755 testcase/fate-seek-acodec-pcm-s16be.sh create mode 100755 testcase/fate-seek-acodec-pcm-s16le.sh create mode 100755 testcase/fate-seek-acodec-pcm-s24be.sh create mode 100755 testcase/fate-seek-acodec-pcm-s24le.sh create mode 100755 testcase/fate-seek-acodec-pcm-s32be.sh create mode 100755 testcase/fate-seek-acodec-pcm-s32le.sh create mode 100755 testcase/fate-seek-acodec-pcm-s8.sh create mode 100755 testcase/fate-seek-acodec-pcm-u8.sh create mode 100755 testcase/fate-seek-lavf-aiff.sh create mode 100755 testcase/fate-seek-lavf-al.sh create mode 100755 testcase/fate-seek-lavf-asf.sh create mode 100755 testcase/fate-seek-lavf-au.sh create mode 100755 testcase/fate-seek-lavf-avi.sh create mode 100755 testcase/fate-seek-lavf-bmp.sh create mode 100755 testcase/fate-seek-lavf-dv.sh create mode 100755 testcase/fate-seek-lavf-flv.sh create mode 100755 testcase/fate-seek-lavf-gif.sh create mode 100755 testcase/fate-seek-lavf-gxf.sh create mode 100755 testcase/fate-seek-lavf-jpg.sh create mode 100755 testcase/fate-seek-lavf-mkv.sh create mode 100755 testcase/fate-seek-lavf-mmf.sh create mode 100755 testcase/fate-seek-lavf-mov.sh create mode 100755 testcase/fate-seek-lavf-mpg.sh create mode 100755 testcase/fate-seek-lavf-mxf.sh create mode 100755 testcase/fate-seek-lavf-mxf_d10.sh create mode 100755 testcase/fate-seek-lavf-mxf_dv25.sh create mode 100755 testcase/fate-seek-lavf-mxf_dvcpro50.sh create mode 100755 testcase/fate-seek-lavf-mxf_opatom.sh create mode 100755 testcase/fate-seek-lavf-mxf_opatom_audio.sh create mode 100755 testcase/fate-seek-lavf-nut.sh create mode 100755 testcase/fate-seek-lavf-ogg.sh create mode 100755 testcase/fate-seek-lavf-pbmpipe.sh create mode 100755 testcase/fate-seek-lavf-pcx.sh create mode 100755 testcase/fate-seek-lavf-pgm.sh create mode 100755 testcase/fate-seek-lavf-pgmpipe.sh create mode 100755 testcase/fate-seek-lavf-ppm.sh create mode 100755 testcase/fate-seek-lavf-ppmpipe.sh create mode 100755 testcase/fate-seek-lavf-rm.sh create mode 100755 testcase/fate-seek-lavf-sgi.sh create mode 100755 testcase/fate-seek-lavf-swf.sh create mode 100755 testcase/fate-seek-lavf-tga.sh create mode 100755 testcase/fate-seek-lavf-tiff.sh create mode 100755 testcase/fate-seek-lavf-ts.sh create mode 100755 testcase/fate-seek-lavf-ul.sh create mode 100755 testcase/fate-seek-lavf-voc.sh create mode 100755 testcase/fate-seek-lavf-wav.sh create mode 100755 testcase/fate-seek-lavf-wtv.sh create mode 100755 testcase/fate-seek-lavf-y4m.sh create mode 100755 testcase/fate-shortest.sh create mode 100755 testcase/fate-source.sh create mode 100755 testcase/fate-swr-async-firstpts.sh create mode 100755 testcase/fate-swr-audioconvert.sh create mode 100755 testcase/fate-swr-custom-rematrix.sh create mode 100755 testcase/fate-swr-resample-dblp-2626-44100.sh create mode 100755 testcase/fate-swr-resample-dblp-2626-48000.sh create mode 100755 testcase/fate-swr-resample-dblp-2626-8000.sh create mode 100755 testcase/fate-swr-resample-dblp-2626-96000.sh create mode 100755 testcase/fate-swr-resample-dblp-44100-2626.sh create mode 100755 testcase/fate-swr-resample-dblp-44100-48000.sh create mode 100755 testcase/fate-swr-resample-dblp-44100-8000.sh create mode 100755 testcase/fate-swr-resample-dblp-44100-96000.sh create mode 100755 testcase/fate-swr-resample-dblp-48000-2626.sh create mode 100755 testcase/fate-swr-resample-dblp-48000-44100.sh create mode 100755 testcase/fate-swr-resample-dblp-48000-8000.sh create mode 100755 testcase/fate-swr-resample-dblp-48000-96000.sh create mode 100755 testcase/fate-swr-resample-dblp-8000-2626.sh create mode 100755 testcase/fate-swr-resample-dblp-8000-44100.sh create mode 100755 testcase/fate-swr-resample-dblp-8000-48000.sh create mode 100755 testcase/fate-swr-resample-dblp-8000-96000.sh create mode 100755 testcase/fate-swr-resample-dblp-96000-2626.sh create mode 100755 testcase/fate-swr-resample-dblp-96000-44100.sh create mode 100755 testcase/fate-swr-resample-dblp-96000-48000.sh create mode 100755 testcase/fate-swr-resample-dblp-96000-8000.sh create mode 100755 testcase/fate-swr-resample-fltp-2626-44100.sh create mode 100755 testcase/fate-swr-resample-fltp-2626-48000.sh create mode 100755 testcase/fate-swr-resample-fltp-2626-8000.sh create mode 100755 testcase/fate-swr-resample-fltp-2626-96000.sh create mode 100755 testcase/fate-swr-resample-fltp-44100-2626.sh create mode 100755 testcase/fate-swr-resample-fltp-44100-48000.sh create mode 100755 testcase/fate-swr-resample-fltp-44100-8000.sh create mode 100755 testcase/fate-swr-resample-fltp-44100-96000.sh create mode 100755 testcase/fate-swr-resample-fltp-48000-2626.sh create mode 100755 testcase/fate-swr-resample-fltp-48000-44100.sh create mode 100755 testcase/fate-swr-resample-fltp-48000-8000.sh create mode 100755 testcase/fate-swr-resample-fltp-48000-96000.sh create mode 100755 testcase/fate-swr-resample-fltp-8000-2626.sh create mode 100755 testcase/fate-swr-resample-fltp-8000-44100.sh create mode 100755 testcase/fate-swr-resample-fltp-8000-48000.sh create mode 100755 testcase/fate-swr-resample-fltp-8000-96000.sh create mode 100755 testcase/fate-swr-resample-fltp-96000-2626.sh create mode 100755 testcase/fate-swr-resample-fltp-96000-44100.sh create mode 100755 testcase/fate-swr-resample-fltp-96000-48000.sh create mode 100755 testcase/fate-swr-resample-fltp-96000-8000.sh create mode 100755 testcase/fate-swr-resample-s16p-2626-44100.sh create mode 100755 testcase/fate-swr-resample-s16p-2626-48000.sh create mode 100755 testcase/fate-swr-resample-s16p-2626-8000.sh create mode 100755 testcase/fate-swr-resample-s16p-2626-96000.sh create mode 100755 testcase/fate-swr-resample-s16p-44100-2626.sh create mode 100755 testcase/fate-swr-resample-s16p-44100-48000.sh create mode 100755 testcase/fate-swr-resample-s16p-44100-8000.sh create mode 100755 testcase/fate-swr-resample-s16p-44100-96000.sh create mode 100755 testcase/fate-swr-resample-s16p-48000-2626.sh create mode 100755 testcase/fate-swr-resample-s16p-48000-44100.sh create mode 100755 testcase/fate-swr-resample-s16p-48000-8000.sh create mode 100755 testcase/fate-swr-resample-s16p-48000-96000.sh create mode 100755 testcase/fate-swr-resample-s16p-8000-2626.sh create mode 100755 testcase/fate-swr-resample-s16p-8000-44100.sh create mode 100755 testcase/fate-swr-resample-s16p-8000-48000.sh create mode 100755 testcase/fate-swr-resample-s16p-8000-96000.sh create mode 100755 testcase/fate-swr-resample-s16p-96000-2626.sh create mode 100755 testcase/fate-swr-resample-s16p-96000-44100.sh create mode 100755 testcase/fate-swr-resample-s16p-96000-48000.sh create mode 100755 testcase/fate-swr-resample-s16p-96000-8000.sh create mode 100755 testcase/fate-swr-resample-s32p-2626-44100.sh create mode 100755 testcase/fate-swr-resample-s32p-2626-48000.sh create mode 100755 testcase/fate-swr-resample-s32p-2626-8000.sh create mode 100755 testcase/fate-swr-resample-s32p-2626-96000.sh create mode 100755 testcase/fate-swr-resample-s32p-44100-2626.sh create mode 100755 testcase/fate-swr-resample-s32p-44100-48000.sh create mode 100755 testcase/fate-swr-resample-s32p-44100-8000.sh create mode 100755 testcase/fate-swr-resample-s32p-44100-96000.sh create mode 100755 testcase/fate-swr-resample-s32p-48000-2626.sh create mode 100755 testcase/fate-swr-resample-s32p-48000-44100.sh create mode 100755 testcase/fate-swr-resample-s32p-48000-8000.sh create mode 100755 testcase/fate-swr-resample-s32p-48000-96000.sh create mode 100755 testcase/fate-swr-resample-s32p-8000-2626.sh create mode 100755 testcase/fate-swr-resample-s32p-8000-44100.sh create mode 100755 testcase/fate-swr-resample-s32p-8000-48000.sh create mode 100755 testcase/fate-swr-resample-s32p-8000-96000.sh create mode 100755 testcase/fate-swr-resample-s32p-96000-2626.sh create mode 100755 testcase/fate-swr-resample-s32p-96000-44100.sh create mode 100755 testcase/fate-swr-resample-s32p-96000-48000.sh create mode 100755 testcase/fate-swr-resample-s32p-96000-8000.sh create mode 100755 testcase/fate-swr-resample_async-fltp-44100-8000.sh create mode 100755 testcase/fate-swr-resample_async-fltp-8000-44100.sh create mode 100755 testcase/fate-swr-resample_async-s16p-44100-8000.sh create mode 100755 testcase/fate-swr-resample_async-s16p-8000-44100.sh create mode 100755 testcase/fate-swr-resample_exact-dblp-2626-44100.sh create mode 100755 testcase/fate-swr-resample_exact-dblp-2626-48000.sh create mode 100755 testcase/fate-swr-resample_exact-dblp-2626-8000.sh create mode 100755 testcase/fate-swr-resample_exact-dblp-2626-96000.sh create mode 100755 testcase/fate-swr-resample_exact-dblp-44100-2626.sh create mode 100755 testcase/fate-swr-resample_exact-dblp-44100-48000.sh create mode 100755 testcase/fate-swr-resample_exact-dblp-44100-8000.sh create mode 100755 testcase/fate-swr-resample_exact-dblp-44100-96000.sh create mode 100755 testcase/fate-swr-resample_exact-dblp-48000-2626.sh create mode 100755 testcase/fate-swr-resample_exact-dblp-48000-44100.sh create mode 100755 testcase/fate-swr-resample_exact-dblp-48000-8000.sh create mode 100755 testcase/fate-swr-resample_exact-dblp-48000-96000.sh create mode 100755 testcase/fate-swr-resample_exact-dblp-8000-2626.sh create mode 100755 testcase/fate-swr-resample_exact-dblp-8000-44100.sh create mode 100755 testcase/fate-swr-resample_exact-dblp-8000-48000.sh create mode 100755 testcase/fate-swr-resample_exact-dblp-8000-96000.sh create mode 100755 testcase/fate-swr-resample_exact-dblp-96000-2626.sh create mode 100755 testcase/fate-swr-resample_exact-dblp-96000-44100.sh create mode 100755 testcase/fate-swr-resample_exact-dblp-96000-48000.sh create mode 100755 testcase/fate-swr-resample_exact-dblp-96000-8000.sh create mode 100755 testcase/fate-swr-resample_exact-fltp-2626-44100.sh create mode 100755 testcase/fate-swr-resample_exact-fltp-2626-48000.sh create mode 100755 testcase/fate-swr-resample_exact-fltp-2626-8000.sh create mode 100755 testcase/fate-swr-resample_exact-fltp-2626-96000.sh create mode 100755 testcase/fate-swr-resample_exact-fltp-44100-2626.sh create mode 100755 testcase/fate-swr-resample_exact-fltp-44100-48000.sh create mode 100755 testcase/fate-swr-resample_exact-fltp-44100-8000.sh create mode 100755 testcase/fate-swr-resample_exact-fltp-44100-96000.sh create mode 100755 testcase/fate-swr-resample_exact-fltp-48000-2626.sh create mode 100755 testcase/fate-swr-resample_exact-fltp-48000-44100.sh create mode 100755 testcase/fate-swr-resample_exact-fltp-48000-8000.sh create mode 100755 testcase/fate-swr-resample_exact-fltp-48000-96000.sh create mode 100755 testcase/fate-swr-resample_exact-fltp-8000-2626.sh create mode 100755 testcase/fate-swr-resample_exact-fltp-8000-44100.sh create mode 100755 testcase/fate-swr-resample_exact-fltp-8000-48000.sh create mode 100755 testcase/fate-swr-resample_exact-fltp-8000-96000.sh create mode 100755 testcase/fate-swr-resample_exact-fltp-96000-2626.sh create mode 100755 testcase/fate-swr-resample_exact-fltp-96000-44100.sh create mode 100755 testcase/fate-swr-resample_exact-fltp-96000-48000.sh create mode 100755 testcase/fate-swr-resample_exact-fltp-96000-8000.sh create mode 100755 testcase/fate-swr-resample_exact-s16p-2626-44100.sh create mode 100755 testcase/fate-swr-resample_exact-s16p-2626-48000.sh create mode 100755 testcase/fate-swr-resample_exact-s16p-2626-8000.sh create mode 100755 testcase/fate-swr-resample_exact-s16p-2626-96000.sh create mode 100755 testcase/fate-swr-resample_exact-s16p-44100-2626.sh create mode 100755 testcase/fate-swr-resample_exact-s16p-44100-48000.sh create mode 100755 testcase/fate-swr-resample_exact-s16p-44100-8000.sh create mode 100755 testcase/fate-swr-resample_exact-s16p-44100-96000.sh create mode 100755 testcase/fate-swr-resample_exact-s16p-48000-2626.sh create mode 100755 testcase/fate-swr-resample_exact-s16p-48000-44100.sh create mode 100755 testcase/fate-swr-resample_exact-s16p-48000-8000.sh create mode 100755 testcase/fate-swr-resample_exact-s16p-48000-96000.sh create mode 100755 testcase/fate-swr-resample_exact-s16p-8000-2626.sh create mode 100755 testcase/fate-swr-resample_exact-s16p-8000-44100.sh create mode 100755 testcase/fate-swr-resample_exact-s16p-8000-48000.sh create mode 100755 testcase/fate-swr-resample_exact-s16p-8000-96000.sh create mode 100755 testcase/fate-swr-resample_exact-s16p-96000-2626.sh create mode 100755 testcase/fate-swr-resample_exact-s16p-96000-44100.sh create mode 100755 testcase/fate-swr-resample_exact-s16p-96000-48000.sh create mode 100755 testcase/fate-swr-resample_exact-s16p-96000-8000.sh create mode 100755 testcase/fate-swr-resample_exact-s32p-2626-44100.sh create mode 100755 testcase/fate-swr-resample_exact-s32p-2626-48000.sh create mode 100755 testcase/fate-swr-resample_exact-s32p-2626-8000.sh create mode 100755 testcase/fate-swr-resample_exact-s32p-2626-96000.sh create mode 100755 testcase/fate-swr-resample_exact-s32p-44100-2626.sh create mode 100755 testcase/fate-swr-resample_exact-s32p-44100-48000.sh create mode 100755 testcase/fate-swr-resample_exact-s32p-44100-8000.sh create mode 100755 testcase/fate-swr-resample_exact-s32p-44100-96000.sh create mode 100755 testcase/fate-swr-resample_exact-s32p-48000-2626.sh create mode 100755 testcase/fate-swr-resample_exact-s32p-48000-44100.sh create mode 100755 testcase/fate-swr-resample_exact-s32p-48000-8000.sh create mode 100755 testcase/fate-swr-resample_exact-s32p-48000-96000.sh create mode 100755 testcase/fate-swr-resample_exact-s32p-8000-2626.sh create mode 100755 testcase/fate-swr-resample_exact-s32p-8000-44100.sh create mode 100755 testcase/fate-swr-resample_exact-s32p-8000-48000.sh create mode 100755 testcase/fate-swr-resample_exact-s32p-8000-96000.sh create mode 100755 testcase/fate-swr-resample_exact-s32p-96000-2626.sh create mode 100755 testcase/fate-swr-resample_exact-s32p-96000-44100.sh create mode 100755 testcase/fate-swr-resample_exact-s32p-96000-48000.sh create mode 100755 testcase/fate-swr-resample_exact-s32p-96000-8000.sh create mode 100755 testcase/fate-swr-resample_exact_async-dblp-44100-48000.sh create mode 100755 testcase/fate-swr-resample_exact_async-dblp-44100-8000.sh create mode 100755 testcase/fate-swr-resample_exact_async-dblp-48000-44100.sh create mode 100755 testcase/fate-swr-resample_exact_async-dblp-48000-8000.sh create mode 100755 testcase/fate-swr-resample_exact_async-dblp-8000-44100.sh create mode 100755 testcase/fate-swr-resample_exact_async-dblp-8000-48000.sh create mode 100755 testcase/fate-swr-resample_exact_async-fltp-44100-48000.sh create mode 100755 testcase/fate-swr-resample_exact_async-fltp-44100-8000.sh create mode 100755 testcase/fate-swr-resample_exact_async-fltp-48000-44100.sh create mode 100755 testcase/fate-swr-resample_exact_async-fltp-48000-8000.sh create mode 100755 testcase/fate-swr-resample_exact_async-fltp-8000-44100.sh create mode 100755 testcase/fate-swr-resample_exact_async-fltp-8000-48000.sh create mode 100755 testcase/fate-swr-resample_exact_async-s16p-44100-48000.sh create mode 100755 testcase/fate-swr-resample_exact_async-s16p-44100-8000.sh create mode 100755 testcase/fate-swr-resample_exact_async-s16p-48000-44100.sh create mode 100755 testcase/fate-swr-resample_exact_async-s16p-48000-8000.sh create mode 100755 testcase/fate-swr-resample_exact_async-s16p-8000-44100.sh create mode 100755 testcase/fate-swr-resample_exact_async-s16p-8000-48000.sh create mode 100755 testcase/fate-swr-resample_exact_async-s32p-44100-48000.sh create mode 100755 testcase/fate-swr-resample_exact_async-s32p-44100-8000.sh create mode 100755 testcase/fate-swr-resample_exact_async-s32p-48000-44100.sh create mode 100755 testcase/fate-swr-resample_exact_async-s32p-48000-8000.sh create mode 100755 testcase/fate-swr-resample_exact_async-s32p-8000-44100.sh create mode 100755 testcase/fate-swr-resample_exact_async-s32p-8000-48000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-dblp-2626-44100.sh create mode 100755 testcase/fate-swr-resample_exact_lin-dblp-2626-48000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-dblp-2626-8000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-dblp-2626-96000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-dblp-44100-2626.sh create mode 100755 testcase/fate-swr-resample_exact_lin-dblp-44100-48000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-dblp-44100-8000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-dblp-44100-96000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-dblp-48000-2626.sh create mode 100755 testcase/fate-swr-resample_exact_lin-dblp-48000-44100.sh create mode 100755 testcase/fate-swr-resample_exact_lin-dblp-48000-8000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-dblp-48000-96000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-dblp-8000-2626.sh create mode 100755 testcase/fate-swr-resample_exact_lin-dblp-8000-44100.sh create mode 100755 testcase/fate-swr-resample_exact_lin-dblp-8000-48000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-dblp-8000-96000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-dblp-96000-2626.sh create mode 100755 testcase/fate-swr-resample_exact_lin-dblp-96000-44100.sh create mode 100755 testcase/fate-swr-resample_exact_lin-dblp-96000-48000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-dblp-96000-8000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-fltp-2626-44100.sh create mode 100755 testcase/fate-swr-resample_exact_lin-fltp-2626-48000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-fltp-2626-8000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-fltp-2626-96000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-fltp-44100-2626.sh create mode 100755 testcase/fate-swr-resample_exact_lin-fltp-44100-48000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-fltp-44100-8000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-fltp-44100-96000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-fltp-48000-2626.sh create mode 100755 testcase/fate-swr-resample_exact_lin-fltp-48000-44100.sh create mode 100755 testcase/fate-swr-resample_exact_lin-fltp-48000-8000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-fltp-48000-96000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-fltp-8000-2626.sh create mode 100755 testcase/fate-swr-resample_exact_lin-fltp-8000-44100.sh create mode 100755 testcase/fate-swr-resample_exact_lin-fltp-8000-48000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-fltp-8000-96000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-fltp-96000-2626.sh create mode 100755 testcase/fate-swr-resample_exact_lin-fltp-96000-44100.sh create mode 100755 testcase/fate-swr-resample_exact_lin-fltp-96000-48000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-fltp-96000-8000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s16p-2626-44100.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s16p-2626-48000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s16p-2626-8000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s16p-2626-96000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s16p-44100-2626.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s16p-44100-48000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s16p-44100-8000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s16p-44100-96000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s16p-48000-2626.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s16p-48000-44100.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s16p-48000-8000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s16p-48000-96000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s16p-8000-2626.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s16p-8000-44100.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s16p-8000-48000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s16p-8000-96000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s16p-96000-2626.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s16p-96000-44100.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s16p-96000-48000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s16p-96000-8000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s32p-2626-44100.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s32p-2626-48000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s32p-2626-8000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s32p-2626-96000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s32p-44100-2626.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s32p-44100-48000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s32p-44100-8000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s32p-44100-96000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s32p-48000-2626.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s32p-48000-44100.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s32p-48000-8000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s32p-48000-96000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s32p-8000-2626.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s32p-8000-44100.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s32p-8000-48000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s32p-8000-96000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s32p-96000-2626.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s32p-96000-44100.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s32p-96000-48000.sh create mode 100755 testcase/fate-swr-resample_exact_lin-s32p-96000-8000.sh create mode 100755 testcase/fate-swr-resample_exact_lin_async-dblp-44100-48000.sh create mode 100755 testcase/fate-swr-resample_exact_lin_async-dblp-44100-8000.sh create mode 100755 testcase/fate-swr-resample_exact_lin_async-dblp-48000-44100.sh create mode 100755 testcase/fate-swr-resample_exact_lin_async-dblp-48000-8000.sh create mode 100755 testcase/fate-swr-resample_exact_lin_async-dblp-8000-44100.sh create mode 100755 testcase/fate-swr-resample_exact_lin_async-dblp-8000-48000.sh create mode 100755 testcase/fate-swr-resample_exact_lin_async-fltp-44100-48000.sh create mode 100755 testcase/fate-swr-resample_exact_lin_async-fltp-44100-8000.sh create mode 100755 testcase/fate-swr-resample_exact_lin_async-fltp-48000-44100.sh create mode 100755 testcase/fate-swr-resample_exact_lin_async-fltp-48000-8000.sh create mode 100755 testcase/fate-swr-resample_exact_lin_async-fltp-8000-44100.sh create mode 100755 testcase/fate-swr-resample_exact_lin_async-fltp-8000-48000.sh create mode 100755 testcase/fate-swr-resample_exact_lin_async-s16p-44100-48000.sh create mode 100755 testcase/fate-swr-resample_exact_lin_async-s16p-44100-8000.sh create mode 100755 testcase/fate-swr-resample_exact_lin_async-s16p-48000-44100.sh create mode 100755 testcase/fate-swr-resample_exact_lin_async-s16p-48000-8000.sh create mode 100755 testcase/fate-swr-resample_exact_lin_async-s16p-8000-44100.sh create mode 100755 testcase/fate-swr-resample_exact_lin_async-s16p-8000-48000.sh create mode 100755 testcase/fate-swr-resample_exact_lin_async-s32p-44100-48000.sh create mode 100755 testcase/fate-swr-resample_exact_lin_async-s32p-44100-8000.sh create mode 100755 testcase/fate-swr-resample_exact_lin_async-s32p-48000-44100.sh create mode 100755 testcase/fate-swr-resample_exact_lin_async-s32p-48000-8000.sh create mode 100755 testcase/fate-swr-resample_exact_lin_async-s32p-8000-44100.sh create mode 100755 testcase/fate-swr-resample_exact_lin_async-s32p-8000-48000.sh create mode 100755 testcase/fate-swr-resample_lin-dblp-44100-48000.sh create mode 100755 testcase/fate-swr-resample_lin-dblp-44100-8000.sh create mode 100755 testcase/fate-swr-resample_lin-dblp-48000-44100.sh create mode 100755 testcase/fate-swr-resample_lin-dblp-48000-8000.sh create mode 100755 testcase/fate-swr-resample_lin-dblp-8000-44100.sh create mode 100755 testcase/fate-swr-resample_lin-dblp-8000-48000.sh create mode 100755 testcase/fate-swr-resample_lin-fltp-44100-48000.sh create mode 100755 testcase/fate-swr-resample_lin-fltp-44100-8000.sh create mode 100755 testcase/fate-swr-resample_lin-fltp-48000-44100.sh create mode 100755 testcase/fate-swr-resample_lin-fltp-48000-8000.sh create mode 100755 testcase/fate-swr-resample_lin-fltp-8000-44100.sh create mode 100755 testcase/fate-swr-resample_lin-fltp-8000-48000.sh create mode 100755 testcase/fate-swr-resample_lin-s16p-44100-48000.sh create mode 100755 testcase/fate-swr-resample_lin-s16p-44100-8000.sh create mode 100755 testcase/fate-swr-resample_lin-s16p-48000-44100.sh create mode 100755 testcase/fate-swr-resample_lin-s16p-48000-8000.sh create mode 100755 testcase/fate-swr-resample_lin-s16p-8000-44100.sh create mode 100755 testcase/fate-swr-resample_lin-s16p-8000-48000.sh create mode 100755 testcase/fate-swr-resample_nn-fltp-44100-8000.sh create mode 100755 testcase/fate-swr-resample_nn-fltp-8000-44100.sh create mode 100755 testcase/fate-swr-resample_nn-s16p-44100-8000.sh create mode 100755 testcase/fate-swr-resample_nn-s16p-8000-44100.sh create mode 100755 testcase/fate-sws-yuv-colorspace.sh create mode 100755 testcase/fate-sws-yuv-range.sh create mode 100755 testcase/fate-unknown_layout-ac3.sh create mode 100755 testcase/fate-unknown_layout-pcm.sh create mode 100755 testcase/fate-utvideoenc_rgb_left.sh create mode 100755 testcase/fate-utvideoenc_rgb_median.sh create mode 100755 testcase/fate-utvideoenc_rgb_none.sh create mode 100755 testcase/fate-utvideoenc_rgba_left.sh create mode 100755 testcase/fate-utvideoenc_rgba_median.sh create mode 100755 testcase/fate-utvideoenc_rgba_none.sh create mode 100755 testcase/fate-utvideoenc_yuv420_left.sh create mode 100755 testcase/fate-utvideoenc_yuv420_median.sh create mode 100755 testcase/fate-utvideoenc_yuv420_none.sh create mode 100755 testcase/fate-utvideoenc_yuv422_left.sh create mode 100755 testcase/fate-utvideoenc_yuv422_median.sh create mode 100755 testcase/fate-utvideoenc_yuv422_none.sh create mode 100755 testcase/fate-utvideoenc_yuv444_left.sh create mode 100755 testcase/fate-utvideoenc_yuv444_median.sh create mode 100755 testcase/fate-utvideoenc_yuv444_none.sh create mode 100755 testcase/fate-vsynth1-amv.sh create mode 100755 testcase/fate-vsynth1-asv1.sh create mode 100755 testcase/fate-vsynth1-asv2.sh create mode 100755 testcase/fate-vsynth1-avui.sh create mode 100755 testcase/fate-vsynth1-bpp1.sh create mode 100755 testcase/fate-vsynth1-bpp15.sh create mode 100755 testcase/fate-vsynth1-cinepak.sh create mode 100755 testcase/fate-vsynth1-cljr.sh create mode 100755 testcase/fate-vsynth1-dnxhd-1080i-10bit.sh create mode 100755 testcase/fate-vsynth1-dnxhd-1080i-colr.sh create mode 100755 testcase/fate-vsynth1-dnxhd-1080i.sh create mode 100755 testcase/fate-vsynth1-dnxhd-2k-hr-hq.sh create mode 100755 testcase/fate-vsynth1-dnxhd-4k-hr-lb.sh create mode 100755 testcase/fate-vsynth1-dnxhd-720p-10bit.sh create mode 100755 testcase/fate-vsynth1-dnxhd-720p-hr-lb.sh create mode 100755 testcase/fate-vsynth1-dnxhd-720p-rd.sh create mode 100755 testcase/fate-vsynth1-dnxhd-720p.sh create mode 100755 testcase/fate-vsynth1-dnxhd-edge1-hr.sh create mode 100755 testcase/fate-vsynth1-dnxhd-edge2-hr.sh create mode 100755 testcase/fate-vsynth1-dnxhd-edge3-hr.sh create mode 100755 testcase/fate-vsynth1-dnxhd-hr-hq-mov.sh create mode 100755 testcase/fate-vsynth1-dnxhd-hr-lb-mov.sh create mode 100755 testcase/fate-vsynth1-dnxhd-hr-sq-mov.sh create mode 100755 testcase/fate-vsynth1-dnxhd-uhd-hr-sq.sh create mode 100755 testcase/fate-vsynth1-dv-411.sh create mode 100755 testcase/fate-vsynth1-dv-50.sh create mode 100755 testcase/fate-vsynth1-dv-fhd.sh create mode 100755 testcase/fate-vsynth1-dv-hd.sh create mode 100755 testcase/fate-vsynth1-dv.sh create mode 100755 testcase/fate-vsynth1-ffv1-2pass.sh create mode 100755 testcase/fate-vsynth1-ffv1-2pass10.sh create mode 100755 testcase/fate-vsynth1-ffv1-v0.sh create mode 100755 testcase/fate-vsynth1-ffv1-v2.sh create mode 100755 testcase/fate-vsynth1-ffv1-v3-bgr0.sh create mode 100755 testcase/fate-vsynth1-ffv1-v3-rgb48.sh create mode 100755 testcase/fate-vsynth1-ffv1-v3-yuv420p.sh create mode 100755 testcase/fate-vsynth1-ffv1-v3-yuv422p10.sh create mode 100755 testcase/fate-vsynth1-ffv1-v3-yuv444p16.sh create mode 100755 testcase/fate-vsynth1-ffv1.sh create mode 100755 testcase/fate-vsynth1-ffvhuff.sh create mode 100755 testcase/fate-vsynth1-ffvhuff420p12.sh create mode 100755 testcase/fate-vsynth1-ffvhuff422p10left.sh create mode 100755 testcase/fate-vsynth1-ffvhuff444.sh create mode 100755 testcase/fate-vsynth1-ffvhuff444p16.sh create mode 100755 testcase/fate-vsynth1-flashsv.sh create mode 100755 testcase/fate-vsynth1-flashsv2.sh create mode 100755 testcase/fate-vsynth1-flv.sh create mode 100755 testcase/fate-vsynth1-h261-trellis.sh create mode 100755 testcase/fate-vsynth1-h261.sh create mode 100755 testcase/fate-vsynth1-h263-obmc.sh create mode 100755 testcase/fate-vsynth1-h263.sh create mode 100755 testcase/fate-vsynth1-h263p.sh create mode 100755 testcase/fate-vsynth1-huffyuv.sh create mode 100755 testcase/fate-vsynth1-huffyuvbgr24.sh create mode 100755 testcase/fate-vsynth1-huffyuvbgra.sh create mode 100755 testcase/fate-vsynth1-jpeg2000-97.sh create mode 100755 testcase/fate-vsynth1-jpeg2000-gbrp12.sh create mode 100755 testcase/fate-vsynth1-jpeg2000-yuva444p16.sh create mode 100755 testcase/fate-vsynth1-jpeg2000.sh create mode 100755 testcase/fate-vsynth1-jpegls.sh create mode 100755 testcase/fate-vsynth1-ljpeg.sh create mode 100755 testcase/fate-vsynth1-magicyuv.sh create mode 100755 testcase/fate-vsynth1-mjpeg-422.sh create mode 100755 testcase/fate-vsynth1-mjpeg-444.sh create mode 100755 testcase/fate-vsynth1-mjpeg-huffman.sh create mode 100755 testcase/fate-vsynth1-mjpeg-trell-huffman.sh create mode 100755 testcase/fate-vsynth1-mjpeg-trell.sh create mode 100755 testcase/fate-vsynth1-mjpeg.sh create mode 100755 testcase/fate-vsynth1-mov-bgr24.sh create mode 100755 testcase/fate-vsynth1-mov-bpp15.sh create mode 100755 testcase/fate-vsynth1-mov-bpp16.sh create mode 100755 testcase/fate-vsynth1-mpeg1.sh create mode 100755 testcase/fate-vsynth1-mpeg1b.sh create mode 100755 testcase/fate-vsynth1-mpeg2-422.sh create mode 100755 testcase/fate-vsynth1-mpeg2-idct-int.sh create mode 100755 testcase/fate-vsynth1-mpeg2-ilace.sh create mode 100755 testcase/fate-vsynth1-mpeg2-ivlc-qprd.sh create mode 100755 testcase/fate-vsynth1-mpeg2-thread-ivlc.sh create mode 100755 testcase/fate-vsynth1-mpeg2-thread.sh create mode 100755 testcase/fate-vsynth1-mpeg2.sh create mode 100755 testcase/fate-vsynth1-mpeg4-adap.sh create mode 100755 testcase/fate-vsynth1-mpeg4-adv.sh create mode 100755 testcase/fate-vsynth1-mpeg4-error.sh create mode 100755 testcase/fate-vsynth1-mpeg4-nr.sh create mode 100755 testcase/fate-vsynth1-mpeg4-nsse.sh create mode 100755 testcase/fate-vsynth1-mpeg4-qpel.sh create mode 100755 testcase/fate-vsynth1-mpeg4-qprd.sh create mode 100755 testcase/fate-vsynth1-mpeg4-rc.sh create mode 100755 testcase/fate-vsynth1-mpeg4-thread.sh create mode 100755 testcase/fate-vsynth1-mpeg4.sh create mode 100755 testcase/fate-vsynth1-mpng.sh create mode 100755 testcase/fate-vsynth1-msmpeg4.sh create mode 100755 testcase/fate-vsynth1-msmpeg4v2.sh create mode 100755 testcase/fate-vsynth1-msrle.sh create mode 100755 testcase/fate-vsynth1-msvideo1.sh create mode 100755 testcase/fate-vsynth1-prores.sh create mode 100755 testcase/fate-vsynth1-prores_444.sh create mode 100755 testcase/fate-vsynth1-prores_444_int.sh create mode 100755 testcase/fate-vsynth1-prores_int.sh create mode 100755 testcase/fate-vsynth1-prores_ks.sh create mode 100755 testcase/fate-vsynth1-qtrle.sh create mode 100755 testcase/fate-vsynth1-qtrlegray.sh create mode 100755 testcase/fate-vsynth1-r210.sh create mode 100755 testcase/fate-vsynth1-rgb.sh create mode 100755 testcase/fate-vsynth1-roqvideo.sh create mode 100755 testcase/fate-vsynth1-rpza.sh create mode 100755 testcase/fate-vsynth1-rv10.sh create mode 100755 testcase/fate-vsynth1-rv20.sh create mode 100755 testcase/fate-vsynth1-smc.sh create mode 100755 testcase/fate-vsynth1-snow-hpel.sh create mode 100755 testcase/fate-vsynth1-snow-ll.sh create mode 100755 testcase/fate-vsynth1-snow.sh create mode 100755 testcase/fate-vsynth1-speedhq-420p.sh create mode 100755 testcase/fate-vsynth1-speedhq-422p.sh create mode 100755 testcase/fate-vsynth1-speedhq-444p.sh create mode 100755 testcase/fate-vsynth1-svq1.sh create mode 100755 testcase/fate-vsynth1-v210-10.sh create mode 100755 testcase/fate-vsynth1-v210.sh create mode 100755 testcase/fate-vsynth1-v308.sh create mode 100755 testcase/fate-vsynth1-v408.sh create mode 100755 testcase/fate-vsynth1-v410.sh create mode 100755 testcase/fate-vsynth1-vc2-420p.sh create mode 100755 testcase/fate-vsynth1-vc2-420p10.sh create mode 100755 testcase/fate-vsynth1-vc2-420p12.sh create mode 100755 testcase/fate-vsynth1-vc2-422p.sh create mode 100755 testcase/fate-vsynth1-vc2-422p10.sh create mode 100755 testcase/fate-vsynth1-vc2-422p12.sh create mode 100755 testcase/fate-vsynth1-vc2-444p.sh create mode 100755 testcase/fate-vsynth1-vc2-444p10.sh create mode 100755 testcase/fate-vsynth1-vc2-444p12.sh create mode 100755 testcase/fate-vsynth1-vc2-t5_3.sh create mode 100755 testcase/fate-vsynth1-vc2-thaar.sh create mode 100755 testcase/fate-vsynth1-wmv1.sh create mode 100755 testcase/fate-vsynth1-wmv2.sh create mode 100755 testcase/fate-vsynth1-xface.sh create mode 100755 testcase/fate-vsynth1-y41p.sh create mode 100755 testcase/fate-vsynth1-yuv.sh create mode 100755 testcase/fate-vsynth1-yuv4.sh create mode 100755 testcase/fate-vsynth1-zlib.sh create mode 100755 testcase/fate-vsynth2-amv.sh create mode 100755 testcase/fate-vsynth2-asv1.sh create mode 100755 testcase/fate-vsynth2-asv2.sh create mode 100755 testcase/fate-vsynth2-avui.sh create mode 100755 testcase/fate-vsynth2-bpp1.sh create mode 100755 testcase/fate-vsynth2-bpp15.sh create mode 100755 testcase/fate-vsynth2-cinepak.sh create mode 100755 testcase/fate-vsynth2-cljr.sh create mode 100755 testcase/fate-vsynth2-dnxhd-1080i-10bit.sh create mode 100755 testcase/fate-vsynth2-dnxhd-1080i-colr.sh create mode 100755 testcase/fate-vsynth2-dnxhd-1080i.sh create mode 100755 testcase/fate-vsynth2-dnxhd-2k-hr-hq.sh create mode 100755 testcase/fate-vsynth2-dnxhd-4k-hr-lb.sh create mode 100755 testcase/fate-vsynth2-dnxhd-720p-10bit.sh create mode 100755 testcase/fate-vsynth2-dnxhd-720p-hr-lb.sh create mode 100755 testcase/fate-vsynth2-dnxhd-720p-rd.sh create mode 100755 testcase/fate-vsynth2-dnxhd-720p.sh create mode 100755 testcase/fate-vsynth2-dnxhd-edge1-hr.sh create mode 100755 testcase/fate-vsynth2-dnxhd-edge2-hr.sh create mode 100755 testcase/fate-vsynth2-dnxhd-edge3-hr.sh create mode 100755 testcase/fate-vsynth2-dnxhd-hr-hq-mov.sh create mode 100755 testcase/fate-vsynth2-dnxhd-hr-lb-mov.sh create mode 100755 testcase/fate-vsynth2-dnxhd-hr-sq-mov.sh create mode 100755 testcase/fate-vsynth2-dnxhd-uhd-hr-sq.sh create mode 100755 testcase/fate-vsynth2-dv-411.sh create mode 100755 testcase/fate-vsynth2-dv-50.sh create mode 100755 testcase/fate-vsynth2-dv-fhd.sh create mode 100755 testcase/fate-vsynth2-dv-hd.sh create mode 100755 testcase/fate-vsynth2-dv.sh create mode 100755 testcase/fate-vsynth2-ffv1-2pass.sh create mode 100755 testcase/fate-vsynth2-ffv1-2pass10.sh create mode 100755 testcase/fate-vsynth2-ffv1-v0.sh create mode 100755 testcase/fate-vsynth2-ffv1-v2.sh create mode 100755 testcase/fate-vsynth2-ffv1-v3-bgr0.sh create mode 100755 testcase/fate-vsynth2-ffv1-v3-rgb48.sh create mode 100755 testcase/fate-vsynth2-ffv1-v3-yuv420p.sh create mode 100755 testcase/fate-vsynth2-ffv1-v3-yuv422p10.sh create mode 100755 testcase/fate-vsynth2-ffv1-v3-yuv444p16.sh create mode 100755 testcase/fate-vsynth2-ffv1.sh create mode 100755 testcase/fate-vsynth2-ffvhuff.sh create mode 100755 testcase/fate-vsynth2-ffvhuff420p12.sh create mode 100755 testcase/fate-vsynth2-ffvhuff422p10left.sh create mode 100755 testcase/fate-vsynth2-ffvhuff444.sh create mode 100755 testcase/fate-vsynth2-ffvhuff444p16.sh create mode 100755 testcase/fate-vsynth2-flashsv.sh create mode 100755 testcase/fate-vsynth2-flashsv2.sh create mode 100755 testcase/fate-vsynth2-flv.sh create mode 100755 testcase/fate-vsynth2-h261-trellis.sh create mode 100755 testcase/fate-vsynth2-h261.sh create mode 100755 testcase/fate-vsynth2-h263-obmc.sh create mode 100755 testcase/fate-vsynth2-h263.sh create mode 100755 testcase/fate-vsynth2-h263p.sh create mode 100755 testcase/fate-vsynth2-huffyuv.sh create mode 100755 testcase/fate-vsynth2-huffyuvbgr24.sh create mode 100755 testcase/fate-vsynth2-huffyuvbgra.sh create mode 100755 testcase/fate-vsynth2-jpeg2000-97.sh create mode 100755 testcase/fate-vsynth2-jpeg2000-gbrp12.sh create mode 100755 testcase/fate-vsynth2-jpeg2000-yuva444p16.sh create mode 100755 testcase/fate-vsynth2-jpeg2000.sh create mode 100755 testcase/fate-vsynth2-jpegls.sh create mode 100755 testcase/fate-vsynth2-ljpeg.sh create mode 100755 testcase/fate-vsynth2-magicyuv.sh create mode 100755 testcase/fate-vsynth2-mjpeg-422.sh create mode 100755 testcase/fate-vsynth2-mjpeg-444.sh create mode 100755 testcase/fate-vsynth2-mjpeg-huffman.sh create mode 100755 testcase/fate-vsynth2-mjpeg-trell-huffman.sh create mode 100755 testcase/fate-vsynth2-mjpeg-trell.sh create mode 100755 testcase/fate-vsynth2-mjpeg.sh create mode 100755 testcase/fate-vsynth2-mov-bgr24.sh create mode 100755 testcase/fate-vsynth2-mov-bpp15.sh create mode 100755 testcase/fate-vsynth2-mov-bpp16.sh create mode 100755 testcase/fate-vsynth2-mpeg1.sh create mode 100755 testcase/fate-vsynth2-mpeg1b.sh create mode 100755 testcase/fate-vsynth2-mpeg2-422.sh create mode 100755 testcase/fate-vsynth2-mpeg2-idct-int.sh create mode 100755 testcase/fate-vsynth2-mpeg2-ilace.sh create mode 100755 testcase/fate-vsynth2-mpeg2-ivlc-qprd.sh create mode 100755 testcase/fate-vsynth2-mpeg2-thread-ivlc.sh create mode 100755 testcase/fate-vsynth2-mpeg2-thread.sh create mode 100755 testcase/fate-vsynth2-mpeg2.sh create mode 100755 testcase/fate-vsynth2-mpeg4-adap.sh create mode 100755 testcase/fate-vsynth2-mpeg4-adv.sh create mode 100755 testcase/fate-vsynth2-mpeg4-error.sh create mode 100755 testcase/fate-vsynth2-mpeg4-nr.sh create mode 100755 testcase/fate-vsynth2-mpeg4-nsse.sh create mode 100755 testcase/fate-vsynth2-mpeg4-qpel.sh create mode 100755 testcase/fate-vsynth2-mpeg4-qprd.sh create mode 100755 testcase/fate-vsynth2-mpeg4-rc.sh create mode 100755 testcase/fate-vsynth2-mpeg4-thread.sh create mode 100755 testcase/fate-vsynth2-mpeg4.sh create mode 100755 testcase/fate-vsynth2-mpng.sh create mode 100755 testcase/fate-vsynth2-msmpeg4.sh create mode 100755 testcase/fate-vsynth2-msmpeg4v2.sh create mode 100755 testcase/fate-vsynth2-msrle.sh create mode 100755 testcase/fate-vsynth2-msvideo1.sh create mode 100755 testcase/fate-vsynth2-prores.sh create mode 100755 testcase/fate-vsynth2-prores_444.sh create mode 100755 testcase/fate-vsynth2-prores_444_int.sh create mode 100755 testcase/fate-vsynth2-prores_int.sh create mode 100755 testcase/fate-vsynth2-prores_ks.sh create mode 100755 testcase/fate-vsynth2-qtrle.sh create mode 100755 testcase/fate-vsynth2-qtrlegray.sh create mode 100755 testcase/fate-vsynth2-r210.sh create mode 100755 testcase/fate-vsynth2-rgb.sh create mode 100755 testcase/fate-vsynth2-roqvideo.sh create mode 100755 testcase/fate-vsynth2-rpza.sh create mode 100755 testcase/fate-vsynth2-rv10.sh create mode 100755 testcase/fate-vsynth2-rv20.sh create mode 100755 testcase/fate-vsynth2-smc.sh create mode 100755 testcase/fate-vsynth2-snow-hpel.sh create mode 100755 testcase/fate-vsynth2-snow-ll.sh create mode 100755 testcase/fate-vsynth2-snow.sh create mode 100755 testcase/fate-vsynth2-speedhq-420p.sh create mode 100755 testcase/fate-vsynth2-speedhq-422p.sh create mode 100755 testcase/fate-vsynth2-speedhq-444p.sh create mode 100755 testcase/fate-vsynth2-svq1.sh create mode 100755 testcase/fate-vsynth2-v210-10.sh create mode 100755 testcase/fate-vsynth2-v210.sh create mode 100755 testcase/fate-vsynth2-v308.sh create mode 100755 testcase/fate-vsynth2-v408.sh create mode 100755 testcase/fate-vsynth2-v410.sh create mode 100755 testcase/fate-vsynth2-vc2-420p.sh create mode 100755 testcase/fate-vsynth2-vc2-420p10.sh create mode 100755 testcase/fate-vsynth2-vc2-420p12.sh create mode 100755 testcase/fate-vsynth2-vc2-422p.sh create mode 100755 testcase/fate-vsynth2-vc2-422p10.sh create mode 100755 testcase/fate-vsynth2-vc2-422p12.sh create mode 100755 testcase/fate-vsynth2-vc2-444p.sh create mode 100755 testcase/fate-vsynth2-vc2-444p10.sh create mode 100755 testcase/fate-vsynth2-vc2-444p12.sh create mode 100755 testcase/fate-vsynth2-vc2-t5_3.sh create mode 100755 testcase/fate-vsynth2-vc2-thaar.sh create mode 100755 testcase/fate-vsynth2-wmv1.sh create mode 100755 testcase/fate-vsynth2-wmv2.sh create mode 100755 testcase/fate-vsynth2-xface.sh create mode 100755 testcase/fate-vsynth2-y41p.sh create mode 100755 testcase/fate-vsynth2-yuv.sh create mode 100755 testcase/fate-vsynth2-yuv4.sh create mode 100755 testcase/fate-vsynth2-zlib.sh create mode 100755 testcase/fate-vsynth3-amv.sh create mode 100755 testcase/fate-vsynth3-asv1.sh create mode 100755 testcase/fate-vsynth3-asv2.sh create mode 100755 testcase/fate-vsynth3-bpp1.sh create mode 100755 testcase/fate-vsynth3-bpp15.sh create mode 100755 testcase/fate-vsynth3-cljr.sh create mode 100755 testcase/fate-vsynth3-dnxhd-1080i-10bit.sh create mode 100755 testcase/fate-vsynth3-dnxhd-1080i-colr.sh create mode 100755 testcase/fate-vsynth3-dnxhd-2k-hr-hq.sh create mode 100755 testcase/fate-vsynth3-dnxhd-4k-hr-lb.sh create mode 100755 testcase/fate-vsynth3-dnxhd-720p-hr-lb.sh create mode 100755 testcase/fate-vsynth3-dnxhd-edge1-hr.sh create mode 100755 testcase/fate-vsynth3-dnxhd-edge2-hr.sh create mode 100755 testcase/fate-vsynth3-dnxhd-edge3-hr.sh create mode 100755 testcase/fate-vsynth3-dnxhd-hr-hq-mov.sh create mode 100755 testcase/fate-vsynth3-dnxhd-hr-lb-mov.sh create mode 100755 testcase/fate-vsynth3-dnxhd-hr-sq-mov.sh create mode 100755 testcase/fate-vsynth3-dnxhd-uhd-hr-sq.sh create mode 100755 testcase/fate-vsynth3-dv-fhd.sh create mode 100755 testcase/fate-vsynth3-dv-hd.sh create mode 100755 testcase/fate-vsynth3-ffv1-2pass.sh create mode 100755 testcase/fate-vsynth3-ffv1-2pass10.sh create mode 100755 testcase/fate-vsynth3-ffv1-v0.sh create mode 100755 testcase/fate-vsynth3-ffv1-v2.sh create mode 100755 testcase/fate-vsynth3-ffv1-v3-bgr0.sh create mode 100755 testcase/fate-vsynth3-ffv1-v3-rgb48.sh create mode 100755 testcase/fate-vsynth3-ffv1-v3-yuv420p.sh create mode 100755 testcase/fate-vsynth3-ffv1-v3-yuv422p10.sh create mode 100755 testcase/fate-vsynth3-ffv1-v3-yuv444p16.sh create mode 100755 testcase/fate-vsynth3-ffv1.sh create mode 100755 testcase/fate-vsynth3-ffvhuff.sh create mode 100755 testcase/fate-vsynth3-ffvhuff420p12.sh create mode 100755 testcase/fate-vsynth3-ffvhuff422p10left.sh create mode 100755 testcase/fate-vsynth3-ffvhuff444.sh create mode 100755 testcase/fate-vsynth3-ffvhuff444p16.sh create mode 100755 testcase/fate-vsynth3-flashsv.sh create mode 100755 testcase/fate-vsynth3-flashsv2.sh create mode 100755 testcase/fate-vsynth3-flv.sh create mode 100755 testcase/fate-vsynth3-huffyuv.sh create mode 100755 testcase/fate-vsynth3-huffyuvbgr24.sh create mode 100755 testcase/fate-vsynth3-huffyuvbgra.sh create mode 100755 testcase/fate-vsynth3-jpeg2000-97.sh create mode 100755 testcase/fate-vsynth3-jpeg2000-gbrp12.sh create mode 100755 testcase/fate-vsynth3-jpeg2000-yuva444p16.sh create mode 100755 testcase/fate-vsynth3-jpeg2000.sh create mode 100755 testcase/fate-vsynth3-jpegls.sh create mode 100755 testcase/fate-vsynth3-ljpeg.sh create mode 100755 testcase/fate-vsynth3-magicyuv.sh create mode 100755 testcase/fate-vsynth3-mjpeg-422.sh create mode 100755 testcase/fate-vsynth3-mjpeg-444.sh create mode 100755 testcase/fate-vsynth3-mjpeg-huffman.sh create mode 100755 testcase/fate-vsynth3-mjpeg-trell-huffman.sh create mode 100755 testcase/fate-vsynth3-mjpeg-trell.sh create mode 100755 testcase/fate-vsynth3-mjpeg.sh create mode 100755 testcase/fate-vsynth3-mov-bgr24.sh create mode 100755 testcase/fate-vsynth3-mov-bpp15.sh create mode 100755 testcase/fate-vsynth3-mov-bpp16.sh create mode 100755 testcase/fate-vsynth3-mpeg1.sh create mode 100755 testcase/fate-vsynth3-mpeg1b.sh create mode 100755 testcase/fate-vsynth3-mpeg2-422.sh create mode 100755 testcase/fate-vsynth3-mpeg2-idct-int.sh create mode 100755 testcase/fate-vsynth3-mpeg2-ilace.sh create mode 100755 testcase/fate-vsynth3-mpeg2-ivlc-qprd.sh create mode 100755 testcase/fate-vsynth3-mpeg2-thread-ivlc.sh create mode 100755 testcase/fate-vsynth3-mpeg2-thread.sh create mode 100755 testcase/fate-vsynth3-mpeg2.sh create mode 100755 testcase/fate-vsynth3-mpeg4-adap.sh create mode 100755 testcase/fate-vsynth3-mpeg4-adv.sh create mode 100755 testcase/fate-vsynth3-mpeg4-error.sh create mode 100755 testcase/fate-vsynth3-mpeg4-nr.sh create mode 100755 testcase/fate-vsynth3-mpeg4-nsse.sh create mode 100755 testcase/fate-vsynth3-mpeg4-qpel.sh create mode 100755 testcase/fate-vsynth3-mpeg4-qprd.sh create mode 100755 testcase/fate-vsynth3-mpeg4-rc.sh create mode 100755 testcase/fate-vsynth3-mpeg4-thread.sh create mode 100755 testcase/fate-vsynth3-mpeg4.sh create mode 100755 testcase/fate-vsynth3-mpng.sh create mode 100755 testcase/fate-vsynth3-msmpeg4.sh create mode 100755 testcase/fate-vsynth3-msmpeg4v2.sh create mode 100755 testcase/fate-vsynth3-msrle.sh create mode 100755 testcase/fate-vsynth3-prores.sh create mode 100755 testcase/fate-vsynth3-prores_444.sh create mode 100755 testcase/fate-vsynth3-prores_444_int.sh create mode 100755 testcase/fate-vsynth3-prores_int.sh create mode 100755 testcase/fate-vsynth3-prores_ks.sh create mode 100755 testcase/fate-vsynth3-qtrle.sh create mode 100755 testcase/fate-vsynth3-r210.sh create mode 100755 testcase/fate-vsynth3-rgb.sh create mode 100755 testcase/fate-vsynth3-rpza.sh create mode 100755 testcase/fate-vsynth3-smc.sh create mode 100755 testcase/fate-vsynth3-svq1.sh create mode 100755 testcase/fate-vsynth3-v210-10.sh create mode 100755 testcase/fate-vsynth3-v210.sh create mode 100755 testcase/fate-vsynth3-v308.sh create mode 100755 testcase/fate-vsynth3-v408.sh create mode 100755 testcase/fate-vsynth3-v410.sh create mode 100755 testcase/fate-vsynth3-wmv1.sh create mode 100755 testcase/fate-vsynth3-wmv2.sh create mode 100755 testcase/fate-vsynth3-xface.sh create mode 100755 testcase/fate-vsynth3-yuv.sh create mode 100755 testcase/fate-vsynth3-yuv4.sh create mode 100755 testcase/fate-vsynth3-zlib.sh diff --git a/testcase/fate-acodec-adpcm-adx.sh b/testcase/fate-acodec-adpcm-adx.sh new file mode 100755 index 0000000..42c0514 --- /dev/null +++ b/testcase/fate-acodec-adpcm-adx.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170233-547841259 +# @用例名称: fate-acodec-adpcm-adx +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-adpcm-adx +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-adpcm-adx + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-adpcm-adx + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-adpcm-argo.sh b/testcase/fate-acodec-adpcm-argo.sh new file mode 100755 index 0000000..5525f70 --- /dev/null +++ b/testcase/fate-acodec-adpcm-argo.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170233-633478863 +# @用例名称: fate-acodec-adpcm-argo +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-adpcm-argo +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-adpcm-argo + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-adpcm-argo + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-adpcm-ima_alp.sh b/testcase/fate-acodec-adpcm-ima_alp.sh new file mode 100755 index 0000000..c73cc8c --- /dev/null +++ b/testcase/fate-acodec-adpcm-ima_alp.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170233-721448780 +# @用例名称: fate-acodec-adpcm-ima_alp +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-adpcm-ima_alp +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-adpcm-ima_alp + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-adpcm-ima_alp + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-adpcm-ima_apm.sh b/testcase/fate-acodec-adpcm-ima_apm.sh new file mode 100755 index 0000000..ba96340 --- /dev/null +++ b/testcase/fate-acodec-adpcm-ima_apm.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170233-807144363 +# @用例名称: fate-acodec-adpcm-ima_apm +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-adpcm-ima_apm +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-adpcm-ima_apm + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-adpcm-ima_apm + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-adpcm-ima_qt-trellis.sh b/testcase/fate-acodec-adpcm-ima_qt-trellis.sh new file mode 100755 index 0000000..cbd6688 --- /dev/null +++ b/testcase/fate-acodec-adpcm-ima_qt-trellis.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170233-980460460 +# @用例名称: fate-acodec-adpcm-ima_qt-trellis +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-adpcm-ima_qt-trellis +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-adpcm-ima_qt-trellis + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-adpcm-ima_qt-trellis + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-adpcm-ima_qt.sh b/testcase/fate-acodec-adpcm-ima_qt.sh new file mode 100755 index 0000000..394ada6 --- /dev/null +++ b/testcase/fate-acodec-adpcm-ima_qt.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170233-894329627 +# @用例名称: fate-acodec-adpcm-ima_qt +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-adpcm-ima_qt +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-adpcm-ima_qt + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-adpcm-ima_qt + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-adpcm-ima_ssi.sh b/testcase/fate-acodec-adpcm-ima_ssi.sh new file mode 100755 index 0000000..cc3fab0 --- /dev/null +++ b/testcase/fate-acodec-adpcm-ima_ssi.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170234-070074996 +# @用例名称: fate-acodec-adpcm-ima_ssi +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-adpcm-ima_ssi +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-adpcm-ima_ssi + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-adpcm-ima_ssi + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-adpcm-ima_wav-trellis.sh b/testcase/fate-acodec-adpcm-ima_wav-trellis.sh new file mode 100755 index 0000000..726b43c --- /dev/null +++ b/testcase/fate-acodec-adpcm-ima_wav-trellis.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170234-246463643 +# @用例名称: fate-acodec-adpcm-ima_wav-trellis +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-adpcm-ima_wav-trellis +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-adpcm-ima_wav-trellis + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-adpcm-ima_wav-trellis + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-adpcm-ima_wav.sh b/testcase/fate-acodec-adpcm-ima_wav.sh new file mode 100755 index 0000000..d4183ff --- /dev/null +++ b/testcase/fate-acodec-adpcm-ima_wav.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170234-157152951 +# @用例名称: fate-acodec-adpcm-ima_wav +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-adpcm-ima_wav +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-adpcm-ima_wav + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-adpcm-ima_wav + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-adpcm-ima_ws.sh b/testcase/fate-acodec-adpcm-ima_ws.sh new file mode 100755 index 0000000..d5a1db3 --- /dev/null +++ b/testcase/fate-acodec-adpcm-ima_ws.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170234-334271194 +# @用例名称: fate-acodec-adpcm-ima_ws +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-adpcm-ima_ws +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-adpcm-ima_ws + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-adpcm-ima_ws + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-adpcm-ms-trellis.sh b/testcase/fate-acodec-adpcm-ms-trellis.sh new file mode 100755 index 0000000..f985477 --- /dev/null +++ b/testcase/fate-acodec-adpcm-ms-trellis.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170234-509659532 +# @用例名称: fate-acodec-adpcm-ms-trellis +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-adpcm-ms-trellis +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-adpcm-ms-trellis + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-adpcm-ms-trellis + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-adpcm-ms.sh b/testcase/fate-acodec-adpcm-ms.sh new file mode 100755 index 0000000..0d95bdf --- /dev/null +++ b/testcase/fate-acodec-adpcm-ms.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170234-423509917 +# @用例名称: fate-acodec-adpcm-ms +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-adpcm-ms +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-adpcm-ms + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-adpcm-ms + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-adpcm-swf-trellis.sh b/testcase/fate-acodec-adpcm-swf-trellis.sh new file mode 100755 index 0000000..1a3798b --- /dev/null +++ b/testcase/fate-acodec-adpcm-swf-trellis.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170234-680140014 +# @用例名称: fate-acodec-adpcm-swf-trellis +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-adpcm-swf-trellis +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-adpcm-swf-trellis + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-adpcm-swf-trellis + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-adpcm-swf-wav.sh b/testcase/fate-acodec-adpcm-swf-wav.sh new file mode 100755 index 0000000..121144a --- /dev/null +++ b/testcase/fate-acodec-adpcm-swf-wav.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170234-767662971 +# @用例名称: fate-acodec-adpcm-swf-wav +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-adpcm-swf-wav +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-adpcm-swf-wav + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-adpcm-swf-wav + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-adpcm-swf.sh b/testcase/fate-acodec-adpcm-swf.sh new file mode 100755 index 0000000..9d15c02 --- /dev/null +++ b/testcase/fate-acodec-adpcm-swf.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170234-594942542 +# @用例名称: fate-acodec-adpcm-swf +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-adpcm-swf +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-adpcm-swf + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-adpcm-swf + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-adpcm-yamaha-trellis.sh b/testcase/fate-acodec-adpcm-yamaha-trellis.sh new file mode 100755 index 0000000..38648f7 --- /dev/null +++ b/testcase/fate-acodec-adpcm-yamaha-trellis.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170234-943544787 +# @用例名称: fate-acodec-adpcm-yamaha-trellis +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-adpcm-yamaha-trellis +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-adpcm-yamaha-trellis + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-adpcm-yamaha-trellis + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-adpcm-yamaha.sh b/testcase/fate-acodec-adpcm-yamaha.sh new file mode 100755 index 0000000..106a18a --- /dev/null +++ b/testcase/fate-acodec-adpcm-yamaha.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170234-855096439 +# @用例名称: fate-acodec-adpcm-yamaha +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-adpcm-yamaha +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-adpcm-yamaha + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-adpcm-yamaha + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-alac.sh b/testcase/fate-acodec-alac.sh new file mode 100755 index 0000000..ede7544 --- /dev/null +++ b/testcase/fate-acodec-alac.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170235-030783300 +# @用例名称: fate-acodec-alac +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-alac +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-alac + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-alac + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-dca.sh b/testcase/fate-acodec-dca.sh new file mode 100755 index 0000000..917fcd9 --- /dev/null +++ b/testcase/fate-acodec-dca.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170235-117823436 +# @用例名称: fate-acodec-dca +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-dca +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-dca + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-dca + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-dca2.sh b/testcase/fate-acodec-dca2.sh new file mode 100755 index 0000000..c05a13c --- /dev/null +++ b/testcase/fate-acodec-dca2.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170235-206094028 +# @用例名称: fate-acodec-dca2 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-dca2 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-dca2 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-dca2 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-flac-exact-rice.sh b/testcase/fate-acodec-flac-exact-rice.sh new file mode 100755 index 0000000..1c5543c --- /dev/null +++ b/testcase/fate-acodec-flac-exact-rice.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170235-381739089 +# @用例名称: fate-acodec-flac-exact-rice +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-flac-exact-rice +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-flac-exact-rice + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-flac-exact-rice + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-flac.sh b/testcase/fate-acodec-flac.sh new file mode 100755 index 0000000..50a14f7 --- /dev/null +++ b/testcase/fate-acodec-flac.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170235-294575106 +# @用例名称: fate-acodec-flac +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-flac +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-flac + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-flac + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-g723_1.sh b/testcase/fate-acodec-g723_1.sh new file mode 100755 index 0000000..1c7d1be --- /dev/null +++ b/testcase/fate-acodec-g723_1.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170235-467421482 +# @用例名称: fate-acodec-g723_1 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-g723_1 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-g723_1 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-g723_1 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-mp2.sh b/testcase/fate-acodec-mp2.sh new file mode 100755 index 0000000..689d5f8 --- /dev/null +++ b/testcase/fate-acodec-mp2.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170235-552840290 +# @用例名称: fate-acodec-mp2 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-mp2 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-mp2 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-mp2 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-mp2fixed.sh b/testcase/fate-acodec-mp2fixed.sh new file mode 100755 index 0000000..a81f3c9 --- /dev/null +++ b/testcase/fate-acodec-mp2fixed.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170235-639111582 +# @用例名称: fate-acodec-mp2fixed +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-mp2fixed +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-mp2fixed + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-mp2fixed + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-pcm-alaw.sh b/testcase/fate-acodec-pcm-alaw.sh new file mode 100755 index 0000000..faedb22 --- /dev/null +++ b/testcase/fate-acodec-pcm-alaw.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170235-726937872 +# @用例名称: fate-acodec-pcm-alaw +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-pcm-alaw +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-pcm-alaw + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-pcm-alaw + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-pcm-f32be.sh b/testcase/fate-acodec-pcm-f32be.sh new file mode 100755 index 0000000..3608231 --- /dev/null +++ b/testcase/fate-acodec-pcm-f32be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170235-811887639 +# @用例名称: fate-acodec-pcm-f32be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-pcm-f32be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-pcm-f32be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-pcm-f32be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-pcm-f32le.sh b/testcase/fate-acodec-pcm-f32le.sh new file mode 100755 index 0000000..fad87b7 --- /dev/null +++ b/testcase/fate-acodec-pcm-f32le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170235-896376505 +# @用例名称: fate-acodec-pcm-f32le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-pcm-f32le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-pcm-f32le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-pcm-f32le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-pcm-f64be.sh b/testcase/fate-acodec-pcm-f64be.sh new file mode 100755 index 0000000..6d07fa9 --- /dev/null +++ b/testcase/fate-acodec-pcm-f64be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170235-982368161 +# @用例名称: fate-acodec-pcm-f64be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-pcm-f64be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-pcm-f64be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-pcm-f64be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-pcm-f64le.sh b/testcase/fate-acodec-pcm-f64le.sh new file mode 100755 index 0000000..6dcef76 --- /dev/null +++ b/testcase/fate-acodec-pcm-f64le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170236-068867558 +# @用例名称: fate-acodec-pcm-f64le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-pcm-f64le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-pcm-f64le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-pcm-f64le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-pcm-mulaw.sh b/testcase/fate-acodec-pcm-mulaw.sh new file mode 100755 index 0000000..08ced45 --- /dev/null +++ b/testcase/fate-acodec-pcm-mulaw.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170236-153407434 +# @用例名称: fate-acodec-pcm-mulaw +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-pcm-mulaw +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-pcm-mulaw + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-pcm-mulaw + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-pcm-s16be.sh b/testcase/fate-acodec-pcm-s16be.sh new file mode 100755 index 0000000..66c629a --- /dev/null +++ b/testcase/fate-acodec-pcm-s16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170236-239192023 +# @用例名称: fate-acodec-pcm-s16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-pcm-s16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-pcm-s16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-pcm-s16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-pcm-s16be_planar.sh b/testcase/fate-acodec-pcm-s16be_planar.sh new file mode 100755 index 0000000..f0ce43d --- /dev/null +++ b/testcase/fate-acodec-pcm-s16be_planar.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170236-323567012 +# @用例名称: fate-acodec-pcm-s16be_planar +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-pcm-s16be_planar +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-pcm-s16be_planar + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-pcm-s16be_planar + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-pcm-s16le.sh b/testcase/fate-acodec-pcm-s16le.sh new file mode 100755 index 0000000..2b22489 --- /dev/null +++ b/testcase/fate-acodec-pcm-s16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170236-407357743 +# @用例名称: fate-acodec-pcm-s16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-pcm-s16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-pcm-s16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-pcm-s16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-pcm-s16le_planar.sh b/testcase/fate-acodec-pcm-s16le_planar.sh new file mode 100755 index 0000000..109b15c --- /dev/null +++ b/testcase/fate-acodec-pcm-s16le_planar.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170236-494990286 +# @用例名称: fate-acodec-pcm-s16le_planar +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-pcm-s16le_planar +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-pcm-s16le_planar + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-pcm-s16le_planar + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-pcm-s24be.sh b/testcase/fate-acodec-pcm-s24be.sh new file mode 100755 index 0000000..a9c6908 --- /dev/null +++ b/testcase/fate-acodec-pcm-s24be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170236-583215519 +# @用例名称: fate-acodec-pcm-s24be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-pcm-s24be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-pcm-s24be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-pcm-s24be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-pcm-s24le.sh b/testcase/fate-acodec-pcm-s24le.sh new file mode 100755 index 0000000..630a6e4 --- /dev/null +++ b/testcase/fate-acodec-pcm-s24le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170236-671444683 +# @用例名称: fate-acodec-pcm-s24le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-pcm-s24le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-pcm-s24le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-pcm-s24le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-pcm-s24le_planar.sh b/testcase/fate-acodec-pcm-s24le_planar.sh new file mode 100755 index 0000000..8db98d0 --- /dev/null +++ b/testcase/fate-acodec-pcm-s24le_planar.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170236-757936588 +# @用例名称: fate-acodec-pcm-s24le_planar +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-pcm-s24le_planar +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-pcm-s24le_planar + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-pcm-s24le_planar + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-pcm-s32be.sh b/testcase/fate-acodec-pcm-s32be.sh new file mode 100755 index 0000000..74dc247 --- /dev/null +++ b/testcase/fate-acodec-pcm-s32be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170236-846082663 +# @用例名称: fate-acodec-pcm-s32be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-pcm-s32be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-pcm-s32be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-pcm-s32be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-pcm-s32le.sh b/testcase/fate-acodec-pcm-s32le.sh new file mode 100755 index 0000000..4370c7b --- /dev/null +++ b/testcase/fate-acodec-pcm-s32le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170236-932429184 +# @用例名称: fate-acodec-pcm-s32le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-pcm-s32le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-pcm-s32le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-pcm-s32le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-pcm-s32le_planar.sh b/testcase/fate-acodec-pcm-s32le_planar.sh new file mode 100755 index 0000000..88b8671 --- /dev/null +++ b/testcase/fate-acodec-pcm-s32le_planar.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170237-018463869 +# @用例名称: fate-acodec-pcm-s32le_planar +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-pcm-s32le_planar +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-pcm-s32le_planar + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-pcm-s32le_planar + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-pcm-s8.sh b/testcase/fate-acodec-pcm-s8.sh new file mode 100755 index 0000000..2358543 --- /dev/null +++ b/testcase/fate-acodec-pcm-s8.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170237-104380327 +# @用例名称: fate-acodec-pcm-s8 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-pcm-s8 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-pcm-s8 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-pcm-s8 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-pcm-s8_planar.sh b/testcase/fate-acodec-pcm-s8_planar.sh new file mode 100755 index 0000000..f9946f8 --- /dev/null +++ b/testcase/fate-acodec-pcm-s8_planar.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170237-190014811 +# @用例名称: fate-acodec-pcm-s8_planar +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-pcm-s8_planar +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-pcm-s8_planar + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-pcm-s8_planar + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-pcm-u16be.sh b/testcase/fate-acodec-pcm-u16be.sh new file mode 100755 index 0000000..753b3c2 --- /dev/null +++ b/testcase/fate-acodec-pcm-u16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170237-277154975 +# @用例名称: fate-acodec-pcm-u16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-pcm-u16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-pcm-u16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-pcm-u16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-pcm-u16le.sh b/testcase/fate-acodec-pcm-u16le.sh new file mode 100755 index 0000000..61b2b90 --- /dev/null +++ b/testcase/fate-acodec-pcm-u16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170237-361846818 +# @用例名称: fate-acodec-pcm-u16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-pcm-u16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-pcm-u16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-pcm-u16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-pcm-u24be.sh b/testcase/fate-acodec-pcm-u24be.sh new file mode 100755 index 0000000..d606f96 --- /dev/null +++ b/testcase/fate-acodec-pcm-u24be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170237-447575389 +# @用例名称: fate-acodec-pcm-u24be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-pcm-u24be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-pcm-u24be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-pcm-u24be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-pcm-u24le.sh b/testcase/fate-acodec-pcm-u24le.sh new file mode 100755 index 0000000..c6ea3a0 --- /dev/null +++ b/testcase/fate-acodec-pcm-u24le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170237-532458058 +# @用例名称: fate-acodec-pcm-u24le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-pcm-u24le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-pcm-u24le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-pcm-u24le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-pcm-u32be.sh b/testcase/fate-acodec-pcm-u32be.sh new file mode 100755 index 0000000..75d3cb7 --- /dev/null +++ b/testcase/fate-acodec-pcm-u32be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170237-616245678 +# @用例名称: fate-acodec-pcm-u32be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-pcm-u32be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-pcm-u32be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-pcm-u32be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-pcm-u32le.sh b/testcase/fate-acodec-pcm-u32le.sh new file mode 100755 index 0000000..91c39ec --- /dev/null +++ b/testcase/fate-acodec-pcm-u32le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170237-700113926 +# @用例名称: fate-acodec-pcm-u32le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-pcm-u32le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-pcm-u32le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-pcm-u32le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-pcm-u8.sh b/testcase/fate-acodec-pcm-u8.sh new file mode 100755 index 0000000..c004250 --- /dev/null +++ b/testcase/fate-acodec-pcm-u8.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170237-784369586 +# @用例名称: fate-acodec-pcm-u8 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-pcm-u8 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-pcm-u8 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-pcm-u8 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-ra144.sh b/testcase/fate-acodec-ra144.sh new file mode 100755 index 0000000..90a5479 --- /dev/null +++ b/testcase/fate-acodec-ra144.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170237-868909732 +# @用例名称: fate-acodec-ra144 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-ra144 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-ra144 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-ra144 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-roqaudio.sh b/testcase/fate-acodec-roqaudio.sh new file mode 100755 index 0000000..485ac32 --- /dev/null +++ b/testcase/fate-acodec-roqaudio.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170237-955004955 +# @用例名称: fate-acodec-roqaudio +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-roqaudio +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-roqaudio + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-roqaudio + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-s302m.sh b/testcase/fate-acodec-s302m.sh new file mode 100755 index 0000000..527a935 --- /dev/null +++ b/testcase/fate-acodec-s302m.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170238-042052382 +# @用例名称: fate-acodec-s302m +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-s302m +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-s302m + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-s302m + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-tta.sh b/testcase/fate-acodec-tta.sh new file mode 100755 index 0000000..fc6665e --- /dev/null +++ b/testcase/fate-acodec-tta.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170238-127139206 +# @用例名称: fate-acodec-tta +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-tta +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-tta + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-tta + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-acodec-wavpack.sh b/testcase/fate-acodec-wavpack.sh new file mode 100755 index 0000000..7462b50 --- /dev/null +++ b/testcase/fate-acodec-wavpack.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170238-213335159 +# @用例名称: fate-acodec-wavpack +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-acodec-wavpack +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-acodec-wavpack + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-acodec-wavpack + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-concat-demuxer-extended-lavf-mxf.sh b/testcase/fate-concat-demuxer-extended-lavf-mxf.sh new file mode 100755 index 0000000..3a6a5c4 --- /dev/null +++ b/testcase/fate-concat-demuxer-extended-lavf-mxf.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170238-296916662 +# @用例名称: fate-concat-demuxer-extended-lavf-mxf +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-concat-demuxer-extended-lavf-mxf +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-concat-demuxer-extended-lavf-mxf + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-concat-demuxer-extended-lavf-mxf + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-concat-demuxer-extended-lavf-mxf_d10.sh b/testcase/fate-concat-demuxer-extended-lavf-mxf_d10.sh new file mode 100755 index 0000000..9bb04c3 --- /dev/null +++ b/testcase/fate-concat-demuxer-extended-lavf-mxf_d10.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170238-382352870 +# @用例名称: fate-concat-demuxer-extended-lavf-mxf_d10 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-concat-demuxer-extended-lavf-mxf_d10 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-concat-demuxer-extended-lavf-mxf_d10 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-concat-demuxer-extended-lavf-mxf_d10 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-concat-demuxer-simple1-lavf-mxf.sh b/testcase/fate-concat-demuxer-simple1-lavf-mxf.sh new file mode 100755 index 0000000..ed462d7 --- /dev/null +++ b/testcase/fate-concat-demuxer-simple1-lavf-mxf.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170238-467545153 +# @用例名称: fate-concat-demuxer-simple1-lavf-mxf +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-concat-demuxer-simple1-lavf-mxf +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-concat-demuxer-simple1-lavf-mxf + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-concat-demuxer-simple1-lavf-mxf + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-concat-demuxer-simple1-lavf-mxf_d10.sh b/testcase/fate-concat-demuxer-simple1-lavf-mxf_d10.sh new file mode 100755 index 0000000..b2182c1 --- /dev/null +++ b/testcase/fate-concat-demuxer-simple1-lavf-mxf_d10.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170238-550361672 +# @用例名称: fate-concat-demuxer-simple1-lavf-mxf_d10 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-concat-demuxer-simple1-lavf-mxf_d10 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-concat-demuxer-simple1-lavf-mxf_d10 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-concat-demuxer-simple1-lavf-mxf_d10 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-concat-demuxer-simple2-lavf-ts.sh b/testcase/fate-concat-demuxer-simple2-lavf-ts.sh new file mode 100755 index 0000000..eeabcf0 --- /dev/null +++ b/testcase/fate-concat-demuxer-simple2-lavf-ts.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170238-635590473 +# @用例名称: fate-concat-demuxer-simple2-lavf-ts +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-concat-demuxer-simple2-lavf-ts +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-concat-demuxer-simple2-lavf-ts + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-concat-demuxer-simple2-lavf-ts + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-dcinema-encode.sh b/testcase/fate-dcinema-encode.sh new file mode 100755 index 0000000..0bfbc23 --- /dev/null +++ b/testcase/fate-dcinema-encode.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170238-719651928 +# @用例名称: fate-dcinema-encode +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-dcinema-encode +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-dcinema-encode + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-dcinema-encode + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-ffmpeg-filter-in-eof.sh b/testcase/fate-ffmpeg-filter-in-eof.sh new file mode 100755 index 0000000..fc0d6f7 --- /dev/null +++ b/testcase/fate-ffmpeg-filter-in-eof.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170238-804897179 +# @用例名称: fate-ffmpeg-filter-in-eof +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-ffmpeg-filter-in-eof +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-ffmpeg-filter-in-eof + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-ffmpeg-filter-in-eof + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-ffmpeg-filter_complex.sh b/testcase/fate-ffmpeg-filter_complex.sh new file mode 100755 index 0000000..f2eb7f9 --- /dev/null +++ b/testcase/fate-ffmpeg-filter_complex.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170238-890202550 +# @用例名称: fate-ffmpeg-filter_complex +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-ffmpeg-filter_complex +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-ffmpeg-filter_complex + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-ffmpeg-filter_complex + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-ffmpeg-filter_complex_audio.sh b/testcase/fate-ffmpeg-filter_complex_audio.sh new file mode 100755 index 0000000..6e78cc0 --- /dev/null +++ b/testcase/fate-ffmpeg-filter_complex_audio.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170238-977057778 +# @用例名称: fate-ffmpeg-filter_complex_audio +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-ffmpeg-filter_complex_audio +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-ffmpeg-filter_complex_audio + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-ffmpeg-filter_complex_audio + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-ffmpeg-lavfi.sh b/testcase/fate-ffmpeg-lavfi.sh new file mode 100755 index 0000000..9a6e7ab --- /dev/null +++ b/testcase/fate-ffmpeg-lavfi.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170239-062282160 +# @用例名称: fate-ffmpeg-lavfi +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-ffmpeg-lavfi +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-ffmpeg-lavfi + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-ffmpeg-lavfi + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-ffmpeg-loopback-decoding.sh b/testcase/fate-ffmpeg-loopback-decoding.sh new file mode 100755 index 0000000..d157ace --- /dev/null +++ b/testcase/fate-ffmpeg-loopback-decoding.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170239-149619771 +# @用例名称: fate-ffmpeg-loopback-decoding +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-ffmpeg-loopback-decoding +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-ffmpeg-loopback-decoding + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-ffmpeg-loopback-decoding + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-ffmpeg-streamcopy-t.sh b/testcase/fate-ffmpeg-streamcopy-t.sh new file mode 100755 index 0000000..c128a1e --- /dev/null +++ b/testcase/fate-ffmpeg-streamcopy-t.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170239-234662186 +# @用例名称: fate-ffmpeg-streamcopy-t +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-ffmpeg-streamcopy-t +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-ffmpeg-streamcopy-t + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-ffmpeg-streamcopy-t + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-ffprobe_compact.sh b/testcase/fate-ffprobe_compact.sh new file mode 100755 index 0000000..2993652 --- /dev/null +++ b/testcase/fate-ffprobe_compact.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170239-319583104 +# @用例名称: fate-ffprobe_compact +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-ffprobe_compact +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-ffprobe_compact + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-ffprobe_compact + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-ffprobe_csv.sh b/testcase/fate-ffprobe_csv.sh new file mode 100755 index 0000000..17dc4f7 --- /dev/null +++ b/testcase/fate-ffprobe_csv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170239-406693389 +# @用例名称: fate-ffprobe_csv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-ffprobe_csv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-ffprobe_csv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-ffprobe_csv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-ffprobe_default.sh b/testcase/fate-ffprobe_default.sh new file mode 100755 index 0000000..959ca85 --- /dev/null +++ b/testcase/fate-ffprobe_default.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170239-493418811 +# @用例名称: fate-ffprobe_default +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-ffprobe_default +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-ffprobe_default + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-ffprobe_default + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-ffprobe_flat.sh b/testcase/fate-ffprobe_flat.sh new file mode 100755 index 0000000..397f8ba --- /dev/null +++ b/testcase/fate-ffprobe_flat.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170239-580243631 +# @用例名称: fate-ffprobe_flat +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-ffprobe_flat +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-ffprobe_flat + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-ffprobe_flat + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-ffprobe_ini.sh b/testcase/fate-ffprobe_ini.sh new file mode 100755 index 0000000..791bdfd --- /dev/null +++ b/testcase/fate-ffprobe_ini.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170239-666445704 +# @用例名称: fate-ffprobe_ini +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-ffprobe_ini +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-ffprobe_ini + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-ffprobe_ini + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-ffprobe_json.sh b/testcase/fate-ffprobe_json.sh new file mode 100755 index 0000000..789909c --- /dev/null +++ b/testcase/fate-ffprobe_json.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170239-753087028 +# @用例名称: fate-ffprobe_json +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-ffprobe_json +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-ffprobe_json + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-ffprobe_json + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-ffprobe_xml.sh b/testcase/fate-ffprobe_xml.sh new file mode 100755 index 0000000..619a958 --- /dev/null +++ b/testcase/fate-ffprobe_xml.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170239-837045504 +# @用例名称: fate-ffprobe_xml +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-ffprobe_xml +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-ffprobe_xml + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-ffprobe_xml + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-ffprobe_xsd.sh b/testcase/fate-ffprobe_xsd.sh new file mode 100755 index 0000000..2b05149 --- /dev/null +++ b/testcase/fate-ffprobe_xsd.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170239-923521531 +# @用例名称: fate-ffprobe_xsd +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-ffprobe_xsd +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-ffprobe_xsd + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-ffprobe_xsd + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-fifo-muxer-tst.sh b/testcase/fate-fifo-muxer-tst.sh new file mode 100755 index 0000000..382dbca --- /dev/null +++ b/testcase/fate-fifo-muxer-tst.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170240-010098107 +# @用例名称: fate-fifo-muxer-tst +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-fifo-muxer-tst +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-fifo-muxer-tst + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-fifo-muxer-tst + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-adelay.sh b/testcase/fate-filter-adelay.sh new file mode 100755 index 0000000..d40d872 --- /dev/null +++ b/testcase/fate-filter-adelay.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170240-096565944 +# @用例名称: fate-filter-adelay +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-adelay +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-adelay + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-adelay + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-aecho.sh b/testcase/fate-filter-aecho.sh new file mode 100755 index 0000000..a71dc22 --- /dev/null +++ b/testcase/fate-filter-aecho.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170240-182752847 +# @用例名称: fate-filter-aecho +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-aecho +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-aecho + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-aecho + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-aemphasis-50fm.sh b/testcase/fate-filter-aemphasis-50fm.sh new file mode 100755 index 0000000..84b544f --- /dev/null +++ b/testcase/fate-filter-aemphasis-50fm.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170240-270345812 +# @用例名称: fate-filter-aemphasis-50fm +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-aemphasis-50fm +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-aemphasis-50fm + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-aemphasis-50fm + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-aemphasis-75kf.sh b/testcase/fate-filter-aemphasis-75kf.sh new file mode 100755 index 0000000..4984b5b --- /dev/null +++ b/testcase/fate-filter-aemphasis-75kf.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170240-356133983 +# @用例名称: fate-filter-aemphasis-75kf +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-aemphasis-75kf +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-aemphasis-75kf + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-aemphasis-75kf + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-afade-esin.sh b/testcase/fate-filter-afade-esin.sh new file mode 100755 index 0000000..781a07c --- /dev/null +++ b/testcase/fate-filter-afade-esin.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170240-440550080 +# @用例名称: fate-filter-afade-esin +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-afade-esin +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-afade-esin + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-afade-esin + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-afade-exp.sh b/testcase/fate-filter-afade-exp.sh new file mode 100755 index 0000000..701bcbc --- /dev/null +++ b/testcase/fate-filter-afade-exp.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170240-525759302 +# @用例名称: fate-filter-afade-exp +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-afade-exp +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-afade-exp + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-afade-exp + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-afade-hsin.sh b/testcase/fate-filter-afade-hsin.sh new file mode 100755 index 0000000..27f1909 --- /dev/null +++ b/testcase/fate-filter-afade-hsin.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170240-610666070 +# @用例名称: fate-filter-afade-hsin +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-afade-hsin +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-afade-hsin + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-afade-hsin + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-afade-iqsin.sh b/testcase/fate-filter-afade-iqsin.sh new file mode 100755 index 0000000..c84579e --- /dev/null +++ b/testcase/fate-filter-afade-iqsin.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170240-696543648 +# @用例名称: fate-filter-afade-iqsin +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-afade-iqsin +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-afade-iqsin + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-afade-iqsin + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-afade-log.sh b/testcase/fate-filter-afade-log.sh new file mode 100755 index 0000000..8b087d3 --- /dev/null +++ b/testcase/fate-filter-afade-log.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170240-781570965 +# @用例名称: fate-filter-afade-log +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-afade-log +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-afade-log + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-afade-log + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-afade-qsin.sh b/testcase/fate-filter-afade-qsin.sh new file mode 100755 index 0000000..19354cc --- /dev/null +++ b/testcase/fate-filter-afade-qsin.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170240-867914265 +# @用例名称: fate-filter-afade-qsin +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-afade-qsin +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-afade-qsin + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-afade-qsin + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-agate.sh b/testcase/fate-filter-agate.sh new file mode 100755 index 0000000..87e0593 --- /dev/null +++ b/testcase/fate-filter-agate.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170240-953819383 +# @用例名称: fate-filter-agate +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-agate +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-agate + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-agate + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-alimiter.sh b/testcase/fate-filter-alimiter.sh new file mode 100755 index 0000000..190a1a9 --- /dev/null +++ b/testcase/fate-filter-alimiter.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170241-038770529 +# @用例名称: fate-filter-alimiter +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-alimiter +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-alimiter + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-alimiter + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-allrgb.sh b/testcase/fate-filter-allrgb.sh new file mode 100755 index 0000000..363dd9e --- /dev/null +++ b/testcase/fate-filter-allrgb.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170241-123692727 +# @用例名称: fate-filter-allrgb +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-allrgb +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-allrgb + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-allrgb + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-allyuv.sh b/testcase/fate-filter-allyuv.sh new file mode 100755 index 0000000..0e019bc --- /dev/null +++ b/testcase/fate-filter-allyuv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170241-210598076 +# @用例名称: fate-filter-allyuv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-allyuv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-allyuv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-allyuv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-aloop.sh b/testcase/fate-filter-aloop.sh new file mode 100755 index 0000000..e153959 --- /dev/null +++ b/testcase/fate-filter-aloop.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170241-298890718 +# @用例名称: fate-filter-aloop +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-aloop +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-aloop + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-aloop + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-alphaextract_alphamerge_rgb.sh b/testcase/fate-filter-alphaextract_alphamerge_rgb.sh new file mode 100755 index 0000000..8b6c6a7 --- /dev/null +++ b/testcase/fate-filter-alphaextract_alphamerge_rgb.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170241-386344936 +# @用例名称: fate-filter-alphaextract_alphamerge_rgb +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-alphaextract_alphamerge_rgb +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-alphaextract_alphamerge_rgb + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-alphaextract_alphamerge_rgb + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-alphaextract_alphamerge_yuv.sh b/testcase/fate-filter-alphaextract_alphamerge_yuv.sh new file mode 100755 index 0000000..20ef25b --- /dev/null +++ b/testcase/fate-filter-alphaextract_alphamerge_yuv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170241-474013170 +# @用例名称: fate-filter-alphaextract_alphamerge_yuv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-alphaextract_alphamerge_yuv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-alphaextract_alphamerge_yuv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-alphaextract_alphamerge_yuv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-amerge-mode.sh b/testcase/fate-filter-amerge-mode.sh new file mode 100755 index 0000000..52a4526 --- /dev/null +++ b/testcase/fate-filter-amerge-mode.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170241-647469054 +# @用例名称: fate-filter-amerge-mode +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-amerge-mode +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-amerge-mode + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-amerge-mode + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-amerge.sh b/testcase/fate-filter-amerge.sh new file mode 100755 index 0000000..ac35213 --- /dev/null +++ b/testcase/fate-filter-amerge.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170241-560451687 +# @用例名称: fate-filter-amerge +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-amerge +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-amerge + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-amerge + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-anequalizer.sh b/testcase/fate-filter-anequalizer.sh new file mode 100755 index 0000000..db63fcd --- /dev/null +++ b/testcase/fate-filter-anequalizer.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170241-735200447 +# @用例名称: fate-filter-anequalizer +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-anequalizer +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-anequalizer + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-anequalizer + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-anullsink.sh b/testcase/fate-filter-anullsink.sh new file mode 100755 index 0000000..72f0dc1 --- /dev/null +++ b/testcase/fate-filter-anullsink.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170241-823392290 +# @用例名称: fate-filter-anullsink +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-anullsink +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-anullsink + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-anullsink + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-apad.sh b/testcase/fate-filter-apad.sh new file mode 100755 index 0000000..25eb6f5 --- /dev/null +++ b/testcase/fate-filter-apad.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170241-911206761 +# @用例名称: fate-filter-apad +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-apad +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-apad + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-apad + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-asegment-samples-absolute.sh b/testcase/fate-filter-asegment-samples-absolute.sh new file mode 100755 index 0000000..11d0fe5 --- /dev/null +++ b/testcase/fate-filter-asegment-samples-absolute.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170241-997992532 +# @用例名称: fate-filter-asegment-samples-absolute +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-asegment-samples-absolute +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-asegment-samples-absolute + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-asegment-samples-absolute + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-asegment-samples-relative.sh b/testcase/fate-filter-asegment-samples-relative.sh new file mode 100755 index 0000000..57e1712 --- /dev/null +++ b/testcase/fate-filter-asegment-samples-relative.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170242-086438921 +# @用例名称: fate-filter-asegment-samples-relative +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-asegment-samples-relative +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-asegment-samples-relative + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-asegment-samples-relative + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-asegment-timestamps-absolute.sh b/testcase/fate-filter-asegment-timestamps-absolute.sh new file mode 100755 index 0000000..ffe340b --- /dev/null +++ b/testcase/fate-filter-asegment-timestamps-absolute.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170242-173759032 +# @用例名称: fate-filter-asegment-timestamps-absolute +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-asegment-timestamps-absolute +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-asegment-timestamps-absolute + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-asegment-timestamps-absolute + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-asegment-timestamps-relative.sh b/testcase/fate-filter-asegment-timestamps-relative.sh new file mode 100755 index 0000000..267f9da --- /dev/null +++ b/testcase/fate-filter-asegment-timestamps-relative.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170242-262617982 +# @用例名称: fate-filter-asegment-timestamps-relative +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-asegment-timestamps-relative +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-asegment-timestamps-relative + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-asegment-timestamps-relative + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-aselect.sh b/testcase/fate-filter-aselect.sh new file mode 100755 index 0000000..342003d --- /dev/null +++ b/testcase/fate-filter-aselect.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170242-349288955 +# @用例名称: fate-filter-aselect +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-aselect +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-aselect + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-aselect + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-asetnsamples-nopad.sh b/testcase/fate-filter-asetnsamples-nopad.sh new file mode 100755 index 0000000..26f3d5d --- /dev/null +++ b/testcase/fate-filter-asetnsamples-nopad.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170242-439550668 +# @用例名称: fate-filter-asetnsamples-nopad +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-asetnsamples-nopad +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-asetnsamples-nopad + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-asetnsamples-nopad + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-asetnsamples-pad.sh b/testcase/fate-filter-asetnsamples-pad.sh new file mode 100755 index 0000000..3507371 --- /dev/null +++ b/testcase/fate-filter-asetnsamples-pad.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170242-529137245 +# @用例名称: fate-filter-asetnsamples-pad +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-asetnsamples-pad +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-asetnsamples-pad + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-asetnsamples-pad + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-asetrate.sh b/testcase/fate-filter-asetrate.sh new file mode 100755 index 0000000..f2b6f6f --- /dev/null +++ b/testcase/fate-filter-asetrate.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170242-616768929 +# @用例名称: fate-filter-asetrate +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-asetrate +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-asetrate + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-asetrate + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-atrim-duration.sh b/testcase/fate-filter-atrim-duration.sh new file mode 100755 index 0000000..4500c8f --- /dev/null +++ b/testcase/fate-filter-atrim-duration.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170242-703636279 +# @用例名称: fate-filter-atrim-duration +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-atrim-duration +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-atrim-duration + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-atrim-duration + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-atrim-mixed.sh b/testcase/fate-filter-atrim-mixed.sh new file mode 100755 index 0000000..bb85dcd --- /dev/null +++ b/testcase/fate-filter-atrim-mixed.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170242-791182856 +# @用例名称: fate-filter-atrim-mixed +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-atrim-mixed +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-atrim-mixed + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-atrim-mixed + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-atrim-samples.sh b/testcase/fate-filter-atrim-samples.sh new file mode 100755 index 0000000..ce40517 --- /dev/null +++ b/testcase/fate-filter-atrim-samples.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170242-876702521 +# @用例名称: fate-filter-atrim-samples +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-atrim-samples +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-atrim-samples + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-atrim-samples + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-atrim-time.sh b/testcase/fate-filter-atrim-time.sh new file mode 100755 index 0000000..c9548d4 --- /dev/null +++ b/testcase/fate-filter-atrim-time.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170242-962924393 +# @用例名称: fate-filter-atrim-time +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-atrim-time +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-atrim-time + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-atrim-time + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-channelmap-one-int.sh b/testcase/fate-filter-channelmap-one-int.sh new file mode 100755 index 0000000..c7ecbc5 --- /dev/null +++ b/testcase/fate-filter-channelmap-one-int.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170243-047447759 +# @用例名称: fate-filter-channelmap-one-int +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-channelmap-one-int +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-channelmap-one-int + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-channelmap-one-int + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-channelmap-one-str.sh b/testcase/fate-filter-channelmap-one-str.sh new file mode 100755 index 0000000..f94b14c --- /dev/null +++ b/testcase/fate-filter-channelmap-one-str.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170243-133584582 +# @用例名称: fate-filter-channelmap-one-str +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-channelmap-one-str +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-channelmap-one-str + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-channelmap-one-str + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-channelsplit.sh b/testcase/fate-filter-channelsplit.sh new file mode 100755 index 0000000..fa55820 --- /dev/null +++ b/testcase/fate-filter-channelsplit.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170243-218057969 +# @用例名称: fate-filter-channelsplit +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-channelsplit +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-channelsplit + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-channelsplit + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-chorus.sh b/testcase/fate-filter-chorus.sh new file mode 100755 index 0000000..0fb3ece --- /dev/null +++ b/testcase/fate-filter-chorus.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170243-304275371 +# @用例名称: fate-filter-chorus +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-chorus +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-chorus + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-chorus + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-chromashift-smear.sh b/testcase/fate-filter-chromashift-smear.sh new file mode 100755 index 0000000..9e033be --- /dev/null +++ b/testcase/fate-filter-chromashift-smear.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170243-391662580 +# @用例名称: fate-filter-chromashift-smear +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-chromashift-smear +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-chromashift-smear + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-chromashift-smear + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-chromashift-wrap.sh b/testcase/fate-filter-chromashift-wrap.sh new file mode 100755 index 0000000..d311b4c --- /dev/null +++ b/testcase/fate-filter-chromashift-wrap.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170243-476295844 +# @用例名称: fate-filter-chromashift-wrap +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-chromashift-wrap +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-chromashift-wrap + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-chromashift-wrap + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-codecview.sh b/testcase/fate-filter-codecview.sh new file mode 100755 index 0000000..ba9da3c --- /dev/null +++ b/testcase/fate-filter-codecview.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170243-566183704 +# @用例名称: fate-filter-codecview +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-codecview +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-codecview + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-codecview + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-colorbalance-gbrap-16.sh b/testcase/fate-filter-colorbalance-gbrap-16.sh new file mode 100755 index 0000000..f56e3dd --- /dev/null +++ b/testcase/fate-filter-colorbalance-gbrap-16.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170243-826658334 +# @用例名称: fate-filter-colorbalance-gbrap-16 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-colorbalance-gbrap-16 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-colorbalance-gbrap-16 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-colorbalance-gbrap-16 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-colorbalance-gbrap.sh b/testcase/fate-filter-colorbalance-gbrap.sh new file mode 100755 index 0000000..9e6f8da --- /dev/null +++ b/testcase/fate-filter-colorbalance-gbrap.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170243-739048950 +# @用例名称: fate-filter-colorbalance-gbrap +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-colorbalance-gbrap +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-colorbalance-gbrap + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-colorbalance-gbrap + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-colorbalance-rgba64.sh b/testcase/fate-filter-colorbalance-rgba64.sh new file mode 100755 index 0000000..8376a1a --- /dev/null +++ b/testcase/fate-filter-colorbalance-rgba64.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170243-912526914 +# @用例名称: fate-filter-colorbalance-rgba64 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-colorbalance-rgba64 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-colorbalance-rgba64 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-colorbalance-rgba64 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-colorbalance.sh b/testcase/fate-filter-colorbalance.sh new file mode 100755 index 0000000..c38acb3 --- /dev/null +++ b/testcase/fate-filter-colorbalance.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170243-653661352 +# @用例名称: fate-filter-colorbalance +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-colorbalance +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-colorbalance + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-colorbalance + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-colorchannelmixer.sh b/testcase/fate-filter-colorchannelmixer.sh new file mode 100755 index 0000000..291bb77 --- /dev/null +++ b/testcase/fate-filter-colorchannelmixer.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170243-998291916 +# @用例名称: fate-filter-colorchannelmixer +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-colorchannelmixer +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-colorchannelmixer + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-colorchannelmixer + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-colorlevels-16.sh b/testcase/fate-filter-colorlevels-16.sh new file mode 100755 index 0000000..fbb3016 --- /dev/null +++ b/testcase/fate-filter-colorlevels-16.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170244-167359846 +# @用例名称: fate-filter-colorlevels-16 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-colorlevels-16 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-colorlevels-16 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-colorlevels-16 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-colorlevels.sh b/testcase/fate-filter-colorlevels.sh new file mode 100755 index 0000000..767ca96 --- /dev/null +++ b/testcase/fate-filter-colorlevels.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170244-083617134 +# @用例名称: fate-filter-colorlevels +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-colorlevels +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-colorlevels + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-colorlevels + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-compand.sh b/testcase/fate-filter-compand.sh new file mode 100755 index 0000000..ed38a54 --- /dev/null +++ b/testcase/fate-filter-compand.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170244-253433201 +# @用例名称: fate-filter-compand +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-compand +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-compand + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-compand + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-concat-vfr.sh b/testcase/fate-filter-concat-vfr.sh new file mode 100755 index 0000000..b575eb5 --- /dev/null +++ b/testcase/fate-filter-concat-vfr.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170244-423678758 +# @用例名称: fate-filter-concat-vfr +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-concat-vfr +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-concat-vfr + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-concat-vfr + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-concat.sh b/testcase/fate-filter-concat.sh new file mode 100755 index 0000000..ebe826b --- /dev/null +++ b/testcase/fate-filter-concat.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170244-339491277 +# @用例名称: fate-filter-concat +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-concat +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-concat + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-concat + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-crazychannels.sh b/testcase/fate-filter-crazychannels.sh new file mode 100755 index 0000000..bc61014 --- /dev/null +++ b/testcase/fate-filter-crazychannels.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170244-509656295 +# @用例名称: fate-filter-crazychannels +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-crazychannels +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-crazychannels + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-crazychannels + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-crop.sh b/testcase/fate-filter-crop.sh new file mode 100755 index 0000000..fddacc2 --- /dev/null +++ b/testcase/fate-filter-crop.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170244-596759339 +# @用例名称: fate-filter-crop +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-crop +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-crop + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-crop + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-crop_scale.sh b/testcase/fate-filter-crop_scale.sh new file mode 100755 index 0000000..518292e --- /dev/null +++ b/testcase/fate-filter-crop_scale.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170244-682891514 +# @用例名称: fate-filter-crop_scale +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-crop_scale +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-crop_scale + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-crop_scale + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-crop_scale_vflip.sh b/testcase/fate-filter-crop_scale_vflip.sh new file mode 100755 index 0000000..7ab59f6 --- /dev/null +++ b/testcase/fate-filter-crop_scale_vflip.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170244-771013159 +# @用例名称: fate-filter-crop_scale_vflip +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-crop_scale_vflip +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-crop_scale_vflip + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-crop_scale_vflip + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-crop_vflip.sh b/testcase/fate-filter-crop_vflip.sh new file mode 100755 index 0000000..91ac11f --- /dev/null +++ b/testcase/fate-filter-crop_vflip.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170244-856630512 +# @用例名称: fate-filter-crop_vflip +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-crop_vflip +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-crop_vflip + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-crop_vflip + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-crystalizer.sh b/testcase/fate-filter-crystalizer.sh new file mode 100755 index 0000000..1b17353 --- /dev/null +++ b/testcase/fate-filter-crystalizer.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170244-942379524 +# @用例名称: fate-filter-crystalizer +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-crystalizer +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-crystalizer + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-crystalizer + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-dcshift.sh b/testcase/fate-filter-dcshift.sh new file mode 100755 index 0000000..ece72b3 --- /dev/null +++ b/testcase/fate-filter-dcshift.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170245-028052597 +# @用例名称: fate-filter-dcshift +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-dcshift +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-dcshift + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-dcshift + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-decimate.sh b/testcase/fate-filter-decimate.sh new file mode 100755 index 0000000..8e7ed00 --- /dev/null +++ b/testcase/fate-filter-decimate.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170245-111771989 +# @用例名称: fate-filter-decimate +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-decimate +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-decimate + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-decimate + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-drawbox.sh b/testcase/fate-filter-drawbox.sh new file mode 100755 index 0000000..23493d2 --- /dev/null +++ b/testcase/fate-filter-drawbox.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170245-196560038 +# @用例名称: fate-filter-drawbox +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-drawbox +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-drawbox + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-drawbox + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-earwax.sh b/testcase/fate-filter-earwax.sh new file mode 100755 index 0000000..d47cb9b --- /dev/null +++ b/testcase/fate-filter-earwax.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170245-280254960 +# @用例名称: fate-filter-earwax +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-earwax +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-earwax + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-earwax + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-edgedetect-colormix.sh b/testcase/fate-filter-edgedetect-colormix.sh new file mode 100755 index 0000000..4145373 --- /dev/null +++ b/testcase/fate-filter-edgedetect-colormix.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170245-452016978 +# @用例名称: fate-filter-edgedetect-colormix +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-edgedetect-colormix +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-edgedetect-colormix + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-edgedetect-colormix + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-edgedetect.sh b/testcase/fate-filter-edgedetect.sh new file mode 100755 index 0000000..5c09152 --- /dev/null +++ b/testcase/fate-filter-edgedetect.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170245-366015111 +# @用例名称: fate-filter-edgedetect +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-edgedetect +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-edgedetect + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-edgedetect + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-extrastereo.sh b/testcase/fate-filter-extrastereo.sh new file mode 100755 index 0000000..cf823e2 --- /dev/null +++ b/testcase/fate-filter-extrastereo.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170245-539372378 +# @用例名称: fate-filter-extrastereo +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-extrastereo +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-extrastereo + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-extrastereo + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-fade.sh b/testcase/fate-filter-fade.sh new file mode 100755 index 0000000..87688fc --- /dev/null +++ b/testcase/fate-filter-fade.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170245-625277125 +# @用例名称: fate-filter-fade +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-fade +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-fade + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-fade + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-feedback-hflip.sh b/testcase/fate-filter-feedback-hflip.sh new file mode 100755 index 0000000..4fab4fe --- /dev/null +++ b/testcase/fate-filter-feedback-hflip.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170245-711200844 +# @用例名称: fate-filter-feedback-hflip +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-feedback-hflip +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-feedback-hflip + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-feedback-hflip + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-firequalizer.sh b/testcase/fate-filter-firequalizer.sh new file mode 100755 index 0000000..b85a967 --- /dev/null +++ b/testcase/fate-filter-firequalizer.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170245-795520673 +# @用例名称: fate-filter-firequalizer +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-firequalizer +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-firequalizer + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-firequalizer + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-formats.sh b/testcase/fate-filter-formats.sh new file mode 100755 index 0000000..d92bbad --- /dev/null +++ b/testcase/fate-filter-formats.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170245-880047029 +# @用例名称: fate-filter-formats +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-formats +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-formats + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-formats + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-fps-down-eof-pass.sh b/testcase/fate-filter-fps-down-eof-pass.sh new file mode 100755 index 0000000..56a1769 --- /dev/null +++ b/testcase/fate-filter-fps-down-eof-pass.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170246-047323534 +# @用例名称: fate-filter-fps-down-eof-pass +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-fps-down-eof-pass +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-fps-down-eof-pass + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-fps-down-eof-pass + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-fps-down-round-down.sh b/testcase/fate-filter-fps-down-round-down.sh new file mode 100755 index 0000000..f3491ab --- /dev/null +++ b/testcase/fate-filter-fps-down-round-down.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170246-131926548 +# @用例名称: fate-filter-fps-down-round-down +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-fps-down-round-down +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-fps-down-round-down + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-fps-down-round-down + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-fps-down-round-up.sh b/testcase/fate-filter-fps-down-round-up.sh new file mode 100755 index 0000000..cec1a88 --- /dev/null +++ b/testcase/fate-filter-fps-down-round-up.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170246-218888006 +# @用例名称: fate-filter-fps-down-round-up +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-fps-down-round-up +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-fps-down-round-up + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-fps-down-round-up + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-fps-down.sh b/testcase/fate-filter-fps-down.sh new file mode 100755 index 0000000..b874fd7 --- /dev/null +++ b/testcase/fate-filter-fps-down.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170245-964373668 +# @用例名称: fate-filter-fps-down +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-fps-down +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-fps-down + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-fps-down + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-fps-start-drop.sh b/testcase/fate-filter-fps-start-drop.sh new file mode 100755 index 0000000..0f3e17e --- /dev/null +++ b/testcase/fate-filter-fps-start-drop.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170246-305868673 +# @用例名称: fate-filter-fps-start-drop +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-fps-start-drop +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-fps-start-drop + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-fps-start-drop + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-fps-start-fill.sh b/testcase/fate-filter-fps-start-fill.sh new file mode 100755 index 0000000..3f1b2a2 --- /dev/null +++ b/testcase/fate-filter-fps-start-fill.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170246-395120445 +# @用例名称: fate-filter-fps-start-fill +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-fps-start-fill +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-fps-start-fill + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-fps-start-fill + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-fps-up-round-down.sh b/testcase/fate-filter-fps-up-round-down.sh new file mode 100755 index 0000000..45e8a5a --- /dev/null +++ b/testcase/fate-filter-fps-up-round-down.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170246-574425906 +# @用例名称: fate-filter-fps-up-round-down +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-fps-up-round-down +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-fps-up-round-down + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-fps-up-round-down + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-fps-up-round-up.sh b/testcase/fate-filter-fps-up-round-up.sh new file mode 100755 index 0000000..9e2566a --- /dev/null +++ b/testcase/fate-filter-fps-up-round-up.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170246-661215867 +# @用例名称: fate-filter-fps-up-round-up +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-fps-up-round-up +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-fps-up-round-up + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-fps-up-round-up + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-fps-up.sh b/testcase/fate-filter-fps-up.sh new file mode 100755 index 0000000..7249352 --- /dev/null +++ b/testcase/fate-filter-fps-up.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170246-485974107 +# @用例名称: fate-filter-fps-up +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-fps-up +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-fps-up + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-fps-up + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-framepack-columns.sh b/testcase/fate-filter-framepack-columns.sh new file mode 100755 index 0000000..3ea2f3e --- /dev/null +++ b/testcase/fate-filter-framepack-columns.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170246-749579167 +# @用例名称: fate-filter-framepack-columns +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-framepack-columns +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-framepack-columns + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-framepack-columns + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-framepack-frameseq.sh b/testcase/fate-filter-framepack-frameseq.sh new file mode 100755 index 0000000..122d246 --- /dev/null +++ b/testcase/fate-filter-framepack-frameseq.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170246-839272742 +# @用例名称: fate-filter-framepack-frameseq +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-framepack-frameseq +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-framepack-frameseq + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-framepack-frameseq + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-framepack-lines.sh b/testcase/fate-filter-framepack-lines.sh new file mode 100755 index 0000000..b248b5f --- /dev/null +++ b/testcase/fate-filter-framepack-lines.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170246-926401885 +# @用例名称: fate-filter-framepack-lines +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-framepack-lines +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-framepack-lines + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-framepack-lines + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-framepack-sbs.sh b/testcase/fate-filter-framepack-sbs.sh new file mode 100755 index 0000000..e36a5cd --- /dev/null +++ b/testcase/fate-filter-framepack-sbs.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170247-010994300 +# @用例名称: fate-filter-framepack-sbs +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-framepack-sbs +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-framepack-sbs + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-framepack-sbs + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-framepack-tab.sh b/testcase/fate-filter-framepack-tab.sh new file mode 100755 index 0000000..3e6cd5c --- /dev/null +++ b/testcase/fate-filter-framepack-tab.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170247-095505116 +# @用例名称: fate-filter-framepack-tab +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-framepack-tab +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-framepack-tab + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-framepack-tab + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-framerate-12bit-down.sh b/testcase/fate-filter-framerate-12bit-down.sh new file mode 100755 index 0000000..ba1df8d --- /dev/null +++ b/testcase/fate-filter-framerate-12bit-down.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170247-180961943 +# @用例名称: fate-filter-framerate-12bit-down +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-framerate-12bit-down +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-framerate-12bit-down + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-framerate-12bit-down + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-framerate-12bit-up.sh b/testcase/fate-filter-framerate-12bit-up.sh new file mode 100755 index 0000000..b710913 --- /dev/null +++ b/testcase/fate-filter-framerate-12bit-up.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170247-266333332 +# @用例名称: fate-filter-framerate-12bit-up +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-framerate-12bit-up +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-framerate-12bit-up + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-framerate-12bit-up + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-framerate-down.sh b/testcase/fate-filter-framerate-down.sh new file mode 100755 index 0000000..3134601 --- /dev/null +++ b/testcase/fate-filter-framerate-down.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170247-352490175 +# @用例名称: fate-filter-framerate-down +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-framerate-down +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-framerate-down + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-framerate-down + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-framerate-up.sh b/testcase/fate-filter-framerate-up.sh new file mode 100755 index 0000000..92b9257 --- /dev/null +++ b/testcase/fate-filter-framerate-up.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170247-437014170 +# @用例名称: fate-filter-framerate-up +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-framerate-up +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-framerate-up + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-framerate-up + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-gradfun.sh b/testcase/fate-filter-gradfun.sh new file mode 100755 index 0000000..9f06fdc --- /dev/null +++ b/testcase/fate-filter-gradfun.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170247-524988749 +# @用例名称: fate-filter-gradfun +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-gradfun +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-gradfun + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-gradfun + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-histogram-levels.sh b/testcase/fate-filter-histogram-levels.sh new file mode 100755 index 0000000..498f81c --- /dev/null +++ b/testcase/fate-filter-histogram-levels.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170247-612389717 +# @用例名称: fate-filter-histogram-levels +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-histogram-levels +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-histogram-levels + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-histogram-levels + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-hls-append.sh b/testcase/fate-filter-hls-append.sh new file mode 100755 index 0000000..2d27aca --- /dev/null +++ b/testcase/fate-filter-hls-append.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170247-789153797 +# @用例名称: fate-filter-hls-append +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-hls-append +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-hls-append + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-hls-append + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-hls.sh b/testcase/fate-filter-hls.sh new file mode 100755 index 0000000..3d9ebe2 --- /dev/null +++ b/testcase/fate-filter-hls.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170247-700596470 +# @用例名称: fate-filter-hls +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-hls +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-hls + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-hls + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-hstack.sh b/testcase/fate-filter-hstack.sh new file mode 100755 index 0000000..1a3e9b4 --- /dev/null +++ b/testcase/fate-filter-hstack.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170247-878838331 +# @用例名称: fate-filter-hstack +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-hstack +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-hstack + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-hstack + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-hue1.sh b/testcase/fate-filter-hue1.sh new file mode 100755 index 0000000..0313e32 --- /dev/null +++ b/testcase/fate-filter-hue1.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170247-965080953 +# @用例名称: fate-filter-hue1 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-hue1 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-hue1 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-hue1 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-hue2.sh b/testcase/fate-filter-hue2.sh new file mode 100755 index 0000000..b500f1d --- /dev/null +++ b/testcase/fate-filter-hue2.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170248-054494403 +# @用例名称: fate-filter-hue2 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-hue2 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-hue2 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-hue2 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-hue3.sh b/testcase/fate-filter-hue3.sh new file mode 100755 index 0000000..82e240a --- /dev/null +++ b/testcase/fate-filter-hue3.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170248-142095298 +# @用例名称: fate-filter-hue3 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-hue3 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-hue3 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-hue3 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-hue4.sh b/testcase/fate-filter-hue4.sh new file mode 100755 index 0000000..612e8c2 --- /dev/null +++ b/testcase/fate-filter-hue4.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170248-228262291 +# @用例名称: fate-filter-hue4 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-hue4 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-hue4 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-hue4 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-idet.sh b/testcase/fate-filter-idet.sh new file mode 100755 index 0000000..280a748 --- /dev/null +++ b/testcase/fate-filter-idet.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170248-317181480 +# @用例名称: fate-filter-idet +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-idet +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-idet + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-idet + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-join.sh b/testcase/fate-filter-join.sh new file mode 100755 index 0000000..c3c41b5 --- /dev/null +++ b/testcase/fate-filter-join.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170248-404400762 +# @用例名称: fate-filter-join +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-join +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-join + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-join + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-lavd-life.sh b/testcase/fate-filter-lavd-life.sh new file mode 100755 index 0000000..12fdd44 --- /dev/null +++ b/testcase/fate-filter-lavd-life.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170248-490532057 +# @用例名称: fate-filter-lavd-life +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-lavd-life +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-lavd-life + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-lavd-life + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-lavd-scalenorm.sh b/testcase/fate-filter-lavd-scalenorm.sh new file mode 100755 index 0000000..43a2570 --- /dev/null +++ b/testcase/fate-filter-lavd-scalenorm.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170248-574952205 +# @用例名称: fate-filter-lavd-scalenorm +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-lavd-scalenorm +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-lavd-scalenorm + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-lavd-scalenorm + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-lavd-testsrc.sh b/testcase/fate-filter-lavd-testsrc.sh new file mode 100755 index 0000000..a8a40de --- /dev/null +++ b/testcase/fate-filter-lavd-testsrc.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170248-660089978 +# @用例名称: fate-filter-lavd-testsrc +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-lavd-testsrc +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-lavd-testsrc + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-lavd-testsrc + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-median.sh b/testcase/fate-filter-median.sh new file mode 100755 index 0000000..a403c02 --- /dev/null +++ b/testcase/fate-filter-median.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170248-745986226 +# @用例名称: fate-filter-median +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-median +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-median + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-median + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-mergeplanes.sh b/testcase/fate-filter-mergeplanes.sh new file mode 100755 index 0000000..9edbdc9 --- /dev/null +++ b/testcase/fate-filter-mergeplanes.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170248-830843755 +# @用例名称: fate-filter-mergeplanes +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-mergeplanes +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-mergeplanes + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-mergeplanes + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-minterpolate-down.sh b/testcase/fate-filter-minterpolate-down.sh new file mode 100755 index 0000000..f9704b7 --- /dev/null +++ b/testcase/fate-filter-minterpolate-down.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170248-914950749 +# @用例名称: fate-filter-minterpolate-down +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-minterpolate-down +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-minterpolate-down + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-minterpolate-down + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-minterpolate-up.sh b/testcase/fate-filter-minterpolate-up.sh new file mode 100755 index 0000000..c71871a --- /dev/null +++ b/testcase/fate-filter-minterpolate-up.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170248-998720189 +# @用例名称: fate-filter-minterpolate-up +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-minterpolate-up +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-minterpolate-up + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-minterpolate-up + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-negate.sh b/testcase/fate-filter-negate.sh new file mode 100755 index 0000000..15c6ac7 --- /dev/null +++ b/testcase/fate-filter-negate.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170249-083200355 +# @用例名称: fate-filter-negate +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-negate +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-negate + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-negate + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-null.sh b/testcase/fate-filter-null.sh new file mode 100755 index 0000000..3de385d --- /dev/null +++ b/testcase/fate-filter-null.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170249-167212651 +# @用例名称: fate-filter-null +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-null +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-null + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-null + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-overlay.sh b/testcase/fate-filter-overlay.sh new file mode 100755 index 0000000..c022d41 --- /dev/null +++ b/testcase/fate-filter-overlay.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170249-254532892 +# @用例名称: fate-filter-overlay +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-overlay +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-overlay + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-overlay + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-overlay_nv12.sh b/testcase/fate-filter-overlay_nv12.sh new file mode 100755 index 0000000..7d1e76e --- /dev/null +++ b/testcase/fate-filter-overlay_nv12.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170249-338094715 +# @用例名称: fate-filter-overlay_nv12 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-overlay_nv12 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-overlay_nv12 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-overlay_nv12 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-overlay_nv21.sh b/testcase/fate-filter-overlay_nv21.sh new file mode 100755 index 0000000..4df56a9 --- /dev/null +++ b/testcase/fate-filter-overlay_nv21.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170249-420665889 +# @用例名称: fate-filter-overlay_nv21 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-overlay_nv21 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-overlay_nv21 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-overlay_nv21 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-overlay_rgb.sh b/testcase/fate-filter-overlay_rgb.sh new file mode 100755 index 0000000..5276970 --- /dev/null +++ b/testcase/fate-filter-overlay_rgb.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170249-504964369 +# @用例名称: fate-filter-overlay_rgb +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-overlay_rgb +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-overlay_rgb + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-overlay_rgb + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-overlay_yuv420.sh b/testcase/fate-filter-overlay_yuv420.sh new file mode 100755 index 0000000..d554027 --- /dev/null +++ b/testcase/fate-filter-overlay_yuv420.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170249-589347477 +# @用例名称: fate-filter-overlay_yuv420 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-overlay_yuv420 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-overlay_yuv420 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-overlay_yuv420 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-overlay_yuv420p10.sh b/testcase/fate-filter-overlay_yuv420p10.sh new file mode 100755 index 0000000..77155d6 --- /dev/null +++ b/testcase/fate-filter-overlay_yuv420p10.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170249-673520499 +# @用例名称: fate-filter-overlay_yuv420p10 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-overlay_yuv420p10 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-overlay_yuv420p10 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-overlay_yuv420p10 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-overlay_yuv422.sh b/testcase/fate-filter-overlay_yuv422.sh new file mode 100755 index 0000000..50db20d --- /dev/null +++ b/testcase/fate-filter-overlay_yuv422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170249-758174582 +# @用例名称: fate-filter-overlay_yuv422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-overlay_yuv422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-overlay_yuv422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-overlay_yuv422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-overlay_yuv422p10.sh b/testcase/fate-filter-overlay_yuv422p10.sh new file mode 100755 index 0000000..6af5494 --- /dev/null +++ b/testcase/fate-filter-overlay_yuv422p10.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170249-841450492 +# @用例名称: fate-filter-overlay_yuv422p10 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-overlay_yuv422p10 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-overlay_yuv422p10 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-overlay_yuv422p10 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-overlay_yuv444.sh b/testcase/fate-filter-overlay_yuv444.sh new file mode 100755 index 0000000..3b34d77 --- /dev/null +++ b/testcase/fate-filter-overlay_yuv444.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170249-924691022 +# @用例名称: fate-filter-overlay_yuv444 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-overlay_yuv444 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-overlay_yuv444 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-overlay_yuv444 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-overlay_yuv444p10.sh b/testcase/fate-filter-overlay_yuv444p10.sh new file mode 100755 index 0000000..a436da0 --- /dev/null +++ b/testcase/fate-filter-overlay_yuv444p10.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170250-010636771 +# @用例名称: fate-filter-overlay_yuv444p10 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-overlay_yuv444p10 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-overlay_yuv444p10 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-overlay_yuv444p10 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pad.sh b/testcase/fate-filter-pad.sh new file mode 100755 index 0000000..4746248 --- /dev/null +++ b/testcase/fate-filter-pad.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170250-099520130 +# @用例名称: fate-filter-pad +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pad +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pad + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pad + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pal100bars.sh b/testcase/fate-filter-pal100bars.sh new file mode 100755 index 0000000..119a3d9 --- /dev/null +++ b/testcase/fate-filter-pal100bars.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170250-186801992 +# @用例名称: fate-filter-pal100bars +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pal100bars +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pal100bars + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pal100bars + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pal75bars.sh b/testcase/fate-filter-pal75bars.sh new file mode 100755 index 0000000..79cc5f8 --- /dev/null +++ b/testcase/fate-filter-pal75bars.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170250-272421656 +# @用例名称: fate-filter-pal75bars +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pal75bars +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pal75bars + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pal75bars + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pan-downmix1.sh b/testcase/fate-filter-pan-downmix1.sh new file mode 100755 index 0000000..8abee81 --- /dev/null +++ b/testcase/fate-filter-pan-downmix1.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170250-355246145 +# @用例名称: fate-filter-pan-downmix1 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pan-downmix1 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pan-downmix1 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pan-downmix1 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pan-downmix2.sh b/testcase/fate-filter-pan-downmix2.sh new file mode 100755 index 0000000..79337e4 --- /dev/null +++ b/testcase/fate-filter-pan-downmix2.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170250-439658021 +# @用例名称: fate-filter-pan-downmix2 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pan-downmix2 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pan-downmix2 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pan-downmix2 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pan-mono1.sh b/testcase/fate-filter-pan-mono1.sh new file mode 100755 index 0000000..b29cea9 --- /dev/null +++ b/testcase/fate-filter-pan-mono1.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170250-525691197 +# @用例名称: fate-filter-pan-mono1 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pan-mono1 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pan-mono1 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pan-mono1 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pan-mono2.sh b/testcase/fate-filter-pan-mono2.sh new file mode 100755 index 0000000..a82f1e7 --- /dev/null +++ b/testcase/fate-filter-pan-mono2.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170250-611921949 +# @用例名称: fate-filter-pan-mono2 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pan-mono2 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pan-mono2 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pan-mono2 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pan-stereo1.sh b/testcase/fate-filter-pan-stereo1.sh new file mode 100755 index 0000000..5cb5d27 --- /dev/null +++ b/testcase/fate-filter-pan-stereo1.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170250-696026533 +# @用例名称: fate-filter-pan-stereo1 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pan-stereo1 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pan-stereo1 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pan-stereo1 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pan-stereo2.sh b/testcase/fate-filter-pan-stereo2.sh new file mode 100755 index 0000000..408a52e --- /dev/null +++ b/testcase/fate-filter-pan-stereo2.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170250-780341713 +# @用例名称: fate-filter-pan-stereo2 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pan-stereo2 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pan-stereo2 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pan-stereo2 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pan-stereo3.sh b/testcase/fate-filter-pan-stereo3.sh new file mode 100755 index 0000000..1dd97cb --- /dev/null +++ b/testcase/fate-filter-pan-stereo3.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170250-864485466 +# @用例名称: fate-filter-pan-stereo3 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pan-stereo3 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pan-stereo3 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pan-stereo3 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pan-stereo4.sh b/testcase/fate-filter-pan-stereo4.sh new file mode 100755 index 0000000..4d1dcd9 --- /dev/null +++ b/testcase/fate-filter-pan-stereo4.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170250-950125799 +# @用例名称: fate-filter-pan-stereo4 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pan-stereo4 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pan-stereo4 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pan-stereo4 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pan-upmix1.sh b/testcase/fate-filter-pan-upmix1.sh new file mode 100755 index 0000000..e60d162 --- /dev/null +++ b/testcase/fate-filter-pan-upmix1.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170251-035178955 +# @用例名称: fate-filter-pan-upmix1 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pan-upmix1 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pan-upmix1 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pan-upmix1 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pan-upmix2.sh b/testcase/fate-filter-pan-upmix2.sh new file mode 100755 index 0000000..bae06d9 --- /dev/null +++ b/testcase/fate-filter-pan-upmix2.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170251-122265309 +# @用例名称: fate-filter-pan-upmix2 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pan-upmix2 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pan-upmix2 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pan-upmix2 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-0bgr.sh b/testcase/fate-filter-pixdesc-0bgr.sh new file mode 100755 index 0000000..af3e542 --- /dev/null +++ b/testcase/fate-filter-pixdesc-0bgr.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170251-205916602 +# @用例名称: fate-filter-pixdesc-0bgr +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-0bgr +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-0bgr + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-0bgr + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-0rgb.sh b/testcase/fate-filter-pixdesc-0rgb.sh new file mode 100755 index 0000000..748c627 --- /dev/null +++ b/testcase/fate-filter-pixdesc-0rgb.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170251-289987256 +# @用例名称: fate-filter-pixdesc-0rgb +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-0rgb +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-0rgb + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-0rgb + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-abgr.sh b/testcase/fate-filter-pixdesc-abgr.sh new file mode 100755 index 0000000..59479a6 --- /dev/null +++ b/testcase/fate-filter-pixdesc-abgr.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170251-374416593 +# @用例名称: fate-filter-pixdesc-abgr +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-abgr +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-abgr + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-abgr + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-argb.sh b/testcase/fate-filter-pixdesc-argb.sh new file mode 100755 index 0000000..68abda7 --- /dev/null +++ b/testcase/fate-filter-pixdesc-argb.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170251-458099765 +# @用例名称: fate-filter-pixdesc-argb +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-argb +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-argb + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-argb + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-ayuv.sh b/testcase/fate-filter-pixdesc-ayuv.sh new file mode 100755 index 0000000..89915cf --- /dev/null +++ b/testcase/fate-filter-pixdesc-ayuv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170251-542504123 +# @用例名称: fate-filter-pixdesc-ayuv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-ayuv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-ayuv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-ayuv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-ayuv64be.sh b/testcase/fate-filter-pixdesc-ayuv64be.sh new file mode 100755 index 0000000..fe87231 --- /dev/null +++ b/testcase/fate-filter-pixdesc-ayuv64be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170251-627592977 +# @用例名称: fate-filter-pixdesc-ayuv64be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-ayuv64be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-ayuv64be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-ayuv64be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-ayuv64le.sh b/testcase/fate-filter-pixdesc-ayuv64le.sh new file mode 100755 index 0000000..0b02e62 --- /dev/null +++ b/testcase/fate-filter-pixdesc-ayuv64le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170251-713839478 +# @用例名称: fate-filter-pixdesc-ayuv64le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-ayuv64le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-ayuv64le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-ayuv64le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-bgr0.sh b/testcase/fate-filter-pixdesc-bgr0.sh new file mode 100755 index 0000000..a5fa9cd --- /dev/null +++ b/testcase/fate-filter-pixdesc-bgr0.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170251-798988752 +# @用例名称: fate-filter-pixdesc-bgr0 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-bgr0 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-bgr0 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-bgr0 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-bgr24.sh b/testcase/fate-filter-pixdesc-bgr24.sh new file mode 100755 index 0000000..f57a04d --- /dev/null +++ b/testcase/fate-filter-pixdesc-bgr24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170251-882873201 +# @用例名称: fate-filter-pixdesc-bgr24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-bgr24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-bgr24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-bgr24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-bgr444be.sh b/testcase/fate-filter-pixdesc-bgr444be.sh new file mode 100755 index 0000000..6708fe4 --- /dev/null +++ b/testcase/fate-filter-pixdesc-bgr444be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170251-966758848 +# @用例名称: fate-filter-pixdesc-bgr444be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-bgr444be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-bgr444be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-bgr444be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-bgr444le.sh b/testcase/fate-filter-pixdesc-bgr444le.sh new file mode 100755 index 0000000..7f858ec --- /dev/null +++ b/testcase/fate-filter-pixdesc-bgr444le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170252-050519169 +# @用例名称: fate-filter-pixdesc-bgr444le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-bgr444le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-bgr444le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-bgr444le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-bgr48be.sh b/testcase/fate-filter-pixdesc-bgr48be.sh new file mode 100755 index 0000000..b87dc7e --- /dev/null +++ b/testcase/fate-filter-pixdesc-bgr48be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170252-136197762 +# @用例名称: fate-filter-pixdesc-bgr48be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-bgr48be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-bgr48be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-bgr48be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-bgr48le.sh b/testcase/fate-filter-pixdesc-bgr48le.sh new file mode 100755 index 0000000..13adb15 --- /dev/null +++ b/testcase/fate-filter-pixdesc-bgr48le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170252-220807214 +# @用例名称: fate-filter-pixdesc-bgr48le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-bgr48le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-bgr48le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-bgr48le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-bgr4_byte.sh b/testcase/fate-filter-pixdesc-bgr4_byte.sh new file mode 100755 index 0000000..7dde7c8 --- /dev/null +++ b/testcase/fate-filter-pixdesc-bgr4_byte.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170252-306765822 +# @用例名称: fate-filter-pixdesc-bgr4_byte +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-bgr4_byte +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-bgr4_byte + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-bgr4_byte + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-bgr555be.sh b/testcase/fate-filter-pixdesc-bgr555be.sh new file mode 100755 index 0000000..61b3678 --- /dev/null +++ b/testcase/fate-filter-pixdesc-bgr555be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170252-389682879 +# @用例名称: fate-filter-pixdesc-bgr555be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-bgr555be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-bgr555be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-bgr555be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-bgr555le.sh b/testcase/fate-filter-pixdesc-bgr555le.sh new file mode 100755 index 0000000..80f5ed1 --- /dev/null +++ b/testcase/fate-filter-pixdesc-bgr555le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170252-472696944 +# @用例名称: fate-filter-pixdesc-bgr555le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-bgr555le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-bgr555le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-bgr555le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-bgr565be.sh b/testcase/fate-filter-pixdesc-bgr565be.sh new file mode 100755 index 0000000..7fe37bb --- /dev/null +++ b/testcase/fate-filter-pixdesc-bgr565be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170252-560121342 +# @用例名称: fate-filter-pixdesc-bgr565be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-bgr565be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-bgr565be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-bgr565be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-bgr565le.sh b/testcase/fate-filter-pixdesc-bgr565le.sh new file mode 100755 index 0000000..11e0b0c --- /dev/null +++ b/testcase/fate-filter-pixdesc-bgr565le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170252-646110619 +# @用例名称: fate-filter-pixdesc-bgr565le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-bgr565le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-bgr565le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-bgr565le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-bgr8.sh b/testcase/fate-filter-pixdesc-bgr8.sh new file mode 100755 index 0000000..42e5241 --- /dev/null +++ b/testcase/fate-filter-pixdesc-bgr8.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170252-732046427 +# @用例名称: fate-filter-pixdesc-bgr8 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-bgr8 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-bgr8 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-bgr8 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-bgra.sh b/testcase/fate-filter-pixdesc-bgra.sh new file mode 100755 index 0000000..de5f045 --- /dev/null +++ b/testcase/fate-filter-pixdesc-bgra.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170252-817378046 +# @用例名称: fate-filter-pixdesc-bgra +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-bgra +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-bgra + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-bgra + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-bgra64be.sh b/testcase/fate-filter-pixdesc-bgra64be.sh new file mode 100755 index 0000000..90c356e --- /dev/null +++ b/testcase/fate-filter-pixdesc-bgra64be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170252-903097208 +# @用例名称: fate-filter-pixdesc-bgra64be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-bgra64be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-bgra64be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-bgra64be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-bgra64le.sh b/testcase/fate-filter-pixdesc-bgra64le.sh new file mode 100755 index 0000000..e9fe1da --- /dev/null +++ b/testcase/fate-filter-pixdesc-bgra64le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170252-988297980 +# @用例名称: fate-filter-pixdesc-bgra64le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-bgra64le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-bgra64le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-bgra64le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gbrap.sh b/testcase/fate-filter-pixdesc-gbrap.sh new file mode 100755 index 0000000..1897762 --- /dev/null +++ b/testcase/fate-filter-pixdesc-gbrap.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170253-073886155 +# @用例名称: fate-filter-pixdesc-gbrap +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrap +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrap + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gbrap + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gbrap10be.sh b/testcase/fate-filter-pixdesc-gbrap10be.sh new file mode 100755 index 0000000..cef4e4b --- /dev/null +++ b/testcase/fate-filter-pixdesc-gbrap10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170253-157371600 +# @用例名称: fate-filter-pixdesc-gbrap10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrap10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrap10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gbrap10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gbrap10le.sh b/testcase/fate-filter-pixdesc-gbrap10le.sh new file mode 100755 index 0000000..674b6e3 --- /dev/null +++ b/testcase/fate-filter-pixdesc-gbrap10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170253-242578023 +# @用例名称: fate-filter-pixdesc-gbrap10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrap10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrap10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gbrap10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gbrap12be.sh b/testcase/fate-filter-pixdesc-gbrap12be.sh new file mode 100755 index 0000000..f35dca3 --- /dev/null +++ b/testcase/fate-filter-pixdesc-gbrap12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170253-327421512 +# @用例名称: fate-filter-pixdesc-gbrap12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrap12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrap12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gbrap12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gbrap12le.sh b/testcase/fate-filter-pixdesc-gbrap12le.sh new file mode 100755 index 0000000..7a8db08 --- /dev/null +++ b/testcase/fate-filter-pixdesc-gbrap12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170253-412718722 +# @用例名称: fate-filter-pixdesc-gbrap12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrap12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrap12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gbrap12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gbrap14be.sh b/testcase/fate-filter-pixdesc-gbrap14be.sh new file mode 100755 index 0000000..fb699c9 --- /dev/null +++ b/testcase/fate-filter-pixdesc-gbrap14be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170253-498101041 +# @用例名称: fate-filter-pixdesc-gbrap14be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrap14be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrap14be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gbrap14be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gbrap14le.sh b/testcase/fate-filter-pixdesc-gbrap14le.sh new file mode 100755 index 0000000..1ae874b --- /dev/null +++ b/testcase/fate-filter-pixdesc-gbrap14le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170253-582417750 +# @用例名称: fate-filter-pixdesc-gbrap14le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrap14le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrap14le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gbrap14le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gbrap16be.sh b/testcase/fate-filter-pixdesc-gbrap16be.sh new file mode 100755 index 0000000..4a2149d --- /dev/null +++ b/testcase/fate-filter-pixdesc-gbrap16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170253-666089762 +# @用例名称: fate-filter-pixdesc-gbrap16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrap16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrap16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gbrap16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gbrap16le.sh b/testcase/fate-filter-pixdesc-gbrap16le.sh new file mode 100755 index 0000000..18e8b89 --- /dev/null +++ b/testcase/fate-filter-pixdesc-gbrap16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170253-749583308 +# @用例名称: fate-filter-pixdesc-gbrap16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrap16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrap16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gbrap16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gbrapf32be.sh b/testcase/fate-filter-pixdesc-gbrapf32be.sh new file mode 100755 index 0000000..88061ea --- /dev/null +++ b/testcase/fate-filter-pixdesc-gbrapf32be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170253-836552125 +# @用例名称: fate-filter-pixdesc-gbrapf32be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrapf32be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrapf32be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gbrapf32be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gbrapf32le.sh b/testcase/fate-filter-pixdesc-gbrapf32le.sh new file mode 100755 index 0000000..eb82d47 --- /dev/null +++ b/testcase/fate-filter-pixdesc-gbrapf32le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170253-921585452 +# @用例名称: fate-filter-pixdesc-gbrapf32le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrapf32le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrapf32le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gbrapf32le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gbrp.sh b/testcase/fate-filter-pixdesc-gbrp.sh new file mode 100755 index 0000000..ba415eb --- /dev/null +++ b/testcase/fate-filter-pixdesc-gbrp.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170254-007151275 +# @用例名称: fate-filter-pixdesc-gbrp +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrp +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrp + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gbrp + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gbrp10be.sh b/testcase/fate-filter-pixdesc-gbrp10be.sh new file mode 100755 index 0000000..6506635 --- /dev/null +++ b/testcase/fate-filter-pixdesc-gbrp10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170254-091993215 +# @用例名称: fate-filter-pixdesc-gbrp10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrp10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrp10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gbrp10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gbrp10le.sh b/testcase/fate-filter-pixdesc-gbrp10le.sh new file mode 100755 index 0000000..da3e091 --- /dev/null +++ b/testcase/fate-filter-pixdesc-gbrp10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170254-176504810 +# @用例名称: fate-filter-pixdesc-gbrp10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrp10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrp10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gbrp10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gbrp10msbbe.sh b/testcase/fate-filter-pixdesc-gbrp10msbbe.sh new file mode 100755 index 0000000..31d566a --- /dev/null +++ b/testcase/fate-filter-pixdesc-gbrp10msbbe.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170254-260668402 +# @用例名称: fate-filter-pixdesc-gbrp10msbbe +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrp10msbbe +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrp10msbbe + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gbrp10msbbe + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gbrp10msble.sh b/testcase/fate-filter-pixdesc-gbrp10msble.sh new file mode 100755 index 0000000..93df57c --- /dev/null +++ b/testcase/fate-filter-pixdesc-gbrp10msble.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170254-344780937 +# @用例名称: fate-filter-pixdesc-gbrp10msble +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrp10msble +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrp10msble + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gbrp10msble + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gbrp12be.sh b/testcase/fate-filter-pixdesc-gbrp12be.sh new file mode 100755 index 0000000..7bdb596 --- /dev/null +++ b/testcase/fate-filter-pixdesc-gbrp12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170254-428714823 +# @用例名称: fate-filter-pixdesc-gbrp12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrp12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrp12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gbrp12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gbrp12le.sh b/testcase/fate-filter-pixdesc-gbrp12le.sh new file mode 100755 index 0000000..118ad8b --- /dev/null +++ b/testcase/fate-filter-pixdesc-gbrp12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170254-515897317 +# @用例名称: fate-filter-pixdesc-gbrp12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrp12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrp12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gbrp12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gbrp12msbbe.sh b/testcase/fate-filter-pixdesc-gbrp12msbbe.sh new file mode 100755 index 0000000..4c10daf --- /dev/null +++ b/testcase/fate-filter-pixdesc-gbrp12msbbe.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170254-602713607 +# @用例名称: fate-filter-pixdesc-gbrp12msbbe +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrp12msbbe +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrp12msbbe + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gbrp12msbbe + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gbrp12msble.sh b/testcase/fate-filter-pixdesc-gbrp12msble.sh new file mode 100755 index 0000000..6e9ee34 --- /dev/null +++ b/testcase/fate-filter-pixdesc-gbrp12msble.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170254-688133415 +# @用例名称: fate-filter-pixdesc-gbrp12msble +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrp12msble +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrp12msble + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gbrp12msble + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gbrp14be.sh b/testcase/fate-filter-pixdesc-gbrp14be.sh new file mode 100755 index 0000000..3eca4f0 --- /dev/null +++ b/testcase/fate-filter-pixdesc-gbrp14be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170254-773951515 +# @用例名称: fate-filter-pixdesc-gbrp14be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrp14be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrp14be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gbrp14be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gbrp14le.sh b/testcase/fate-filter-pixdesc-gbrp14le.sh new file mode 100755 index 0000000..15e1818 --- /dev/null +++ b/testcase/fate-filter-pixdesc-gbrp14le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170254-859354894 +# @用例名称: fate-filter-pixdesc-gbrp14le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrp14le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrp14le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gbrp14le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gbrp16be.sh b/testcase/fate-filter-pixdesc-gbrp16be.sh new file mode 100755 index 0000000..2acd95a --- /dev/null +++ b/testcase/fate-filter-pixdesc-gbrp16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170254-946008158 +# @用例名称: fate-filter-pixdesc-gbrp16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrp16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrp16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gbrp16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gbrp16le.sh b/testcase/fate-filter-pixdesc-gbrp16le.sh new file mode 100755 index 0000000..6941c2b --- /dev/null +++ b/testcase/fate-filter-pixdesc-gbrp16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170255-032927716 +# @用例名称: fate-filter-pixdesc-gbrp16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrp16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrp16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gbrp16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gbrp9be.sh b/testcase/fate-filter-pixdesc-gbrp9be.sh new file mode 100755 index 0000000..abcc38b --- /dev/null +++ b/testcase/fate-filter-pixdesc-gbrp9be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170255-120403812 +# @用例名称: fate-filter-pixdesc-gbrp9be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrp9be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrp9be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gbrp9be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gbrp9le.sh b/testcase/fate-filter-pixdesc-gbrp9le.sh new file mode 100755 index 0000000..a75d399 --- /dev/null +++ b/testcase/fate-filter-pixdesc-gbrp9le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170255-206186853 +# @用例名称: fate-filter-pixdesc-gbrp9le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrp9le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrp9le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gbrp9le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gbrpf32be.sh b/testcase/fate-filter-pixdesc-gbrpf32be.sh new file mode 100755 index 0000000..5f8444b --- /dev/null +++ b/testcase/fate-filter-pixdesc-gbrpf32be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170255-292558343 +# @用例名称: fate-filter-pixdesc-gbrpf32be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrpf32be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrpf32be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gbrpf32be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gbrpf32le.sh b/testcase/fate-filter-pixdesc-gbrpf32le.sh new file mode 100755 index 0000000..970db80 --- /dev/null +++ b/testcase/fate-filter-pixdesc-gbrpf32le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170255-377333734 +# @用例名称: fate-filter-pixdesc-gbrpf32le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrpf32le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gbrpf32le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gbrpf32le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gray.sh b/testcase/fate-filter-pixdesc-gray.sh new file mode 100755 index 0000000..6fdde52 --- /dev/null +++ b/testcase/fate-filter-pixdesc-gray.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170255-460417387 +# @用例名称: fate-filter-pixdesc-gray +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gray +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gray + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gray + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gray10be.sh b/testcase/fate-filter-pixdesc-gray10be.sh new file mode 100755 index 0000000..c004347 --- /dev/null +++ b/testcase/fate-filter-pixdesc-gray10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170255-545293946 +# @用例名称: fate-filter-pixdesc-gray10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gray10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gray10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gray10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gray10le.sh b/testcase/fate-filter-pixdesc-gray10le.sh new file mode 100755 index 0000000..73030c7 --- /dev/null +++ b/testcase/fate-filter-pixdesc-gray10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170255-629635985 +# @用例名称: fate-filter-pixdesc-gray10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gray10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gray10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gray10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gray12be.sh b/testcase/fate-filter-pixdesc-gray12be.sh new file mode 100755 index 0000000..ccba2d7 --- /dev/null +++ b/testcase/fate-filter-pixdesc-gray12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170255-713635331 +# @用例名称: fate-filter-pixdesc-gray12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gray12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gray12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gray12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gray12le.sh b/testcase/fate-filter-pixdesc-gray12le.sh new file mode 100755 index 0000000..b0c690c --- /dev/null +++ b/testcase/fate-filter-pixdesc-gray12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170255-801014920 +# @用例名称: fate-filter-pixdesc-gray12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gray12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gray12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gray12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gray14be.sh b/testcase/fate-filter-pixdesc-gray14be.sh new file mode 100755 index 0000000..192fdbd --- /dev/null +++ b/testcase/fate-filter-pixdesc-gray14be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170255-886356269 +# @用例名称: fate-filter-pixdesc-gray14be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gray14be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gray14be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gray14be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gray14le.sh b/testcase/fate-filter-pixdesc-gray14le.sh new file mode 100755 index 0000000..90d68e5 --- /dev/null +++ b/testcase/fate-filter-pixdesc-gray14le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170255-973033763 +# @用例名称: fate-filter-pixdesc-gray14le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gray14le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gray14le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gray14le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gray16be.sh b/testcase/fate-filter-pixdesc-gray16be.sh new file mode 100755 index 0000000..6a695b3 --- /dev/null +++ b/testcase/fate-filter-pixdesc-gray16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170256-057066777 +# @用例名称: fate-filter-pixdesc-gray16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gray16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gray16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gray16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gray16le.sh b/testcase/fate-filter-pixdesc-gray16le.sh new file mode 100755 index 0000000..07d4be0 --- /dev/null +++ b/testcase/fate-filter-pixdesc-gray16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170256-247112658 +# @用例名称: fate-filter-pixdesc-gray16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gray16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gray16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gray16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gray9be.sh b/testcase/fate-filter-pixdesc-gray9be.sh new file mode 100755 index 0000000..31f6eb0 --- /dev/null +++ b/testcase/fate-filter-pixdesc-gray9be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170256-327536243 +# @用例名称: fate-filter-pixdesc-gray9be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gray9be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gray9be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gray9be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-gray9le.sh b/testcase/fate-filter-pixdesc-gray9le.sh new file mode 100755 index 0000000..06992cc --- /dev/null +++ b/testcase/fate-filter-pixdesc-gray9le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170256-411125807 +# @用例名称: fate-filter-pixdesc-gray9le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-gray9le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-gray9le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-gray9le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-grayf32be.sh b/testcase/fate-filter-pixdesc-grayf32be.sh new file mode 100755 index 0000000..c119ce5 --- /dev/null +++ b/testcase/fate-filter-pixdesc-grayf32be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170256-574178765 +# @用例名称: fate-filter-pixdesc-grayf32be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-grayf32be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-grayf32be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-grayf32be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-grayf32le.sh b/testcase/fate-filter-pixdesc-grayf32le.sh new file mode 100755 index 0000000..b1ed5fa --- /dev/null +++ b/testcase/fate-filter-pixdesc-grayf32le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170256-734842919 +# @用例名称: fate-filter-pixdesc-grayf32le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-grayf32le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-grayf32le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-grayf32le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-monob.sh b/testcase/fate-filter-pixdesc-monob.sh new file mode 100755 index 0000000..46e635b --- /dev/null +++ b/testcase/fate-filter-pixdesc-monob.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170257-057970994 +# @用例名称: fate-filter-pixdesc-monob +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-monob +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-monob + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-monob + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-monow.sh b/testcase/fate-filter-pixdesc-monow.sh new file mode 100755 index 0000000..f1c8bc6 --- /dev/null +++ b/testcase/fate-filter-pixdesc-monow.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170257-139901251 +# @用例名称: fate-filter-pixdesc-monow +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-monow +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-monow + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-monow + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-nv12.sh b/testcase/fate-filter-pixdesc-nv12.sh new file mode 100755 index 0000000..70ae22f --- /dev/null +++ b/testcase/fate-filter-pixdesc-nv12.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170257-464429597 +# @用例名称: fate-filter-pixdesc-nv12 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-nv12 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-nv12 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-nv12 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-nv16.sh b/testcase/fate-filter-pixdesc-nv16.sh new file mode 100755 index 0000000..06301ea --- /dev/null +++ b/testcase/fate-filter-pixdesc-nv16.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170257-545831704 +# @用例名称: fate-filter-pixdesc-nv16 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-nv16 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-nv16 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-nv16 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-nv20be.sh b/testcase/fate-filter-pixdesc-nv20be.sh new file mode 100755 index 0000000..73045f8 --- /dev/null +++ b/testcase/fate-filter-pixdesc-nv20be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170257-706443601 +# @用例名称: fate-filter-pixdesc-nv20be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-nv20be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-nv20be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-nv20be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-nv20le.sh b/testcase/fate-filter-pixdesc-nv20le.sh new file mode 100755 index 0000000..617bc21 --- /dev/null +++ b/testcase/fate-filter-pixdesc-nv20le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170257-791576673 +# @用例名称: fate-filter-pixdesc-nv20le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-nv20le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-nv20le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-nv20le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-nv21.sh b/testcase/fate-filter-pixdesc-nv21.sh new file mode 100755 index 0000000..aadc997 --- /dev/null +++ b/testcase/fate-filter-pixdesc-nv21.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170257-877365264 +# @用例名称: fate-filter-pixdesc-nv21 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-nv21 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-nv21 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-nv21 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-nv24.sh b/testcase/fate-filter-pixdesc-nv24.sh new file mode 100755 index 0000000..0671030 --- /dev/null +++ b/testcase/fate-filter-pixdesc-nv24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170257-961836281 +# @用例名称: fate-filter-pixdesc-nv24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-nv24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-nv24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-nv24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-nv42.sh b/testcase/fate-filter-pixdesc-nv42.sh new file mode 100755 index 0000000..795b8cc --- /dev/null +++ b/testcase/fate-filter-pixdesc-nv42.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170258-044544462 +# @用例名称: fate-filter-pixdesc-nv42 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-nv42 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-nv42 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-nv42 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-p010be.sh b/testcase/fate-filter-pixdesc-p010be.sh new file mode 100755 index 0000000..624e2ca --- /dev/null +++ b/testcase/fate-filter-pixdesc-p010be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170258-129914950 +# @用例名称: fate-filter-pixdesc-p010be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-p010be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-p010be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-p010be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-p010le.sh b/testcase/fate-filter-pixdesc-p010le.sh new file mode 100755 index 0000000..0eed3f4 --- /dev/null +++ b/testcase/fate-filter-pixdesc-p010le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170258-215267820 +# @用例名称: fate-filter-pixdesc-p010le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-p010le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-p010le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-p010le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-p012be.sh b/testcase/fate-filter-pixdesc-p012be.sh new file mode 100755 index 0000000..22d1ebf --- /dev/null +++ b/testcase/fate-filter-pixdesc-p012be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170258-299258886 +# @用例名称: fate-filter-pixdesc-p012be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-p012be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-p012be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-p012be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-p012le.sh b/testcase/fate-filter-pixdesc-p012le.sh new file mode 100755 index 0000000..2b9e191 --- /dev/null +++ b/testcase/fate-filter-pixdesc-p012le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170258-384053565 +# @用例名称: fate-filter-pixdesc-p012le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-p012le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-p012le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-p012le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-p016be.sh b/testcase/fate-filter-pixdesc-p016be.sh new file mode 100755 index 0000000..2df2b22 --- /dev/null +++ b/testcase/fate-filter-pixdesc-p016be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170258-468650539 +# @用例名称: fate-filter-pixdesc-p016be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-p016be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-p016be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-p016be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-p016le.sh b/testcase/fate-filter-pixdesc-p016le.sh new file mode 100755 index 0000000..d548cde --- /dev/null +++ b/testcase/fate-filter-pixdesc-p016le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170258-552928050 +# @用例名称: fate-filter-pixdesc-p016le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-p016le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-p016le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-p016le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-p210be.sh b/testcase/fate-filter-pixdesc-p210be.sh new file mode 100755 index 0000000..d7cf161 --- /dev/null +++ b/testcase/fate-filter-pixdesc-p210be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170258-638033283 +# @用例名称: fate-filter-pixdesc-p210be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-p210be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-p210be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-p210be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-p210le.sh b/testcase/fate-filter-pixdesc-p210le.sh new file mode 100755 index 0000000..3b1efe5 --- /dev/null +++ b/testcase/fate-filter-pixdesc-p210le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170258-723066319 +# @用例名称: fate-filter-pixdesc-p210le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-p210le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-p210le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-p210le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-p212be.sh b/testcase/fate-filter-pixdesc-p212be.sh new file mode 100755 index 0000000..3013a93 --- /dev/null +++ b/testcase/fate-filter-pixdesc-p212be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170258-807073095 +# @用例名称: fate-filter-pixdesc-p212be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-p212be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-p212be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-p212be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-p212le.sh b/testcase/fate-filter-pixdesc-p212le.sh new file mode 100755 index 0000000..c85d49c --- /dev/null +++ b/testcase/fate-filter-pixdesc-p212le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170258-890770576 +# @用例名称: fate-filter-pixdesc-p212le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-p212le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-p212le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-p212le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-p216be.sh b/testcase/fate-filter-pixdesc-p216be.sh new file mode 100755 index 0000000..b926963 --- /dev/null +++ b/testcase/fate-filter-pixdesc-p216be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170258-977034328 +# @用例名称: fate-filter-pixdesc-p216be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-p216be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-p216be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-p216be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-p216le.sh b/testcase/fate-filter-pixdesc-p216le.sh new file mode 100755 index 0000000..00405e4 --- /dev/null +++ b/testcase/fate-filter-pixdesc-p216le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170259-062985935 +# @用例名称: fate-filter-pixdesc-p216le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-p216le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-p216le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-p216le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-p410be.sh b/testcase/fate-filter-pixdesc-p410be.sh new file mode 100755 index 0000000..b921641 --- /dev/null +++ b/testcase/fate-filter-pixdesc-p410be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170259-148353634 +# @用例名称: fate-filter-pixdesc-p410be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-p410be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-p410be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-p410be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-p410le.sh b/testcase/fate-filter-pixdesc-p410le.sh new file mode 100755 index 0000000..09524de --- /dev/null +++ b/testcase/fate-filter-pixdesc-p410le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170259-232050445 +# @用例名称: fate-filter-pixdesc-p410le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-p410le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-p410le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-p410le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-p412be.sh b/testcase/fate-filter-pixdesc-p412be.sh new file mode 100755 index 0000000..d708427 --- /dev/null +++ b/testcase/fate-filter-pixdesc-p412be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170259-314041301 +# @用例名称: fate-filter-pixdesc-p412be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-p412be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-p412be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-p412be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-p412le.sh b/testcase/fate-filter-pixdesc-p412le.sh new file mode 100755 index 0000000..fa7af51 --- /dev/null +++ b/testcase/fate-filter-pixdesc-p412le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170259-399620975 +# @用例名称: fate-filter-pixdesc-p412le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-p412le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-p412le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-p412le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-p416be.sh b/testcase/fate-filter-pixdesc-p416be.sh new file mode 100755 index 0000000..3b776fe --- /dev/null +++ b/testcase/fate-filter-pixdesc-p416be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170259-483111200 +# @用例名称: fate-filter-pixdesc-p416be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-p416be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-p416be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-p416be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-p416le.sh b/testcase/fate-filter-pixdesc-p416le.sh new file mode 100755 index 0000000..0357a15 --- /dev/null +++ b/testcase/fate-filter-pixdesc-p416le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170259-567198065 +# @用例名称: fate-filter-pixdesc-p416le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-p416le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-p416le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-p416le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-rgb0.sh b/testcase/fate-filter-pixdesc-rgb0.sh new file mode 100755 index 0000000..80516c0 --- /dev/null +++ b/testcase/fate-filter-pixdesc-rgb0.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170259-653770520 +# @用例名称: fate-filter-pixdesc-rgb0 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-rgb0 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-rgb0 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-rgb0 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-rgb24.sh b/testcase/fate-filter-pixdesc-rgb24.sh new file mode 100755 index 0000000..0ae0ce1 --- /dev/null +++ b/testcase/fate-filter-pixdesc-rgb24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170259-738327345 +# @用例名称: fate-filter-pixdesc-rgb24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-rgb24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-rgb24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-rgb24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-rgb444be.sh b/testcase/fate-filter-pixdesc-rgb444be.sh new file mode 100755 index 0000000..da35c10 --- /dev/null +++ b/testcase/fate-filter-pixdesc-rgb444be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170259-822449718 +# @用例名称: fate-filter-pixdesc-rgb444be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-rgb444be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-rgb444be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-rgb444be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-rgb444le.sh b/testcase/fate-filter-pixdesc-rgb444le.sh new file mode 100755 index 0000000..70a7f07 --- /dev/null +++ b/testcase/fate-filter-pixdesc-rgb444le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170259-906125330 +# @用例名称: fate-filter-pixdesc-rgb444le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-rgb444le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-rgb444le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-rgb444le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-rgb48be.sh b/testcase/fate-filter-pixdesc-rgb48be.sh new file mode 100755 index 0000000..3ba3ca7 --- /dev/null +++ b/testcase/fate-filter-pixdesc-rgb48be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170259-990935939 +# @用例名称: fate-filter-pixdesc-rgb48be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-rgb48be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-rgb48be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-rgb48be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-rgb48le.sh b/testcase/fate-filter-pixdesc-rgb48le.sh new file mode 100755 index 0000000..5f0efd8 --- /dev/null +++ b/testcase/fate-filter-pixdesc-rgb48le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170300-079903498 +# @用例名称: fate-filter-pixdesc-rgb48le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-rgb48le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-rgb48le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-rgb48le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-rgb4_byte.sh b/testcase/fate-filter-pixdesc-rgb4_byte.sh new file mode 100755 index 0000000..58e26a1 --- /dev/null +++ b/testcase/fate-filter-pixdesc-rgb4_byte.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170300-165250808 +# @用例名称: fate-filter-pixdesc-rgb4_byte +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-rgb4_byte +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-rgb4_byte + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-rgb4_byte + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-rgb555be.sh b/testcase/fate-filter-pixdesc-rgb555be.sh new file mode 100755 index 0000000..338a8b5 --- /dev/null +++ b/testcase/fate-filter-pixdesc-rgb555be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170300-250294103 +# @用例名称: fate-filter-pixdesc-rgb555be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-rgb555be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-rgb555be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-rgb555be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-rgb555le.sh b/testcase/fate-filter-pixdesc-rgb555le.sh new file mode 100755 index 0000000..0c6e327 --- /dev/null +++ b/testcase/fate-filter-pixdesc-rgb555le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170300-335510185 +# @用例名称: fate-filter-pixdesc-rgb555le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-rgb555le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-rgb555le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-rgb555le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-rgb565be.sh b/testcase/fate-filter-pixdesc-rgb565be.sh new file mode 100755 index 0000000..72cb398 --- /dev/null +++ b/testcase/fate-filter-pixdesc-rgb565be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170300-419822184 +# @用例名称: fate-filter-pixdesc-rgb565be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-rgb565be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-rgb565be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-rgb565be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-rgb565le.sh b/testcase/fate-filter-pixdesc-rgb565le.sh new file mode 100755 index 0000000..e3eef20 --- /dev/null +++ b/testcase/fate-filter-pixdesc-rgb565le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170300-504768711 +# @用例名称: fate-filter-pixdesc-rgb565le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-rgb565le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-rgb565le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-rgb565le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-rgb8.sh b/testcase/fate-filter-pixdesc-rgb8.sh new file mode 100755 index 0000000..62ffe7b --- /dev/null +++ b/testcase/fate-filter-pixdesc-rgb8.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170300-587013381 +# @用例名称: fate-filter-pixdesc-rgb8 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-rgb8 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-rgb8 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-rgb8 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-rgba.sh b/testcase/fate-filter-pixdesc-rgba.sh new file mode 100755 index 0000000..2c12817 --- /dev/null +++ b/testcase/fate-filter-pixdesc-rgba.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170300-669962598 +# @用例名称: fate-filter-pixdesc-rgba +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-rgba +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-rgba + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-rgba + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-rgba64be.sh b/testcase/fate-filter-pixdesc-rgba64be.sh new file mode 100755 index 0000000..f04dafe --- /dev/null +++ b/testcase/fate-filter-pixdesc-rgba64be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170300-752793516 +# @用例名称: fate-filter-pixdesc-rgba64be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-rgba64be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-rgba64be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-rgba64be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-rgba64le.sh b/testcase/fate-filter-pixdesc-rgba64le.sh new file mode 100755 index 0000000..f515b2c --- /dev/null +++ b/testcase/fate-filter-pixdesc-rgba64le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170300-834848949 +# @用例名称: fate-filter-pixdesc-rgba64le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-rgba64le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-rgba64le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-rgba64le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-uyva.sh b/testcase/fate-filter-pixdesc-uyva.sh new file mode 100755 index 0000000..e3ef506 --- /dev/null +++ b/testcase/fate-filter-pixdesc-uyva.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170300-918161139 +# @用例名称: fate-filter-pixdesc-uyva +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-uyva +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-uyva + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-uyva + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-uyvy422.sh b/testcase/fate-filter-pixdesc-uyvy422.sh new file mode 100755 index 0000000..7c86540 --- /dev/null +++ b/testcase/fate-filter-pixdesc-uyvy422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170300-999944188 +# @用例名称: fate-filter-pixdesc-uyvy422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-uyvy422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-uyvy422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-uyvy422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-v30xle.sh b/testcase/fate-filter-pixdesc-v30xle.sh new file mode 100755 index 0000000..7393f08 --- /dev/null +++ b/testcase/fate-filter-pixdesc-v30xle.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170301-085480864 +# @用例名称: fate-filter-pixdesc-v30xle +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-v30xle +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-v30xle + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-v30xle + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-vuya.sh b/testcase/fate-filter-pixdesc-vuya.sh new file mode 100755 index 0000000..0a36add --- /dev/null +++ b/testcase/fate-filter-pixdesc-vuya.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170301-172794044 +# @用例名称: fate-filter-pixdesc-vuya +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-vuya +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-vuya + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-vuya + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-vuyx.sh b/testcase/fate-filter-pixdesc-vuyx.sh new file mode 100755 index 0000000..63bf32d --- /dev/null +++ b/testcase/fate-filter-pixdesc-vuyx.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170301-299417786 +# @用例名称: fate-filter-pixdesc-vuyx +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-vuyx +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-vuyx + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-vuyx + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-vyu444.sh b/testcase/fate-filter-pixdesc-vyu444.sh new file mode 100755 index 0000000..e03824e --- /dev/null +++ b/testcase/fate-filter-pixdesc-vyu444.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170301-382099327 +# @用例名称: fate-filter-pixdesc-vyu444 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-vyu444 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-vyu444 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-vyu444 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-x2bgr10le.sh b/testcase/fate-filter-pixdesc-x2bgr10le.sh new file mode 100755 index 0000000..77bdb9a --- /dev/null +++ b/testcase/fate-filter-pixdesc-x2bgr10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170301-465043653 +# @用例名称: fate-filter-pixdesc-x2bgr10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-x2bgr10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-x2bgr10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-x2bgr10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-x2rgb10le.sh b/testcase/fate-filter-pixdesc-x2rgb10le.sh new file mode 100755 index 0000000..605bd97 --- /dev/null +++ b/testcase/fate-filter-pixdesc-x2rgb10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170301-548969981 +# @用例名称: fate-filter-pixdesc-x2rgb10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-x2rgb10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-x2rgb10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-x2rgb10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-xv30le.sh b/testcase/fate-filter-pixdesc-xv30le.sh new file mode 100755 index 0000000..8c584c4 --- /dev/null +++ b/testcase/fate-filter-pixdesc-xv30le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170301-633449007 +# @用例名称: fate-filter-pixdesc-xv30le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-xv30le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-xv30le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-xv30le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-xv36be.sh b/testcase/fate-filter-pixdesc-xv36be.sh new file mode 100755 index 0000000..81741ea --- /dev/null +++ b/testcase/fate-filter-pixdesc-xv36be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170301-717604959 +# @用例名称: fate-filter-pixdesc-xv36be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-xv36be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-xv36be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-xv36be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-xv36le.sh b/testcase/fate-filter-pixdesc-xv36le.sh new file mode 100755 index 0000000..b5b4e98 --- /dev/null +++ b/testcase/fate-filter-pixdesc-xv36le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170301-801121454 +# @用例名称: fate-filter-pixdesc-xv36le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-xv36le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-xv36le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-xv36le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-xv48be.sh b/testcase/fate-filter-pixdesc-xv48be.sh new file mode 100755 index 0000000..e07da63 --- /dev/null +++ b/testcase/fate-filter-pixdesc-xv48be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170301-881961622 +# @用例名称: fate-filter-pixdesc-xv48be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-xv48be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-xv48be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-xv48be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-xv48le.sh b/testcase/fate-filter-pixdesc-xv48le.sh new file mode 100755 index 0000000..de26195 --- /dev/null +++ b/testcase/fate-filter-pixdesc-xv48le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170301-964147623 +# @用例名称: fate-filter-pixdesc-xv48le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-xv48le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-xv48le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-xv48le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-xyz12be.sh b/testcase/fate-filter-pixdesc-xyz12be.sh new file mode 100755 index 0000000..8df8a51 --- /dev/null +++ b/testcase/fate-filter-pixdesc-xyz12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170302-046496971 +# @用例名称: fate-filter-pixdesc-xyz12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-xyz12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-xyz12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-xyz12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-xyz12le.sh b/testcase/fate-filter-pixdesc-xyz12le.sh new file mode 100755 index 0000000..4f2c15c --- /dev/null +++ b/testcase/fate-filter-pixdesc-xyz12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170302-131562705 +# @用例名称: fate-filter-pixdesc-xyz12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-xyz12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-xyz12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-xyz12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-y210le.sh b/testcase/fate-filter-pixdesc-y210le.sh new file mode 100755 index 0000000..d5b5872 --- /dev/null +++ b/testcase/fate-filter-pixdesc-y210le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170302-217576031 +# @用例名称: fate-filter-pixdesc-y210le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-y210le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-y210le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-y210le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-y212le.sh b/testcase/fate-filter-pixdesc-y212le.sh new file mode 100755 index 0000000..d75f0bd --- /dev/null +++ b/testcase/fate-filter-pixdesc-y212le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170302-303113447 +# @用例名称: fate-filter-pixdesc-y212le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-y212le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-y212le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-y212le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-y216le.sh b/testcase/fate-filter-pixdesc-y216le.sh new file mode 100755 index 0000000..9e1da1f --- /dev/null +++ b/testcase/fate-filter-pixdesc-y216le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170302-389481716 +# @用例名称: fate-filter-pixdesc-y216le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-y216le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-y216le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-y216le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-ya16be.sh b/testcase/fate-filter-pixdesc-ya16be.sh new file mode 100755 index 0000000..31c2698 --- /dev/null +++ b/testcase/fate-filter-pixdesc-ya16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170302-476552192 +# @用例名称: fate-filter-pixdesc-ya16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-ya16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-ya16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-ya16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-ya16le.sh b/testcase/fate-filter-pixdesc-ya16le.sh new file mode 100755 index 0000000..793cddd --- /dev/null +++ b/testcase/fate-filter-pixdesc-ya16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170302-565921433 +# @用例名称: fate-filter-pixdesc-ya16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-ya16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-ya16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-ya16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-ya8.sh b/testcase/fate-filter-pixdesc-ya8.sh new file mode 100755 index 0000000..cc35fbf --- /dev/null +++ b/testcase/fate-filter-pixdesc-ya8.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170302-654976650 +# @用例名称: fate-filter-pixdesc-ya8 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-ya8 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-ya8 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-ya8 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv410p.sh b/testcase/fate-filter-pixdesc-yuv410p.sh new file mode 100755 index 0000000..b0764f1 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv410p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170302-741006566 +# @用例名称: fate-filter-pixdesc-yuv410p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv410p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv410p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv410p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv411p.sh b/testcase/fate-filter-pixdesc-yuv411p.sh new file mode 100755 index 0000000..fbd0aca --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv411p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170302-826673329 +# @用例名称: fate-filter-pixdesc-yuv411p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv411p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv411p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv411p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv420p.sh b/testcase/fate-filter-pixdesc-yuv420p.sh new file mode 100755 index 0000000..64623d5 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv420p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170302-912256783 +# @用例名称: fate-filter-pixdesc-yuv420p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv420p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv420p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv420p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv420p10be.sh b/testcase/fate-filter-pixdesc-yuv420p10be.sh new file mode 100755 index 0000000..6cbb3f0 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv420p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170302-996160590 +# @用例名称: fate-filter-pixdesc-yuv420p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv420p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv420p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv420p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv420p10le.sh b/testcase/fate-filter-pixdesc-yuv420p10le.sh new file mode 100755 index 0000000..9669286 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv420p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170303-081841083 +# @用例名称: fate-filter-pixdesc-yuv420p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv420p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv420p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv420p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv420p12be.sh b/testcase/fate-filter-pixdesc-yuv420p12be.sh new file mode 100755 index 0000000..a58c560 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv420p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170303-165512805 +# @用例名称: fate-filter-pixdesc-yuv420p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv420p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv420p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv420p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv420p12le.sh b/testcase/fate-filter-pixdesc-yuv420p12le.sh new file mode 100755 index 0000000..c6ed41b --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv420p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170303-249855384 +# @用例名称: fate-filter-pixdesc-yuv420p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv420p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv420p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv420p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv420p14be.sh b/testcase/fate-filter-pixdesc-yuv420p14be.sh new file mode 100755 index 0000000..b0535ca --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv420p14be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170303-332357200 +# @用例名称: fate-filter-pixdesc-yuv420p14be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv420p14be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv420p14be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv420p14be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv420p14le.sh b/testcase/fate-filter-pixdesc-yuv420p14le.sh new file mode 100755 index 0000000..1eb7c15 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv420p14le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170303-416373734 +# @用例名称: fate-filter-pixdesc-yuv420p14le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv420p14le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv420p14le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv420p14le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv420p16be.sh b/testcase/fate-filter-pixdesc-yuv420p16be.sh new file mode 100755 index 0000000..b75d1e4 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv420p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170303-499296012 +# @用例名称: fate-filter-pixdesc-yuv420p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv420p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv420p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv420p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv420p16le.sh b/testcase/fate-filter-pixdesc-yuv420p16le.sh new file mode 100755 index 0000000..937378f --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv420p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170303-581996043 +# @用例名称: fate-filter-pixdesc-yuv420p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv420p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv420p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv420p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv420p9be.sh b/testcase/fate-filter-pixdesc-yuv420p9be.sh new file mode 100755 index 0000000..30ef3c5 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv420p9be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170303-668802143 +# @用例名称: fate-filter-pixdesc-yuv420p9be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv420p9be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv420p9be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv420p9be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv420p9le.sh b/testcase/fate-filter-pixdesc-yuv420p9le.sh new file mode 100755 index 0000000..93ac159 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv420p9le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170303-751990285 +# @用例名称: fate-filter-pixdesc-yuv420p9le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv420p9le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv420p9le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv420p9le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv422p.sh b/testcase/fate-filter-pixdesc-yuv422p.sh new file mode 100755 index 0000000..2dc9c68 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv422p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170303-836173217 +# @用例名称: fate-filter-pixdesc-yuv422p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv422p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv422p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv422p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv422p10be.sh b/testcase/fate-filter-pixdesc-yuv422p10be.sh new file mode 100755 index 0000000..b7d8b37 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv422p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170303-918198002 +# @用例名称: fate-filter-pixdesc-yuv422p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv422p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv422p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv422p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv422p10le.sh b/testcase/fate-filter-pixdesc-yuv422p10le.sh new file mode 100755 index 0000000..8ec9b2d --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv422p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170304-001329894 +# @用例名称: fate-filter-pixdesc-yuv422p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv422p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv422p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv422p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv422p12be.sh b/testcase/fate-filter-pixdesc-yuv422p12be.sh new file mode 100755 index 0000000..7ee508d --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv422p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170304-086725713 +# @用例名称: fate-filter-pixdesc-yuv422p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv422p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv422p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv422p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv422p12le.sh b/testcase/fate-filter-pixdesc-yuv422p12le.sh new file mode 100755 index 0000000..76819c2 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv422p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170304-169675708 +# @用例名称: fate-filter-pixdesc-yuv422p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv422p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv422p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv422p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv422p14be.sh b/testcase/fate-filter-pixdesc-yuv422p14be.sh new file mode 100755 index 0000000..ba89e25 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv422p14be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170304-252861199 +# @用例名称: fate-filter-pixdesc-yuv422p14be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv422p14be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv422p14be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv422p14be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv422p14le.sh b/testcase/fate-filter-pixdesc-yuv422p14le.sh new file mode 100755 index 0000000..5f238f3 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv422p14le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170304-335069150 +# @用例名称: fate-filter-pixdesc-yuv422p14le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv422p14le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv422p14le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv422p14le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv422p16be.sh b/testcase/fate-filter-pixdesc-yuv422p16be.sh new file mode 100755 index 0000000..92b797d --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv422p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170304-421515138 +# @用例名称: fate-filter-pixdesc-yuv422p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv422p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv422p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv422p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv422p16le.sh b/testcase/fate-filter-pixdesc-yuv422p16le.sh new file mode 100755 index 0000000..178f15c --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv422p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170304-506786169 +# @用例名称: fate-filter-pixdesc-yuv422p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv422p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv422p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv422p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv422p9be.sh b/testcase/fate-filter-pixdesc-yuv422p9be.sh new file mode 100755 index 0000000..13ef95d --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv422p9be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170304-593702327 +# @用例名称: fate-filter-pixdesc-yuv422p9be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv422p9be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv422p9be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv422p9be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv422p9le.sh b/testcase/fate-filter-pixdesc-yuv422p9le.sh new file mode 100755 index 0000000..484ffff --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv422p9le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170304-679963109 +# @用例名称: fate-filter-pixdesc-yuv422p9le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv422p9le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv422p9le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv422p9le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv440p.sh b/testcase/fate-filter-pixdesc-yuv440p.sh new file mode 100755 index 0000000..3f7e6a0 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv440p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170304-766267770 +# @用例名称: fate-filter-pixdesc-yuv440p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv440p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv440p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv440p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv440p10be.sh b/testcase/fate-filter-pixdesc-yuv440p10be.sh new file mode 100755 index 0000000..2adb8fc --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv440p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170304-853326076 +# @用例名称: fate-filter-pixdesc-yuv440p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv440p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv440p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv440p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv440p10le.sh b/testcase/fate-filter-pixdesc-yuv440p10le.sh new file mode 100755 index 0000000..85605e4 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv440p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170304-939260513 +# @用例名称: fate-filter-pixdesc-yuv440p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv440p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv440p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv440p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv440p12be.sh b/testcase/fate-filter-pixdesc-yuv440p12be.sh new file mode 100755 index 0000000..ab7f1f6 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv440p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170305-025613192 +# @用例名称: fate-filter-pixdesc-yuv440p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv440p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv440p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv440p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv440p12le.sh b/testcase/fate-filter-pixdesc-yuv440p12le.sh new file mode 100755 index 0000000..8de7f0b --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv440p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170305-113626220 +# @用例名称: fate-filter-pixdesc-yuv440p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv440p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv440p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv440p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv444p.sh b/testcase/fate-filter-pixdesc-yuv444p.sh new file mode 100755 index 0000000..4a175b8 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv444p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170305-199272794 +# @用例名称: fate-filter-pixdesc-yuv444p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv444p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv444p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv444p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv444p10be.sh b/testcase/fate-filter-pixdesc-yuv444p10be.sh new file mode 100755 index 0000000..cc857b2 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv444p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170305-286476947 +# @用例名称: fate-filter-pixdesc-yuv444p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv444p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv444p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv444p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv444p10le.sh b/testcase/fate-filter-pixdesc-yuv444p10le.sh new file mode 100755 index 0000000..4437d7f --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv444p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170305-374138451 +# @用例名称: fate-filter-pixdesc-yuv444p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv444p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv444p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv444p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv444p10msbbe.sh b/testcase/fate-filter-pixdesc-yuv444p10msbbe.sh new file mode 100755 index 0000000..2ae1a7c --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv444p10msbbe.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170305-463333485 +# @用例名称: fate-filter-pixdesc-yuv444p10msbbe +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv444p10msbbe +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv444p10msbbe + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv444p10msbbe + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv444p10msble.sh b/testcase/fate-filter-pixdesc-yuv444p10msble.sh new file mode 100755 index 0000000..750ae76 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv444p10msble.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170305-553712186 +# @用例名称: fate-filter-pixdesc-yuv444p10msble +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv444p10msble +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv444p10msble + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv444p10msble + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv444p12be.sh b/testcase/fate-filter-pixdesc-yuv444p12be.sh new file mode 100755 index 0000000..982bf13 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv444p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170305-644047547 +# @用例名称: fate-filter-pixdesc-yuv444p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv444p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv444p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv444p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv444p12le.sh b/testcase/fate-filter-pixdesc-yuv444p12le.sh new file mode 100755 index 0000000..47e31cb --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv444p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170305-733981627 +# @用例名称: fate-filter-pixdesc-yuv444p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv444p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv444p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv444p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv444p12msbbe.sh b/testcase/fate-filter-pixdesc-yuv444p12msbbe.sh new file mode 100755 index 0000000..3471eca --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv444p12msbbe.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170305-822456314 +# @用例名称: fate-filter-pixdesc-yuv444p12msbbe +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv444p12msbbe +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv444p12msbbe + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv444p12msbbe + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv444p12msble.sh b/testcase/fate-filter-pixdesc-yuv444p12msble.sh new file mode 100755 index 0000000..d17e709 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv444p12msble.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170305-912009081 +# @用例名称: fate-filter-pixdesc-yuv444p12msble +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv444p12msble +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv444p12msble + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv444p12msble + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv444p14be.sh b/testcase/fate-filter-pixdesc-yuv444p14be.sh new file mode 100755 index 0000000..0f54867 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv444p14be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170305-998719354 +# @用例名称: fate-filter-pixdesc-yuv444p14be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv444p14be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv444p14be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv444p14be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv444p14le.sh b/testcase/fate-filter-pixdesc-yuv444p14le.sh new file mode 100755 index 0000000..15313e5 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv444p14le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170306-092860381 +# @用例名称: fate-filter-pixdesc-yuv444p14le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv444p14le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv444p14le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv444p14le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv444p16be.sh b/testcase/fate-filter-pixdesc-yuv444p16be.sh new file mode 100755 index 0000000..6afc74c --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv444p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170306-189130256 +# @用例名称: fate-filter-pixdesc-yuv444p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv444p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv444p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv444p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv444p16le.sh b/testcase/fate-filter-pixdesc-yuv444p16le.sh new file mode 100755 index 0000000..3d76378 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv444p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170306-280811152 +# @用例名称: fate-filter-pixdesc-yuv444p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv444p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv444p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv444p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv444p9be.sh b/testcase/fate-filter-pixdesc-yuv444p9be.sh new file mode 100755 index 0000000..985b181 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv444p9be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170306-371736253 +# @用例名称: fate-filter-pixdesc-yuv444p9be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv444p9be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv444p9be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv444p9be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuv444p9le.sh b/testcase/fate-filter-pixdesc-yuv444p9le.sh new file mode 100755 index 0000000..09dbbaf --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuv444p9le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170306-464972116 +# @用例名称: fate-filter-pixdesc-yuv444p9le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv444p9le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuv444p9le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuv444p9le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuva420p.sh b/testcase/fate-filter-pixdesc-yuva420p.sh new file mode 100755 index 0000000..65206f8 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuva420p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170306-554206690 +# @用例名称: fate-filter-pixdesc-yuva420p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva420p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva420p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuva420p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuva420p10be.sh b/testcase/fate-filter-pixdesc-yuva420p10be.sh new file mode 100755 index 0000000..f9f29d8 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuva420p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170306-642844275 +# @用例名称: fate-filter-pixdesc-yuva420p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva420p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva420p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuva420p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuva420p10le.sh b/testcase/fate-filter-pixdesc-yuva420p10le.sh new file mode 100755 index 0000000..4ee59cd --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuva420p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170306-734025120 +# @用例名称: fate-filter-pixdesc-yuva420p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva420p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva420p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuva420p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuva420p16be.sh b/testcase/fate-filter-pixdesc-yuva420p16be.sh new file mode 100755 index 0000000..672e768 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuva420p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170306-822359870 +# @用例名称: fate-filter-pixdesc-yuva420p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva420p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva420p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuva420p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuva420p16le.sh b/testcase/fate-filter-pixdesc-yuva420p16le.sh new file mode 100755 index 0000000..aaba60e --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuva420p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170306-911031265 +# @用例名称: fate-filter-pixdesc-yuva420p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva420p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva420p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuva420p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuva420p9be.sh b/testcase/fate-filter-pixdesc-yuva420p9be.sh new file mode 100755 index 0000000..5c3119c --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuva420p9be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170306-994995211 +# @用例名称: fate-filter-pixdesc-yuva420p9be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva420p9be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva420p9be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuva420p9be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuva420p9le.sh b/testcase/fate-filter-pixdesc-yuva420p9le.sh new file mode 100755 index 0000000..6a1cb7b --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuva420p9le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170307-075210021 +# @用例名称: fate-filter-pixdesc-yuva420p9le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva420p9le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva420p9le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuva420p9le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuva422p.sh b/testcase/fate-filter-pixdesc-yuva422p.sh new file mode 100755 index 0000000..e6b4c9b --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuva422p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170307-158194577 +# @用例名称: fate-filter-pixdesc-yuva422p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva422p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva422p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuva422p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuva422p10be.sh b/testcase/fate-filter-pixdesc-yuva422p10be.sh new file mode 100755 index 0000000..638fbb5 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuva422p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170307-245300242 +# @用例名称: fate-filter-pixdesc-yuva422p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva422p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva422p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuva422p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuva422p10le.sh b/testcase/fate-filter-pixdesc-yuva422p10le.sh new file mode 100755 index 0000000..d345a1b --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuva422p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170307-332827898 +# @用例名称: fate-filter-pixdesc-yuva422p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva422p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva422p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuva422p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuva422p12be.sh b/testcase/fate-filter-pixdesc-yuva422p12be.sh new file mode 100755 index 0000000..a90e4f0 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuva422p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170307-419479391 +# @用例名称: fate-filter-pixdesc-yuva422p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva422p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva422p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuva422p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuva422p12le.sh b/testcase/fate-filter-pixdesc-yuva422p12le.sh new file mode 100755 index 0000000..b0f79b2 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuva422p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170307-505445519 +# @用例名称: fate-filter-pixdesc-yuva422p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva422p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva422p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuva422p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuva422p16be.sh b/testcase/fate-filter-pixdesc-yuva422p16be.sh new file mode 100755 index 0000000..186195c --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuva422p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170307-590112842 +# @用例名称: fate-filter-pixdesc-yuva422p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva422p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva422p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuva422p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuva422p16le.sh b/testcase/fate-filter-pixdesc-yuva422p16le.sh new file mode 100755 index 0000000..521b79e --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuva422p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170307-676309594 +# @用例名称: fate-filter-pixdesc-yuva422p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva422p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva422p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuva422p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuva422p9be.sh b/testcase/fate-filter-pixdesc-yuva422p9be.sh new file mode 100755 index 0000000..8d935ca --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuva422p9be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170307-763862400 +# @用例名称: fate-filter-pixdesc-yuva422p9be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva422p9be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva422p9be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuva422p9be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuva422p9le.sh b/testcase/fate-filter-pixdesc-yuva422p9le.sh new file mode 100755 index 0000000..e297416 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuva422p9le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170307-854672603 +# @用例名称: fate-filter-pixdesc-yuva422p9le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva422p9le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva422p9le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuva422p9le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuva444p.sh b/testcase/fate-filter-pixdesc-yuva444p.sh new file mode 100755 index 0000000..6c2a05c --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuva444p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170307-940348706 +# @用例名称: fate-filter-pixdesc-yuva444p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva444p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva444p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuva444p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuva444p10be.sh b/testcase/fate-filter-pixdesc-yuva444p10be.sh new file mode 100755 index 0000000..23f1042 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuva444p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170308-028948892 +# @用例名称: fate-filter-pixdesc-yuva444p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva444p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva444p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuva444p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuva444p10le.sh b/testcase/fate-filter-pixdesc-yuva444p10le.sh new file mode 100755 index 0000000..8aeaf9a --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuva444p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170308-118207093 +# @用例名称: fate-filter-pixdesc-yuva444p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva444p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva444p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuva444p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuva444p12be.sh b/testcase/fate-filter-pixdesc-yuva444p12be.sh new file mode 100755 index 0000000..7cf99c3 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuva444p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170308-203633672 +# @用例名称: fate-filter-pixdesc-yuva444p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva444p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva444p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuva444p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuva444p12le.sh b/testcase/fate-filter-pixdesc-yuva444p12le.sh new file mode 100755 index 0000000..16f4b20 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuva444p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170308-289622178 +# @用例名称: fate-filter-pixdesc-yuva444p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva444p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva444p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuva444p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuva444p16be.sh b/testcase/fate-filter-pixdesc-yuva444p16be.sh new file mode 100755 index 0000000..3c1ecee --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuva444p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170308-375971348 +# @用例名称: fate-filter-pixdesc-yuva444p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva444p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva444p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuva444p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuva444p16le.sh b/testcase/fate-filter-pixdesc-yuva444p16le.sh new file mode 100755 index 0000000..2a7d689 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuva444p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170308-463056293 +# @用例名称: fate-filter-pixdesc-yuva444p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva444p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva444p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuva444p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuva444p9be.sh b/testcase/fate-filter-pixdesc-yuva444p9be.sh new file mode 100755 index 0000000..f1776c7 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuva444p9be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170308-549419622 +# @用例名称: fate-filter-pixdesc-yuva444p9be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva444p9be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva444p9be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuva444p9be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuva444p9le.sh b/testcase/fate-filter-pixdesc-yuva444p9le.sh new file mode 100755 index 0000000..fa6f406 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuva444p9le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170308-638440310 +# @用例名称: fate-filter-pixdesc-yuva444p9le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva444p9le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuva444p9le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuva444p9le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuvj411p.sh b/testcase/fate-filter-pixdesc-yuvj411p.sh new file mode 100755 index 0000000..9f4b870 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuvj411p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170308-724561394 +# @用例名称: fate-filter-pixdesc-yuvj411p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuvj411p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuvj411p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuvj411p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuvj420p.sh b/testcase/fate-filter-pixdesc-yuvj420p.sh new file mode 100755 index 0000000..277260c --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuvj420p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170308-810475393 +# @用例名称: fate-filter-pixdesc-yuvj420p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuvj420p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuvj420p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuvj420p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuvj422p.sh b/testcase/fate-filter-pixdesc-yuvj422p.sh new file mode 100755 index 0000000..cce8ea8 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuvj422p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170308-895284012 +# @用例名称: fate-filter-pixdesc-yuvj422p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuvj422p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuvj422p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuvj422p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuvj440p.sh b/testcase/fate-filter-pixdesc-yuvj440p.sh new file mode 100755 index 0000000..5b38e34 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuvj440p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170308-983141322 +# @用例名称: fate-filter-pixdesc-yuvj440p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuvj440p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuvj440p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuvj440p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuvj444p.sh b/testcase/fate-filter-pixdesc-yuvj444p.sh new file mode 100755 index 0000000..4fd9157 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuvj444p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170309-069796936 +# @用例名称: fate-filter-pixdesc-yuvj444p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuvj444p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuvj444p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuvj444p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yuyv422.sh b/testcase/fate-filter-pixdesc-yuyv422.sh new file mode 100755 index 0000000..9c2ae58 --- /dev/null +++ b/testcase/fate-filter-pixdesc-yuyv422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170309-154597106 +# @用例名称: fate-filter-pixdesc-yuyv422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuyv422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yuyv422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yuyv422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixdesc-yvyu422.sh b/testcase/fate-filter-pixdesc-yvyu422.sh new file mode 100755 index 0000000..af8223c --- /dev/null +++ b/testcase/fate-filter-pixdesc-yvyu422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170309-239829997 +# @用例名称: fate-filter-pixdesc-yvyu422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixdesc-yvyu422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixdesc-yvyu422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixdesc-yvyu422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixelize-avg.sh b/testcase/fate-filter-pixelize-avg.sh new file mode 100755 index 0000000..a9031d8 --- /dev/null +++ b/testcase/fate-filter-pixelize-avg.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170309-324364432 +# @用例名称: fate-filter-pixelize-avg +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixelize-avg +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixelize-avg + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixelize-avg + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixelize-max.sh b/testcase/fate-filter-pixelize-max.sh new file mode 100755 index 0000000..6434f0f --- /dev/null +++ b/testcase/fate-filter-pixelize-max.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170309-409836640 +# @用例名称: fate-filter-pixelize-max +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixelize-max +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixelize-max + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixelize-max + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixelize-min.sh b/testcase/fate-filter-pixelize-min.sh new file mode 100755 index 0000000..5c57d82 --- /dev/null +++ b/testcase/fate-filter-pixelize-min.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170309-493595149 +# @用例名称: fate-filter-pixelize-min +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixelize-min +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixelize-min + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixelize-min + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixfmts-copy.sh b/testcase/fate-filter-pixfmts-copy.sh new file mode 100755 index 0000000..58d4e72 --- /dev/null +++ b/testcase/fate-filter-pixfmts-copy.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170309-580019308 +# @用例名称: fate-filter-pixfmts-copy +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixfmts-copy +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixfmts-copy + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixfmts-copy + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixfmts-crop.sh b/testcase/fate-filter-pixfmts-crop.sh new file mode 100755 index 0000000..e198160 --- /dev/null +++ b/testcase/fate-filter-pixfmts-crop.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170309-665295358 +# @用例名称: fate-filter-pixfmts-crop +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixfmts-crop +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixfmts-crop + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixfmts-crop + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixfmts-field.sh b/testcase/fate-filter-pixfmts-field.sh new file mode 100755 index 0000000..886fad2 --- /dev/null +++ b/testcase/fate-filter-pixfmts-field.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170309-751329154 +# @用例名称: fate-filter-pixfmts-field +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixfmts-field +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixfmts-field + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixfmts-field + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixfmts-fieldmatch.sh b/testcase/fate-filter-pixfmts-fieldmatch.sh new file mode 100755 index 0000000..665e0b8 --- /dev/null +++ b/testcase/fate-filter-pixfmts-fieldmatch.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170309-835898659 +# @用例名称: fate-filter-pixfmts-fieldmatch +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixfmts-fieldmatch +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixfmts-fieldmatch + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixfmts-fieldmatch + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixfmts-fieldorder.sh b/testcase/fate-filter-pixfmts-fieldorder.sh new file mode 100755 index 0000000..3af3ea3 --- /dev/null +++ b/testcase/fate-filter-pixfmts-fieldorder.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170309-922998474 +# @用例名称: fate-filter-pixfmts-fieldorder +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixfmts-fieldorder +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixfmts-fieldorder + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixfmts-fieldorder + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixfmts-hflip.sh b/testcase/fate-filter-pixfmts-hflip.sh new file mode 100755 index 0000000..a5dcf34 --- /dev/null +++ b/testcase/fate-filter-pixfmts-hflip.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170310-009981851 +# @用例名称: fate-filter-pixfmts-hflip +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixfmts-hflip +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixfmts-hflip + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixfmts-hflip + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixfmts-il.sh b/testcase/fate-filter-pixfmts-il.sh new file mode 100755 index 0000000..b95a35e --- /dev/null +++ b/testcase/fate-filter-pixfmts-il.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170310-096440488 +# @用例名称: fate-filter-pixfmts-il +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixfmts-il +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixfmts-il + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixfmts-il + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixfmts-lut.sh b/testcase/fate-filter-pixfmts-lut.sh new file mode 100755 index 0000000..d5cdbb9 --- /dev/null +++ b/testcase/fate-filter-pixfmts-lut.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170310-181507714 +# @用例名称: fate-filter-pixfmts-lut +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixfmts-lut +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixfmts-lut + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixfmts-lut + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixfmts-null.sh b/testcase/fate-filter-pixfmts-null.sh new file mode 100755 index 0000000..0154006 --- /dev/null +++ b/testcase/fate-filter-pixfmts-null.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170310-265930080 +# @用例名称: fate-filter-pixfmts-null +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixfmts-null +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixfmts-null + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixfmts-null + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixfmts-pad.sh b/testcase/fate-filter-pixfmts-pad.sh new file mode 100755 index 0000000..d351f58 --- /dev/null +++ b/testcase/fate-filter-pixfmts-pad.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170310-350553384 +# @用例名称: fate-filter-pixfmts-pad +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixfmts-pad +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixfmts-pad + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixfmts-pad + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixfmts-rotate.sh b/testcase/fate-filter-pixfmts-rotate.sh new file mode 100755 index 0000000..f6bded0 --- /dev/null +++ b/testcase/fate-filter-pixfmts-rotate.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170310-435317986 +# @用例名称: fate-filter-pixfmts-rotate +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixfmts-rotate +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixfmts-rotate + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixfmts-rotate + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixfmts-scale.sh b/testcase/fate-filter-pixfmts-scale.sh new file mode 100755 index 0000000..cb38898 --- /dev/null +++ b/testcase/fate-filter-pixfmts-scale.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170310-520316461 +# @用例名称: fate-filter-pixfmts-scale +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixfmts-scale +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixfmts-scale + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixfmts-scale + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixfmts-swapuv.sh b/testcase/fate-filter-pixfmts-swapuv.sh new file mode 100755 index 0000000..c38393d --- /dev/null +++ b/testcase/fate-filter-pixfmts-swapuv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170310-603357275 +# @用例名称: fate-filter-pixfmts-swapuv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixfmts-swapuv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixfmts-swapuv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixfmts-swapuv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixfmts-transpose.sh b/testcase/fate-filter-pixfmts-transpose.sh new file mode 100755 index 0000000..cca13d9 --- /dev/null +++ b/testcase/fate-filter-pixfmts-transpose.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170310-689556468 +# @用例名称: fate-filter-pixfmts-transpose +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixfmts-transpose +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixfmts-transpose + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixfmts-transpose + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-pixfmts-vflip.sh b/testcase/fate-filter-pixfmts-vflip.sh new file mode 100755 index 0000000..696df06 --- /dev/null +++ b/testcase/fate-filter-pixfmts-vflip.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170310-777582215 +# @用例名称: fate-filter-pixfmts-vflip +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-pixfmts-vflip +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-pixfmts-vflip + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-pixfmts-vflip + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-refcmp-blockdetect-yuv.sh b/testcase/fate-filter-refcmp-blockdetect-yuv.sh new file mode 100755 index 0000000..c089e84 --- /dev/null +++ b/testcase/fate-filter-refcmp-blockdetect-yuv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170310-866056754 +# @用例名称: fate-filter-refcmp-blockdetect-yuv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-refcmp-blockdetect-yuv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-refcmp-blockdetect-yuv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-refcmp-blockdetect-yuv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-refcmp-blurdetect-yuv.sh b/testcase/fate-filter-refcmp-blurdetect-yuv.sh new file mode 100755 index 0000000..3728334 --- /dev/null +++ b/testcase/fate-filter-refcmp-blurdetect-yuv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170310-951165506 +# @用例名称: fate-filter-refcmp-blurdetect-yuv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-refcmp-blurdetect-yuv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-refcmp-blurdetect-yuv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-refcmp-blurdetect-yuv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-refcmp-psnr-rgb.sh b/testcase/fate-filter-refcmp-psnr-rgb.sh new file mode 100755 index 0000000..b00876a --- /dev/null +++ b/testcase/fate-filter-refcmp-psnr-rgb.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170311-034685471 +# @用例名称: fate-filter-refcmp-psnr-rgb +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-refcmp-psnr-rgb +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-refcmp-psnr-rgb + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-refcmp-psnr-rgb + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-refcmp-psnr-yuv.sh b/testcase/fate-filter-refcmp-psnr-yuv.sh new file mode 100755 index 0000000..a70feb5 --- /dev/null +++ b/testcase/fate-filter-refcmp-psnr-yuv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170311-120121759 +# @用例名称: fate-filter-refcmp-psnr-yuv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-refcmp-psnr-yuv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-refcmp-psnr-yuv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-refcmp-psnr-yuv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-refcmp-siti-yuv.sh b/testcase/fate-filter-refcmp-siti-yuv.sh new file mode 100755 index 0000000..d337026 --- /dev/null +++ b/testcase/fate-filter-refcmp-siti-yuv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170311-205951969 +# @用例名称: fate-filter-refcmp-siti-yuv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-refcmp-siti-yuv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-refcmp-siti-yuv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-refcmp-siti-yuv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-refcmp-ssim-rgb.sh b/testcase/fate-filter-refcmp-ssim-rgb.sh new file mode 100755 index 0000000..9093b0a --- /dev/null +++ b/testcase/fate-filter-refcmp-ssim-rgb.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170311-291296829 +# @用例名称: fate-filter-refcmp-ssim-rgb +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-refcmp-ssim-rgb +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-refcmp-ssim-rgb + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-refcmp-ssim-rgb + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-refcmp-ssim-yuv.sh b/testcase/fate-filter-refcmp-ssim-yuv.sh new file mode 100755 index 0000000..11eaf3d --- /dev/null +++ b/testcase/fate-filter-refcmp-ssim-yuv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170311-376298485 +# @用例名称: fate-filter-refcmp-ssim-yuv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-refcmp-ssim-yuv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-refcmp-ssim-yuv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-refcmp-ssim-yuv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-refcmp-xpsnr-rgb.sh b/testcase/fate-filter-refcmp-xpsnr-rgb.sh new file mode 100755 index 0000000..7b8e436 --- /dev/null +++ b/testcase/fate-filter-refcmp-xpsnr-rgb.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170311-460582115 +# @用例名称: fate-filter-refcmp-xpsnr-rgb +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-refcmp-xpsnr-rgb +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-refcmp-xpsnr-rgb + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-refcmp-xpsnr-rgb + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-refcmp-xpsnr-yuv.sh b/testcase/fate-filter-refcmp-xpsnr-yuv.sh new file mode 100755 index 0000000..03abc58 --- /dev/null +++ b/testcase/fate-filter-refcmp-xpsnr-yuv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170311-546398755 +# @用例名称: fate-filter-refcmp-xpsnr-yuv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-refcmp-xpsnr-yuv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-refcmp-xpsnr-yuv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-refcmp-xpsnr-yuv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-removegrain-mode-00.sh b/testcase/fate-filter-removegrain-mode-00.sh new file mode 100755 index 0000000..5a78e2e --- /dev/null +++ b/testcase/fate-filter-removegrain-mode-00.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170311-629709494 +# @用例名称: fate-filter-removegrain-mode-00 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-00 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-00 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-removegrain-mode-00 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-removegrain-mode-01.sh b/testcase/fate-filter-removegrain-mode-01.sh new file mode 100755 index 0000000..05ce83b --- /dev/null +++ b/testcase/fate-filter-removegrain-mode-01.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170311-714288188 +# @用例名称: fate-filter-removegrain-mode-01 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-01 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-01 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-removegrain-mode-01 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-removegrain-mode-02.sh b/testcase/fate-filter-removegrain-mode-02.sh new file mode 100755 index 0000000..2ae0521 --- /dev/null +++ b/testcase/fate-filter-removegrain-mode-02.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170311-798646787 +# @用例名称: fate-filter-removegrain-mode-02 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-02 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-02 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-removegrain-mode-02 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-removegrain-mode-03.sh b/testcase/fate-filter-removegrain-mode-03.sh new file mode 100755 index 0000000..177b95c --- /dev/null +++ b/testcase/fate-filter-removegrain-mode-03.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170311-881948536 +# @用例名称: fate-filter-removegrain-mode-03 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-03 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-03 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-removegrain-mode-03 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-removegrain-mode-04.sh b/testcase/fate-filter-removegrain-mode-04.sh new file mode 100755 index 0000000..0064ddb --- /dev/null +++ b/testcase/fate-filter-removegrain-mode-04.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170311-967248656 +# @用例名称: fate-filter-removegrain-mode-04 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-04 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-04 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-removegrain-mode-04 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-removegrain-mode-05.sh b/testcase/fate-filter-removegrain-mode-05.sh new file mode 100755 index 0000000..65630b0 --- /dev/null +++ b/testcase/fate-filter-removegrain-mode-05.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170312-053820352 +# @用例名称: fate-filter-removegrain-mode-05 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-05 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-05 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-removegrain-mode-05 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-removegrain-mode-06.sh b/testcase/fate-filter-removegrain-mode-06.sh new file mode 100755 index 0000000..dab0a8b --- /dev/null +++ b/testcase/fate-filter-removegrain-mode-06.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170312-138901476 +# @用例名称: fate-filter-removegrain-mode-06 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-06 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-06 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-removegrain-mode-06 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-removegrain-mode-07.sh b/testcase/fate-filter-removegrain-mode-07.sh new file mode 100755 index 0000000..bb8cfac --- /dev/null +++ b/testcase/fate-filter-removegrain-mode-07.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170312-224681327 +# @用例名称: fate-filter-removegrain-mode-07 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-07 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-07 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-removegrain-mode-07 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-removegrain-mode-08.sh b/testcase/fate-filter-removegrain-mode-08.sh new file mode 100755 index 0000000..76f0ab9 --- /dev/null +++ b/testcase/fate-filter-removegrain-mode-08.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170312-310485048 +# @用例名称: fate-filter-removegrain-mode-08 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-08 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-08 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-removegrain-mode-08 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-removegrain-mode-09.sh b/testcase/fate-filter-removegrain-mode-09.sh new file mode 100755 index 0000000..ccde934 --- /dev/null +++ b/testcase/fate-filter-removegrain-mode-09.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170312-393553951 +# @用例名称: fate-filter-removegrain-mode-09 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-09 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-09 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-removegrain-mode-09 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-removegrain-mode-10.sh b/testcase/fate-filter-removegrain-mode-10.sh new file mode 100755 index 0000000..27ff87f --- /dev/null +++ b/testcase/fate-filter-removegrain-mode-10.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170312-477719814 +# @用例名称: fate-filter-removegrain-mode-10 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-10 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-10 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-removegrain-mode-10 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-removegrain-mode-11.sh b/testcase/fate-filter-removegrain-mode-11.sh new file mode 100755 index 0000000..adfbdeb --- /dev/null +++ b/testcase/fate-filter-removegrain-mode-11.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170312-563469064 +# @用例名称: fate-filter-removegrain-mode-11 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-11 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-11 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-removegrain-mode-11 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-removegrain-mode-12.sh b/testcase/fate-filter-removegrain-mode-12.sh new file mode 100755 index 0000000..9cc4cc9 --- /dev/null +++ b/testcase/fate-filter-removegrain-mode-12.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170312-649981851 +# @用例名称: fate-filter-removegrain-mode-12 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-12 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-12 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-removegrain-mode-12 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-removegrain-mode-13.sh b/testcase/fate-filter-removegrain-mode-13.sh new file mode 100755 index 0000000..4b88619 --- /dev/null +++ b/testcase/fate-filter-removegrain-mode-13.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170312-735072536 +# @用例名称: fate-filter-removegrain-mode-13 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-13 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-13 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-removegrain-mode-13 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-removegrain-mode-14.sh b/testcase/fate-filter-removegrain-mode-14.sh new file mode 100755 index 0000000..9a41bb2 --- /dev/null +++ b/testcase/fate-filter-removegrain-mode-14.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170312-822342477 +# @用例名称: fate-filter-removegrain-mode-14 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-14 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-14 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-removegrain-mode-14 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-removegrain-mode-15.sh b/testcase/fate-filter-removegrain-mode-15.sh new file mode 100755 index 0000000..6a55e52 --- /dev/null +++ b/testcase/fate-filter-removegrain-mode-15.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170312-906874373 +# @用例名称: fate-filter-removegrain-mode-15 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-15 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-15 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-removegrain-mode-15 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-removegrain-mode-16.sh b/testcase/fate-filter-removegrain-mode-16.sh new file mode 100755 index 0000000..3dc2e57 --- /dev/null +++ b/testcase/fate-filter-removegrain-mode-16.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170312-991782701 +# @用例名称: fate-filter-removegrain-mode-16 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-16 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-16 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-removegrain-mode-16 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-removegrain-mode-17.sh b/testcase/fate-filter-removegrain-mode-17.sh new file mode 100755 index 0000000..c107073 --- /dev/null +++ b/testcase/fate-filter-removegrain-mode-17.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170313-077444184 +# @用例名称: fate-filter-removegrain-mode-17 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-17 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-17 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-removegrain-mode-17 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-removegrain-mode-18.sh b/testcase/fate-filter-removegrain-mode-18.sh new file mode 100755 index 0000000..17b3b58 --- /dev/null +++ b/testcase/fate-filter-removegrain-mode-18.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170313-161772183 +# @用例名称: fate-filter-removegrain-mode-18 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-18 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-18 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-removegrain-mode-18 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-removegrain-mode-19.sh b/testcase/fate-filter-removegrain-mode-19.sh new file mode 100755 index 0000000..1f0bf6c --- /dev/null +++ b/testcase/fate-filter-removegrain-mode-19.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170313-246691300 +# @用例名称: fate-filter-removegrain-mode-19 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-19 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-19 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-removegrain-mode-19 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-removegrain-mode-20.sh b/testcase/fate-filter-removegrain-mode-20.sh new file mode 100755 index 0000000..582805d --- /dev/null +++ b/testcase/fate-filter-removegrain-mode-20.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170313-331777674 +# @用例名称: fate-filter-removegrain-mode-20 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-20 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-20 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-removegrain-mode-20 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-removegrain-mode-21.sh b/testcase/fate-filter-removegrain-mode-21.sh new file mode 100755 index 0000000..f82ed87 --- /dev/null +++ b/testcase/fate-filter-removegrain-mode-21.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170313-418977508 +# @用例名称: fate-filter-removegrain-mode-21 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-21 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-21 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-removegrain-mode-21 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-removegrain-mode-22.sh b/testcase/fate-filter-removegrain-mode-22.sh new file mode 100755 index 0000000..ec8ee7c --- /dev/null +++ b/testcase/fate-filter-removegrain-mode-22.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170313-510123664 +# @用例名称: fate-filter-removegrain-mode-22 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-22 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-22 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-removegrain-mode-22 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-removegrain-mode-23.sh b/testcase/fate-filter-removegrain-mode-23.sh new file mode 100755 index 0000000..85d832c --- /dev/null +++ b/testcase/fate-filter-removegrain-mode-23.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170313-601311078 +# @用例名称: fate-filter-removegrain-mode-23 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-23 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-23 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-removegrain-mode-23 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-removegrain-mode-24.sh b/testcase/fate-filter-removegrain-mode-24.sh new file mode 100755 index 0000000..a06f967 --- /dev/null +++ b/testcase/fate-filter-removegrain-mode-24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170313-688112019 +# @用例名称: fate-filter-removegrain-mode-24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-removegrain-mode-24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-removegrain-mode-24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-rgbtestsrc-gbrap.sh b/testcase/fate-filter-rgbtestsrc-gbrap.sh new file mode 100755 index 0000000..620cfa0 --- /dev/null +++ b/testcase/fate-filter-rgbtestsrc-gbrap.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170313-861642372 +# @用例名称: fate-filter-rgbtestsrc-gbrap +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-rgbtestsrc-gbrap +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-rgbtestsrc-gbrap + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-rgbtestsrc-gbrap + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-rgbtestsrc-gbrap12.sh b/testcase/fate-filter-rgbtestsrc-gbrap12.sh new file mode 100755 index 0000000..2b384e5 --- /dev/null +++ b/testcase/fate-filter-rgbtestsrc-gbrap12.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170313-947300745 +# @用例名称: fate-filter-rgbtestsrc-gbrap12 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-rgbtestsrc-gbrap12 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-rgbtestsrc-gbrap12 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-rgbtestsrc-gbrap12 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-rgbtestsrc-gbrp.sh b/testcase/fate-filter-rgbtestsrc-gbrp.sh new file mode 100755 index 0000000..1d302cb --- /dev/null +++ b/testcase/fate-filter-rgbtestsrc-gbrp.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170314-032498708 +# @用例名称: fate-filter-rgbtestsrc-gbrp +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-rgbtestsrc-gbrp +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-rgbtestsrc-gbrp + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-rgbtestsrc-gbrp + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-rgbtestsrc-gbrp12.sh b/testcase/fate-filter-rgbtestsrc-gbrp12.sh new file mode 100755 index 0000000..b09d0cf --- /dev/null +++ b/testcase/fate-filter-rgbtestsrc-gbrp12.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170314-115831486 +# @用例名称: fate-filter-rgbtestsrc-gbrp12 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-rgbtestsrc-gbrp12 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-rgbtestsrc-gbrp12 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-rgbtestsrc-gbrp12 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-rgbtestsrc-rgba.sh b/testcase/fate-filter-rgbtestsrc-rgba.sh new file mode 100755 index 0000000..259354a --- /dev/null +++ b/testcase/fate-filter-rgbtestsrc-rgba.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170314-199575807 +# @用例名称: fate-filter-rgbtestsrc-rgba +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-rgbtestsrc-rgba +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-rgbtestsrc-rgba + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-rgbtestsrc-rgba + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-rgbtestsrc-x2rgb10le.sh b/testcase/fate-filter-rgbtestsrc-x2rgb10le.sh new file mode 100755 index 0000000..1009d3d --- /dev/null +++ b/testcase/fate-filter-rgbtestsrc-x2rgb10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170314-284637032 +# @用例名称: fate-filter-rgbtestsrc-x2rgb10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-rgbtestsrc-x2rgb10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-rgbtestsrc-x2rgb10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-rgbtestsrc-x2rgb10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-rgbtestsrc.sh b/testcase/fate-filter-rgbtestsrc.sh new file mode 100755 index 0000000..866efbf --- /dev/null +++ b/testcase/fate-filter-rgbtestsrc.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170313-773611566 +# @用例名称: fate-filter-rgbtestsrc +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-rgbtestsrc +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-rgbtestsrc + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-rgbtestsrc + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-scale-premultiply.sh b/testcase/fate-filter-scale-premultiply.sh new file mode 100755 index 0000000..f93db2a --- /dev/null +++ b/testcase/fate-filter-scale-premultiply.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170314-369555029 +# @用例名称: fate-filter-scale-premultiply +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-scale-premultiply +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-scale-premultiply + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-scale-premultiply + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-scale200.sh b/testcase/fate-filter-scale200.sh new file mode 100755 index 0000000..432ae5a --- /dev/null +++ b/testcase/fate-filter-scale200.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170314-454829131 +# @用例名称: fate-filter-scale200 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-scale200 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-scale200 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-scale200 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-scale2ref_keep_aspect.sh b/testcase/fate-filter-scale2ref_keep_aspect.sh new file mode 100755 index 0000000..ac8535a --- /dev/null +++ b/testcase/fate-filter-scale2ref_keep_aspect.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170314-539961074 +# @用例名称: fate-filter-scale2ref_keep_aspect +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-scale2ref_keep_aspect +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-scale2ref_keep_aspect + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-scale2ref_keep_aspect + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-scale500.sh b/testcase/fate-filter-scale500.sh new file mode 100755 index 0000000..19cc5a1 --- /dev/null +++ b/testcase/fate-filter-scale500.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170314-625526779 +# @用例名称: fate-filter-scale500 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-scale500 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-scale500 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-scale500 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-scalechroma.sh b/testcase/fate-filter-scalechroma.sh new file mode 100755 index 0000000..4b34478 --- /dev/null +++ b/testcase/fate-filter-scalechroma.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170314-711650493 +# @用例名称: fate-filter-scalechroma +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-scalechroma +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-scalechroma + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-scalechroma + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-select-alternate.sh b/testcase/fate-filter-select-alternate.sh new file mode 100755 index 0000000..23e5105 --- /dev/null +++ b/testcase/fate-filter-select-alternate.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170314-882613067 +# @用例名称: fate-filter-select-alternate +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-select-alternate +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-select-alternate + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-select-alternate + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-select-buffering.sh b/testcase/fate-filter-select-buffering.sh new file mode 100755 index 0000000..adecdd9 --- /dev/null +++ b/testcase/fate-filter-select-buffering.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170314-967628512 +# @用例名称: fate-filter-select-buffering +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-select-buffering +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-select-buffering + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-select-buffering + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-select-ffprobe.sh b/testcase/fate-filter-select-ffprobe.sh new file mode 100755 index 0000000..f4d63cf --- /dev/null +++ b/testcase/fate-filter-select-ffprobe.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170315-051371003 +# @用例名称: fate-filter-select-ffprobe +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-select-ffprobe +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-select-ffprobe + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-select-ffprobe + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-select.sh b/testcase/fate-filter-select.sh new file mode 100755 index 0000000..67d9a5d --- /dev/null +++ b/testcase/fate-filter-select.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170314-795566400 +# @用例名称: fate-filter-select +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-select +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-select + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-select + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-separatefields.sh b/testcase/fate-filter-separatefields.sh new file mode 100755 index 0000000..2cd4b20 --- /dev/null +++ b/testcase/fate-filter-separatefields.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170315-135721132 +# @用例名称: fate-filter-separatefields +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-separatefields +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-separatefields + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-separatefields + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-setdar.sh b/testcase/fate-filter-setdar.sh new file mode 100755 index 0000000..3ac3b74 --- /dev/null +++ b/testcase/fate-filter-setdar.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170315-221075481 +# @用例名称: fate-filter-setdar +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-setdar +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-setdar + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-setdar + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-setpts.sh b/testcase/fate-filter-setpts.sh new file mode 100755 index 0000000..e1f44f2 --- /dev/null +++ b/testcase/fate-filter-setpts.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170315-306773452 +# @用例名称: fate-filter-setpts +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-setpts +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-setpts + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-setpts + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-setsar.sh b/testcase/fate-filter-setsar.sh new file mode 100755 index 0000000..f963095 --- /dev/null +++ b/testcase/fate-filter-setsar.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170315-391784959 +# @用例名称: fate-filter-setsar +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-setsar +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-setsar + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-setsar + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-shuffleframes.sh b/testcase/fate-filter-shuffleframes.sh new file mode 100755 index 0000000..adebf89 --- /dev/null +++ b/testcase/fate-filter-shuffleframes.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170315-477210207 +# @用例名称: fate-filter-shuffleframes +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-shuffleframes +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-shuffleframes + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-shuffleframes + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-shuffleplanes-dup-luma.sh b/testcase/fate-filter-shuffleplanes-dup-luma.sh new file mode 100755 index 0000000..9dc439f --- /dev/null +++ b/testcase/fate-filter-shuffleplanes-dup-luma.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170315-562456108 +# @用例名称: fate-filter-shuffleplanes-dup-luma +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-shuffleplanes-dup-luma +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-shuffleplanes-dup-luma + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-shuffleplanes-dup-luma + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-shuffleplanes-swapuv.sh b/testcase/fate-filter-shuffleplanes-swapuv.sh new file mode 100755 index 0000000..4ea832a --- /dev/null +++ b/testcase/fate-filter-shuffleplanes-swapuv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170315-648500534 +# @用例名称: fate-filter-shuffleplanes-swapuv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-shuffleplanes-swapuv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-shuffleplanes-swapuv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-shuffleplanes-swapuv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-silenceremove.sh b/testcase/fate-filter-silenceremove.sh new file mode 100755 index 0000000..1b641f7 --- /dev/null +++ b/testcase/fate-filter-silenceremove.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170315-734755455 +# @用例名称: fate-filter-silenceremove +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-silenceremove +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-silenceremove + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-silenceremove + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-smptebars.sh b/testcase/fate-filter-smptebars.sh new file mode 100755 index 0000000..e2204bd --- /dev/null +++ b/testcase/fate-filter-smptebars.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170315-821285022 +# @用例名称: fate-filter-smptebars +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-smptebars +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-smptebars + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-smptebars + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-smptehdbars.sh b/testcase/fate-filter-smptehdbars.sh new file mode 100755 index 0000000..addd01e --- /dev/null +++ b/testcase/fate-filter-smptehdbars.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170315-903987512 +# @用例名称: fate-filter-smptehdbars +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-smptehdbars +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-smptehdbars + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-smptehdbars + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-swaprect.sh b/testcase/fate-filter-swaprect.sh new file mode 100755 index 0000000..da0ed6f --- /dev/null +++ b/testcase/fate-filter-swaprect.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170315-987569986 +# @用例名称: fate-filter-swaprect +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-swaprect +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-swaprect + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-swaprect + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-tblend.sh b/testcase/fate-filter-tblend.sh new file mode 100755 index 0000000..5809a89 --- /dev/null +++ b/testcase/fate-filter-tblend.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170316-072950825 +# @用例名称: fate-filter-tblend +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-tblend +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-tblend + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-tblend + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-telecine.sh b/testcase/fate-filter-telecine.sh new file mode 100755 index 0000000..3b4b760 --- /dev/null +++ b/testcase/fate-filter-telecine.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170316-161257086 +# @用例名称: fate-filter-telecine +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-telecine +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-telecine + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-telecine + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-testsrc2-rgb24.sh b/testcase/fate-filter-testsrc2-rgb24.sh new file mode 100755 index 0000000..6f911d2 --- /dev/null +++ b/testcase/fate-filter-testsrc2-rgb24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170316-248074237 +# @用例名称: fate-filter-testsrc2-rgb24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-testsrc2-rgb24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-testsrc2-rgb24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-testsrc2-rgb24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-testsrc2-rgba.sh b/testcase/fate-filter-testsrc2-rgba.sh new file mode 100755 index 0000000..7f51f0d --- /dev/null +++ b/testcase/fate-filter-testsrc2-rgba.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170316-334693171 +# @用例名称: fate-filter-testsrc2-rgba +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-testsrc2-rgba +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-testsrc2-rgba + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-testsrc2-rgba + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-testsrc2-yuv420p.sh b/testcase/fate-filter-testsrc2-yuv420p.sh new file mode 100755 index 0000000..1d46fe1 --- /dev/null +++ b/testcase/fate-filter-testsrc2-yuv420p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170316-419002860 +# @用例名称: fate-filter-testsrc2-yuv420p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-testsrc2-yuv420p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-testsrc2-yuv420p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-testsrc2-yuv420p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-testsrc2-yuv444p.sh b/testcase/fate-filter-testsrc2-yuv444p.sh new file mode 100755 index 0000000..80b5bf4 --- /dev/null +++ b/testcase/fate-filter-testsrc2-yuv444p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170316-502806500 +# @用例名称: fate-filter-testsrc2-yuv444p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-testsrc2-yuv444p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-testsrc2-yuv444p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-testsrc2-yuv444p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-thumbnail.sh b/testcase/fate-filter-thumbnail.sh new file mode 100755 index 0000000..7336d5a --- /dev/null +++ b/testcase/fate-filter-thumbnail.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170316-586509942 +# @用例名称: fate-filter-thumbnail +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-thumbnail +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-thumbnail + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-thumbnail + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-tile.sh b/testcase/fate-filter-tile.sh new file mode 100755 index 0000000..b4130f1 --- /dev/null +++ b/testcase/fate-filter-tile.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170316-671378560 +# @用例名称: fate-filter-tile +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-tile +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-tile + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-tile + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-tiltandshift-410.sh b/testcase/fate-filter-tiltandshift-410.sh new file mode 100755 index 0000000..f3f96cf --- /dev/null +++ b/testcase/fate-filter-tiltandshift-410.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170316-840756054 +# @用例名称: fate-filter-tiltandshift-410 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-tiltandshift-410 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-tiltandshift-410 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-tiltandshift-410 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-tiltandshift-422.sh b/testcase/fate-filter-tiltandshift-422.sh new file mode 100755 index 0000000..d294ccd --- /dev/null +++ b/testcase/fate-filter-tiltandshift-422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170316-925013585 +# @用例名称: fate-filter-tiltandshift-422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-tiltandshift-422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-tiltandshift-422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-tiltandshift-422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-tiltandshift-444.sh b/testcase/fate-filter-tiltandshift-444.sh new file mode 100755 index 0000000..e630384 --- /dev/null +++ b/testcase/fate-filter-tiltandshift-444.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170317-009202268 +# @用例名称: fate-filter-tiltandshift-444 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-tiltandshift-444 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-tiltandshift-444 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-tiltandshift-444 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-tiltandshift.sh b/testcase/fate-filter-tiltandshift.sh new file mode 100755 index 0000000..7b3788e --- /dev/null +++ b/testcase/fate-filter-tiltandshift.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170316-755600902 +# @用例名称: fate-filter-tiltandshift +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-tiltandshift +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-tiltandshift + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-tiltandshift + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-tpad-add-duration.sh b/testcase/fate-filter-tpad-add-duration.sh new file mode 100755 index 0000000..2943900 --- /dev/null +++ b/testcase/fate-filter-tpad-add-duration.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170317-181069642 +# @用例名称: fate-filter-tpad-add-duration +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-tpad-add-duration +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-tpad-add-duration + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-tpad-add-duration + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-tpad-add.sh b/testcase/fate-filter-tpad-add.sh new file mode 100755 index 0000000..3583965 --- /dev/null +++ b/testcase/fate-filter-tpad-add.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170317-094245622 +# @用例名称: fate-filter-tpad-add +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-tpad-add +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-tpad-add + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-tpad-add + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-tpad-clone.sh b/testcase/fate-filter-tpad-clone.sh new file mode 100755 index 0000000..0b6770e --- /dev/null +++ b/testcase/fate-filter-tpad-clone.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170317-265890372 +# @用例名称: fate-filter-tpad-clone +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-tpad-clone +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-tpad-clone + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-tpad-clone + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-transpose.sh b/testcase/fate-filter-transpose.sh new file mode 100755 index 0000000..4748687 --- /dev/null +++ b/testcase/fate-filter-transpose.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170317-351759811 +# @用例名称: fate-filter-transpose +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-transpose +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-transpose + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-transpose + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-trim-duration.sh b/testcase/fate-filter-trim-duration.sh new file mode 100755 index 0000000..931ed6e --- /dev/null +++ b/testcase/fate-filter-trim-duration.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170317-434796446 +# @用例名称: fate-filter-trim-duration +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-trim-duration +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-trim-duration + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-trim-duration + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-trim-frame.sh b/testcase/fate-filter-trim-frame.sh new file mode 100755 index 0000000..728dc02 --- /dev/null +++ b/testcase/fate-filter-trim-frame.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170317-520613326 +# @用例名称: fate-filter-trim-frame +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-trim-frame +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-trim-frame + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-trim-frame + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-trim-mixed.sh b/testcase/fate-filter-trim-mixed.sh new file mode 100755 index 0000000..4819e97 --- /dev/null +++ b/testcase/fate-filter-trim-mixed.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170317-602564941 +# @用例名称: fate-filter-trim-mixed +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-trim-mixed +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-trim-mixed + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-trim-mixed + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-trim-time.sh b/testcase/fate-filter-trim-time.sh new file mode 100755 index 0000000..48d2282 --- /dev/null +++ b/testcase/fate-filter-trim-time.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170317-688424771 +# @用例名称: fate-filter-trim-time +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-trim-time +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-trim-time + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-trim-time + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-unsharp-yuv420p10.sh b/testcase/fate-filter-unsharp-yuv420p10.sh new file mode 100755 index 0000000..a051be9 --- /dev/null +++ b/testcase/fate-filter-unsharp-yuv420p10.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170317-858608400 +# @用例名称: fate-filter-unsharp-yuv420p10 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-unsharp-yuv420p10 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-unsharp-yuv420p10 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-unsharp-yuv420p10 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-unsharp.sh b/testcase/fate-filter-unsharp.sh new file mode 100755 index 0000000..5d69ef2 --- /dev/null +++ b/testcase/fate-filter-unsharp.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170317-773700622 +# @用例名称: fate-filter-unsharp +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-unsharp +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-unsharp + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-unsharp + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-untile-yuv422p.sh b/testcase/fate-filter-untile-yuv422p.sh new file mode 100755 index 0000000..8d6743d --- /dev/null +++ b/testcase/fate-filter-untile-yuv422p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170318-028601382 +# @用例名称: fate-filter-untile-yuv422p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-untile-yuv422p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-untile-yuv422p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-untile-yuv422p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-untile.sh b/testcase/fate-filter-untile.sh new file mode 100755 index 0000000..e285414 --- /dev/null +++ b/testcase/fate-filter-untile.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170317-942294571 +# @用例名称: fate-filter-untile +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-untile +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-untile + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-untile + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-vectorscope_color.sh b/testcase/fate-filter-vectorscope_color.sh new file mode 100755 index 0000000..05bc223 --- /dev/null +++ b/testcase/fate-filter-vectorscope_color.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170318-112948331 +# @用例名称: fate-filter-vectorscope_color +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-vectorscope_color +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-vectorscope_color + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-vectorscope_color + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-vectorscope_color2.sh b/testcase/fate-filter-vectorscope_color2.sh new file mode 100755 index 0000000..8e928fa --- /dev/null +++ b/testcase/fate-filter-vectorscope_color2.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170318-196296980 +# @用例名称: fate-filter-vectorscope_color2 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-vectorscope_color2 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-vectorscope_color2 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-vectorscope_color2 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-vectorscope_color3.sh b/testcase/fate-filter-vectorscope_color3.sh new file mode 100755 index 0000000..6fcf207 --- /dev/null +++ b/testcase/fate-filter-vectorscope_color3.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170318-281096909 +# @用例名称: fate-filter-vectorscope_color3 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-vectorscope_color3 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-vectorscope_color3 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-vectorscope_color3 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-vectorscope_color4.sh b/testcase/fate-filter-vectorscope_color4.sh new file mode 100755 index 0000000..8213e73 --- /dev/null +++ b/testcase/fate-filter-vectorscope_color4.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170318-364652983 +# @用例名称: fate-filter-vectorscope_color4 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-vectorscope_color4 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-vectorscope_color4 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-vectorscope_color4 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-vectorscope_gray.sh b/testcase/fate-filter-vectorscope_gray.sh new file mode 100755 index 0000000..d3b2bf7 --- /dev/null +++ b/testcase/fate-filter-vectorscope_gray.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170318-448878824 +# @用例名称: fate-filter-vectorscope_gray +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-vectorscope_gray +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-vectorscope_gray + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-vectorscope_gray + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-vectorscope_xy.sh b/testcase/fate-filter-vectorscope_xy.sh new file mode 100755 index 0000000..11daa7f --- /dev/null +++ b/testcase/fate-filter-vectorscope_xy.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170318-531566336 +# @用例名称: fate-filter-vectorscope_xy +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-vectorscope_xy +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-vectorscope_xy + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-vectorscope_xy + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-vflip.sh b/testcase/fate-filter-vflip.sh new file mode 100755 index 0000000..f56cac8 --- /dev/null +++ b/testcase/fate-filter-vflip.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170318-615201189 +# @用例名称: fate-filter-vflip +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-vflip +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-vflip + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-vflip + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-vflip_crop.sh b/testcase/fate-filter-vflip_crop.sh new file mode 100755 index 0000000..9d12460 --- /dev/null +++ b/testcase/fate-filter-vflip_crop.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170318-698816211 +# @用例名称: fate-filter-vflip_crop +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-vflip_crop +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-vflip_crop + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-vflip_crop + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-vflip_vflip.sh b/testcase/fate-filter-vflip_vflip.sh new file mode 100755 index 0000000..b811151 --- /dev/null +++ b/testcase/fate-filter-vflip_vflip.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170318-784097663 +# @用例名称: fate-filter-vflip_vflip +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-vflip_vflip +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-vflip_vflip + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-vflip_vflip + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-volume.sh b/testcase/fate-filter-volume.sh new file mode 100755 index 0000000..1fef773 --- /dev/null +++ b/testcase/fate-filter-volume.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170318-869932822 +# @用例名称: fate-filter-volume +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-volume +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-volume + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-volume + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-vstack.sh b/testcase/fate-filter-vstack.sh new file mode 100755 index 0000000..eaa2e7e --- /dev/null +++ b/testcase/fate-filter-vstack.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170318-955321881 +# @用例名称: fate-filter-vstack +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-vstack +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-vstack + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-vstack + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-waveform_column.sh b/testcase/fate-filter-waveform_column.sh new file mode 100755 index 0000000..25c59e8 --- /dev/null +++ b/testcase/fate-filter-waveform_column.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170319-041175110 +# @用例名称: fate-filter-waveform_column +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-waveform_column +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-waveform_column + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-waveform_column + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-waveform_envelope.sh b/testcase/fate-filter-waveform_envelope.sh new file mode 100755 index 0000000..e6198e4 --- /dev/null +++ b/testcase/fate-filter-waveform_envelope.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170319-127402222 +# @用例名称: fate-filter-waveform_envelope +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-waveform_envelope +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-waveform_envelope + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-waveform_envelope + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-waveform_row.sh b/testcase/fate-filter-waveform_row.sh new file mode 100755 index 0000000..d2071ad --- /dev/null +++ b/testcase/fate-filter-waveform_row.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170319-211444717 +# @用例名称: fate-filter-waveform_row +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-waveform_row +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-waveform_row + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-waveform_row + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-waveform_uv.sh b/testcase/fate-filter-waveform_uv.sh new file mode 100755 index 0000000..5b73551 --- /dev/null +++ b/testcase/fate-filter-waveform_uv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170319-295368624 +# @用例名称: fate-filter-waveform_uv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-waveform_uv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-waveform_uv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-waveform_uv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-weave.sh b/testcase/fate-filter-weave.sh new file mode 100755 index 0000000..4bbb300 --- /dev/null +++ b/testcase/fate-filter-weave.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170319-379747312 +# @用例名称: fate-filter-weave +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-weave +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-weave + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-weave + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-yuvtestsrc-ayuv.sh b/testcase/fate-filter-yuvtestsrc-ayuv.sh new file mode 100755 index 0000000..de34cd7 --- /dev/null +++ b/testcase/fate-filter-yuvtestsrc-ayuv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170319-464834867 +# @用例名称: fate-filter-yuvtestsrc-ayuv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-yuvtestsrc-ayuv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-yuvtestsrc-ayuv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-yuvtestsrc-ayuv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-yuvtestsrc-ayuv64.sh b/testcase/fate-filter-yuvtestsrc-ayuv64.sh new file mode 100755 index 0000000..5bba199 --- /dev/null +++ b/testcase/fate-filter-yuvtestsrc-ayuv64.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170319-552252556 +# @用例名称: fate-filter-yuvtestsrc-ayuv64 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-yuvtestsrc-ayuv64 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-yuvtestsrc-ayuv64 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-yuvtestsrc-ayuv64 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-yuvtestsrc-nv24.sh b/testcase/fate-filter-yuvtestsrc-nv24.sh new file mode 100755 index 0000000..be0ed0b --- /dev/null +++ b/testcase/fate-filter-yuvtestsrc-nv24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170319-637885800 +# @用例名称: fate-filter-yuvtestsrc-nv24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-yuvtestsrc-nv24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-yuvtestsrc-nv24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-yuvtestsrc-nv24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-yuvtestsrc-p410.sh b/testcase/fate-filter-yuvtestsrc-p410.sh new file mode 100755 index 0000000..0407307 --- /dev/null +++ b/testcase/fate-filter-yuvtestsrc-p410.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170319-723693149 +# @用例名称: fate-filter-yuvtestsrc-p410 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-yuvtestsrc-p410 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-yuvtestsrc-p410 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-yuvtestsrc-p410 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-yuvtestsrc-v30xle.sh b/testcase/fate-filter-yuvtestsrc-v30xle.sh new file mode 100755 index 0000000..8749abc --- /dev/null +++ b/testcase/fate-filter-yuvtestsrc-v30xle.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170319-808906171 +# @用例名称: fate-filter-yuvtestsrc-v30xle +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-yuvtestsrc-v30xle +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-yuvtestsrc-v30xle + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-yuvtestsrc-v30xle + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-yuvtestsrc-vuya.sh b/testcase/fate-filter-yuvtestsrc-vuya.sh new file mode 100755 index 0000000..3c84622 --- /dev/null +++ b/testcase/fate-filter-yuvtestsrc-vuya.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170319-896830770 +# @用例名称: fate-filter-yuvtestsrc-vuya +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-yuvtestsrc-vuya +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-yuvtestsrc-vuya + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-yuvtestsrc-vuya + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-yuvtestsrc-vyu444.sh b/testcase/fate-filter-yuvtestsrc-vyu444.sh new file mode 100755 index 0000000..93731df --- /dev/null +++ b/testcase/fate-filter-yuvtestsrc-vyu444.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170319-980688518 +# @用例名称: fate-filter-yuvtestsrc-vyu444 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-yuvtestsrc-vyu444 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-yuvtestsrc-vyu444 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-yuvtestsrc-vyu444 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-yuvtestsrc-xv30le.sh b/testcase/fate-filter-yuvtestsrc-xv30le.sh new file mode 100755 index 0000000..1231e89 --- /dev/null +++ b/testcase/fate-filter-yuvtestsrc-xv30le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170320-067740195 +# @用例名称: fate-filter-yuvtestsrc-xv30le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-yuvtestsrc-xv30le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-yuvtestsrc-xv30le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-yuvtestsrc-xv30le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-yuvtestsrc-xv36.sh b/testcase/fate-filter-yuvtestsrc-xv36.sh new file mode 100755 index 0000000..5f3fa97 --- /dev/null +++ b/testcase/fate-filter-yuvtestsrc-xv36.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170320-153711912 +# @用例名称: fate-filter-yuvtestsrc-xv36 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-yuvtestsrc-xv36 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-yuvtestsrc-xv36 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-yuvtestsrc-xv36 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-yuvtestsrc-xv48.sh b/testcase/fate-filter-yuvtestsrc-xv48.sh new file mode 100755 index 0000000..e0353ab --- /dev/null +++ b/testcase/fate-filter-yuvtestsrc-xv48.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170320-239310236 +# @用例名称: fate-filter-yuvtestsrc-xv48 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-yuvtestsrc-xv48 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-yuvtestsrc-xv48 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-yuvtestsrc-xv48 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-yuvtestsrc-yuv444p.sh b/testcase/fate-filter-yuvtestsrc-yuv444p.sh new file mode 100755 index 0000000..fd6f3f6 --- /dev/null +++ b/testcase/fate-filter-yuvtestsrc-yuv444p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170320-326295923 +# @用例名称: fate-filter-yuvtestsrc-yuv444p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-yuvtestsrc-yuv444p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-yuvtestsrc-yuv444p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-yuvtestsrc-yuv444p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-yuvtestsrc-yuv444p12.sh b/testcase/fate-filter-yuvtestsrc-yuv444p12.sh new file mode 100755 index 0000000..38602ba --- /dev/null +++ b/testcase/fate-filter-yuvtestsrc-yuv444p12.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170320-410680482 +# @用例名称: fate-filter-yuvtestsrc-yuv444p12 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-yuvtestsrc-yuv444p12 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-yuvtestsrc-yuv444p12 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-yuvtestsrc-yuv444p12 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-yuvtestsrc-yuva444p.sh b/testcase/fate-filter-yuvtestsrc-yuva444p.sh new file mode 100755 index 0000000..9f651e5 --- /dev/null +++ b/testcase/fate-filter-yuvtestsrc-yuva444p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170320-497823555 +# @用例名称: fate-filter-yuvtestsrc-yuva444p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-yuvtestsrc-yuva444p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-yuvtestsrc-yuva444p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-yuvtestsrc-yuva444p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-filter-yuvtestsrc-yuva444p12.sh b/testcase/fate-filter-yuvtestsrc-yuva444p12.sh new file mode 100755 index 0000000..9c3a3f8 --- /dev/null +++ b/testcase/fate-filter-yuvtestsrc-yuva444p12.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170320-585053668 +# @用例名称: fate-filter-yuvtestsrc-yuva444p12 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-filter-yuvtestsrc-yuva444p12 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-filter-yuvtestsrc-yuva444p12 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-filter-yuvtestsrc-yuva444p12 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-flv-add_keyframe_index.sh b/testcase/fate-flv-add_keyframe_index.sh new file mode 100755 index 0000000..aff2ff5 --- /dev/null +++ b/testcase/fate-flv-add_keyframe_index.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170320-670761580 +# @用例名称: fate-flv-add_keyframe_index +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-flv-add_keyframe_index +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-flv-add_keyframe_index + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-flv-add_keyframe_index + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-force_key_frames.sh b/testcase/fate-force_key_frames.sh new file mode 100755 index 0000000..8f92918 --- /dev/null +++ b/testcase/fate-force_key_frames.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170320-756624559 +# @用例名称: fate-force_key_frames +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-force_key_frames +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-force_key_frames + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-force_key_frames + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-hwdevice.sh b/testcase/fate-hwdevice.sh new file mode 100755 index 0000000..9651c75 --- /dev/null +++ b/testcase/fate-hwdevice.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170320-839451698 +# @用例名称: fate-hwdevice +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-hwdevice +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-hwdevice + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-hwdevice + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-iamf-5_1_4.sh b/testcase/fate-iamf-5_1_4.sh new file mode 100755 index 0000000..0f63fdd --- /dev/null +++ b/testcase/fate-iamf-5_1_4.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170320-924905205 +# @用例名称: fate-iamf-5_1_4 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-iamf-5_1_4 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-iamf-5_1_4 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-iamf-5_1_4 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-iamf-7_1_4.sh b/testcase/fate-iamf-7_1_4.sh new file mode 100755 index 0000000..1d95e13 --- /dev/null +++ b/testcase/fate-iamf-7_1_4.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170321-010824423 +# @用例名称: fate-iamf-7_1_4 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-iamf-7_1_4 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-iamf-7_1_4 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-iamf-7_1_4 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-iamf-9_1_6.sh b/testcase/fate-iamf-9_1_6.sh new file mode 100755 index 0000000..a778fba --- /dev/null +++ b/testcase/fate-iamf-9_1_6.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170321-096185212 +# @用例名称: fate-iamf-9_1_6 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-iamf-9_1_6 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-iamf-9_1_6 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-iamf-9_1_6 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-iamf-ambisonic_1-projection.sh b/testcase/fate-iamf-ambisonic_1-projection.sh new file mode 100755 index 0000000..4b0e8e7 --- /dev/null +++ b/testcase/fate-iamf-ambisonic_1-projection.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170321-267516527 +# @用例名称: fate-iamf-ambisonic_1-projection +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-iamf-ambisonic_1-projection +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-iamf-ambisonic_1-projection + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-iamf-ambisonic_1-projection + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-iamf-ambisonic_1.sh b/testcase/fate-iamf-ambisonic_1.sh new file mode 100755 index 0000000..faa6ce1 --- /dev/null +++ b/testcase/fate-iamf-ambisonic_1.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170321-182714338 +# @用例名称: fate-iamf-ambisonic_1 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-iamf-ambisonic_1 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-iamf-ambisonic_1 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-iamf-ambisonic_1 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-iamf-stereo.sh b/testcase/fate-iamf-stereo.sh new file mode 100755 index 0000000..cc7daf4 --- /dev/null +++ b/testcase/fate-iamf-stereo.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170321-352058983 +# @用例名称: fate-iamf-stereo +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-iamf-stereo +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-iamf-stereo + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-iamf-stereo + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-aiff.sh b/testcase/fate-lavf-aiff.sh new file mode 100755 index 0000000..75a768c --- /dev/null +++ b/testcase/fate-lavf-aiff.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170321-437954302 +# @用例名称: fate-lavf-aiff +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-aiff +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-aiff + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-aiff + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-al.sh b/testcase/fate-lavf-al.sh new file mode 100755 index 0000000..0a85c4e --- /dev/null +++ b/testcase/fate-lavf-al.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170321-523536536 +# @用例名称: fate-lavf-al +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-al +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-al + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-al + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-apng.png.sh b/testcase/fate-lavf-apng.png.sh new file mode 100755 index 0000000..f7a25d9 --- /dev/null +++ b/testcase/fate-lavf-apng.png.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170321-692472079 +# @用例名称: fate-lavf-apng.png +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-apng.png +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-apng.png + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-apng.png + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-apng.sh b/testcase/fate-lavf-apng.sh new file mode 100755 index 0000000..7d1ae88 --- /dev/null +++ b/testcase/fate-lavf-apng.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170321-608630671 +# @用例名称: fate-lavf-apng +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-apng +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-apng + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-apng + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-asf.sh b/testcase/fate-lavf-asf.sh new file mode 100755 index 0000000..0a81c2f --- /dev/null +++ b/testcase/fate-lavf-asf.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170321-776387006 +# @用例名称: fate-lavf-asf +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-asf +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-asf + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-asf + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-ast.sh b/testcase/fate-lavf-ast.sh new file mode 100755 index 0000000..5431ebb --- /dev/null +++ b/testcase/fate-lavf-ast.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170321-861867304 +# @用例名称: fate-lavf-ast +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-ast +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-ast + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-ast + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-au.sh b/testcase/fate-lavf-au.sh new file mode 100755 index 0000000..d67b5db --- /dev/null +++ b/testcase/fate-lavf-au.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170321-946026476 +# @用例名称: fate-lavf-au +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-au +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-au + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-au + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-avi.sh b/testcase/fate-lavf-avi.sh new file mode 100755 index 0000000..1eea92c --- /dev/null +++ b/testcase/fate-lavf-avi.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170322-029040781 +# @用例名称: fate-lavf-avi +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-avi +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-avi + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-avi + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-bmp.sh b/testcase/fate-lavf-bmp.sh new file mode 100755 index 0000000..1af8c44 --- /dev/null +++ b/testcase/fate-lavf-bmp.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170322-113182264 +# @用例名称: fate-lavf-bmp +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-bmp +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-bmp + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-bmp + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-caf.sh b/testcase/fate-lavf-caf.sh new file mode 100755 index 0000000..b659f73 --- /dev/null +++ b/testcase/fate-lavf-caf.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170322-197886546 +# @用例名称: fate-lavf-caf +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-caf +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-caf + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-caf + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-dfpwm.sh b/testcase/fate-lavf-dfpwm.sh new file mode 100755 index 0000000..7136e1c --- /dev/null +++ b/testcase/fate-lavf-dfpwm.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170322-283595498 +# @用例名称: fate-lavf-dfpwm +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-dfpwm +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-dfpwm + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-dfpwm + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-dpx.sh b/testcase/fate-lavf-dpx.sh new file mode 100755 index 0000000..0db16ae --- /dev/null +++ b/testcase/fate-lavf-dpx.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170322-368374097 +# @用例名称: fate-lavf-dpx +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-dpx +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-dpx + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-dpx + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-dv.sh b/testcase/fate-lavf-dv.sh new file mode 100755 index 0000000..02c216c --- /dev/null +++ b/testcase/fate-lavf-dv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170322-452177228 +# @用例名称: fate-lavf-dv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-dv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-dv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-dv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-dv_ntsc.sh b/testcase/fate-lavf-dv_ntsc.sh new file mode 100755 index 0000000..6c0fa0e --- /dev/null +++ b/testcase/fate-lavf-dv_ntsc.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170322-535266091 +# @用例名称: fate-lavf-dv_ntsc +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-dv_ntsc +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-dv_ntsc + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-dv_ntsc + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-dv_pal.sh b/testcase/fate-lavf-dv_pal.sh new file mode 100755 index 0000000..436fc6b --- /dev/null +++ b/testcase/fate-lavf-dv_pal.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170322-619555411 +# @用例名称: fate-lavf-dv_pal +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-dv_pal +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-dv_pal + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-dv_pal + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-flm.sh b/testcase/fate-lavf-flm.sh new file mode 100755 index 0000000..9858a91 --- /dev/null +++ b/testcase/fate-lavf-flm.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170322-703195343 +# @用例名称: fate-lavf-flm +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-flm +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-flm + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-flm + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-flv.sh b/testcase/fate-lavf-flv.sh new file mode 100755 index 0000000..fbf2d8c --- /dev/null +++ b/testcase/fate-lavf-flv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170322-788123182 +# @用例名称: fate-lavf-flv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-flv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-flv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-flv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-gbrap.fits.sh b/testcase/fate-lavf-gbrap.fits.sh new file mode 100755 index 0000000..08f88ba --- /dev/null +++ b/testcase/fate-lavf-gbrap.fits.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170322-874725306 +# @用例名称: fate-lavf-gbrap.fits +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-gbrap.fits +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-gbrap.fits + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-gbrap.fits + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-gbrap16be.fits.sh b/testcase/fate-lavf-gbrap16be.fits.sh new file mode 100755 index 0000000..b01956d --- /dev/null +++ b/testcase/fate-lavf-gbrap16be.fits.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170322-961028366 +# @用例名称: fate-lavf-gbrap16be.fits +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-gbrap16be.fits +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-gbrap16be.fits + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-gbrap16be.fits + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-gbrp.fits.sh b/testcase/fate-lavf-gbrp.fits.sh new file mode 100755 index 0000000..2b97e02 --- /dev/null +++ b/testcase/fate-lavf-gbrp.fits.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170323-046473054 +# @用例名称: fate-lavf-gbrp.fits +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-gbrp.fits +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-gbrp.fits + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-gbrp.fits + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-gbrp10le.dpx.sh b/testcase/fate-lavf-gbrp10le.dpx.sh new file mode 100755 index 0000000..dff4d60 --- /dev/null +++ b/testcase/fate-lavf-gbrp10le.dpx.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170323-131549449 +# @用例名称: fate-lavf-gbrp10le.dpx +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-gbrp10le.dpx +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-gbrp10le.dpx + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-gbrp10le.dpx + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-gbrp12le.dpx.sh b/testcase/fate-lavf-gbrp12le.dpx.sh new file mode 100755 index 0000000..eb1b825 --- /dev/null +++ b/testcase/fate-lavf-gbrp12le.dpx.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170323-215848568 +# @用例名称: fate-lavf-gbrp12le.dpx +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-gbrp12le.dpx +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-gbrp12le.dpx + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-gbrp12le.dpx + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-gbrp16be.fits.sh b/testcase/fate-lavf-gbrp16be.fits.sh new file mode 100755 index 0000000..4a62cd8 --- /dev/null +++ b/testcase/fate-lavf-gbrp16be.fits.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170323-300904993 +# @用例名称: fate-lavf-gbrp16be.fits +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-gbrp16be.fits +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-gbrp16be.fits + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-gbrp16be.fits + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-gbrpf32be.pfm.sh b/testcase/fate-lavf-gbrpf32be.pfm.sh new file mode 100755 index 0000000..5998a8d --- /dev/null +++ b/testcase/fate-lavf-gbrpf32be.pfm.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170323-386534837 +# @用例名称: fate-lavf-gbrpf32be.pfm +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-gbrpf32be.pfm +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-gbrpf32be.pfm + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-gbrpf32be.pfm + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-gbrpf32le.pfm.sh b/testcase/fate-lavf-gbrpf32le.pfm.sh new file mode 100755 index 0000000..9f03aee --- /dev/null +++ b/testcase/fate-lavf-gbrpf32le.pfm.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170323-470874676 +# @用例名称: fate-lavf-gbrpf32le.pfm +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-gbrpf32le.pfm +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-gbrpf32le.pfm + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-gbrpf32le.pfm + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-gif.sh b/testcase/fate-lavf-gif.sh new file mode 100755 index 0000000..f58862d --- /dev/null +++ b/testcase/fate-lavf-gif.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170323-555533709 +# @用例名称: fate-lavf-gif +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-gif +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-gif + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-gif + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-gray.fits.sh b/testcase/fate-lavf-gray.fits.sh new file mode 100755 index 0000000..3c186bb --- /dev/null +++ b/testcase/fate-lavf-gray.fits.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170323-639148162 +# @用例名称: fate-lavf-gray.fits +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-gray.fits +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-gray.fits + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-gray.fits + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-gray.pam.sh b/testcase/fate-lavf-gray.pam.sh new file mode 100755 index 0000000..6ee5eb9 --- /dev/null +++ b/testcase/fate-lavf-gray.pam.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170323-722954072 +# @用例名称: fate-lavf-gray.pam +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-gray.pam +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-gray.pam + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-gray.pam + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-gray.xwd.sh b/testcase/fate-lavf-gray.xwd.sh new file mode 100755 index 0000000..59b4e28 --- /dev/null +++ b/testcase/fate-lavf-gray.xwd.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170323-807333960 +# @用例名称: fate-lavf-gray.xwd +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-gray.xwd +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-gray.xwd + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-gray.xwd + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-gray16be.fits.sh b/testcase/fate-lavf-gray16be.fits.sh new file mode 100755 index 0000000..c713488 --- /dev/null +++ b/testcase/fate-lavf-gray16be.fits.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170323-890737137 +# @用例名称: fate-lavf-gray16be.fits +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-gray16be.fits +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-gray16be.fits + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-gray16be.fits + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-gray16be.pam.sh b/testcase/fate-lavf-gray16be.pam.sh new file mode 100755 index 0000000..c095140 --- /dev/null +++ b/testcase/fate-lavf-gray16be.pam.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170323-976033198 +# @用例名称: fate-lavf-gray16be.pam +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-gray16be.pam +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-gray16be.pam + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-gray16be.pam + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-gray16be.png.sh b/testcase/fate-lavf-gray16be.png.sh new file mode 100755 index 0000000..8cc1b14 --- /dev/null +++ b/testcase/fate-lavf-gray16be.png.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170324-059126701 +# @用例名称: fate-lavf-gray16be.png +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-gray16be.png +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-gray16be.png + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-gray16be.png + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-grayf32be.pfm.sh b/testcase/fate-lavf-grayf32be.pfm.sh new file mode 100755 index 0000000..1a38d2e --- /dev/null +++ b/testcase/fate-lavf-grayf32be.pfm.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170324-144193226 +# @用例名称: fate-lavf-grayf32be.pfm +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-grayf32be.pfm +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-grayf32be.pfm + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-grayf32be.pfm + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-grayf32le.pfm.sh b/testcase/fate-lavf-grayf32le.pfm.sh new file mode 100755 index 0000000..4ca006c --- /dev/null +++ b/testcase/fate-lavf-grayf32le.pfm.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170324-229876738 +# @用例名称: fate-lavf-grayf32le.pfm +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-grayf32le.pfm +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-grayf32le.pfm + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-grayf32le.pfm + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-gxf.sh b/testcase/fate-lavf-gxf.sh new file mode 100755 index 0000000..de8dde6 --- /dev/null +++ b/testcase/fate-lavf-gxf.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170324-314337065 +# @用例名称: fate-lavf-gxf +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-gxf +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-gxf + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-gxf + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-gxf_ntsc.sh b/testcase/fate-lavf-gxf_ntsc.sh new file mode 100755 index 0000000..c5eb57f --- /dev/null +++ b/testcase/fate-lavf-gxf_ntsc.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170324-402934880 +# @用例名称: fate-lavf-gxf_ntsc +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-gxf_ntsc +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-gxf_ntsc + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-gxf_ntsc + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-gxf_pal.sh b/testcase/fate-lavf-gxf_pal.sh new file mode 100755 index 0000000..bff38e8 --- /dev/null +++ b/testcase/fate-lavf-gxf_pal.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170324-489665592 +# @用例名称: fate-lavf-gxf_pal +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-gxf_pal +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-gxf_pal + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-gxf_pal + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-ircam.sh b/testcase/fate-lavf-ircam.sh new file mode 100755 index 0000000..6ee5cc9 --- /dev/null +++ b/testcase/fate-lavf-ircam.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170324-574827876 +# @用例名称: fate-lavf-ircam +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-ircam +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-ircam + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-ircam + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-ismv.sh b/testcase/fate-lavf-ismv.sh new file mode 100755 index 0000000..8e02ada --- /dev/null +++ b/testcase/fate-lavf-ismv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170324-658927529 +# @用例名称: fate-lavf-ismv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-ismv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-ismv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-ismv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-jpg.sh b/testcase/fate-lavf-jpg.sh new file mode 100755 index 0000000..f1355da --- /dev/null +++ b/testcase/fate-lavf-jpg.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170324-744702290 +# @用例名称: fate-lavf-jpg +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-jpg +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-jpg + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-jpg + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-mka.sh b/testcase/fate-lavf-mka.sh new file mode 100755 index 0000000..deb8aa6 --- /dev/null +++ b/testcase/fate-lavf-mka.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170324-829996401 +# @用例名称: fate-lavf-mka +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-mka +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-mka + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-mka + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-mkv.sh b/testcase/fate-lavf-mkv.sh new file mode 100755 index 0000000..0fee37a --- /dev/null +++ b/testcase/fate-lavf-mkv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170324-917423279 +# @用例名称: fate-lavf-mkv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-mkv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-mkv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-mkv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-mkv_attachment.sh b/testcase/fate-lavf-mkv_attachment.sh new file mode 100755 index 0000000..a8645d8 --- /dev/null +++ b/testcase/fate-lavf-mkv_attachment.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170325-005499634 +# @用例名称: fate-lavf-mkv_attachment +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-mkv_attachment +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-mkv_attachment + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-mkv_attachment + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-mmf.sh b/testcase/fate-lavf-mmf.sh new file mode 100755 index 0000000..1d1f7fe --- /dev/null +++ b/testcase/fate-lavf-mmf.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170325-095454445 +# @用例名称: fate-lavf-mmf +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-mmf +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-mmf + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-mmf + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-monob.pam.sh b/testcase/fate-lavf-monob.pam.sh new file mode 100755 index 0000000..b0647f1 --- /dev/null +++ b/testcase/fate-lavf-monob.pam.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170325-181916682 +# @用例名称: fate-lavf-monob.pam +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-monob.pam +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-monob.pam + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-monob.pam + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-monow.xwd.sh b/testcase/fate-lavf-monow.xwd.sh new file mode 100755 index 0000000..5684802 --- /dev/null +++ b/testcase/fate-lavf-monow.xwd.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170325-270722602 +# @用例名称: fate-lavf-monow.xwd +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-monow.xwd +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-monow.xwd + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-monow.xwd + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-mov.sh b/testcase/fate-lavf-mov.sh new file mode 100755 index 0000000..de421fd --- /dev/null +++ b/testcase/fate-lavf-mov.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170325-357032814 +# @用例名称: fate-lavf-mov +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-mov +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-mov + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-mov + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-mov_hybrid_frag.sh b/testcase/fate-lavf-mov_hybrid_frag.sh new file mode 100755 index 0000000..5eb4356 --- /dev/null +++ b/testcase/fate-lavf-mov_hybrid_frag.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170325-442783925 +# @用例名称: fate-lavf-mov_hybrid_frag +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-mov_hybrid_frag +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-mov_hybrid_frag + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-mov_hybrid_frag + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-mov_rtphint.sh b/testcase/fate-lavf-mov_rtphint.sh new file mode 100755 index 0000000..300ff3a --- /dev/null +++ b/testcase/fate-lavf-mov_rtphint.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170325-529112035 +# @用例名称: fate-lavf-mov_rtphint +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-mov_rtphint +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-mov_rtphint + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-mov_rtphint + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-mp4.sh b/testcase/fate-lavf-mp4.sh new file mode 100755 index 0000000..bdad252 --- /dev/null +++ b/testcase/fate-lavf-mp4.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170325-616598222 +# @用例名称: fate-lavf-mp4 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-mp4 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-mp4 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-mp4 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-mpg.sh b/testcase/fate-lavf-mpg.sh new file mode 100755 index 0000000..b145ce3 --- /dev/null +++ b/testcase/fate-lavf-mpg.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170325-702705706 +# @用例名称: fate-lavf-mpg +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-mpg +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-mpg + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-mpg + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-mxf.sh b/testcase/fate-lavf-mxf.sh new file mode 100755 index 0000000..46d7c4c --- /dev/null +++ b/testcase/fate-lavf-mxf.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170325-789819882 +# @用例名称: fate-lavf-mxf +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-mxf +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-mxf + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-mxf + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-mxf_d10.sh b/testcase/fate-lavf-mxf_d10.sh new file mode 100755 index 0000000..59eca96 --- /dev/null +++ b/testcase/fate-lavf-mxf_d10.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170325-878510676 +# @用例名称: fate-lavf-mxf_d10 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-mxf_d10 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-mxf_d10 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-mxf_d10 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-mxf_dv25.sh b/testcase/fate-lavf-mxf_dv25.sh new file mode 100755 index 0000000..5f28d77 --- /dev/null +++ b/testcase/fate-lavf-mxf_dv25.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170325-965905125 +# @用例名称: fate-lavf-mxf_dv25 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-mxf_dv25 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-mxf_dv25 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-mxf_dv25 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-mxf_dvcpro100.sh b/testcase/fate-lavf-mxf_dvcpro100.sh new file mode 100755 index 0000000..07e42b6 --- /dev/null +++ b/testcase/fate-lavf-mxf_dvcpro100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170326-049593127 +# @用例名称: fate-lavf-mxf_dvcpro100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-mxf_dvcpro100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-mxf_dvcpro100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-mxf_dvcpro100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-mxf_dvcpro50.sh b/testcase/fate-lavf-mxf_dvcpro50.sh new file mode 100755 index 0000000..2880c9f --- /dev/null +++ b/testcase/fate-lavf-mxf_dvcpro50.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170326-134528253 +# @用例名称: fate-lavf-mxf_dvcpro50 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-mxf_dvcpro50 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-mxf_dvcpro50 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-mxf_dvcpro50 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-mxf_ffv1.sh b/testcase/fate-lavf-mxf_ffv1.sh new file mode 100755 index 0000000..5942abd --- /dev/null +++ b/testcase/fate-lavf-mxf_ffv1.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170326-218496520 +# @用例名称: fate-lavf-mxf_ffv1 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-mxf_ffv1 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-mxf_ffv1 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-mxf_ffv1 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-mxf_opatom.sh b/testcase/fate-lavf-mxf_opatom.sh new file mode 100755 index 0000000..6e25b5f --- /dev/null +++ b/testcase/fate-lavf-mxf_opatom.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170326-303659852 +# @用例名称: fate-lavf-mxf_opatom +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-mxf_opatom +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-mxf_opatom + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-mxf_opatom + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-mxf_opatom_audio.sh b/testcase/fate-lavf-mxf_opatom_audio.sh new file mode 100755 index 0000000..f72e42d --- /dev/null +++ b/testcase/fate-lavf-mxf_opatom_audio.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170326-388625199 +# @用例名称: fate-lavf-mxf_opatom_audio +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-mxf_opatom_audio +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-mxf_opatom_audio + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-mxf_opatom_audio + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-none.gbrapf32le.exr.sh b/testcase/fate-lavf-none.gbrapf32le.exr.sh new file mode 100755 index 0000000..bf325ed --- /dev/null +++ b/testcase/fate-lavf-none.gbrapf32le.exr.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170326-474514378 +# @用例名称: fate-lavf-none.gbrapf32le.exr +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-none.gbrapf32le.exr +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-none.gbrapf32le.exr + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-none.gbrapf32le.exr + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-none.gbrpf32le.exr.sh b/testcase/fate-lavf-none.gbrpf32le.exr.sh new file mode 100755 index 0000000..59c818b --- /dev/null +++ b/testcase/fate-lavf-none.gbrpf32le.exr.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170326-561278690 +# @用例名称: fate-lavf-none.gbrpf32le.exr +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-none.gbrpf32le.exr +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-none.gbrpf32le.exr + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-none.gbrpf32le.exr + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-none.grayf32le.exr.sh b/testcase/fate-lavf-none.grayf32le.exr.sh new file mode 100755 index 0000000..e3cb6bb --- /dev/null +++ b/testcase/fate-lavf-none.grayf32le.exr.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170326-647273896 +# @用例名称: fate-lavf-none.grayf32le.exr +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-none.grayf32le.exr +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-none.grayf32le.exr + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-none.grayf32le.exr + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-nut.sh b/testcase/fate-lavf-nut.sh new file mode 100755 index 0000000..c18a626 --- /dev/null +++ b/testcase/fate-lavf-nut.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170326-733016918 +# @用例名称: fate-lavf-nut +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-nut +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-nut + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-nut + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-ogg.sh b/testcase/fate-lavf-ogg.sh new file mode 100755 index 0000000..2c77d5d --- /dev/null +++ b/testcase/fate-lavf-ogg.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170326-819791170 +# @用例名称: fate-lavf-ogg +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-ogg +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-ogg + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-ogg + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-pam.sh b/testcase/fate-lavf-pam.sh new file mode 100755 index 0000000..023039b --- /dev/null +++ b/testcase/fate-lavf-pam.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170326-904614179 +# @用例名称: fate-lavf-pam +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-pam +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-pam + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-pam + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-pbmpipe.sh b/testcase/fate-lavf-pbmpipe.sh new file mode 100755 index 0000000..a22653c --- /dev/null +++ b/testcase/fate-lavf-pbmpipe.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170326-991088536 +# @用例名称: fate-lavf-pbmpipe +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-pbmpipe +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-pbmpipe + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-pbmpipe + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-pcx.sh b/testcase/fate-lavf-pcx.sh new file mode 100755 index 0000000..b42396a --- /dev/null +++ b/testcase/fate-lavf-pcx.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170327-079381587 +# @用例名称: fate-lavf-pcx +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-pcx +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-pcx + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-pcx + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-peak.wav.sh b/testcase/fate-lavf-peak.wav.sh new file mode 100755 index 0000000..06b8d0a --- /dev/null +++ b/testcase/fate-lavf-peak.wav.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170327-168964374 +# @用例名称: fate-lavf-peak.wav +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-peak.wav +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-peak.wav + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-peak.wav + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-peak_only.wav.sh b/testcase/fate-lavf-peak_only.wav.sh new file mode 100755 index 0000000..e610007 --- /dev/null +++ b/testcase/fate-lavf-peak_only.wav.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170327-253407961 +# @用例名称: fate-lavf-peak_only.wav +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-peak_only.wav +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-peak_only.wav + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-peak_only.wav + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-pgm.sh b/testcase/fate-lavf-pgm.sh new file mode 100755 index 0000000..cef9ce2 --- /dev/null +++ b/testcase/fate-lavf-pgm.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170327-338041954 +# @用例名称: fate-lavf-pgm +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-pgm +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-pgm + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-pgm + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-pgmpipe.sh b/testcase/fate-lavf-pgmpipe.sh new file mode 100755 index 0000000..81d5ccc --- /dev/null +++ b/testcase/fate-lavf-pgmpipe.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170327-422460032 +# @用例名称: fate-lavf-pgmpipe +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-pgmpipe +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-pgmpipe + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-pgmpipe + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-png.sh b/testcase/fate-lavf-png.sh new file mode 100755 index 0000000..fac4338 --- /dev/null +++ b/testcase/fate-lavf-png.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170327-506302500 +# @用例名称: fate-lavf-png +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-png +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-png + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-png + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-ppm.sh b/testcase/fate-lavf-ppm.sh new file mode 100755 index 0000000..2cab6c6 --- /dev/null +++ b/testcase/fate-lavf-ppm.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170327-591817297 +# @用例名称: fate-lavf-ppm +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-ppm +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-ppm + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-ppm + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-ppmpipe.sh b/testcase/fate-lavf-ppmpipe.sh new file mode 100755 index 0000000..82cd24a --- /dev/null +++ b/testcase/fate-lavf-ppmpipe.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170327-678319673 +# @用例名称: fate-lavf-ppmpipe +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-ppmpipe +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-ppmpipe + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-ppmpipe + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-qoi.sh b/testcase/fate-lavf-qoi.sh new file mode 100755 index 0000000..11b92f6 --- /dev/null +++ b/testcase/fate-lavf-qoi.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170327-764199342 +# @用例名称: fate-lavf-qoi +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-qoi +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-qoi + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-qoi + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-qoipipe.sh b/testcase/fate-lavf-qoipipe.sh new file mode 100755 index 0000000..b3d722f --- /dev/null +++ b/testcase/fate-lavf-qoipipe.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170327-849072470 +# @用例名称: fate-lavf-qoipipe +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-qoipipe +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-qoipipe + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-qoipipe + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-rgb48be.pam.sh b/testcase/fate-lavf-rgb48be.pam.sh new file mode 100755 index 0000000..ebf7a2e --- /dev/null +++ b/testcase/fate-lavf-rgb48be.pam.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170327-935083047 +# @用例名称: fate-lavf-rgb48be.pam +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-rgb48be.pam +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-rgb48be.pam + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-rgb48be.pam + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-rgb48be.png.sh b/testcase/fate-lavf-rgb48be.png.sh new file mode 100755 index 0000000..06bae46 --- /dev/null +++ b/testcase/fate-lavf-rgb48be.png.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170328-020478605 +# @用例名称: fate-lavf-rgb48be.png +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-rgb48be.png +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-rgb48be.png + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-rgb48be.png + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-rgb48le.dpx.sh b/testcase/fate-lavf-rgb48le.dpx.sh new file mode 100755 index 0000000..7afa636 --- /dev/null +++ b/testcase/fate-lavf-rgb48le.dpx.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170328-106213147 +# @用例名称: fate-lavf-rgb48le.dpx +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-rgb48le.dpx +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-rgb48le.dpx + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-rgb48le.dpx + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-rgb48le_10.dpx.sh b/testcase/fate-lavf-rgb48le_10.dpx.sh new file mode 100755 index 0000000..098dfce --- /dev/null +++ b/testcase/fate-lavf-rgb48le_10.dpx.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170328-193587746 +# @用例名称: fate-lavf-rgb48le_10.dpx +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-rgb48le_10.dpx +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-rgb48le_10.dpx + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-rgb48le_10.dpx + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-rgb4_byte.xwd.sh b/testcase/fate-lavf-rgb4_byte.xwd.sh new file mode 100755 index 0000000..ac95265 --- /dev/null +++ b/testcase/fate-lavf-rgb4_byte.xwd.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170328-278900296 +# @用例名称: fate-lavf-rgb4_byte.xwd +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-rgb4_byte.xwd +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-rgb4_byte.xwd + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-rgb4_byte.xwd + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-rgb555be.xwd.sh b/testcase/fate-lavf-rgb555be.xwd.sh new file mode 100755 index 0000000..e14b7ef --- /dev/null +++ b/testcase/fate-lavf-rgb555be.xwd.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170328-364721626 +# @用例名称: fate-lavf-rgb555be.xwd +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-rgb555be.xwd +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-rgb555be.xwd + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-rgb555be.xwd + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-rgb565be.xwd.sh b/testcase/fate-lavf-rgb565be.xwd.sh new file mode 100755 index 0000000..7f97aef --- /dev/null +++ b/testcase/fate-lavf-rgb565be.xwd.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170328-449553306 +# @用例名称: fate-lavf-rgb565be.xwd +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-rgb565be.xwd +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-rgb565be.xwd + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-rgb565be.xwd + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-rgb8.xwd.sh b/testcase/fate-lavf-rgb8.xwd.sh new file mode 100755 index 0000000..76d3f22 --- /dev/null +++ b/testcase/fate-lavf-rgb8.xwd.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170328-534537072 +# @用例名称: fate-lavf-rgb8.xwd +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-rgb8.xwd +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-rgb8.xwd + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-rgb8.xwd + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-rgba.pam.sh b/testcase/fate-lavf-rgba.pam.sh new file mode 100755 index 0000000..c58fa69 --- /dev/null +++ b/testcase/fate-lavf-rgba.pam.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170328-620676637 +# @用例名称: fate-lavf-rgba.pam +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-rgba.pam +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-rgba.pam + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-rgba.pam + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-rgba.xwd.sh b/testcase/fate-lavf-rgba.xwd.sh new file mode 100755 index 0000000..3ae8969 --- /dev/null +++ b/testcase/fate-lavf-rgba.xwd.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170328-708920869 +# @用例名称: fate-lavf-rgba.xwd +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-rgba.xwd +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-rgba.xwd + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-rgba.xwd + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-rgba64le.dpx.sh b/testcase/fate-lavf-rgba64le.dpx.sh new file mode 100755 index 0000000..54472b2 --- /dev/null +++ b/testcase/fate-lavf-rgba64le.dpx.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170328-794639040 +# @用例名称: fate-lavf-rgba64le.dpx +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-rgba64le.dpx +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-rgba64le.dpx + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-rgba64le.dpx + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-rle.gbrapf32le.exr.sh b/testcase/fate-lavf-rle.gbrapf32le.exr.sh new file mode 100755 index 0000000..832dd67 --- /dev/null +++ b/testcase/fate-lavf-rle.gbrapf32le.exr.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170328-878597046 +# @用例名称: fate-lavf-rle.gbrapf32le.exr +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-rle.gbrapf32le.exr +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-rle.gbrapf32le.exr + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-rle.gbrapf32le.exr + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-rle.gbrpf32le.exr.sh b/testcase/fate-lavf-rle.gbrpf32le.exr.sh new file mode 100755 index 0000000..ca8858f --- /dev/null +++ b/testcase/fate-lavf-rle.gbrpf32le.exr.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170328-962513024 +# @用例名称: fate-lavf-rle.gbrpf32le.exr +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-rle.gbrpf32le.exr +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-rle.gbrpf32le.exr + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-rle.gbrpf32le.exr + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-rle.grayf32le.exr.sh b/testcase/fate-lavf-rle.grayf32le.exr.sh new file mode 100755 index 0000000..a96a80b --- /dev/null +++ b/testcase/fate-lavf-rle.grayf32le.exr.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170329-048674708 +# @用例名称: fate-lavf-rle.grayf32le.exr +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-rle.grayf32le.exr +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-rle.grayf32le.exr + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-rle.grayf32le.exr + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-rm.sh b/testcase/fate-lavf-rm.sh new file mode 100755 index 0000000..b6d6d14 --- /dev/null +++ b/testcase/fate-lavf-rm.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170329-134373309 +# @用例名称: fate-lavf-rm +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-rm +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-rm + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-rm + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-rso.sh b/testcase/fate-lavf-rso.sh new file mode 100755 index 0000000..55ac92c --- /dev/null +++ b/testcase/fate-lavf-rso.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170329-217523393 +# @用例名称: fate-lavf-rso +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-rso +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-rso + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-rso + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-s16.voc.sh b/testcase/fate-lavf-s16.voc.sh new file mode 100755 index 0000000..34adf09 --- /dev/null +++ b/testcase/fate-lavf-s16.voc.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170329-301658925 +# @用例名称: fate-lavf-s16.voc +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-s16.voc +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-s16.voc + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-s16.voc + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-sgi.sh b/testcase/fate-lavf-sgi.sh new file mode 100755 index 0000000..952b4a7 --- /dev/null +++ b/testcase/fate-lavf-sgi.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170329-385850317 +# @用例名称: fate-lavf-sgi +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-sgi +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-sgi + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-sgi + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-smjpeg.sh b/testcase/fate-lavf-smjpeg.sh new file mode 100755 index 0000000..f46316b --- /dev/null +++ b/testcase/fate-lavf-smjpeg.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170329-470919212 +# @用例名称: fate-lavf-smjpeg +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-smjpeg +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-smjpeg + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-smjpeg + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-sox.sh b/testcase/fate-lavf-sox.sh new file mode 100755 index 0000000..5d3dcb1 --- /dev/null +++ b/testcase/fate-lavf-sox.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170329-556004967 +# @用例名称: fate-lavf-sox +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-sox +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-sox + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-sox + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-sun.sh b/testcase/fate-lavf-sun.sh new file mode 100755 index 0000000..0952b98 --- /dev/null +++ b/testcase/fate-lavf-sun.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170329-642597472 +# @用例名称: fate-lavf-sun +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-sun +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-sun + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-sun + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-swf.sh b/testcase/fate-lavf-swf.sh new file mode 100755 index 0000000..f1fe80c --- /dev/null +++ b/testcase/fate-lavf-swf.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170329-726474039 +# @用例名称: fate-lavf-swf +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-swf +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-swf + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-swf + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-tga.sh b/testcase/fate-lavf-tga.sh new file mode 100755 index 0000000..e71d139 --- /dev/null +++ b/testcase/fate-lavf-tga.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170329-814101234 +# @用例名称: fate-lavf-tga +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-tga +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-tga + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-tga + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-tiff.sh b/testcase/fate-lavf-tiff.sh new file mode 100755 index 0000000..d990389 --- /dev/null +++ b/testcase/fate-lavf-tiff.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170329-900746878 +# @用例名称: fate-lavf-tiff +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-tiff +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-tiff + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-tiff + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-ts.sh b/testcase/fate-lavf-ts.sh new file mode 100755 index 0000000..507ae42 --- /dev/null +++ b/testcase/fate-lavf-ts.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170329-987151346 +# @用例名称: fate-lavf-ts +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-ts +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-ts + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-ts + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-tta.sh b/testcase/fate-lavf-tta.sh new file mode 100755 index 0000000..353cc4b --- /dev/null +++ b/testcase/fate-lavf-tta.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170330-075065815 +# @用例名称: fate-lavf-tta +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-tta +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-tta + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-tta + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-ul.sh b/testcase/fate-lavf-ul.sh new file mode 100755 index 0000000..ad935ca --- /dev/null +++ b/testcase/fate-lavf-ul.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170330-162641691 +# @用例名称: fate-lavf-ul +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-ul +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-ul + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-ul + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-voc.sh b/testcase/fate-lavf-voc.sh new file mode 100755 index 0000000..62fd9df --- /dev/null +++ b/testcase/fate-lavf-voc.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170330-249997721 +# @用例名称: fate-lavf-voc +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-voc +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-voc + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-voc + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-w64.sh b/testcase/fate-lavf-w64.sh new file mode 100755 index 0000000..e07402d --- /dev/null +++ b/testcase/fate-lavf-w64.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170330-335467398 +# @用例名称: fate-lavf-w64 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-w64 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-w64 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-w64 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-wav.sh b/testcase/fate-lavf-wav.sh new file mode 100755 index 0000000..8ce8c0d --- /dev/null +++ b/testcase/fate-lavf-wav.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170330-422387875 +# @用例名称: fate-lavf-wav +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-wav +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-wav + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-wav + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-wbmp.sh b/testcase/fate-lavf-wbmp.sh new file mode 100755 index 0000000..d10cf43 --- /dev/null +++ b/testcase/fate-lavf-wbmp.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170330-508198316 +# @用例名称: fate-lavf-wbmp +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-wbmp +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-wbmp + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-wbmp + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-wtv.sh b/testcase/fate-lavf-wtv.sh new file mode 100755 index 0000000..b65d725 --- /dev/null +++ b/testcase/fate-lavf-wtv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170330-592661013 +# @用例名称: fate-lavf-wtv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-wtv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-wtv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-wtv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-wv.sh b/testcase/fate-lavf-wv.sh new file mode 100755 index 0000000..16f6221 --- /dev/null +++ b/testcase/fate-lavf-wv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170330-676690738 +# @用例名称: fate-lavf-wv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-wv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-wv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-wv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-xbm.sh b/testcase/fate-lavf-xbm.sh new file mode 100755 index 0000000..495aacb --- /dev/null +++ b/testcase/fate-lavf-xbm.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170330-761609225 +# @用例名称: fate-lavf-xbm +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-xbm +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-xbm + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-xbm + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-xbmpipe.sh b/testcase/fate-lavf-xbmpipe.sh new file mode 100755 index 0000000..0a23b8b --- /dev/null +++ b/testcase/fate-lavf-xbmpipe.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170330-847630102 +# @用例名称: fate-lavf-xbmpipe +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-xbmpipe +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-xbmpipe + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-xbmpipe + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-xwd.sh b/testcase/fate-lavf-xwd.sh new file mode 100755 index 0000000..a2d83bf --- /dev/null +++ b/testcase/fate-lavf-xwd.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170330-931743975 +# @用例名称: fate-lavf-xwd +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-xwd +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-xwd + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-xwd + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-xwdpipe.sh b/testcase/fate-lavf-xwdpipe.sh new file mode 100755 index 0000000..0f1421d --- /dev/null +++ b/testcase/fate-lavf-xwdpipe.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170331-017897679 +# @用例名称: fate-lavf-xwdpipe +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-xwdpipe +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-xwdpipe + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-xwdpipe + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-y4m.sh b/testcase/fate-lavf-y4m.sh new file mode 100755 index 0000000..4d8b077 --- /dev/null +++ b/testcase/fate-lavf-y4m.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170331-105183420 +# @用例名称: fate-lavf-y4m +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-y4m +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-y4m + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-y4m + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-zip1.gbrapf32le.exr.sh b/testcase/fate-lavf-zip1.gbrapf32le.exr.sh new file mode 100755 index 0000000..34f447d --- /dev/null +++ b/testcase/fate-lavf-zip1.gbrapf32le.exr.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170331-191031649 +# @用例名称: fate-lavf-zip1.gbrapf32le.exr +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-zip1.gbrapf32le.exr +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-zip1.gbrapf32le.exr + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-zip1.gbrapf32le.exr + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-zip1.gbrpf32le.exr.sh b/testcase/fate-lavf-zip1.gbrpf32le.exr.sh new file mode 100755 index 0000000..afdd5bb --- /dev/null +++ b/testcase/fate-lavf-zip1.gbrpf32le.exr.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170331-277645724 +# @用例名称: fate-lavf-zip1.gbrpf32le.exr +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-zip1.gbrpf32le.exr +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-zip1.gbrpf32le.exr + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-zip1.gbrpf32le.exr + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-zip1.grayf32le.exr.sh b/testcase/fate-lavf-zip1.grayf32le.exr.sh new file mode 100755 index 0000000..dc3c4b8 --- /dev/null +++ b/testcase/fate-lavf-zip1.grayf32le.exr.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170331-363775447 +# @用例名称: fate-lavf-zip1.grayf32le.exr +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-zip1.grayf32le.exr +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-zip1.grayf32le.exr + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-zip1.grayf32le.exr + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-zip16.gbrapf32le.exr.sh b/testcase/fate-lavf-zip16.gbrapf32le.exr.sh new file mode 100755 index 0000000..a5450b5 --- /dev/null +++ b/testcase/fate-lavf-zip16.gbrapf32le.exr.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170331-449851894 +# @用例名称: fate-lavf-zip16.gbrapf32le.exr +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-zip16.gbrapf32le.exr +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-zip16.gbrapf32le.exr + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-zip16.gbrapf32le.exr + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-zip16.gbrpf32le.exr.sh b/testcase/fate-lavf-zip16.gbrpf32le.exr.sh new file mode 100755 index 0000000..4d37c65 --- /dev/null +++ b/testcase/fate-lavf-zip16.gbrpf32le.exr.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170331-536618504 +# @用例名称: fate-lavf-zip16.gbrpf32le.exr +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-zip16.gbrpf32le.exr +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-zip16.gbrpf32le.exr + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-zip16.gbrpf32le.exr + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-lavf-zip16.grayf32le.exr.sh b/testcase/fate-lavf-zip16.grayf32le.exr.sh new file mode 100755 index 0000000..58f6f6c --- /dev/null +++ b/testcase/fate-lavf-zip16.grayf32le.exr.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170331-622720039 +# @用例名称: fate-lavf-zip16.grayf32le.exr +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-lavf-zip16.grayf32le.exr +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-lavf-zip16.grayf32le.exr + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-lavf-zip16.grayf32le.exr + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-mov-channel-description.sh b/testcase/fate-mov-channel-description.sh new file mode 100755 index 0000000..15fb530 --- /dev/null +++ b/testcase/fate-mov-channel-description.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170331-708921841 +# @用例名称: fate-mov-channel-description +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-mov-channel-description +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-mov-channel-description + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-mov-channel-description + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-mov-mp4-frag-flush.sh b/testcase/fate-mov-mp4-frag-flush.sh new file mode 100755 index 0000000..1b41070 --- /dev/null +++ b/testcase/fate-mov-mp4-frag-flush.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170331-797608715 +# @用例名称: fate-mov-mp4-frag-flush +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-mov-mp4-frag-flush +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-mov-mp4-frag-flush + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-mov-mp4-frag-flush + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-mov-mp4-iamf-5_1_4.sh b/testcase/fate-mov-mp4-iamf-5_1_4.sh new file mode 100755 index 0000000..2ce62ea --- /dev/null +++ b/testcase/fate-mov-mp4-iamf-5_1_4.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170331-883639082 +# @用例名称: fate-mov-mp4-iamf-5_1_4 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-mov-mp4-iamf-5_1_4 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-mov-mp4-iamf-5_1_4 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-mov-mp4-iamf-5_1_4 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-mov-mp4-iamf-7_1_4-video-first-2.sh b/testcase/fate-mov-mp4-iamf-7_1_4-video-first-2.sh new file mode 100755 index 0000000..6d1c153 --- /dev/null +++ b/testcase/fate-mov-mp4-iamf-7_1_4-video-first-2.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170332-059197775 +# @用例名称: fate-mov-mp4-iamf-7_1_4-video-first-2 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-mov-mp4-iamf-7_1_4-video-first-2 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-mov-mp4-iamf-7_1_4-video-first-2 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-mov-mp4-iamf-7_1_4-video-first-2 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-mov-mp4-iamf-7_1_4-video-first-3.sh b/testcase/fate-mov-mp4-iamf-7_1_4-video-first-3.sh new file mode 100755 index 0000000..c907793 --- /dev/null +++ b/testcase/fate-mov-mp4-iamf-7_1_4-video-first-3.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170332-146596483 +# @用例名称: fate-mov-mp4-iamf-7_1_4-video-first-3 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-mov-mp4-iamf-7_1_4-video-first-3 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-mov-mp4-iamf-7_1_4-video-first-3 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-mov-mp4-iamf-7_1_4-video-first-3 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-mov-mp4-iamf-7_1_4-video-first.sh b/testcase/fate-mov-mp4-iamf-7_1_4-video-first.sh new file mode 100755 index 0000000..01f736f --- /dev/null +++ b/testcase/fate-mov-mp4-iamf-7_1_4-video-first.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170331-970604909 +# @用例名称: fate-mov-mp4-iamf-7_1_4-video-first +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-mov-mp4-iamf-7_1_4-video-first +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-mov-mp4-iamf-7_1_4-video-first + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-mov-mp4-iamf-7_1_4-video-first + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-mov-mp4-iamf-7_1_4-video-last.sh b/testcase/fate-mov-mp4-iamf-7_1_4-video-last.sh new file mode 100755 index 0000000..8bea782 --- /dev/null +++ b/testcase/fate-mov-mp4-iamf-7_1_4-video-last.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170332-235831907 +# @用例名称: fate-mov-mp4-iamf-7_1_4-video-last +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-mov-mp4-iamf-7_1_4-video-last +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-mov-mp4-iamf-7_1_4-video-last + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-mov-mp4-iamf-7_1_4-video-last + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-mov-mp4-iamf-ambisonic_1.sh b/testcase/fate-mov-mp4-iamf-ambisonic_1.sh new file mode 100755 index 0000000..b9a5532 --- /dev/null +++ b/testcase/fate-mov-mp4-iamf-ambisonic_1.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170332-321377882 +# @用例名称: fate-mov-mp4-iamf-ambisonic_1 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-mov-mp4-iamf-ambisonic_1 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-mov-mp4-iamf-ambisonic_1 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-mov-mp4-iamf-ambisonic_1 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-mov-mp4-iamf-stereo.sh b/testcase/fate-mov-mp4-iamf-stereo.sh new file mode 100755 index 0000000..8e7cb75 --- /dev/null +++ b/testcase/fate-mov-mp4-iamf-stereo.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170332-408461498 +# @用例名称: fate-mov-mp4-iamf-stereo +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-mov-mp4-iamf-stereo +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-mov-mp4-iamf-stereo + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-mov-mp4-iamf-stereo + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-mov-mp4-pcm-float.sh b/testcase/fate-mov-mp4-pcm-float.sh new file mode 100755 index 0000000..e1b5390 --- /dev/null +++ b/testcase/fate-mov-mp4-pcm-float.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170332-579559278 +# @用例名称: fate-mov-mp4-pcm-float +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-mov-mp4-pcm-float +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-mov-mp4-pcm-float + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-mov-mp4-pcm-float + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-mov-mp4-pcm.sh b/testcase/fate-mov-mp4-pcm.sh new file mode 100755 index 0000000..07ec003 --- /dev/null +++ b/testcase/fate-mov-mp4-pcm.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170332-493761348 +# @用例名称: fate-mov-mp4-pcm +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-mov-mp4-pcm +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-mov-mp4-pcm + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-mov-mp4-pcm + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-mov-vfr.sh b/testcase/fate-mov-vfr.sh new file mode 100755 index 0000000..831e6b3 --- /dev/null +++ b/testcase/fate-mov-vfr.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170332-666659113 +# @用例名称: fate-mov-vfr +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-mov-vfr +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-mov-vfr + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-mov-vfr + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pcm_dvd-16-1-96000.sh b/testcase/fate-pcm_dvd-16-1-96000.sh new file mode 100755 index 0000000..a2d32b0 --- /dev/null +++ b/testcase/fate-pcm_dvd-16-1-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170332-752086550 +# @用例名称: fate-pcm_dvd-16-1-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pcm_dvd-16-1-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pcm_dvd-16-1-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pcm_dvd-16-1-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-bgr24.sh b/testcase/fate-pixfmt-bgr24.sh new file mode 100755 index 0000000..053e233 --- /dev/null +++ b/testcase/fate-pixfmt-bgr24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170332-835269373 +# @用例名称: fate-pixfmt-bgr24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-bgr24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-bgr24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-bgr24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-bgr24.sh b/testcase/fate-pixfmt-gbrp-bgr24.sh new file mode 100755 index 0000000..525b91f --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-bgr24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170332-921780699 +# @用例名称: fate-pixfmt-gbrp-bgr24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-bgr24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-bgr24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-bgr24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-gbrp10be.sh b/testcase/fate-pixfmt-gbrp-gbrp10be.sh new file mode 100755 index 0000000..fd7dde5 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-gbrp10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170333-007137339 +# @用例名称: fate-pixfmt-gbrp-gbrp10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-gbrp10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-gbrp10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-gbrp10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-gbrp10le.sh b/testcase/fate-pixfmt-gbrp-gbrp10le.sh new file mode 100755 index 0000000..d1ff306 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-gbrp10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170333-092354260 +# @用例名称: fate-pixfmt-gbrp-gbrp10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-gbrp10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-gbrp10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-gbrp10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-gbrp12be.sh b/testcase/fate-pixfmt-gbrp-gbrp12be.sh new file mode 100755 index 0000000..2d355ec --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-gbrp12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170333-178529214 +# @用例名称: fate-pixfmt-gbrp-gbrp12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-gbrp12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-gbrp12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-gbrp12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-gbrp12le.sh b/testcase/fate-pixfmt-gbrp-gbrp12le.sh new file mode 100755 index 0000000..6bfd93a --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-gbrp12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170333-265537400 +# @用例名称: fate-pixfmt-gbrp-gbrp12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-gbrp12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-gbrp12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-gbrp12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-gbrp16be.sh b/testcase/fate-pixfmt-gbrp-gbrp16be.sh new file mode 100755 index 0000000..57d2c0d --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-gbrp16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170333-351998578 +# @用例名称: fate-pixfmt-gbrp-gbrp16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-gbrp16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-gbrp16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-gbrp16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-gbrp16le.sh b/testcase/fate-pixfmt-gbrp-gbrp16le.sh new file mode 100755 index 0000000..7f355d5 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-gbrp16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170333-438137901 +# @用例名称: fate-pixfmt-gbrp-gbrp16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-gbrp16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-gbrp16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-gbrp16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-gray.sh b/testcase/fate-pixfmt-gbrp-gray.sh new file mode 100755 index 0000000..490a214 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-gray.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170333-524392403 +# @用例名称: fate-pixfmt-gbrp-gray +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-gray +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-gray + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-gray + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-gray10be.sh b/testcase/fate-pixfmt-gbrp-gray10be.sh new file mode 100755 index 0000000..54a9cc0 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-gray10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170333-610960629 +# @用例名称: fate-pixfmt-gbrp-gray10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-gray10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-gray10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-gray10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-gray10le.sh b/testcase/fate-pixfmt-gbrp-gray10le.sh new file mode 100755 index 0000000..bc4cd1c --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-gray10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170333-696779588 +# @用例名称: fate-pixfmt-gbrp-gray10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-gray10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-gray10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-gray10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-gray12be.sh b/testcase/fate-pixfmt-gbrp-gray12be.sh new file mode 100755 index 0000000..235f3f7 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-gray12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170333-782620708 +# @用例名称: fate-pixfmt-gbrp-gray12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-gray12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-gray12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-gray12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-gray12le.sh b/testcase/fate-pixfmt-gbrp-gray12le.sh new file mode 100755 index 0000000..8869ed3 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-gray12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170333-869306171 +# @用例名称: fate-pixfmt-gbrp-gray12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-gray12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-gray12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-gray12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-gray16be.sh b/testcase/fate-pixfmt-gbrp-gray16be.sh new file mode 100755 index 0000000..33fa2a4 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-gray16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170333-957104962 +# @用例名称: fate-pixfmt-gbrp-gray16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-gray16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-gray16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-gray16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-gray16le.sh b/testcase/fate-pixfmt-gbrp-gray16le.sh new file mode 100755 index 0000000..9c0e448 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-gray16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170334-042428942 +# @用例名称: fate-pixfmt-gbrp-gray16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-gray16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-gray16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-gray16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-monob.sh b/testcase/fate-pixfmt-gbrp-monob.sh new file mode 100755 index 0000000..2cf11cf --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-monob.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170334-131102316 +# @用例名称: fate-pixfmt-gbrp-monob +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-monob +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-monob + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-monob + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-monow.sh b/testcase/fate-pixfmt-gbrp-monow.sh new file mode 100755 index 0000000..8e3f8de --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-monow.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170334-217453956 +# @用例名称: fate-pixfmt-gbrp-monow +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-monow +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-monow + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-monow + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-nv12.sh b/testcase/fate-pixfmt-gbrp-nv12.sh new file mode 100755 index 0000000..49b9577 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-nv12.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170334-303588649 +# @用例名称: fate-pixfmt-gbrp-nv12 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-nv12 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-nv12 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-nv12 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-nv16.sh b/testcase/fate-pixfmt-gbrp-nv16.sh new file mode 100755 index 0000000..b378fe6 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-nv16.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170334-389089556 +# @用例名称: fate-pixfmt-gbrp-nv16 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-nv16 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-nv16 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-nv16 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-nv24.sh b/testcase/fate-pixfmt-gbrp-nv24.sh new file mode 100755 index 0000000..69568d2 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-nv24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170334-474976584 +# @用例名称: fate-pixfmt-gbrp-nv24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-nv24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-nv24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-nv24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-p010be.sh b/testcase/fate-pixfmt-gbrp-p010be.sh new file mode 100755 index 0000000..14a45e2 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-p010be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170334-563042690 +# @用例名称: fate-pixfmt-gbrp-p010be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-p010be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-p010be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-p010be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-p010le.sh b/testcase/fate-pixfmt-gbrp-p010le.sh new file mode 100755 index 0000000..27a5104 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-p010le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170334-649898990 +# @用例名称: fate-pixfmt-gbrp-p010le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-p010le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-p010le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-p010le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-p012be.sh b/testcase/fate-pixfmt-gbrp-p012be.sh new file mode 100755 index 0000000..8639cd2 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-p012be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170334-735562344 +# @用例名称: fate-pixfmt-gbrp-p012be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-p012be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-p012be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-p012be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-p012le.sh b/testcase/fate-pixfmt-gbrp-p012le.sh new file mode 100755 index 0000000..adb34f7 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-p012le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170334-824239847 +# @用例名称: fate-pixfmt-gbrp-p012le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-p012le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-p012le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-p012le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-p016be.sh b/testcase/fate-pixfmt-gbrp-p016be.sh new file mode 100755 index 0000000..74a7e8e --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-p016be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170334-909583067 +# @用例名称: fate-pixfmt-gbrp-p016be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-p016be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-p016be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-p016be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-p016le.sh b/testcase/fate-pixfmt-gbrp-p016le.sh new file mode 100755 index 0000000..80f90c4 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-p016le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170334-995648951 +# @用例名称: fate-pixfmt-gbrp-p016le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-p016le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-p016le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-p016le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-p210be.sh b/testcase/fate-pixfmt-gbrp-p210be.sh new file mode 100755 index 0000000..e6d9bf8 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-p210be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170335-083391794 +# @用例名称: fate-pixfmt-gbrp-p210be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-p210be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-p210be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-p210be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-p210le.sh b/testcase/fate-pixfmt-gbrp-p210le.sh new file mode 100755 index 0000000..4fcbbe6 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-p210le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170335-169755584 +# @用例名称: fate-pixfmt-gbrp-p210le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-p210le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-p210le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-p210le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-p212be.sh b/testcase/fate-pixfmt-gbrp-p212be.sh new file mode 100755 index 0000000..df69f7f --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-p212be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170335-257664693 +# @用例名称: fate-pixfmt-gbrp-p212be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-p212be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-p212be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-p212be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-p212le.sh b/testcase/fate-pixfmt-gbrp-p212le.sh new file mode 100755 index 0000000..ebb440e --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-p212le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170335-342600901 +# @用例名称: fate-pixfmt-gbrp-p212le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-p212le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-p212le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-p212le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-p216be.sh b/testcase/fate-pixfmt-gbrp-p216be.sh new file mode 100755 index 0000000..98ef316 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-p216be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170335-430167005 +# @用例名称: fate-pixfmt-gbrp-p216be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-p216be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-p216be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-p216be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-p216le.sh b/testcase/fate-pixfmt-gbrp-p216le.sh new file mode 100755 index 0000000..de0b498 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-p216le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170335-519724242 +# @用例名称: fate-pixfmt-gbrp-p216le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-p216le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-p216le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-p216le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-p410be.sh b/testcase/fate-pixfmt-gbrp-p410be.sh new file mode 100755 index 0000000..1a17029 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-p410be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170335-603607770 +# @用例名称: fate-pixfmt-gbrp-p410be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-p410be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-p410be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-p410be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-p410le.sh b/testcase/fate-pixfmt-gbrp-p410le.sh new file mode 100755 index 0000000..4ba367d --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-p410le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170335-690935671 +# @用例名称: fate-pixfmt-gbrp-p410le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-p410le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-p410le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-p410le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-p412be.sh b/testcase/fate-pixfmt-gbrp-p412be.sh new file mode 100755 index 0000000..6825166 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-p412be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170335-777138554 +# @用例名称: fate-pixfmt-gbrp-p412be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-p412be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-p412be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-p412be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-p412le.sh b/testcase/fate-pixfmt-gbrp-p412le.sh new file mode 100755 index 0000000..9793128 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-p412le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170335-863672719 +# @用例名称: fate-pixfmt-gbrp-p412le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-p412le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-p412le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-p412le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-p416be.sh b/testcase/fate-pixfmt-gbrp-p416be.sh new file mode 100755 index 0000000..0e9757d --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-p416be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170335-948871182 +# @用例名称: fate-pixfmt-gbrp-p416be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-p416be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-p416be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-p416be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-p416le.sh b/testcase/fate-pixfmt-gbrp-p416le.sh new file mode 100755 index 0000000..632fd66 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-p416le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170336-033676591 +# @用例名称: fate-pixfmt-gbrp-p416le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-p416le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-p416le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-p416le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-rgb24.sh b/testcase/fate-pixfmt-gbrp-rgb24.sh new file mode 100755 index 0000000..7d13e99 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-rgb24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170336-118064570 +# @用例名称: fate-pixfmt-gbrp-rgb24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-rgb24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-rgb24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-rgb24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-rgb32.sh b/testcase/fate-pixfmt-gbrp-rgb32.sh new file mode 100755 index 0000000..8d6b38f --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-rgb32.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170336-204282092 +# @用例名称: fate-pixfmt-gbrp-rgb32 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-rgb32 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-rgb32 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-rgb32 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-rgb48.sh b/testcase/fate-pixfmt-gbrp-rgb48.sh new file mode 100755 index 0000000..8fc69ab --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-rgb48.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170336-288933166 +# @用例名称: fate-pixfmt-gbrp-rgb48 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-rgb48 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-rgb48 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-rgb48 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-rgb555.sh b/testcase/fate-pixfmt-gbrp-rgb555.sh new file mode 100755 index 0000000..0f6fd22 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-rgb555.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170336-372974989 +# @用例名称: fate-pixfmt-gbrp-rgb555 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-rgb555 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-rgb555 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-rgb555 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-rgb565.sh b/testcase/fate-pixfmt-gbrp-rgb565.sh new file mode 100755 index 0000000..f0f9946 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-rgb565.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170336-457965636 +# @用例名称: fate-pixfmt-gbrp-rgb565 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-rgb565 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-rgb565 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-rgb565 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-uyvy422.sh b/testcase/fate-pixfmt-gbrp-uyvy422.sh new file mode 100755 index 0000000..2d1aebc --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-uyvy422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170336-541537041 +# @用例名称: fate-pixfmt-gbrp-uyvy422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-uyvy422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-uyvy422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-uyvy422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-v30xle.sh b/testcase/fate-pixfmt-gbrp-v30xle.sh new file mode 100755 index 0000000..6d6c7b9 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-v30xle.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170336-625740732 +# @用例名称: fate-pixfmt-gbrp-v30xle +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-v30xle +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-v30xle + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-v30xle + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-vuyx.sh b/testcase/fate-pixfmt-gbrp-vuyx.sh new file mode 100755 index 0000000..f2f1e9b --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-vuyx.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170336-711816727 +# @用例名称: fate-pixfmt-gbrp-vuyx +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-vuyx +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-vuyx + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-vuyx + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-vyu444.sh b/testcase/fate-pixfmt-gbrp-vyu444.sh new file mode 100755 index 0000000..59eae98 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-vyu444.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170336-796424130 +# @用例名称: fate-pixfmt-gbrp-vyu444 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-vyu444 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-vyu444 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-vyu444 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-x2bgr10le.sh b/testcase/fate-pixfmt-gbrp-x2bgr10le.sh new file mode 100755 index 0000000..db4f563 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-x2bgr10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170336-881894827 +# @用例名称: fate-pixfmt-gbrp-x2bgr10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-x2bgr10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-x2bgr10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-x2bgr10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-x2rgb10le.sh b/testcase/fate-pixfmt-gbrp-x2rgb10le.sh new file mode 100755 index 0000000..7ceb70c --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-x2rgb10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170336-967674788 +# @用例名称: fate-pixfmt-gbrp-x2rgb10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-x2rgb10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-x2rgb10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-x2rgb10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-xv30le.sh b/testcase/fate-pixfmt-gbrp-xv30le.sh new file mode 100755 index 0000000..ee92c7d --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-xv30le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170337-053065197 +# @用例名称: fate-pixfmt-gbrp-xv30le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-xv30le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-xv30le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-xv30le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-xv36be.sh b/testcase/fate-pixfmt-gbrp-xv36be.sh new file mode 100755 index 0000000..7c79ae4 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-xv36be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170337-138617032 +# @用例名称: fate-pixfmt-gbrp-xv36be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-xv36be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-xv36be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-xv36be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-xv36le.sh b/testcase/fate-pixfmt-gbrp-xv36le.sh new file mode 100755 index 0000000..2eaef89 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-xv36le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170337-222064248 +# @用例名称: fate-pixfmt-gbrp-xv36le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-xv36le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-xv36le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-xv36le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-xv48be.sh b/testcase/fate-pixfmt-gbrp-xv48be.sh new file mode 100755 index 0000000..9709df5 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-xv48be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170337-307917718 +# @用例名称: fate-pixfmt-gbrp-xv48be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-xv48be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-xv48be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-xv48be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-xv48le.sh b/testcase/fate-pixfmt-gbrp-xv48le.sh new file mode 100755 index 0000000..032283e --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-xv48le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170337-392360165 +# @用例名称: fate-pixfmt-gbrp-xv48le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-xv48le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-xv48le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-xv48le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-xyz12le.sh b/testcase/fate-pixfmt-gbrp-xyz12le.sh new file mode 100755 index 0000000..a21958b --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-xyz12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170337-475693104 +# @用例名称: fate-pixfmt-gbrp-xyz12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-xyz12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-xyz12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-xyz12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-y210le.sh b/testcase/fate-pixfmt-gbrp-y210le.sh new file mode 100755 index 0000000..8cd8857 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-y210le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170337-560173940 +# @用例名称: fate-pixfmt-gbrp-y210le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-y210le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-y210le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-y210le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-y212le.sh b/testcase/fate-pixfmt-gbrp-y212le.sh new file mode 100755 index 0000000..1091bea --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-y212le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170337-643889451 +# @用例名称: fate-pixfmt-gbrp-y212le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-y212le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-y212le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-y212le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-y216le.sh b/testcase/fate-pixfmt-gbrp-y216le.sh new file mode 100755 index 0000000..84c105d --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-y216le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170337-727278828 +# @用例名称: fate-pixfmt-gbrp-y216le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-y216le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-y216le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-y216le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yuv410p.sh b/testcase/fate-pixfmt-gbrp-yuv410p.sh new file mode 100755 index 0000000..5bf3e72 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yuv410p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170337-812909092 +# @用例名称: fate-pixfmt-gbrp-yuv410p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv410p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv410p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yuv410p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yuv411p.sh b/testcase/fate-pixfmt-gbrp-yuv411p.sh new file mode 100755 index 0000000..6ec0d07 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yuv411p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170337-898805360 +# @用例名称: fate-pixfmt-gbrp-yuv411p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv411p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv411p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yuv411p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yuv420p.sh b/testcase/fate-pixfmt-gbrp-yuv420p.sh new file mode 100755 index 0000000..94b9607 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yuv420p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170337-985136562 +# @用例名称: fate-pixfmt-gbrp-yuv420p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv420p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv420p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yuv420p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yuv420p10be.sh b/testcase/fate-pixfmt-gbrp-yuv420p10be.sh new file mode 100755 index 0000000..5325b5e --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yuv420p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170338-070419372 +# @用例名称: fate-pixfmt-gbrp-yuv420p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv420p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv420p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yuv420p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yuv420p10le.sh b/testcase/fate-pixfmt-gbrp-yuv420p10le.sh new file mode 100755 index 0000000..461551b --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yuv420p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170338-158284141 +# @用例名称: fate-pixfmt-gbrp-yuv420p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv420p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv420p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yuv420p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yuv420p12be.sh b/testcase/fate-pixfmt-gbrp-yuv420p12be.sh new file mode 100755 index 0000000..dc55b82 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yuv420p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170338-242732368 +# @用例名称: fate-pixfmt-gbrp-yuv420p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv420p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv420p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yuv420p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yuv420p12le.sh b/testcase/fate-pixfmt-gbrp-yuv420p12le.sh new file mode 100755 index 0000000..daaa4c3 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yuv420p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170338-328403811 +# @用例名称: fate-pixfmt-gbrp-yuv420p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv420p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv420p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yuv420p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yuv420p16be.sh b/testcase/fate-pixfmt-gbrp-yuv420p16be.sh new file mode 100755 index 0000000..04e2289 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yuv420p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170338-412860857 +# @用例名称: fate-pixfmt-gbrp-yuv420p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv420p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv420p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yuv420p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yuv420p16le.sh b/testcase/fate-pixfmt-gbrp-yuv420p16le.sh new file mode 100755 index 0000000..3ba3ae4 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yuv420p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170338-498235807 +# @用例名称: fate-pixfmt-gbrp-yuv420p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv420p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv420p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yuv420p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yuv422p.sh b/testcase/fate-pixfmt-gbrp-yuv422p.sh new file mode 100755 index 0000000..e69b45d --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yuv422p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170338-584689665 +# @用例名称: fate-pixfmt-gbrp-yuv422p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv422p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv422p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yuv422p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yuv422p10be.sh b/testcase/fate-pixfmt-gbrp-yuv422p10be.sh new file mode 100755 index 0000000..0e3decd --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yuv422p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170338-668935605 +# @用例名称: fate-pixfmt-gbrp-yuv422p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv422p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv422p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yuv422p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yuv422p10le.sh b/testcase/fate-pixfmt-gbrp-yuv422p10le.sh new file mode 100755 index 0000000..618f813 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yuv422p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170338-754670947 +# @用例名称: fate-pixfmt-gbrp-yuv422p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv422p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv422p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yuv422p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yuv422p12be.sh b/testcase/fate-pixfmt-gbrp-yuv422p12be.sh new file mode 100755 index 0000000..aa5bbec --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yuv422p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170338-841475687 +# @用例名称: fate-pixfmt-gbrp-yuv422p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv422p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv422p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yuv422p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yuv422p12le.sh b/testcase/fate-pixfmt-gbrp-yuv422p12le.sh new file mode 100755 index 0000000..1a12cc9 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yuv422p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170338-929181110 +# @用例名称: fate-pixfmt-gbrp-yuv422p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv422p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv422p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yuv422p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yuv422p16be.sh b/testcase/fate-pixfmt-gbrp-yuv422p16be.sh new file mode 100755 index 0000000..d7dca28 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yuv422p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170339-015184847 +# @用例名称: fate-pixfmt-gbrp-yuv422p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv422p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv422p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yuv422p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yuv422p16le.sh b/testcase/fate-pixfmt-gbrp-yuv422p16le.sh new file mode 100755 index 0000000..36e0e17 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yuv422p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170339-099049535 +# @用例名称: fate-pixfmt-gbrp-yuv422p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv422p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv422p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yuv422p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yuv440p.sh b/testcase/fate-pixfmt-gbrp-yuv440p.sh new file mode 100755 index 0000000..b434171 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yuv440p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170339-182967902 +# @用例名称: fate-pixfmt-gbrp-yuv440p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv440p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv440p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yuv440p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yuv440p10be.sh b/testcase/fate-pixfmt-gbrp-yuv440p10be.sh new file mode 100755 index 0000000..eed9901 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yuv440p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170339-266845260 +# @用例名称: fate-pixfmt-gbrp-yuv440p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv440p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv440p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yuv440p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yuv440p10le.sh b/testcase/fate-pixfmt-gbrp-yuv440p10le.sh new file mode 100755 index 0000000..0025443 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yuv440p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170339-350036843 +# @用例名称: fate-pixfmt-gbrp-yuv440p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv440p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv440p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yuv440p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yuv440p12be.sh b/testcase/fate-pixfmt-gbrp-yuv440p12be.sh new file mode 100755 index 0000000..fc1f993 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yuv440p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170339-433811272 +# @用例名称: fate-pixfmt-gbrp-yuv440p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv440p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv440p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yuv440p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yuv440p12le.sh b/testcase/fate-pixfmt-gbrp-yuv440p12le.sh new file mode 100755 index 0000000..8c1c014 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yuv440p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170339-519244131 +# @用例名称: fate-pixfmt-gbrp-yuv440p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv440p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv440p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yuv440p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yuv444p.sh b/testcase/fate-pixfmt-gbrp-yuv444p.sh new file mode 100755 index 0000000..ef23e5e --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yuv444p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170339-604087359 +# @用例名称: fate-pixfmt-gbrp-yuv444p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv444p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv444p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yuv444p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yuv444p10be.sh b/testcase/fate-pixfmt-gbrp-yuv444p10be.sh new file mode 100755 index 0000000..c18ac68 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yuv444p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170339-692092047 +# @用例名称: fate-pixfmt-gbrp-yuv444p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv444p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv444p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yuv444p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yuv444p10le.sh b/testcase/fate-pixfmt-gbrp-yuv444p10le.sh new file mode 100755 index 0000000..4077159 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yuv444p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170339-779341408 +# @用例名称: fate-pixfmt-gbrp-yuv444p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv444p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv444p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yuv444p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yuv444p10msbbe.sh b/testcase/fate-pixfmt-gbrp-yuv444p10msbbe.sh new file mode 100755 index 0000000..68b6493 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yuv444p10msbbe.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170339-865787495 +# @用例名称: fate-pixfmt-gbrp-yuv444p10msbbe +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv444p10msbbe +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv444p10msbbe + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yuv444p10msbbe + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yuv444p10msble.sh b/testcase/fate-pixfmt-gbrp-yuv444p10msble.sh new file mode 100755 index 0000000..70f1ea6 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yuv444p10msble.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170339-954138436 +# @用例名称: fate-pixfmt-gbrp-yuv444p10msble +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv444p10msble +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv444p10msble + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yuv444p10msble + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yuv444p12be.sh b/testcase/fate-pixfmt-gbrp-yuv444p12be.sh new file mode 100755 index 0000000..33443cb --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yuv444p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170340-042469088 +# @用例名称: fate-pixfmt-gbrp-yuv444p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv444p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv444p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yuv444p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yuv444p12le.sh b/testcase/fate-pixfmt-gbrp-yuv444p12le.sh new file mode 100755 index 0000000..ad31e78 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yuv444p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170340-128853877 +# @用例名称: fate-pixfmt-gbrp-yuv444p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv444p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv444p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yuv444p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yuv444p12msbbe.sh b/testcase/fate-pixfmt-gbrp-yuv444p12msbbe.sh new file mode 100755 index 0000000..bb5d577 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yuv444p12msbbe.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170340-215496810 +# @用例名称: fate-pixfmt-gbrp-yuv444p12msbbe +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv444p12msbbe +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv444p12msbbe + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yuv444p12msbbe + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yuv444p12msble.sh b/testcase/fate-pixfmt-gbrp-yuv444p12msble.sh new file mode 100755 index 0000000..6b0ee13 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yuv444p12msble.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170340-303996248 +# @用例名称: fate-pixfmt-gbrp-yuv444p12msble +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv444p12msble +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv444p12msble + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yuv444p12msble + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yuv444p16be.sh b/testcase/fate-pixfmt-gbrp-yuv444p16be.sh new file mode 100755 index 0000000..0bcbdf4 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yuv444p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170340-392794000 +# @用例名称: fate-pixfmt-gbrp-yuv444p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv444p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv444p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yuv444p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yuv444p16le.sh b/testcase/fate-pixfmt-gbrp-yuv444p16le.sh new file mode 100755 index 0000000..a9089df --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yuv444p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170340-481078511 +# @用例名称: fate-pixfmt-gbrp-yuv444p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv444p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuv444p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yuv444p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yuvj420p.sh b/testcase/fate-pixfmt-gbrp-yuvj420p.sh new file mode 100755 index 0000000..7bacb0c --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yuvj420p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170340-567776575 +# @用例名称: fate-pixfmt-gbrp-yuvj420p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuvj420p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuvj420p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yuvj420p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yuvj422p.sh b/testcase/fate-pixfmt-gbrp-yuvj422p.sh new file mode 100755 index 0000000..0b00af2 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yuvj422p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170340-655589255 +# @用例名称: fate-pixfmt-gbrp-yuvj422p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuvj422p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuvj422p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yuvj422p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yuvj440p.sh b/testcase/fate-pixfmt-gbrp-yuvj440p.sh new file mode 100755 index 0000000..cdafc97 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yuvj440p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170340-742832487 +# @用例名称: fate-pixfmt-gbrp-yuvj440p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuvj440p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuvj440p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yuvj440p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yuvj444p.sh b/testcase/fate-pixfmt-gbrp-yuvj444p.sh new file mode 100755 index 0000000..16d4500 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yuvj444p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170340-828476031 +# @用例名称: fate-pixfmt-gbrp-yuvj444p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuvj444p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuvj444p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yuvj444p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yuyv422.sh b/testcase/fate-pixfmt-gbrp-yuyv422.sh new file mode 100755 index 0000000..7dfaa7f --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yuyv422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170340-913276590 +# @用例名称: fate-pixfmt-gbrp-yuyv422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuyv422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yuyv422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yuyv422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp-yvyu422.sh b/testcase/fate-pixfmt-gbrp-yvyu422.sh new file mode 100755 index 0000000..860add1 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp-yvyu422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170340-997189279 +# @用例名称: fate-pixfmt-gbrp-yvyu422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yvyu422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp-yvyu422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp-yvyu422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-bgr24.sh b/testcase/fate-pixfmt-gbrp10-bgr24.sh new file mode 100755 index 0000000..9545810 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-bgr24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170341-080822261 +# @用例名称: fate-pixfmt-gbrp10-bgr24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-bgr24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-bgr24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-bgr24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-gbrp10be.sh b/testcase/fate-pixfmt-gbrp10-gbrp10be.sh new file mode 100755 index 0000000..4d8fcdf --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-gbrp10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170341-168405547 +# @用例名称: fate-pixfmt-gbrp10-gbrp10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-gbrp10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-gbrp10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-gbrp10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-gbrp10le.sh b/testcase/fate-pixfmt-gbrp10-gbrp10le.sh new file mode 100755 index 0000000..c8d2f5a --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-gbrp10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170341-250562388 +# @用例名称: fate-pixfmt-gbrp10-gbrp10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-gbrp10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-gbrp10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-gbrp10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-gbrp12be.sh b/testcase/fate-pixfmt-gbrp10-gbrp12be.sh new file mode 100755 index 0000000..0bde61e --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-gbrp12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170341-334359728 +# @用例名称: fate-pixfmt-gbrp10-gbrp12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-gbrp12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-gbrp12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-gbrp12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-gbrp12le.sh b/testcase/fate-pixfmt-gbrp10-gbrp12le.sh new file mode 100755 index 0000000..bf91a01 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-gbrp12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170341-422744497 +# @用例名称: fate-pixfmt-gbrp10-gbrp12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-gbrp12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-gbrp12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-gbrp12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-gbrp16be.sh b/testcase/fate-pixfmt-gbrp10-gbrp16be.sh new file mode 100755 index 0000000..2b69457 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-gbrp16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170341-512026229 +# @用例名称: fate-pixfmt-gbrp10-gbrp16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-gbrp16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-gbrp16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-gbrp16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-gbrp16le.sh b/testcase/fate-pixfmt-gbrp10-gbrp16le.sh new file mode 100755 index 0000000..f451262 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-gbrp16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170341-599837891 +# @用例名称: fate-pixfmt-gbrp10-gbrp16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-gbrp16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-gbrp16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-gbrp16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-gray.sh b/testcase/fate-pixfmt-gbrp10-gray.sh new file mode 100755 index 0000000..03cd56e --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-gray.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170341-687599193 +# @用例名称: fate-pixfmt-gbrp10-gray +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-gray +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-gray + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-gray + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-gray10be.sh b/testcase/fate-pixfmt-gbrp10-gray10be.sh new file mode 100755 index 0000000..32f1c5d --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-gray10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170341-775248177 +# @用例名称: fate-pixfmt-gbrp10-gray10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-gray10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-gray10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-gray10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-gray10le.sh b/testcase/fate-pixfmt-gbrp10-gray10le.sh new file mode 100755 index 0000000..2d7ee1a --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-gray10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170341-860468319 +# @用例名称: fate-pixfmt-gbrp10-gray10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-gray10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-gray10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-gray10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-gray12be.sh b/testcase/fate-pixfmt-gbrp10-gray12be.sh new file mode 100755 index 0000000..6ffa2ea --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-gray12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170341-943457934 +# @用例名称: fate-pixfmt-gbrp10-gray12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-gray12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-gray12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-gray12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-gray12le.sh b/testcase/fate-pixfmt-gbrp10-gray12le.sh new file mode 100755 index 0000000..07305a2 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-gray12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170342-029664147 +# @用例名称: fate-pixfmt-gbrp10-gray12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-gray12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-gray12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-gray12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-gray16be.sh b/testcase/fate-pixfmt-gbrp10-gray16be.sh new file mode 100755 index 0000000..0e2bcce --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-gray16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170342-114881978 +# @用例名称: fate-pixfmt-gbrp10-gray16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-gray16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-gray16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-gray16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-gray16le.sh b/testcase/fate-pixfmt-gbrp10-gray16le.sh new file mode 100755 index 0000000..29ad861 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-gray16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170342-199123579 +# @用例名称: fate-pixfmt-gbrp10-gray16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-gray16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-gray16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-gray16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-monob.sh b/testcase/fate-pixfmt-gbrp10-monob.sh new file mode 100755 index 0000000..732d900 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-monob.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170342-284735444 +# @用例名称: fate-pixfmt-gbrp10-monob +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-monob +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-monob + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-monob + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-monow.sh b/testcase/fate-pixfmt-gbrp10-monow.sh new file mode 100755 index 0000000..b16b0f3 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-monow.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170342-369337078 +# @用例名称: fate-pixfmt-gbrp10-monow +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-monow +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-monow + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-monow + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-nv12.sh b/testcase/fate-pixfmt-gbrp10-nv12.sh new file mode 100755 index 0000000..25a82b3 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-nv12.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170342-454035810 +# @用例名称: fate-pixfmt-gbrp10-nv12 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-nv12 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-nv12 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-nv12 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-nv16.sh b/testcase/fate-pixfmt-gbrp10-nv16.sh new file mode 100755 index 0000000..f91f6ac --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-nv16.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170342-541873909 +# @用例名称: fate-pixfmt-gbrp10-nv16 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-nv16 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-nv16 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-nv16 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-nv24.sh b/testcase/fate-pixfmt-gbrp10-nv24.sh new file mode 100755 index 0000000..a17816a --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-nv24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170342-627749319 +# @用例名称: fate-pixfmt-gbrp10-nv24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-nv24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-nv24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-nv24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-p010be.sh b/testcase/fate-pixfmt-gbrp10-p010be.sh new file mode 100755 index 0000000..1d54f6e --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-p010be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170342-715628529 +# @用例名称: fate-pixfmt-gbrp10-p010be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-p010be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-p010be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-p010be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-p010le.sh b/testcase/fate-pixfmt-gbrp10-p010le.sh new file mode 100755 index 0000000..3b157dc --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-p010le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170342-803960689 +# @用例名称: fate-pixfmt-gbrp10-p010le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-p010le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-p010le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-p010le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-p012be.sh b/testcase/fate-pixfmt-gbrp10-p012be.sh new file mode 100755 index 0000000..54d8920 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-p012be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170342-892586635 +# @用例名称: fate-pixfmt-gbrp10-p012be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-p012be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-p012be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-p012be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-p012le.sh b/testcase/fate-pixfmt-gbrp10-p012le.sh new file mode 100755 index 0000000..eb81b11 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-p012le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170342-977552032 +# @用例名称: fate-pixfmt-gbrp10-p012le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-p012le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-p012le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-p012le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-p016be.sh b/testcase/fate-pixfmt-gbrp10-p016be.sh new file mode 100755 index 0000000..f4856c0 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-p016be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170343-065120647 +# @用例名称: fate-pixfmt-gbrp10-p016be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-p016be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-p016be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-p016be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-p016le.sh b/testcase/fate-pixfmt-gbrp10-p016le.sh new file mode 100755 index 0000000..66a4838 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-p016le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170343-155219004 +# @用例名称: fate-pixfmt-gbrp10-p016le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-p016le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-p016le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-p016le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-p210be.sh b/testcase/fate-pixfmt-gbrp10-p210be.sh new file mode 100755 index 0000000..f9288db --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-p210be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170343-242011455 +# @用例名称: fate-pixfmt-gbrp10-p210be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-p210be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-p210be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-p210be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-p210le.sh b/testcase/fate-pixfmt-gbrp10-p210le.sh new file mode 100755 index 0000000..c40198d --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-p210le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170343-329601110 +# @用例名称: fate-pixfmt-gbrp10-p210le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-p210le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-p210le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-p210le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-p212be.sh b/testcase/fate-pixfmt-gbrp10-p212be.sh new file mode 100755 index 0000000..6fbaa31 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-p212be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170343-412400319 +# @用例名称: fate-pixfmt-gbrp10-p212be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-p212be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-p212be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-p212be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-p212le.sh b/testcase/fate-pixfmt-gbrp10-p212le.sh new file mode 100755 index 0000000..97b179e --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-p212le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170343-497363296 +# @用例名称: fate-pixfmt-gbrp10-p212le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-p212le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-p212le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-p212le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-p216be.sh b/testcase/fate-pixfmt-gbrp10-p216be.sh new file mode 100755 index 0000000..3c793f8 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-p216be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170343-584694736 +# @用例名称: fate-pixfmt-gbrp10-p216be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-p216be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-p216be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-p216be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-p216le.sh b/testcase/fate-pixfmt-gbrp10-p216le.sh new file mode 100755 index 0000000..c00512e --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-p216le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170343-672788062 +# @用例名称: fate-pixfmt-gbrp10-p216le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-p216le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-p216le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-p216le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-p410be.sh b/testcase/fate-pixfmt-gbrp10-p410be.sh new file mode 100755 index 0000000..c7957a7 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-p410be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170343-760899067 +# @用例名称: fate-pixfmt-gbrp10-p410be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-p410be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-p410be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-p410be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-p410le.sh b/testcase/fate-pixfmt-gbrp10-p410le.sh new file mode 100755 index 0000000..ce8aa62 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-p410le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170343-843371512 +# @用例名称: fate-pixfmt-gbrp10-p410le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-p410le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-p410le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-p410le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-p412be.sh b/testcase/fate-pixfmt-gbrp10-p412be.sh new file mode 100755 index 0000000..310d901 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-p412be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170343-929098673 +# @用例名称: fate-pixfmt-gbrp10-p412be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-p412be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-p412be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-p412be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-p412le.sh b/testcase/fate-pixfmt-gbrp10-p412le.sh new file mode 100755 index 0000000..57811b2 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-p412le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170344-022359739 +# @用例名称: fate-pixfmt-gbrp10-p412le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-p412le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-p412le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-p412le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-p416be.sh b/testcase/fate-pixfmt-gbrp10-p416be.sh new file mode 100755 index 0000000..8d28ccd --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-p416be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170344-115757171 +# @用例名称: fate-pixfmt-gbrp10-p416be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-p416be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-p416be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-p416be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-p416le.sh b/testcase/fate-pixfmt-gbrp10-p416le.sh new file mode 100755 index 0000000..7fea56a --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-p416le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170344-205681681 +# @用例名称: fate-pixfmt-gbrp10-p416le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-p416le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-p416le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-p416le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-rgb24.sh b/testcase/fate-pixfmt-gbrp10-rgb24.sh new file mode 100755 index 0000000..92dcb2c --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-rgb24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170344-296106100 +# @用例名称: fate-pixfmt-gbrp10-rgb24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-rgb24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-rgb24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-rgb24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-rgb32.sh b/testcase/fate-pixfmt-gbrp10-rgb32.sh new file mode 100755 index 0000000..494c21e --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-rgb32.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170344-387487512 +# @用例名称: fate-pixfmt-gbrp10-rgb32 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-rgb32 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-rgb32 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-rgb32 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-rgb48.sh b/testcase/fate-pixfmt-gbrp10-rgb48.sh new file mode 100755 index 0000000..b83ed46 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-rgb48.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170344-477519399 +# @用例名称: fate-pixfmt-gbrp10-rgb48 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-rgb48 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-rgb48 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-rgb48 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-rgb555.sh b/testcase/fate-pixfmt-gbrp10-rgb555.sh new file mode 100755 index 0000000..d84f183 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-rgb555.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170344-570436140 +# @用例名称: fate-pixfmt-gbrp10-rgb555 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-rgb555 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-rgb555 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-rgb555 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-rgb565.sh b/testcase/fate-pixfmt-gbrp10-rgb565.sh new file mode 100755 index 0000000..554f289 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-rgb565.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170344-658718422 +# @用例名称: fate-pixfmt-gbrp10-rgb565 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-rgb565 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-rgb565 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-rgb565 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-uyvy422.sh b/testcase/fate-pixfmt-gbrp10-uyvy422.sh new file mode 100755 index 0000000..a668876 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-uyvy422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170344-749146511 +# @用例名称: fate-pixfmt-gbrp10-uyvy422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-uyvy422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-uyvy422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-uyvy422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-v30xle.sh b/testcase/fate-pixfmt-gbrp10-v30xle.sh new file mode 100755 index 0000000..49100f1 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-v30xle.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170344-839644479 +# @用例名称: fate-pixfmt-gbrp10-v30xle +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-v30xle +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-v30xle + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-v30xle + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-vuyx.sh b/testcase/fate-pixfmt-gbrp10-vuyx.sh new file mode 100755 index 0000000..b5d00a2 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-vuyx.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170344-926313543 +# @用例名称: fate-pixfmt-gbrp10-vuyx +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-vuyx +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-vuyx + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-vuyx + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-vyu444.sh b/testcase/fate-pixfmt-gbrp10-vyu444.sh new file mode 100755 index 0000000..5cf216b --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-vyu444.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170345-012319789 +# @用例名称: fate-pixfmt-gbrp10-vyu444 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-vyu444 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-vyu444 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-vyu444 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-x2bgr10le.sh b/testcase/fate-pixfmt-gbrp10-x2bgr10le.sh new file mode 100755 index 0000000..808be25 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-x2bgr10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170345-095402033 +# @用例名称: fate-pixfmt-gbrp10-x2bgr10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-x2bgr10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-x2bgr10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-x2bgr10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-x2rgb10le.sh b/testcase/fate-pixfmt-gbrp10-x2rgb10le.sh new file mode 100755 index 0000000..8d8a8d8 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-x2rgb10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170345-185131747 +# @用例名称: fate-pixfmt-gbrp10-x2rgb10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-x2rgb10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-x2rgb10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-x2rgb10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-xv30le.sh b/testcase/fate-pixfmt-gbrp10-xv30le.sh new file mode 100755 index 0000000..59ef7d0 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-xv30le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170345-271782910 +# @用例名称: fate-pixfmt-gbrp10-xv30le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-xv30le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-xv30le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-xv30le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-xv36be.sh b/testcase/fate-pixfmt-gbrp10-xv36be.sh new file mode 100755 index 0000000..b777b27 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-xv36be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170345-354569070 +# @用例名称: fate-pixfmt-gbrp10-xv36be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-xv36be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-xv36be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-xv36be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-xv36le.sh b/testcase/fate-pixfmt-gbrp10-xv36le.sh new file mode 100755 index 0000000..3b32f11 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-xv36le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170345-433908668 +# @用例名称: fate-pixfmt-gbrp10-xv36le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-xv36le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-xv36le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-xv36le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-xv48be.sh b/testcase/fate-pixfmt-gbrp10-xv48be.sh new file mode 100755 index 0000000..4fb4f8a --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-xv48be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170345-520593740 +# @用例名称: fate-pixfmt-gbrp10-xv48be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-xv48be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-xv48be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-xv48be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-xv48le.sh b/testcase/fate-pixfmt-gbrp10-xv48le.sh new file mode 100755 index 0000000..64e08d3 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-xv48le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170345-607370021 +# @用例名称: fate-pixfmt-gbrp10-xv48le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-xv48le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-xv48le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-xv48le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-xyz12le.sh b/testcase/fate-pixfmt-gbrp10-xyz12le.sh new file mode 100755 index 0000000..7cb96b4 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-xyz12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170345-696977958 +# @用例名称: fate-pixfmt-gbrp10-xyz12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-xyz12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-xyz12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-xyz12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-y210le.sh b/testcase/fate-pixfmt-gbrp10-y210le.sh new file mode 100755 index 0000000..233f8d6 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-y210le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170345-785024204 +# @用例名称: fate-pixfmt-gbrp10-y210le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-y210le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-y210le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-y210le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-y212le.sh b/testcase/fate-pixfmt-gbrp10-y212le.sh new file mode 100755 index 0000000..81b4b0b --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-y212le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170345-872113018 +# @用例名称: fate-pixfmt-gbrp10-y212le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-y212le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-y212le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-y212le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-y216le.sh b/testcase/fate-pixfmt-gbrp10-y216le.sh new file mode 100755 index 0000000..bbca155 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-y216le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170345-956807201 +# @用例名称: fate-pixfmt-gbrp10-y216le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-y216le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-y216le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-y216le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yuv410p.sh b/testcase/fate-pixfmt-gbrp10-yuv410p.sh new file mode 100755 index 0000000..16c937b --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yuv410p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170346-036642218 +# @用例名称: fate-pixfmt-gbrp10-yuv410p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv410p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv410p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yuv410p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yuv411p.sh b/testcase/fate-pixfmt-gbrp10-yuv411p.sh new file mode 100755 index 0000000..fd8ad9f --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yuv411p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170346-125111596 +# @用例名称: fate-pixfmt-gbrp10-yuv411p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv411p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv411p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yuv411p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yuv420p.sh b/testcase/fate-pixfmt-gbrp10-yuv420p.sh new file mode 100755 index 0000000..97a205c --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yuv420p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170346-209468695 +# @用例名称: fate-pixfmt-gbrp10-yuv420p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv420p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv420p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yuv420p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yuv420p10be.sh b/testcase/fate-pixfmt-gbrp10-yuv420p10be.sh new file mode 100755 index 0000000..9fafd51 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yuv420p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170346-301442664 +# @用例名称: fate-pixfmt-gbrp10-yuv420p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv420p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv420p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yuv420p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yuv420p10le.sh b/testcase/fate-pixfmt-gbrp10-yuv420p10le.sh new file mode 100755 index 0000000..faa07a2 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yuv420p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170346-392004731 +# @用例名称: fate-pixfmt-gbrp10-yuv420p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv420p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv420p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yuv420p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yuv420p12be.sh b/testcase/fate-pixfmt-gbrp10-yuv420p12be.sh new file mode 100755 index 0000000..a33b97b --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yuv420p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170346-479071247 +# @用例名称: fate-pixfmt-gbrp10-yuv420p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv420p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv420p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yuv420p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yuv420p12le.sh b/testcase/fate-pixfmt-gbrp10-yuv420p12le.sh new file mode 100755 index 0000000..2fb9af4 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yuv420p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170346-566761051 +# @用例名称: fate-pixfmt-gbrp10-yuv420p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv420p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv420p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yuv420p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yuv420p16be.sh b/testcase/fate-pixfmt-gbrp10-yuv420p16be.sh new file mode 100755 index 0000000..fa6d98e --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yuv420p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170346-657794229 +# @用例名称: fate-pixfmt-gbrp10-yuv420p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv420p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv420p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yuv420p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yuv420p16le.sh b/testcase/fate-pixfmt-gbrp10-yuv420p16le.sh new file mode 100755 index 0000000..c7299b3 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yuv420p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170346-748464504 +# @用例名称: fate-pixfmt-gbrp10-yuv420p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv420p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv420p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yuv420p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yuv422p.sh b/testcase/fate-pixfmt-gbrp10-yuv422p.sh new file mode 100755 index 0000000..74c6b92 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yuv422p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170346-839423223 +# @用例名称: fate-pixfmt-gbrp10-yuv422p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv422p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv422p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yuv422p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yuv422p10be.sh b/testcase/fate-pixfmt-gbrp10-yuv422p10be.sh new file mode 100755 index 0000000..8d6bdc5 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yuv422p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170346-923937239 +# @用例名称: fate-pixfmt-gbrp10-yuv422p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv422p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv422p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yuv422p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yuv422p10le.sh b/testcase/fate-pixfmt-gbrp10-yuv422p10le.sh new file mode 100755 index 0000000..e146cce --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yuv422p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170347-008800247 +# @用例名称: fate-pixfmt-gbrp10-yuv422p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv422p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv422p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yuv422p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yuv422p12be.sh b/testcase/fate-pixfmt-gbrp10-yuv422p12be.sh new file mode 100755 index 0000000..0507441 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yuv422p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170347-091978129 +# @用例名称: fate-pixfmt-gbrp10-yuv422p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv422p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv422p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yuv422p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yuv422p12le.sh b/testcase/fate-pixfmt-gbrp10-yuv422p12le.sh new file mode 100755 index 0000000..2433da5 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yuv422p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170347-183407049 +# @用例名称: fate-pixfmt-gbrp10-yuv422p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv422p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv422p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yuv422p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yuv422p16be.sh b/testcase/fate-pixfmt-gbrp10-yuv422p16be.sh new file mode 100755 index 0000000..dd486a7 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yuv422p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170347-276558516 +# @用例名称: fate-pixfmt-gbrp10-yuv422p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv422p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv422p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yuv422p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yuv422p16le.sh b/testcase/fate-pixfmt-gbrp10-yuv422p16le.sh new file mode 100755 index 0000000..fa25b6a --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yuv422p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170347-367954816 +# @用例名称: fate-pixfmt-gbrp10-yuv422p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv422p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv422p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yuv422p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yuv440p.sh b/testcase/fate-pixfmt-gbrp10-yuv440p.sh new file mode 100755 index 0000000..68d6f05 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yuv440p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170347-459911847 +# @用例名称: fate-pixfmt-gbrp10-yuv440p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv440p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv440p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yuv440p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yuv440p10be.sh b/testcase/fate-pixfmt-gbrp10-yuv440p10be.sh new file mode 100755 index 0000000..1c19087 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yuv440p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170347-550631321 +# @用例名称: fate-pixfmt-gbrp10-yuv440p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv440p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv440p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yuv440p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yuv440p10le.sh b/testcase/fate-pixfmt-gbrp10-yuv440p10le.sh new file mode 100755 index 0000000..af3893b --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yuv440p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170347-642334745 +# @用例名称: fate-pixfmt-gbrp10-yuv440p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv440p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv440p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yuv440p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yuv440p12be.sh b/testcase/fate-pixfmt-gbrp10-yuv440p12be.sh new file mode 100755 index 0000000..c5c4069 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yuv440p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170347-734447442 +# @用例名称: fate-pixfmt-gbrp10-yuv440p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv440p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv440p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yuv440p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yuv440p12le.sh b/testcase/fate-pixfmt-gbrp10-yuv440p12le.sh new file mode 100755 index 0000000..6e14334 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yuv440p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170347-827755006 +# @用例名称: fate-pixfmt-gbrp10-yuv440p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv440p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv440p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yuv440p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yuv444p.sh b/testcase/fate-pixfmt-gbrp10-yuv444p.sh new file mode 100755 index 0000000..a6bdf47 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yuv444p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170347-919149697 +# @用例名称: fate-pixfmt-gbrp10-yuv444p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv444p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv444p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yuv444p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yuv444p10be.sh b/testcase/fate-pixfmt-gbrp10-yuv444p10be.sh new file mode 100755 index 0000000..acb3e89 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yuv444p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170348-013800144 +# @用例名称: fate-pixfmt-gbrp10-yuv444p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv444p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv444p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yuv444p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yuv444p10le.sh b/testcase/fate-pixfmt-gbrp10-yuv444p10le.sh new file mode 100755 index 0000000..538b939 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yuv444p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170348-105726015 +# @用例名称: fate-pixfmt-gbrp10-yuv444p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv444p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv444p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yuv444p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yuv444p10msbbe.sh b/testcase/fate-pixfmt-gbrp10-yuv444p10msbbe.sh new file mode 100755 index 0000000..850deda --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yuv444p10msbbe.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170348-195726263 +# @用例名称: fate-pixfmt-gbrp10-yuv444p10msbbe +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv444p10msbbe +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv444p10msbbe + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yuv444p10msbbe + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yuv444p10msble.sh b/testcase/fate-pixfmt-gbrp10-yuv444p10msble.sh new file mode 100755 index 0000000..ad8273f --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yuv444p10msble.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170348-281377416 +# @用例名称: fate-pixfmt-gbrp10-yuv444p10msble +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv444p10msble +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv444p10msble + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yuv444p10msble + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yuv444p12be.sh b/testcase/fate-pixfmt-gbrp10-yuv444p12be.sh new file mode 100755 index 0000000..24a2839 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yuv444p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170348-361320781 +# @用例名称: fate-pixfmt-gbrp10-yuv444p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv444p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv444p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yuv444p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yuv444p12le.sh b/testcase/fate-pixfmt-gbrp10-yuv444p12le.sh new file mode 100755 index 0000000..791bfd4 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yuv444p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170348-443699418 +# @用例名称: fate-pixfmt-gbrp10-yuv444p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv444p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv444p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yuv444p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yuv444p12msbbe.sh b/testcase/fate-pixfmt-gbrp10-yuv444p12msbbe.sh new file mode 100755 index 0000000..15e9095 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yuv444p12msbbe.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170348-534561940 +# @用例名称: fate-pixfmt-gbrp10-yuv444p12msbbe +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv444p12msbbe +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv444p12msbbe + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yuv444p12msbbe + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yuv444p12msble.sh b/testcase/fate-pixfmt-gbrp10-yuv444p12msble.sh new file mode 100755 index 0000000..cd65371 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yuv444p12msble.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170348-622918560 +# @用例名称: fate-pixfmt-gbrp10-yuv444p12msble +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv444p12msble +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv444p12msble + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yuv444p12msble + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yuv444p16be.sh b/testcase/fate-pixfmt-gbrp10-yuv444p16be.sh new file mode 100755 index 0000000..d642ab8 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yuv444p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170348-709199891 +# @用例名称: fate-pixfmt-gbrp10-yuv444p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv444p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv444p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yuv444p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yuv444p16le.sh b/testcase/fate-pixfmt-gbrp10-yuv444p16le.sh new file mode 100755 index 0000000..4cac056 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yuv444p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170348-799633031 +# @用例名称: fate-pixfmt-gbrp10-yuv444p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv444p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuv444p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yuv444p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yuvj420p.sh b/testcase/fate-pixfmt-gbrp10-yuvj420p.sh new file mode 100755 index 0000000..b479449 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yuvj420p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170348-891767797 +# @用例名称: fate-pixfmt-gbrp10-yuvj420p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuvj420p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuvj420p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yuvj420p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yuvj422p.sh b/testcase/fate-pixfmt-gbrp10-yuvj422p.sh new file mode 100755 index 0000000..55d4366 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yuvj422p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170348-979246195 +# @用例名称: fate-pixfmt-gbrp10-yuvj422p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuvj422p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuvj422p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yuvj422p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yuvj440p.sh b/testcase/fate-pixfmt-gbrp10-yuvj440p.sh new file mode 100755 index 0000000..9104b9c --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yuvj440p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170349-067126145 +# @用例名称: fate-pixfmt-gbrp10-yuvj440p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuvj440p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuvj440p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yuvj440p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yuvj444p.sh b/testcase/fate-pixfmt-gbrp10-yuvj444p.sh new file mode 100755 index 0000000..0053fc2 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yuvj444p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170349-153724549 +# @用例名称: fate-pixfmt-gbrp10-yuvj444p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuvj444p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuvj444p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yuvj444p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yuyv422.sh b/testcase/fate-pixfmt-gbrp10-yuyv422.sh new file mode 100755 index 0000000..0153ee6 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yuyv422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170349-241841734 +# @用例名称: fate-pixfmt-gbrp10-yuyv422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuyv422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yuyv422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yuyv422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp10-yvyu422.sh b/testcase/fate-pixfmt-gbrp10-yvyu422.sh new file mode 100755 index 0000000..e950529 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp10-yvyu422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170349-334666727 +# @用例名称: fate-pixfmt-gbrp10-yvyu422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yvyu422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp10-yvyu422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp10-yvyu422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-bgr24.sh b/testcase/fate-pixfmt-gbrp12-bgr24.sh new file mode 100755 index 0000000..a047d8f --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-bgr24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170349-425395092 +# @用例名称: fate-pixfmt-gbrp12-bgr24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-bgr24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-bgr24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-bgr24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-gbrp10be.sh b/testcase/fate-pixfmt-gbrp12-gbrp10be.sh new file mode 100755 index 0000000..6e050db --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-gbrp10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170349-518319402 +# @用例名称: fate-pixfmt-gbrp12-gbrp10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-gbrp10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-gbrp10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-gbrp10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-gbrp10le.sh b/testcase/fate-pixfmt-gbrp12-gbrp10le.sh new file mode 100755 index 0000000..7ee3fa7 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-gbrp10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170349-610362840 +# @用例名称: fate-pixfmt-gbrp12-gbrp10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-gbrp10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-gbrp10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-gbrp10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-gbrp12be.sh b/testcase/fate-pixfmt-gbrp12-gbrp12be.sh new file mode 100755 index 0000000..faafceb --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-gbrp12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170349-698127722 +# @用例名称: fate-pixfmt-gbrp12-gbrp12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-gbrp12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-gbrp12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-gbrp12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-gbrp12le.sh b/testcase/fate-pixfmt-gbrp12-gbrp12le.sh new file mode 100755 index 0000000..6a67c7d --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-gbrp12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170349-781082018 +# @用例名称: fate-pixfmt-gbrp12-gbrp12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-gbrp12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-gbrp12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-gbrp12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-gbrp16be.sh b/testcase/fate-pixfmt-gbrp12-gbrp16be.sh new file mode 100755 index 0000000..9f4a574 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-gbrp16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170349-873476760 +# @用例名称: fate-pixfmt-gbrp12-gbrp16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-gbrp16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-gbrp16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-gbrp16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-gbrp16le.sh b/testcase/fate-pixfmt-gbrp12-gbrp16le.sh new file mode 100755 index 0000000..577c945 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-gbrp16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170349-963028527 +# @用例名称: fate-pixfmt-gbrp12-gbrp16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-gbrp16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-gbrp16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-gbrp16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-gray.sh b/testcase/fate-pixfmt-gbrp12-gray.sh new file mode 100755 index 0000000..3d531e9 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-gray.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170350-049448044 +# @用例名称: fate-pixfmt-gbrp12-gray +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-gray +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-gray + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-gray + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-gray10be.sh b/testcase/fate-pixfmt-gbrp12-gray10be.sh new file mode 100755 index 0000000..8734609 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-gray10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170350-135215376 +# @用例名称: fate-pixfmt-gbrp12-gray10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-gray10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-gray10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-gray10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-gray10le.sh b/testcase/fate-pixfmt-gbrp12-gray10le.sh new file mode 100755 index 0000000..09108d8 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-gray10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170350-223297752 +# @用例名称: fate-pixfmt-gbrp12-gray10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-gray10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-gray10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-gray10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-gray12be.sh b/testcase/fate-pixfmt-gbrp12-gray12be.sh new file mode 100755 index 0000000..c8dff4d --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-gray12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170350-309817238 +# @用例名称: fate-pixfmt-gbrp12-gray12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-gray12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-gray12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-gray12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-gray12le.sh b/testcase/fate-pixfmt-gbrp12-gray12le.sh new file mode 100755 index 0000000..c69e24d --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-gray12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170350-400036932 +# @用例名称: fate-pixfmt-gbrp12-gray12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-gray12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-gray12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-gray12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-gray16be.sh b/testcase/fate-pixfmt-gbrp12-gray16be.sh new file mode 100755 index 0000000..c6174dc --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-gray16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170350-488277794 +# @用例名称: fate-pixfmt-gbrp12-gray16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-gray16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-gray16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-gray16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-gray16le.sh b/testcase/fate-pixfmt-gbrp12-gray16le.sh new file mode 100755 index 0000000..92aee86 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-gray16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170350-581096468 +# @用例名称: fate-pixfmt-gbrp12-gray16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-gray16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-gray16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-gray16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-monob.sh b/testcase/fate-pixfmt-gbrp12-monob.sh new file mode 100755 index 0000000..a0330d3 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-monob.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170350-674918521 +# @用例名称: fate-pixfmt-gbrp12-monob +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-monob +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-monob + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-monob + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-monow.sh b/testcase/fate-pixfmt-gbrp12-monow.sh new file mode 100755 index 0000000..aa319f0 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-monow.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170350-765425719 +# @用例名称: fate-pixfmt-gbrp12-monow +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-monow +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-monow + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-monow + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-nv12.sh b/testcase/fate-pixfmt-gbrp12-nv12.sh new file mode 100755 index 0000000..94d16af --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-nv12.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170350-858656314 +# @用例名称: fate-pixfmt-gbrp12-nv12 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-nv12 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-nv12 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-nv12 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-nv16.sh b/testcase/fate-pixfmt-gbrp12-nv16.sh new file mode 100755 index 0000000..a63b2c4 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-nv16.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170350-949429658 +# @用例名称: fate-pixfmt-gbrp12-nv16 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-nv16 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-nv16 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-nv16 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-nv24.sh b/testcase/fate-pixfmt-gbrp12-nv24.sh new file mode 100755 index 0000000..d3ec011 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-nv24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170351-038317408 +# @用例名称: fate-pixfmt-gbrp12-nv24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-nv24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-nv24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-nv24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-p010be.sh b/testcase/fate-pixfmt-gbrp12-p010be.sh new file mode 100755 index 0000000..f3af4da --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-p010be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170351-128780037 +# @用例名称: fate-pixfmt-gbrp12-p010be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-p010be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-p010be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-p010be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-p010le.sh b/testcase/fate-pixfmt-gbrp12-p010le.sh new file mode 100755 index 0000000..0fd075b --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-p010le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170351-218692056 +# @用例名称: fate-pixfmt-gbrp12-p010le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-p010le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-p010le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-p010le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-p012be.sh b/testcase/fate-pixfmt-gbrp12-p012be.sh new file mode 100755 index 0000000..73643ae --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-p012be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170351-312508850 +# @用例名称: fate-pixfmt-gbrp12-p012be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-p012be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-p012be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-p012be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-p012le.sh b/testcase/fate-pixfmt-gbrp12-p012le.sh new file mode 100755 index 0000000..00de8b5 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-p012le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170351-405638256 +# @用例名称: fate-pixfmt-gbrp12-p012le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-p012le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-p012le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-p012le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-p016be.sh b/testcase/fate-pixfmt-gbrp12-p016be.sh new file mode 100755 index 0000000..59a2200 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-p016be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170351-498191455 +# @用例名称: fate-pixfmt-gbrp12-p016be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-p016be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-p016be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-p016be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-p016le.sh b/testcase/fate-pixfmt-gbrp12-p016le.sh new file mode 100755 index 0000000..ce52d76 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-p016le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170351-592561037 +# @用例名称: fate-pixfmt-gbrp12-p016le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-p016le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-p016le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-p016le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-p210be.sh b/testcase/fate-pixfmt-gbrp12-p210be.sh new file mode 100755 index 0000000..9332fa9 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-p210be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170351-686377751 +# @用例名称: fate-pixfmt-gbrp12-p210be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-p210be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-p210be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-p210be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-p210le.sh b/testcase/fate-pixfmt-gbrp12-p210le.sh new file mode 100755 index 0000000..d0c2cd4 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-p210le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170351-778147814 +# @用例名称: fate-pixfmt-gbrp12-p210le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-p210le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-p210le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-p210le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-p212be.sh b/testcase/fate-pixfmt-gbrp12-p212be.sh new file mode 100755 index 0000000..a7809ea --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-p212be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170351-865532234 +# @用例名称: fate-pixfmt-gbrp12-p212be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-p212be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-p212be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-p212be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-p212le.sh b/testcase/fate-pixfmt-gbrp12-p212le.sh new file mode 100755 index 0000000..fc87145 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-p212le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170351-958339967 +# @用例名称: fate-pixfmt-gbrp12-p212le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-p212le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-p212le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-p212le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-p216be.sh b/testcase/fate-pixfmt-gbrp12-p216be.sh new file mode 100755 index 0000000..c0be78e --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-p216be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170352-050574291 +# @用例名称: fate-pixfmt-gbrp12-p216be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-p216be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-p216be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-p216be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-p216le.sh b/testcase/fate-pixfmt-gbrp12-p216le.sh new file mode 100755 index 0000000..3fc6dbb --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-p216le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170352-142164999 +# @用例名称: fate-pixfmt-gbrp12-p216le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-p216le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-p216le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-p216le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-p410be.sh b/testcase/fate-pixfmt-gbrp12-p410be.sh new file mode 100755 index 0000000..276e202 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-p410be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170352-234465702 +# @用例名称: fate-pixfmt-gbrp12-p410be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-p410be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-p410be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-p410be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-p410le.sh b/testcase/fate-pixfmt-gbrp12-p410le.sh new file mode 100755 index 0000000..e79ad74 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-p410le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170352-322568577 +# @用例名称: fate-pixfmt-gbrp12-p410le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-p410le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-p410le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-p410le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-p412be.sh b/testcase/fate-pixfmt-gbrp12-p412be.sh new file mode 100755 index 0000000..97b969e --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-p412be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170352-418188815 +# @用例名称: fate-pixfmt-gbrp12-p412be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-p412be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-p412be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-p412be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-p412le.sh b/testcase/fate-pixfmt-gbrp12-p412le.sh new file mode 100755 index 0000000..91f86a4 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-p412le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170352-513202475 +# @用例名称: fate-pixfmt-gbrp12-p412le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-p412le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-p412le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-p412le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-p416be.sh b/testcase/fate-pixfmt-gbrp12-p416be.sh new file mode 100755 index 0000000..856d0e5 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-p416be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170352-606359832 +# @用例名称: fate-pixfmt-gbrp12-p416be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-p416be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-p416be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-p416be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-p416le.sh b/testcase/fate-pixfmt-gbrp12-p416le.sh new file mode 100755 index 0000000..a1b2100 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-p416le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170352-697099335 +# @用例名称: fate-pixfmt-gbrp12-p416le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-p416le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-p416le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-p416le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-rgb24.sh b/testcase/fate-pixfmt-gbrp12-rgb24.sh new file mode 100755 index 0000000..5f3ae68 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-rgb24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170352-792126655 +# @用例名称: fate-pixfmt-gbrp12-rgb24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-rgb24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-rgb24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-rgb24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-rgb32.sh b/testcase/fate-pixfmt-gbrp12-rgb32.sh new file mode 100755 index 0000000..c1c220d --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-rgb32.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170352-881282930 +# @用例名称: fate-pixfmt-gbrp12-rgb32 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-rgb32 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-rgb32 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-rgb32 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-rgb48.sh b/testcase/fate-pixfmt-gbrp12-rgb48.sh new file mode 100755 index 0000000..3969ee8 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-rgb48.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170352-963138947 +# @用例名称: fate-pixfmt-gbrp12-rgb48 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-rgb48 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-rgb48 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-rgb48 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-rgb555.sh b/testcase/fate-pixfmt-gbrp12-rgb555.sh new file mode 100755 index 0000000..2c43112 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-rgb555.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170353-051253363 +# @用例名称: fate-pixfmt-gbrp12-rgb555 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-rgb555 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-rgb555 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-rgb555 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-rgb565.sh b/testcase/fate-pixfmt-gbrp12-rgb565.sh new file mode 100755 index 0000000..0644660 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-rgb565.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170353-141401878 +# @用例名称: fate-pixfmt-gbrp12-rgb565 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-rgb565 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-rgb565 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-rgb565 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-uyvy422.sh b/testcase/fate-pixfmt-gbrp12-uyvy422.sh new file mode 100755 index 0000000..4b0c29e --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-uyvy422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170353-227418333 +# @用例名称: fate-pixfmt-gbrp12-uyvy422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-uyvy422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-uyvy422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-uyvy422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-v30xle.sh b/testcase/fate-pixfmt-gbrp12-v30xle.sh new file mode 100755 index 0000000..71496e2 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-v30xle.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170353-314572519 +# @用例名称: fate-pixfmt-gbrp12-v30xle +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-v30xle +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-v30xle + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-v30xle + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-vuyx.sh b/testcase/fate-pixfmt-gbrp12-vuyx.sh new file mode 100755 index 0000000..ad066bf --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-vuyx.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170353-407170495 +# @用例名称: fate-pixfmt-gbrp12-vuyx +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-vuyx +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-vuyx + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-vuyx + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-vyu444.sh b/testcase/fate-pixfmt-gbrp12-vyu444.sh new file mode 100755 index 0000000..9910d88 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-vyu444.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170353-496773621 +# @用例名称: fate-pixfmt-gbrp12-vyu444 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-vyu444 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-vyu444 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-vyu444 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-x2bgr10le.sh b/testcase/fate-pixfmt-gbrp12-x2bgr10le.sh new file mode 100755 index 0000000..509a986 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-x2bgr10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170353-585088943 +# @用例名称: fate-pixfmt-gbrp12-x2bgr10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-x2bgr10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-x2bgr10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-x2bgr10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-x2rgb10le.sh b/testcase/fate-pixfmt-gbrp12-x2rgb10le.sh new file mode 100755 index 0000000..912a242 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-x2rgb10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170353-667988040 +# @用例名称: fate-pixfmt-gbrp12-x2rgb10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-x2rgb10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-x2rgb10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-x2rgb10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-xv30le.sh b/testcase/fate-pixfmt-gbrp12-xv30le.sh new file mode 100755 index 0000000..b16ce32 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-xv30le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170353-758360431 +# @用例名称: fate-pixfmt-gbrp12-xv30le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-xv30le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-xv30le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-xv30le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-xv36be.sh b/testcase/fate-pixfmt-gbrp12-xv36be.sh new file mode 100755 index 0000000..fde0797 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-xv36be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170353-850250362 +# @用例名称: fate-pixfmt-gbrp12-xv36be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-xv36be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-xv36be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-xv36be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-xv36le.sh b/testcase/fate-pixfmt-gbrp12-xv36le.sh new file mode 100755 index 0000000..6222908 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-xv36le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170353-942006916 +# @用例名称: fate-pixfmt-gbrp12-xv36le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-xv36le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-xv36le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-xv36le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-xv48be.sh b/testcase/fate-pixfmt-gbrp12-xv48be.sh new file mode 100755 index 0000000..90cc457 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-xv48be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170354-034984336 +# @用例名称: fate-pixfmt-gbrp12-xv48be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-xv48be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-xv48be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-xv48be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-xv48le.sh b/testcase/fate-pixfmt-gbrp12-xv48le.sh new file mode 100755 index 0000000..5ee16de --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-xv48le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170354-130500996 +# @用例名称: fate-pixfmt-gbrp12-xv48le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-xv48le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-xv48le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-xv48le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-xyz12le.sh b/testcase/fate-pixfmt-gbrp12-xyz12le.sh new file mode 100755 index 0000000..fcdb5b2 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-xyz12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170354-222388847 +# @用例名称: fate-pixfmt-gbrp12-xyz12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-xyz12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-xyz12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-xyz12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-y210le.sh b/testcase/fate-pixfmt-gbrp12-y210le.sh new file mode 100755 index 0000000..f4199e1 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-y210le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170354-312072082 +# @用例名称: fate-pixfmt-gbrp12-y210le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-y210le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-y210le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-y210le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-y212le.sh b/testcase/fate-pixfmt-gbrp12-y212le.sh new file mode 100755 index 0000000..be837dd --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-y212le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170354-398765065 +# @用例名称: fate-pixfmt-gbrp12-y212le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-y212le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-y212le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-y212le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-y216le.sh b/testcase/fate-pixfmt-gbrp12-y216le.sh new file mode 100755 index 0000000..cfdb37d --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-y216le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170354-487809961 +# @用例名称: fate-pixfmt-gbrp12-y216le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-y216le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-y216le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-y216le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yuv410p.sh b/testcase/fate-pixfmt-gbrp12-yuv410p.sh new file mode 100755 index 0000000..ab70c07 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yuv410p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170354-572946785 +# @用例名称: fate-pixfmt-gbrp12-yuv410p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv410p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv410p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yuv410p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yuv411p.sh b/testcase/fate-pixfmt-gbrp12-yuv411p.sh new file mode 100755 index 0000000..2f09ff2 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yuv411p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170354-665613071 +# @用例名称: fate-pixfmt-gbrp12-yuv411p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv411p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv411p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yuv411p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yuv420p.sh b/testcase/fate-pixfmt-gbrp12-yuv420p.sh new file mode 100755 index 0000000..2f8b2bf --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yuv420p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170354-753997440 +# @用例名称: fate-pixfmt-gbrp12-yuv420p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv420p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv420p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yuv420p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yuv420p10be.sh b/testcase/fate-pixfmt-gbrp12-yuv420p10be.sh new file mode 100755 index 0000000..229e374 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yuv420p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170354-837469567 +# @用例名称: fate-pixfmt-gbrp12-yuv420p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv420p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv420p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yuv420p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yuv420p10le.sh b/testcase/fate-pixfmt-gbrp12-yuv420p10le.sh new file mode 100755 index 0000000..384dfd3 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yuv420p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170354-926481824 +# @用例名称: fate-pixfmt-gbrp12-yuv420p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv420p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv420p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yuv420p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yuv420p12be.sh b/testcase/fate-pixfmt-gbrp12-yuv420p12be.sh new file mode 100755 index 0000000..88806e2 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yuv420p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170355-017736248 +# @用例名称: fate-pixfmt-gbrp12-yuv420p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv420p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv420p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yuv420p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yuv420p12le.sh b/testcase/fate-pixfmt-gbrp12-yuv420p12le.sh new file mode 100755 index 0000000..32c502d --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yuv420p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170355-109213917 +# @用例名称: fate-pixfmt-gbrp12-yuv420p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv420p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv420p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yuv420p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yuv420p16be.sh b/testcase/fate-pixfmt-gbrp12-yuv420p16be.sh new file mode 100755 index 0000000..8105e6b --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yuv420p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170355-202161028 +# @用例名称: fate-pixfmt-gbrp12-yuv420p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv420p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv420p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yuv420p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yuv420p16le.sh b/testcase/fate-pixfmt-gbrp12-yuv420p16le.sh new file mode 100755 index 0000000..760f369 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yuv420p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170355-290051697 +# @用例名称: fate-pixfmt-gbrp12-yuv420p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv420p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv420p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yuv420p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yuv422p.sh b/testcase/fate-pixfmt-gbrp12-yuv422p.sh new file mode 100755 index 0000000..230e0c3 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yuv422p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170355-378720311 +# @用例名称: fate-pixfmt-gbrp12-yuv422p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv422p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv422p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yuv422p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yuv422p10be.sh b/testcase/fate-pixfmt-gbrp12-yuv422p10be.sh new file mode 100755 index 0000000..0dbfa76 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yuv422p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170355-468140730 +# @用例名称: fate-pixfmt-gbrp12-yuv422p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv422p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv422p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yuv422p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yuv422p10le.sh b/testcase/fate-pixfmt-gbrp12-yuv422p10le.sh new file mode 100755 index 0000000..a054eee --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yuv422p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170355-560554192 +# @用例名称: fate-pixfmt-gbrp12-yuv422p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv422p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv422p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yuv422p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yuv422p12be.sh b/testcase/fate-pixfmt-gbrp12-yuv422p12be.sh new file mode 100755 index 0000000..07b62fa --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yuv422p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170355-653288306 +# @用例名称: fate-pixfmt-gbrp12-yuv422p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv422p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv422p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yuv422p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yuv422p12le.sh b/testcase/fate-pixfmt-gbrp12-yuv422p12le.sh new file mode 100755 index 0000000..31a313f --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yuv422p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170355-742511670 +# @用例名称: fate-pixfmt-gbrp12-yuv422p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv422p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv422p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yuv422p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yuv422p16be.sh b/testcase/fate-pixfmt-gbrp12-yuv422p16be.sh new file mode 100755 index 0000000..96a9b57 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yuv422p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170355-829503087 +# @用例名称: fate-pixfmt-gbrp12-yuv422p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv422p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv422p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yuv422p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yuv422p16le.sh b/testcase/fate-pixfmt-gbrp12-yuv422p16le.sh new file mode 100755 index 0000000..1ee4975 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yuv422p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170355-916267018 +# @用例名称: fate-pixfmt-gbrp12-yuv422p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv422p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv422p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yuv422p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yuv440p.sh b/testcase/fate-pixfmt-gbrp12-yuv440p.sh new file mode 100755 index 0000000..55c575f --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yuv440p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170356-008961064 +# @用例名称: fate-pixfmt-gbrp12-yuv440p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv440p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv440p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yuv440p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yuv440p10be.sh b/testcase/fate-pixfmt-gbrp12-yuv440p10be.sh new file mode 100755 index 0000000..f182cbe --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yuv440p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170356-103123821 +# @用例名称: fate-pixfmt-gbrp12-yuv440p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv440p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv440p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yuv440p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yuv440p10le.sh b/testcase/fate-pixfmt-gbrp12-yuv440p10le.sh new file mode 100755 index 0000000..fb44fb3 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yuv440p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170356-194236757 +# @用例名称: fate-pixfmt-gbrp12-yuv440p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv440p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv440p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yuv440p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yuv440p12be.sh b/testcase/fate-pixfmt-gbrp12-yuv440p12be.sh new file mode 100755 index 0000000..07a7d82 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yuv440p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170356-284725816 +# @用例名称: fate-pixfmt-gbrp12-yuv440p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv440p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv440p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yuv440p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yuv440p12le.sh b/testcase/fate-pixfmt-gbrp12-yuv440p12le.sh new file mode 100755 index 0000000..b28d0ac --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yuv440p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170356-372889130 +# @用例名称: fate-pixfmt-gbrp12-yuv440p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv440p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv440p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yuv440p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yuv444p.sh b/testcase/fate-pixfmt-gbrp12-yuv444p.sh new file mode 100755 index 0000000..6d0d8e4 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yuv444p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170356-466906079 +# @用例名称: fate-pixfmt-gbrp12-yuv444p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv444p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv444p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yuv444p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yuv444p10be.sh b/testcase/fate-pixfmt-gbrp12-yuv444p10be.sh new file mode 100755 index 0000000..b67cb74 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yuv444p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170356-560849160 +# @用例名称: fate-pixfmt-gbrp12-yuv444p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv444p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv444p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yuv444p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yuv444p10le.sh b/testcase/fate-pixfmt-gbrp12-yuv444p10le.sh new file mode 100755 index 0000000..96dd90f --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yuv444p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170356-657998309 +# @用例名称: fate-pixfmt-gbrp12-yuv444p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv444p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv444p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yuv444p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yuv444p10msbbe.sh b/testcase/fate-pixfmt-gbrp12-yuv444p10msbbe.sh new file mode 100755 index 0000000..a543516 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yuv444p10msbbe.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170356-745684422 +# @用例名称: fate-pixfmt-gbrp12-yuv444p10msbbe +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv444p10msbbe +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv444p10msbbe + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yuv444p10msbbe + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yuv444p10msble.sh b/testcase/fate-pixfmt-gbrp12-yuv444p10msble.sh new file mode 100755 index 0000000..e5037c3 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yuv444p10msble.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170356-836211230 +# @用例名称: fate-pixfmt-gbrp12-yuv444p10msble +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv444p10msble +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv444p10msble + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yuv444p10msble + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yuv444p12be.sh b/testcase/fate-pixfmt-gbrp12-yuv444p12be.sh new file mode 100755 index 0000000..ce7da42 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yuv444p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170356-923820105 +# @用例名称: fate-pixfmt-gbrp12-yuv444p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv444p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv444p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yuv444p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yuv444p12le.sh b/testcase/fate-pixfmt-gbrp12-yuv444p12le.sh new file mode 100755 index 0000000..408ed81 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yuv444p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170357-015350903 +# @用例名称: fate-pixfmt-gbrp12-yuv444p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv444p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv444p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yuv444p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yuv444p12msbbe.sh b/testcase/fate-pixfmt-gbrp12-yuv444p12msbbe.sh new file mode 100755 index 0000000..6f34860 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yuv444p12msbbe.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170357-104921659 +# @用例名称: fate-pixfmt-gbrp12-yuv444p12msbbe +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv444p12msbbe +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv444p12msbbe + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yuv444p12msbbe + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yuv444p12msble.sh b/testcase/fate-pixfmt-gbrp12-yuv444p12msble.sh new file mode 100755 index 0000000..c695f37 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yuv444p12msble.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170357-196266911 +# @用例名称: fate-pixfmt-gbrp12-yuv444p12msble +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv444p12msble +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv444p12msble + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yuv444p12msble + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yuv444p16be.sh b/testcase/fate-pixfmt-gbrp12-yuv444p16be.sh new file mode 100755 index 0000000..e3dd829 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yuv444p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170357-291142075 +# @用例名称: fate-pixfmt-gbrp12-yuv444p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv444p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv444p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yuv444p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yuv444p16le.sh b/testcase/fate-pixfmt-gbrp12-yuv444p16le.sh new file mode 100755 index 0000000..2689974 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yuv444p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170357-380629443 +# @用例名称: fate-pixfmt-gbrp12-yuv444p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv444p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuv444p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yuv444p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yuvj420p.sh b/testcase/fate-pixfmt-gbrp12-yuvj420p.sh new file mode 100755 index 0000000..84ccdfc --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yuvj420p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170357-469930284 +# @用例名称: fate-pixfmt-gbrp12-yuvj420p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuvj420p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuvj420p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yuvj420p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yuvj422p.sh b/testcase/fate-pixfmt-gbrp12-yuvj422p.sh new file mode 100755 index 0000000..d2e9dd6 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yuvj422p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170357-557940281 +# @用例名称: fate-pixfmt-gbrp12-yuvj422p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuvj422p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuvj422p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yuvj422p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yuvj440p.sh b/testcase/fate-pixfmt-gbrp12-yuvj440p.sh new file mode 100755 index 0000000..266fa30 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yuvj440p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170357-647650786 +# @用例名称: fate-pixfmt-gbrp12-yuvj440p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuvj440p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuvj440p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yuvj440p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yuvj444p.sh b/testcase/fate-pixfmt-gbrp12-yuvj444p.sh new file mode 100755 index 0000000..f65f06b --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yuvj444p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170357-740515998 +# @用例名称: fate-pixfmt-gbrp12-yuvj444p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuvj444p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuvj444p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yuvj444p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yuyv422.sh b/testcase/fate-pixfmt-gbrp12-yuyv422.sh new file mode 100755 index 0000000..b5eb9f2 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yuyv422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170357-831051255 +# @用例名称: fate-pixfmt-gbrp12-yuyv422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuyv422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yuyv422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yuyv422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp12-yvyu422.sh b/testcase/fate-pixfmt-gbrp12-yvyu422.sh new file mode 100755 index 0000000..3f07b7a --- /dev/null +++ b/testcase/fate-pixfmt-gbrp12-yvyu422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170357-921521084 +# @用例名称: fate-pixfmt-gbrp12-yvyu422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yvyu422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp12-yvyu422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp12-yvyu422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp16-gbrp16be.sh b/testcase/fate-pixfmt-gbrp16-gbrp16be.sh new file mode 100755 index 0000000..806d9d4 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp16-gbrp16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170358-015539284 +# @用例名称: fate-pixfmt-gbrp16-gbrp16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-gbrp16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-gbrp16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp16-gbrp16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp16-gbrp16le.sh b/testcase/fate-pixfmt-gbrp16-gbrp16le.sh new file mode 100755 index 0000000..6b00c6b --- /dev/null +++ b/testcase/fate-pixfmt-gbrp16-gbrp16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170358-104014972 +# @用例名称: fate-pixfmt-gbrp16-gbrp16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-gbrp16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-gbrp16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp16-gbrp16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp16-gray16be.sh b/testcase/fate-pixfmt-gbrp16-gray16be.sh new file mode 100755 index 0000000..98d6d9b --- /dev/null +++ b/testcase/fate-pixfmt-gbrp16-gray16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170358-191109407 +# @用例名称: fate-pixfmt-gbrp16-gray16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-gray16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-gray16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp16-gray16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp16-gray16le.sh b/testcase/fate-pixfmt-gbrp16-gray16le.sh new file mode 100755 index 0000000..46c7d45 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp16-gray16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170358-282148285 +# @用例名称: fate-pixfmt-gbrp16-gray16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-gray16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-gray16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp16-gray16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp16-p016be.sh b/testcase/fate-pixfmt-gbrp16-p016be.sh new file mode 100755 index 0000000..817c2a7 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp16-p016be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170358-370308449 +# @用例名称: fate-pixfmt-gbrp16-p016be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-p016be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-p016be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp16-p016be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp16-p016le.sh b/testcase/fate-pixfmt-gbrp16-p016le.sh new file mode 100755 index 0000000..b191135 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp16-p016le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170358-462022075 +# @用例名称: fate-pixfmt-gbrp16-p016le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-p016le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-p016le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp16-p016le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp16-p216be.sh b/testcase/fate-pixfmt-gbrp16-p216be.sh new file mode 100755 index 0000000..1daa3ed --- /dev/null +++ b/testcase/fate-pixfmt-gbrp16-p216be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170358-559433107 +# @用例名称: fate-pixfmt-gbrp16-p216be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-p216be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-p216be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp16-p216be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp16-p216le.sh b/testcase/fate-pixfmt-gbrp16-p216le.sh new file mode 100755 index 0000000..dc42816 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp16-p216le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170358-654138163 +# @用例名称: fate-pixfmt-gbrp16-p216le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-p216le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-p216le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp16-p216le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp16-p416be.sh b/testcase/fate-pixfmt-gbrp16-p416be.sh new file mode 100755 index 0000000..3ec11b1 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp16-p416be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170358-745852027 +# @用例名称: fate-pixfmt-gbrp16-p416be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-p416be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-p416be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp16-p416be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp16-p416le.sh b/testcase/fate-pixfmt-gbrp16-p416le.sh new file mode 100755 index 0000000..2f0a1c3 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp16-p416le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170358-841743780 +# @用例名称: fate-pixfmt-gbrp16-p416le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-p416le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-p416le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp16-p416le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp16-rgb48.sh b/testcase/fate-pixfmt-gbrp16-rgb48.sh new file mode 100755 index 0000000..adebee2 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp16-rgb48.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170358-936319189 +# @用例名称: fate-pixfmt-gbrp16-rgb48 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-rgb48 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-rgb48 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp16-rgb48 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp16-xv48be.sh b/testcase/fate-pixfmt-gbrp16-xv48be.sh new file mode 100755 index 0000000..fe2c4c7 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp16-xv48be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170359-027343008 +# @用例名称: fate-pixfmt-gbrp16-xv48be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-xv48be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-xv48be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp16-xv48be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp16-xv48le.sh b/testcase/fate-pixfmt-gbrp16-xv48le.sh new file mode 100755 index 0000000..8b49afb --- /dev/null +++ b/testcase/fate-pixfmt-gbrp16-xv48le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170359-115983141 +# @用例名称: fate-pixfmt-gbrp16-xv48le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-xv48le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-xv48le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp16-xv48le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp16-y216le.sh b/testcase/fate-pixfmt-gbrp16-y216le.sh new file mode 100755 index 0000000..9f0d123 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp16-y216le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170359-206155087 +# @用例名称: fate-pixfmt-gbrp16-y216le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-y216le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-y216le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp16-y216le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp16-yuv420p16be.sh b/testcase/fate-pixfmt-gbrp16-yuv420p16be.sh new file mode 100755 index 0000000..b5a780a --- /dev/null +++ b/testcase/fate-pixfmt-gbrp16-yuv420p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170359-295188094 +# @用例名称: fate-pixfmt-gbrp16-yuv420p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-yuv420p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-yuv420p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp16-yuv420p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp16-yuv420p16le.sh b/testcase/fate-pixfmt-gbrp16-yuv420p16le.sh new file mode 100755 index 0000000..2c4e086 --- /dev/null +++ b/testcase/fate-pixfmt-gbrp16-yuv420p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170359-385310961 +# @用例名称: fate-pixfmt-gbrp16-yuv420p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-yuv420p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-yuv420p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp16-yuv420p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp16-yuv422p16be.sh b/testcase/fate-pixfmt-gbrp16-yuv422p16be.sh new file mode 100755 index 0000000..5951bac --- /dev/null +++ b/testcase/fate-pixfmt-gbrp16-yuv422p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170359-473281808 +# @用例名称: fate-pixfmt-gbrp16-yuv422p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-yuv422p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-yuv422p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp16-yuv422p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp16-yuv422p16le.sh b/testcase/fate-pixfmt-gbrp16-yuv422p16le.sh new file mode 100755 index 0000000..4060b5c --- /dev/null +++ b/testcase/fate-pixfmt-gbrp16-yuv422p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170359-563515911 +# @用例名称: fate-pixfmt-gbrp16-yuv422p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-yuv422p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-yuv422p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp16-yuv422p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp16-yuv444p16be.sh b/testcase/fate-pixfmt-gbrp16-yuv444p16be.sh new file mode 100755 index 0000000..fa0544f --- /dev/null +++ b/testcase/fate-pixfmt-gbrp16-yuv444p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170359-654640818 +# @用例名称: fate-pixfmt-gbrp16-yuv444p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-yuv444p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-yuv444p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp16-yuv444p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gbrp16-yuv444p16le.sh b/testcase/fate-pixfmt-gbrp16-yuv444p16le.sh new file mode 100755 index 0000000..345d4da --- /dev/null +++ b/testcase/fate-pixfmt-gbrp16-yuv444p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170359-747471080 +# @用例名称: fate-pixfmt-gbrp16-yuv444p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-yuv444p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gbrp16-yuv444p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gbrp16-yuv444p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-gray.sh b/testcase/fate-pixfmt-gray.sh new file mode 100755 index 0000000..7511ac5 --- /dev/null +++ b/testcase/fate-pixfmt-gray.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170359-838519769 +# @用例名称: fate-pixfmt-gray +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-gray +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-gray + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-gray + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-monob.sh b/testcase/fate-pixfmt-monob.sh new file mode 100755 index 0000000..eb9251c --- /dev/null +++ b/testcase/fate-pixfmt-monob.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170359-926916537 +# @用例名称: fate-pixfmt-monob +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-monob +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-monob + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-monob + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-monow.sh b/testcase/fate-pixfmt-monow.sh new file mode 100755 index 0000000..0a01537 --- /dev/null +++ b/testcase/fate-pixfmt-monow.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170400-013959754 +# @用例名称: fate-pixfmt-monow +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-monow +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-monow + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-monow + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv12.sh b/testcase/fate-pixfmt-nv12.sh new file mode 100755 index 0000000..39c97b1 --- /dev/null +++ b/testcase/fate-pixfmt-nv12.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170400-102607978 +# @用例名称: fate-pixfmt-nv12 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv12 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv12 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv12 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv16.sh b/testcase/fate-pixfmt-nv16.sh new file mode 100755 index 0000000..82fd5f3 --- /dev/null +++ b/testcase/fate-pixfmt-nv16.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170400-188185663 +# @用例名称: fate-pixfmt-nv16 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv16 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv16 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv16 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-bgr24.sh b/testcase/fate-pixfmt-nv24-bgr24.sh new file mode 100755 index 0000000..99d88c0 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-bgr24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170400-368452204 +# @用例名称: fate-pixfmt-nv24-bgr24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-bgr24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-bgr24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-bgr24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-gbrp10be.sh b/testcase/fate-pixfmt-nv24-gbrp10be.sh new file mode 100755 index 0000000..e3acf10 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-gbrp10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170400-459275096 +# @用例名称: fate-pixfmt-nv24-gbrp10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-gbrp10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-gbrp10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-gbrp10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-gbrp10le.sh b/testcase/fate-pixfmt-nv24-gbrp10le.sh new file mode 100755 index 0000000..e4b4482 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-gbrp10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170400-547317063 +# @用例名称: fate-pixfmt-nv24-gbrp10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-gbrp10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-gbrp10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-gbrp10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-gbrp12be.sh b/testcase/fate-pixfmt-nv24-gbrp12be.sh new file mode 100755 index 0000000..4f4e7a4 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-gbrp12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170400-640567727 +# @用例名称: fate-pixfmt-nv24-gbrp12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-gbrp12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-gbrp12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-gbrp12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-gbrp12le.sh b/testcase/fate-pixfmt-nv24-gbrp12le.sh new file mode 100755 index 0000000..01298e4 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-gbrp12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170400-731727653 +# @用例名称: fate-pixfmt-nv24-gbrp12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-gbrp12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-gbrp12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-gbrp12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-gbrp16be.sh b/testcase/fate-pixfmt-nv24-gbrp16be.sh new file mode 100755 index 0000000..b707854 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-gbrp16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170400-825915299 +# @用例名称: fate-pixfmt-nv24-gbrp16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-gbrp16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-gbrp16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-gbrp16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-gbrp16le.sh b/testcase/fate-pixfmt-nv24-gbrp16le.sh new file mode 100755 index 0000000..ae88891 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-gbrp16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170400-915502035 +# @用例名称: fate-pixfmt-nv24-gbrp16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-gbrp16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-gbrp16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-gbrp16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-gray.sh b/testcase/fate-pixfmt-nv24-gray.sh new file mode 100755 index 0000000..9040b24 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-gray.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170401-007907867 +# @用例名称: fate-pixfmt-nv24-gray +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-gray +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-gray + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-gray + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-gray10be.sh b/testcase/fate-pixfmt-nv24-gray10be.sh new file mode 100755 index 0000000..da575fe --- /dev/null +++ b/testcase/fate-pixfmt-nv24-gray10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170401-099656251 +# @用例名称: fate-pixfmt-nv24-gray10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-gray10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-gray10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-gray10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-gray10le.sh b/testcase/fate-pixfmt-nv24-gray10le.sh new file mode 100755 index 0000000..aff44ea --- /dev/null +++ b/testcase/fate-pixfmt-nv24-gray10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170401-193974675 +# @用例名称: fate-pixfmt-nv24-gray10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-gray10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-gray10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-gray10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-gray12be.sh b/testcase/fate-pixfmt-nv24-gray12be.sh new file mode 100755 index 0000000..e02cb99 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-gray12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170401-286203919 +# @用例名称: fate-pixfmt-nv24-gray12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-gray12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-gray12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-gray12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-gray12le.sh b/testcase/fate-pixfmt-nv24-gray12le.sh new file mode 100755 index 0000000..f418287 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-gray12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170401-375736746 +# @用例名称: fate-pixfmt-nv24-gray12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-gray12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-gray12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-gray12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-gray16be.sh b/testcase/fate-pixfmt-nv24-gray16be.sh new file mode 100755 index 0000000..8936e31 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-gray16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170401-465749674 +# @用例名称: fate-pixfmt-nv24-gray16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-gray16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-gray16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-gray16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-gray16le.sh b/testcase/fate-pixfmt-nv24-gray16le.sh new file mode 100755 index 0000000..82af9bd --- /dev/null +++ b/testcase/fate-pixfmt-nv24-gray16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170401-555213783 +# @用例名称: fate-pixfmt-nv24-gray16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-gray16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-gray16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-gray16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-monob.sh b/testcase/fate-pixfmt-nv24-monob.sh new file mode 100755 index 0000000..6dded26 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-monob.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170401-640511063 +# @用例名称: fate-pixfmt-nv24-monob +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-monob +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-monob + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-monob + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-monow.sh b/testcase/fate-pixfmt-nv24-monow.sh new file mode 100755 index 0000000..13b4b92 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-monow.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170401-733442164 +# @用例名称: fate-pixfmt-nv24-monow +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-monow +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-monow + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-monow + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-nv12.sh b/testcase/fate-pixfmt-nv24-nv12.sh new file mode 100755 index 0000000..e653c1c --- /dev/null +++ b/testcase/fate-pixfmt-nv24-nv12.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170401-825161878 +# @用例名称: fate-pixfmt-nv24-nv12 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-nv12 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-nv12 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-nv12 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-nv16.sh b/testcase/fate-pixfmt-nv24-nv16.sh new file mode 100755 index 0000000..905d91c --- /dev/null +++ b/testcase/fate-pixfmt-nv24-nv16.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170401-913138516 +# @用例名称: fate-pixfmt-nv24-nv16 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-nv16 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-nv16 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-nv16 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-nv24.sh b/testcase/fate-pixfmt-nv24-nv24.sh new file mode 100755 index 0000000..c80d429 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-nv24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170401-998357877 +# @用例名称: fate-pixfmt-nv24-nv24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-nv24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-nv24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-nv24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-p010be.sh b/testcase/fate-pixfmt-nv24-p010be.sh new file mode 100755 index 0000000..f2ff8ed --- /dev/null +++ b/testcase/fate-pixfmt-nv24-p010be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170402-080949691 +# @用例名称: fate-pixfmt-nv24-p010be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-p010be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-p010be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-p010be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-p010le.sh b/testcase/fate-pixfmt-nv24-p010le.sh new file mode 100755 index 0000000..625e071 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-p010le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170402-169206763 +# @用例名称: fate-pixfmt-nv24-p010le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-p010le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-p010le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-p010le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-p012be.sh b/testcase/fate-pixfmt-nv24-p012be.sh new file mode 100755 index 0000000..dab84d3 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-p012be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170402-258332069 +# @用例名称: fate-pixfmt-nv24-p012be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-p012be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-p012be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-p012be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-p012le.sh b/testcase/fate-pixfmt-nv24-p012le.sh new file mode 100755 index 0000000..9bb09fb --- /dev/null +++ b/testcase/fate-pixfmt-nv24-p012le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170402-347547402 +# @用例名称: fate-pixfmt-nv24-p012le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-p012le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-p012le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-p012le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-p016be.sh b/testcase/fate-pixfmt-nv24-p016be.sh new file mode 100755 index 0000000..085220f --- /dev/null +++ b/testcase/fate-pixfmt-nv24-p016be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170402-433962100 +# @用例名称: fate-pixfmt-nv24-p016be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-p016be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-p016be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-p016be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-p016le.sh b/testcase/fate-pixfmt-nv24-p016le.sh new file mode 100755 index 0000000..b388b75 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-p016le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170402-527068508 +# @用例名称: fate-pixfmt-nv24-p016le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-p016le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-p016le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-p016le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-p210be.sh b/testcase/fate-pixfmt-nv24-p210be.sh new file mode 100755 index 0000000..45ccb1d --- /dev/null +++ b/testcase/fate-pixfmt-nv24-p210be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170402-619701775 +# @用例名称: fate-pixfmt-nv24-p210be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-p210be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-p210be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-p210be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-p210le.sh b/testcase/fate-pixfmt-nv24-p210le.sh new file mode 100755 index 0000000..a44fdcf --- /dev/null +++ b/testcase/fate-pixfmt-nv24-p210le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170402-713708394 +# @用例名称: fate-pixfmt-nv24-p210le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-p210le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-p210le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-p210le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-p212be.sh b/testcase/fate-pixfmt-nv24-p212be.sh new file mode 100755 index 0000000..7549d11 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-p212be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170402-807666565 +# @用例名称: fate-pixfmt-nv24-p212be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-p212be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-p212be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-p212be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-p212le.sh b/testcase/fate-pixfmt-nv24-p212le.sh new file mode 100755 index 0000000..570c4ad --- /dev/null +++ b/testcase/fate-pixfmt-nv24-p212le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170402-902070678 +# @用例名称: fate-pixfmt-nv24-p212le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-p212le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-p212le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-p212le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-p216be.sh b/testcase/fate-pixfmt-nv24-p216be.sh new file mode 100755 index 0000000..3dba839 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-p216be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170402-993405810 +# @用例名称: fate-pixfmt-nv24-p216be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-p216be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-p216be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-p216be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-p216le.sh b/testcase/fate-pixfmt-nv24-p216le.sh new file mode 100755 index 0000000..6b25b6c --- /dev/null +++ b/testcase/fate-pixfmt-nv24-p216le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170403-083448097 +# @用例名称: fate-pixfmt-nv24-p216le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-p216le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-p216le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-p216le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-p410be.sh b/testcase/fate-pixfmt-nv24-p410be.sh new file mode 100755 index 0000000..cd4c704 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-p410be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170403-172971334 +# @用例名称: fate-pixfmt-nv24-p410be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-p410be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-p410be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-p410be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-p410le.sh b/testcase/fate-pixfmt-nv24-p410le.sh new file mode 100755 index 0000000..de3d7d9 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-p410le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170403-262347514 +# @用例名称: fate-pixfmt-nv24-p410le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-p410le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-p410le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-p410le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-p412be.sh b/testcase/fate-pixfmt-nv24-p412be.sh new file mode 100755 index 0000000..281419f --- /dev/null +++ b/testcase/fate-pixfmt-nv24-p412be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170403-352437231 +# @用例名称: fate-pixfmt-nv24-p412be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-p412be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-p412be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-p412be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-p412le.sh b/testcase/fate-pixfmt-nv24-p412le.sh new file mode 100755 index 0000000..dc92fe1 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-p412le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170403-438098345 +# @用例名称: fate-pixfmt-nv24-p412le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-p412le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-p412le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-p412le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-p416be.sh b/testcase/fate-pixfmt-nv24-p416be.sh new file mode 100755 index 0000000..a4690fe --- /dev/null +++ b/testcase/fate-pixfmt-nv24-p416be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170403-528980145 +# @用例名称: fate-pixfmt-nv24-p416be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-p416be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-p416be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-p416be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-p416le.sh b/testcase/fate-pixfmt-nv24-p416le.sh new file mode 100755 index 0000000..ffef0e3 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-p416le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170403-619708179 +# @用例名称: fate-pixfmt-nv24-p416le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-p416le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-p416le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-p416le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-rgb24.sh b/testcase/fate-pixfmt-nv24-rgb24.sh new file mode 100755 index 0000000..f8abeed --- /dev/null +++ b/testcase/fate-pixfmt-nv24-rgb24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170403-712171119 +# @用例名称: fate-pixfmt-nv24-rgb24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-rgb24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-rgb24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-rgb24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-rgb32.sh b/testcase/fate-pixfmt-nv24-rgb32.sh new file mode 100755 index 0000000..8acdac7 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-rgb32.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170403-803505481 +# @用例名称: fate-pixfmt-nv24-rgb32 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-rgb32 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-rgb32 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-rgb32 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-rgb48.sh b/testcase/fate-pixfmt-nv24-rgb48.sh new file mode 100755 index 0000000..40e7f92 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-rgb48.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170403-888688583 +# @用例名称: fate-pixfmt-nv24-rgb48 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-rgb48 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-rgb48 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-rgb48 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-rgb555.sh b/testcase/fate-pixfmt-nv24-rgb555.sh new file mode 100755 index 0000000..4eef4f0 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-rgb555.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170403-969045251 +# @用例名称: fate-pixfmt-nv24-rgb555 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-rgb555 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-rgb555 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-rgb555 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-rgb565.sh b/testcase/fate-pixfmt-nv24-rgb565.sh new file mode 100755 index 0000000..2781d68 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-rgb565.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170404-046483564 +# @用例名称: fate-pixfmt-nv24-rgb565 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-rgb565 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-rgb565 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-rgb565 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-uyvy422.sh b/testcase/fate-pixfmt-nv24-uyvy422.sh new file mode 100755 index 0000000..d8ed5cf --- /dev/null +++ b/testcase/fate-pixfmt-nv24-uyvy422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170404-139313727 +# @用例名称: fate-pixfmt-nv24-uyvy422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-uyvy422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-uyvy422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-uyvy422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-v30xle.sh b/testcase/fate-pixfmt-nv24-v30xle.sh new file mode 100755 index 0000000..2166905 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-v30xle.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170404-228959852 +# @用例名称: fate-pixfmt-nv24-v30xle +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-v30xle +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-v30xle + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-v30xle + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-vuyx.sh b/testcase/fate-pixfmt-nv24-vuyx.sh new file mode 100755 index 0000000..fd43023 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-vuyx.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170404-320056410 +# @用例名称: fate-pixfmt-nv24-vuyx +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-vuyx +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-vuyx + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-vuyx + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-vyu444.sh b/testcase/fate-pixfmt-nv24-vyu444.sh new file mode 100755 index 0000000..b3cde43 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-vyu444.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170404-410571708 +# @用例名称: fate-pixfmt-nv24-vyu444 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-vyu444 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-vyu444 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-vyu444 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-x2bgr10le.sh b/testcase/fate-pixfmt-nv24-x2bgr10le.sh new file mode 100755 index 0000000..b3cbe0d --- /dev/null +++ b/testcase/fate-pixfmt-nv24-x2bgr10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170404-499944118 +# @用例名称: fate-pixfmt-nv24-x2bgr10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-x2bgr10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-x2bgr10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-x2bgr10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-x2rgb10le.sh b/testcase/fate-pixfmt-nv24-x2rgb10le.sh new file mode 100755 index 0000000..d9c64ae --- /dev/null +++ b/testcase/fate-pixfmt-nv24-x2rgb10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170404-590740981 +# @用例名称: fate-pixfmt-nv24-x2rgb10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-x2rgb10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-x2rgb10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-x2rgb10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-xv30le.sh b/testcase/fate-pixfmt-nv24-xv30le.sh new file mode 100755 index 0000000..32fc620 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-xv30le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170404-682191151 +# @用例名称: fate-pixfmt-nv24-xv30le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-xv30le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-xv30le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-xv30le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-xv36be.sh b/testcase/fate-pixfmt-nv24-xv36be.sh new file mode 100755 index 0000000..22cb8e0 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-xv36be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170404-766032829 +# @用例名称: fate-pixfmt-nv24-xv36be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-xv36be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-xv36be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-xv36be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-xv36le.sh b/testcase/fate-pixfmt-nv24-xv36le.sh new file mode 100755 index 0000000..9afcf4a --- /dev/null +++ b/testcase/fate-pixfmt-nv24-xv36le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170404-856663795 +# @用例名称: fate-pixfmt-nv24-xv36le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-xv36le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-xv36le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-xv36le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-xv48be.sh b/testcase/fate-pixfmt-nv24-xv48be.sh new file mode 100755 index 0000000..d8735d0 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-xv48be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170404-947433068 +# @用例名称: fate-pixfmt-nv24-xv48be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-xv48be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-xv48be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-xv48be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-xv48le.sh b/testcase/fate-pixfmt-nv24-xv48le.sh new file mode 100755 index 0000000..cd639ef --- /dev/null +++ b/testcase/fate-pixfmt-nv24-xv48le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170405-038806849 +# @用例名称: fate-pixfmt-nv24-xv48le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-xv48le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-xv48le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-xv48le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-xyz12le.sh b/testcase/fate-pixfmt-nv24-xyz12le.sh new file mode 100755 index 0000000..546439c --- /dev/null +++ b/testcase/fate-pixfmt-nv24-xyz12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170405-129580113 +# @用例名称: fate-pixfmt-nv24-xyz12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-xyz12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-xyz12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-xyz12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-y210le.sh b/testcase/fate-pixfmt-nv24-y210le.sh new file mode 100755 index 0000000..f5174db --- /dev/null +++ b/testcase/fate-pixfmt-nv24-y210le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170405-218453563 +# @用例名称: fate-pixfmt-nv24-y210le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-y210le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-y210le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-y210le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-y212le.sh b/testcase/fate-pixfmt-nv24-y212le.sh new file mode 100755 index 0000000..398b4b7 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-y212le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170405-307812213 +# @用例名称: fate-pixfmt-nv24-y212le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-y212le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-y212le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-y212le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-y216le.sh b/testcase/fate-pixfmt-nv24-y216le.sh new file mode 100755 index 0000000..5c48f19 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-y216le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170405-399355951 +# @用例名称: fate-pixfmt-nv24-y216le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-y216le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-y216le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-y216le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yuv410p.sh b/testcase/fate-pixfmt-nv24-yuv410p.sh new file mode 100755 index 0000000..acb300c --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yuv410p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170405-489057396 +# @用例名称: fate-pixfmt-nv24-yuv410p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv410p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv410p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yuv410p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yuv411p.sh b/testcase/fate-pixfmt-nv24-yuv411p.sh new file mode 100755 index 0000000..e270860 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yuv411p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170405-583890238 +# @用例名称: fate-pixfmt-nv24-yuv411p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv411p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv411p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yuv411p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yuv420p.sh b/testcase/fate-pixfmt-nv24-yuv420p.sh new file mode 100755 index 0000000..4e8795e --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yuv420p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170405-676759181 +# @用例名称: fate-pixfmt-nv24-yuv420p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv420p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv420p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yuv420p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yuv420p10be.sh b/testcase/fate-pixfmt-nv24-yuv420p10be.sh new file mode 100755 index 0000000..9236e7b --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yuv420p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170405-764598471 +# @用例名称: fate-pixfmt-nv24-yuv420p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv420p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv420p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yuv420p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yuv420p10le.sh b/testcase/fate-pixfmt-nv24-yuv420p10le.sh new file mode 100755 index 0000000..a74a432 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yuv420p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170405-855026742 +# @用例名称: fate-pixfmt-nv24-yuv420p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv420p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv420p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yuv420p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yuv420p12be.sh b/testcase/fate-pixfmt-nv24-yuv420p12be.sh new file mode 100755 index 0000000..cc161f0 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yuv420p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170405-945338624 +# @用例名称: fate-pixfmt-nv24-yuv420p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv420p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv420p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yuv420p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yuv420p12le.sh b/testcase/fate-pixfmt-nv24-yuv420p12le.sh new file mode 100755 index 0000000..20900c9 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yuv420p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170406-037669067 +# @用例名称: fate-pixfmt-nv24-yuv420p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv420p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv420p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yuv420p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yuv420p16be.sh b/testcase/fate-pixfmt-nv24-yuv420p16be.sh new file mode 100755 index 0000000..a8d10c1 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yuv420p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170406-131023698 +# @用例名称: fate-pixfmt-nv24-yuv420p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv420p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv420p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yuv420p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yuv420p16le.sh b/testcase/fate-pixfmt-nv24-yuv420p16le.sh new file mode 100755 index 0000000..06f54a3 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yuv420p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170406-219956718 +# @用例名称: fate-pixfmt-nv24-yuv420p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv420p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv420p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yuv420p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yuv422p.sh b/testcase/fate-pixfmt-nv24-yuv422p.sh new file mode 100755 index 0000000..bbc46a7 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yuv422p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170406-308830767 +# @用例名称: fate-pixfmt-nv24-yuv422p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv422p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv422p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yuv422p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yuv422p10be.sh b/testcase/fate-pixfmt-nv24-yuv422p10be.sh new file mode 100755 index 0000000..49aa73b --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yuv422p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170406-398715519 +# @用例名称: fate-pixfmt-nv24-yuv422p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv422p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv422p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yuv422p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yuv422p10le.sh b/testcase/fate-pixfmt-nv24-yuv422p10le.sh new file mode 100755 index 0000000..7936833 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yuv422p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170406-489412193 +# @用例名称: fate-pixfmt-nv24-yuv422p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv422p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv422p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yuv422p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yuv422p12be.sh b/testcase/fate-pixfmt-nv24-yuv422p12be.sh new file mode 100755 index 0000000..a9c3e4c --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yuv422p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170406-578328732 +# @用例名称: fate-pixfmt-nv24-yuv422p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv422p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv422p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yuv422p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yuv422p12le.sh b/testcase/fate-pixfmt-nv24-yuv422p12le.sh new file mode 100755 index 0000000..ef42616 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yuv422p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170406-665281690 +# @用例名称: fate-pixfmt-nv24-yuv422p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv422p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv422p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yuv422p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yuv422p16be.sh b/testcase/fate-pixfmt-nv24-yuv422p16be.sh new file mode 100755 index 0000000..2250dfd --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yuv422p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170406-759309939 +# @用例名称: fate-pixfmt-nv24-yuv422p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv422p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv422p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yuv422p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yuv422p16le.sh b/testcase/fate-pixfmt-nv24-yuv422p16le.sh new file mode 100755 index 0000000..e4399fe --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yuv422p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170406-850494715 +# @用例名称: fate-pixfmt-nv24-yuv422p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv422p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv422p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yuv422p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yuv440p.sh b/testcase/fate-pixfmt-nv24-yuv440p.sh new file mode 100755 index 0000000..ece9373 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yuv440p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170406-940620741 +# @用例名称: fate-pixfmt-nv24-yuv440p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv440p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv440p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yuv440p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yuv440p10be.sh b/testcase/fate-pixfmt-nv24-yuv440p10be.sh new file mode 100755 index 0000000..01249b2 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yuv440p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170407-030667918 +# @用例名称: fate-pixfmt-nv24-yuv440p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv440p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv440p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yuv440p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yuv440p10le.sh b/testcase/fate-pixfmt-nv24-yuv440p10le.sh new file mode 100755 index 0000000..09cc9cc --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yuv440p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170407-121895091 +# @用例名称: fate-pixfmt-nv24-yuv440p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv440p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv440p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yuv440p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yuv440p12be.sh b/testcase/fate-pixfmt-nv24-yuv440p12be.sh new file mode 100755 index 0000000..52315cb --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yuv440p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170407-214141576 +# @用例名称: fate-pixfmt-nv24-yuv440p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv440p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv440p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yuv440p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yuv440p12le.sh b/testcase/fate-pixfmt-nv24-yuv440p12le.sh new file mode 100755 index 0000000..68695e0 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yuv440p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170407-305153884 +# @用例名称: fate-pixfmt-nv24-yuv440p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv440p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv440p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yuv440p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yuv444p.sh b/testcase/fate-pixfmt-nv24-yuv444p.sh new file mode 100755 index 0000000..a26fd39 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yuv444p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170407-394108783 +# @用例名称: fate-pixfmt-nv24-yuv444p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv444p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv444p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yuv444p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yuv444p10be.sh b/testcase/fate-pixfmt-nv24-yuv444p10be.sh new file mode 100755 index 0000000..e974b02 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yuv444p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170407-484700270 +# @用例名称: fate-pixfmt-nv24-yuv444p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv444p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv444p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yuv444p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yuv444p10le.sh b/testcase/fate-pixfmt-nv24-yuv444p10le.sh new file mode 100755 index 0000000..3ab871f --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yuv444p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170407-578142281 +# @用例名称: fate-pixfmt-nv24-yuv444p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv444p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv444p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yuv444p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yuv444p10msbbe.sh b/testcase/fate-pixfmt-nv24-yuv444p10msbbe.sh new file mode 100755 index 0000000..17bfa7d --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yuv444p10msbbe.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170407-672006572 +# @用例名称: fate-pixfmt-nv24-yuv444p10msbbe +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv444p10msbbe +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv444p10msbbe + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yuv444p10msbbe + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yuv444p10msble.sh b/testcase/fate-pixfmt-nv24-yuv444p10msble.sh new file mode 100755 index 0000000..6a1e226 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yuv444p10msble.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170407-764917005 +# @用例名称: fate-pixfmt-nv24-yuv444p10msble +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv444p10msble +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv444p10msble + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yuv444p10msble + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yuv444p12be.sh b/testcase/fate-pixfmt-nv24-yuv444p12be.sh new file mode 100755 index 0000000..88038aa --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yuv444p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170407-853537930 +# @用例名称: fate-pixfmt-nv24-yuv444p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv444p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv444p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yuv444p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yuv444p12le.sh b/testcase/fate-pixfmt-nv24-yuv444p12le.sh new file mode 100755 index 0000000..095b413 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yuv444p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170407-942870420 +# @用例名称: fate-pixfmt-nv24-yuv444p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv444p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv444p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yuv444p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yuv444p12msbbe.sh b/testcase/fate-pixfmt-nv24-yuv444p12msbbe.sh new file mode 100755 index 0000000..06cf4d4 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yuv444p12msbbe.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170408-031403677 +# @用例名称: fate-pixfmt-nv24-yuv444p12msbbe +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv444p12msbbe +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv444p12msbbe + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yuv444p12msbbe + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yuv444p12msble.sh b/testcase/fate-pixfmt-nv24-yuv444p12msble.sh new file mode 100755 index 0000000..97b6973 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yuv444p12msble.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170408-120919095 +# @用例名称: fate-pixfmt-nv24-yuv444p12msble +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv444p12msble +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv444p12msble + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yuv444p12msble + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yuv444p16be.sh b/testcase/fate-pixfmt-nv24-yuv444p16be.sh new file mode 100755 index 0000000..844181e --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yuv444p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170408-211370534 +# @用例名称: fate-pixfmt-nv24-yuv444p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv444p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv444p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yuv444p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yuv444p16le.sh b/testcase/fate-pixfmt-nv24-yuv444p16le.sh new file mode 100755 index 0000000..8fc3858 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yuv444p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170408-302378004 +# @用例名称: fate-pixfmt-nv24-yuv444p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv444p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuv444p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yuv444p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yuvj420p.sh b/testcase/fate-pixfmt-nv24-yuvj420p.sh new file mode 100755 index 0000000..6c0b591 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yuvj420p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170408-392194295 +# @用例名称: fate-pixfmt-nv24-yuvj420p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuvj420p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuvj420p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yuvj420p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yuvj422p.sh b/testcase/fate-pixfmt-nv24-yuvj422p.sh new file mode 100755 index 0000000..48bfdba --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yuvj422p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170408-479861518 +# @用例名称: fate-pixfmt-nv24-yuvj422p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuvj422p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuvj422p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yuvj422p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yuvj440p.sh b/testcase/fate-pixfmt-nv24-yuvj440p.sh new file mode 100755 index 0000000..23f5720 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yuvj440p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170408-568802727 +# @用例名称: fate-pixfmt-nv24-yuvj440p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuvj440p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuvj440p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yuvj440p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yuvj444p.sh b/testcase/fate-pixfmt-nv24-yuvj444p.sh new file mode 100755 index 0000000..f404814 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yuvj444p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170408-656065770 +# @用例名称: fate-pixfmt-nv24-yuvj444p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuvj444p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuvj444p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yuvj444p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yuyv422.sh b/testcase/fate-pixfmt-nv24-yuyv422.sh new file mode 100755 index 0000000..e8a3081 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yuyv422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170408-746662746 +# @用例名称: fate-pixfmt-nv24-yuyv422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuyv422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yuyv422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yuyv422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24-yvyu422.sh b/testcase/fate-pixfmt-nv24-yvyu422.sh new file mode 100755 index 0000000..14ede97 --- /dev/null +++ b/testcase/fate-pixfmt-nv24-yvyu422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170408-837203283 +# @用例名称: fate-pixfmt-nv24-yvyu422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yvyu422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24-yvyu422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24-yvyu422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-nv24.sh b/testcase/fate-pixfmt-nv24.sh new file mode 100755 index 0000000..e207ec1 --- /dev/null +++ b/testcase/fate-pixfmt-nv24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170400-279771910 +# @用例名称: fate-pixfmt-nv24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-nv24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-nv24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-nv24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-bgr24.sh b/testcase/fate-pixfmt-p410-bgr24.sh new file mode 100755 index 0000000..cf8c20c --- /dev/null +++ b/testcase/fate-pixfmt-p410-bgr24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170408-941983773 +# @用例名称: fate-pixfmt-p410-bgr24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-bgr24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-bgr24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-bgr24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-gbrp10be.sh b/testcase/fate-pixfmt-p410-gbrp10be.sh new file mode 100755 index 0000000..5c8403c --- /dev/null +++ b/testcase/fate-pixfmt-p410-gbrp10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170409-035435163 +# @用例名称: fate-pixfmt-p410-gbrp10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-gbrp10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-gbrp10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-gbrp10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-gbrp10le.sh b/testcase/fate-pixfmt-p410-gbrp10le.sh new file mode 100755 index 0000000..8c5d93c --- /dev/null +++ b/testcase/fate-pixfmt-p410-gbrp10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170409-130250626 +# @用例名称: fate-pixfmt-p410-gbrp10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-gbrp10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-gbrp10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-gbrp10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-gbrp12be.sh b/testcase/fate-pixfmt-p410-gbrp12be.sh new file mode 100755 index 0000000..b4f5cdc --- /dev/null +++ b/testcase/fate-pixfmt-p410-gbrp12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170409-223940943 +# @用例名称: fate-pixfmt-p410-gbrp12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-gbrp12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-gbrp12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-gbrp12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-gbrp12le.sh b/testcase/fate-pixfmt-p410-gbrp12le.sh new file mode 100755 index 0000000..591249a --- /dev/null +++ b/testcase/fate-pixfmt-p410-gbrp12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170409-309896550 +# @用例名称: fate-pixfmt-p410-gbrp12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-gbrp12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-gbrp12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-gbrp12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-gbrp16be.sh b/testcase/fate-pixfmt-p410-gbrp16be.sh new file mode 100755 index 0000000..a0e2381 --- /dev/null +++ b/testcase/fate-pixfmt-p410-gbrp16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170409-400067864 +# @用例名称: fate-pixfmt-p410-gbrp16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-gbrp16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-gbrp16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-gbrp16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-gbrp16le.sh b/testcase/fate-pixfmt-p410-gbrp16le.sh new file mode 100755 index 0000000..f54f6b1 --- /dev/null +++ b/testcase/fate-pixfmt-p410-gbrp16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170409-491369658 +# @用例名称: fate-pixfmt-p410-gbrp16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-gbrp16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-gbrp16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-gbrp16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-gray.sh b/testcase/fate-pixfmt-p410-gray.sh new file mode 100755 index 0000000..488200a --- /dev/null +++ b/testcase/fate-pixfmt-p410-gray.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170409-585952576 +# @用例名称: fate-pixfmt-p410-gray +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-gray +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-gray + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-gray + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-gray10be.sh b/testcase/fate-pixfmt-p410-gray10be.sh new file mode 100755 index 0000000..8699df3 --- /dev/null +++ b/testcase/fate-pixfmt-p410-gray10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170409-680624093 +# @用例名称: fate-pixfmt-p410-gray10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-gray10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-gray10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-gray10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-gray10le.sh b/testcase/fate-pixfmt-p410-gray10le.sh new file mode 100755 index 0000000..8e09fcd --- /dev/null +++ b/testcase/fate-pixfmt-p410-gray10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170409-771326098 +# @用例名称: fate-pixfmt-p410-gray10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-gray10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-gray10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-gray10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-gray12be.sh b/testcase/fate-pixfmt-p410-gray12be.sh new file mode 100755 index 0000000..180b1ee --- /dev/null +++ b/testcase/fate-pixfmt-p410-gray12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170409-861644490 +# @用例名称: fate-pixfmt-p410-gray12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-gray12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-gray12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-gray12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-gray12le.sh b/testcase/fate-pixfmt-p410-gray12le.sh new file mode 100755 index 0000000..32e2bcf --- /dev/null +++ b/testcase/fate-pixfmt-p410-gray12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170409-953944012 +# @用例名称: fate-pixfmt-p410-gray12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-gray12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-gray12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-gray12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-gray16be.sh b/testcase/fate-pixfmt-p410-gray16be.sh new file mode 100755 index 0000000..14f4f4f --- /dev/null +++ b/testcase/fate-pixfmt-p410-gray16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170410-042166976 +# @用例名称: fate-pixfmt-p410-gray16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-gray16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-gray16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-gray16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-gray16le.sh b/testcase/fate-pixfmt-p410-gray16le.sh new file mode 100755 index 0000000..225a80a --- /dev/null +++ b/testcase/fate-pixfmt-p410-gray16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170410-129815450 +# @用例名称: fate-pixfmt-p410-gray16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-gray16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-gray16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-gray16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-monob.sh b/testcase/fate-pixfmt-p410-monob.sh new file mode 100755 index 0000000..583066b --- /dev/null +++ b/testcase/fate-pixfmt-p410-monob.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170410-223625223 +# @用例名称: fate-pixfmt-p410-monob +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-monob +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-monob + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-monob + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-monow.sh b/testcase/fate-pixfmt-p410-monow.sh new file mode 100755 index 0000000..cd6b22c --- /dev/null +++ b/testcase/fate-pixfmt-p410-monow.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170410-317011975 +# @用例名称: fate-pixfmt-p410-monow +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-monow +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-monow + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-monow + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-nv12.sh b/testcase/fate-pixfmt-p410-nv12.sh new file mode 100755 index 0000000..c58bc4d --- /dev/null +++ b/testcase/fate-pixfmt-p410-nv12.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170410-411725900 +# @用例名称: fate-pixfmt-p410-nv12 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-nv12 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-nv12 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-nv12 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-nv16.sh b/testcase/fate-pixfmt-p410-nv16.sh new file mode 100755 index 0000000..6e9703e --- /dev/null +++ b/testcase/fate-pixfmt-p410-nv16.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170410-502216440 +# @用例名称: fate-pixfmt-p410-nv16 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-nv16 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-nv16 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-nv16 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-nv24.sh b/testcase/fate-pixfmt-p410-nv24.sh new file mode 100755 index 0000000..2de34f1 --- /dev/null +++ b/testcase/fate-pixfmt-p410-nv24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170410-583896351 +# @用例名称: fate-pixfmt-p410-nv24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-nv24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-nv24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-nv24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-p010be.sh b/testcase/fate-pixfmt-p410-p010be.sh new file mode 100755 index 0000000..11f9588 --- /dev/null +++ b/testcase/fate-pixfmt-p410-p010be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170410-662536102 +# @用例名称: fate-pixfmt-p410-p010be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-p010be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-p010be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-p010be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-p010le.sh b/testcase/fate-pixfmt-p410-p010le.sh new file mode 100755 index 0000000..67065d6 --- /dev/null +++ b/testcase/fate-pixfmt-p410-p010le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170410-754591269 +# @用例名称: fate-pixfmt-p410-p010le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-p010le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-p010le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-p010le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-p012be.sh b/testcase/fate-pixfmt-p410-p012be.sh new file mode 100755 index 0000000..6e75c87 --- /dev/null +++ b/testcase/fate-pixfmt-p410-p012be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170410-844881592 +# @用例名称: fate-pixfmt-p410-p012be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-p012be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-p012be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-p012be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-p012le.sh b/testcase/fate-pixfmt-p410-p012le.sh new file mode 100755 index 0000000..84f272e --- /dev/null +++ b/testcase/fate-pixfmt-p410-p012le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170410-932742803 +# @用例名称: fate-pixfmt-p410-p012le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-p012le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-p012le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-p012le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-p016be.sh b/testcase/fate-pixfmt-p410-p016be.sh new file mode 100755 index 0000000..e09bceb --- /dev/null +++ b/testcase/fate-pixfmt-p410-p016be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170411-020767768 +# @用例名称: fate-pixfmt-p410-p016be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-p016be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-p016be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-p016be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-p016le.sh b/testcase/fate-pixfmt-p410-p016le.sh new file mode 100755 index 0000000..00a1faa --- /dev/null +++ b/testcase/fate-pixfmt-p410-p016le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170411-109467093 +# @用例名称: fate-pixfmt-p410-p016le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-p016le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-p016le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-p016le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-p210be.sh b/testcase/fate-pixfmt-p410-p210be.sh new file mode 100755 index 0000000..3eb92d5 --- /dev/null +++ b/testcase/fate-pixfmt-p410-p210be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170411-200602549 +# @用例名称: fate-pixfmt-p410-p210be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-p210be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-p210be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-p210be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-p210le.sh b/testcase/fate-pixfmt-p410-p210le.sh new file mode 100755 index 0000000..20067fc --- /dev/null +++ b/testcase/fate-pixfmt-p410-p210le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170411-291110657 +# @用例名称: fate-pixfmt-p410-p210le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-p210le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-p210le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-p210le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-p212be.sh b/testcase/fate-pixfmt-p410-p212be.sh new file mode 100755 index 0000000..3320aaf --- /dev/null +++ b/testcase/fate-pixfmt-p410-p212be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170411-383497158 +# @用例名称: fate-pixfmt-p410-p212be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-p212be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-p212be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-p212be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-p212le.sh b/testcase/fate-pixfmt-p410-p212le.sh new file mode 100755 index 0000000..7a1e67b --- /dev/null +++ b/testcase/fate-pixfmt-p410-p212le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170411-473771931 +# @用例名称: fate-pixfmt-p410-p212le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-p212le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-p212le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-p212le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-p216be.sh b/testcase/fate-pixfmt-p410-p216be.sh new file mode 100755 index 0000000..bb60a02 --- /dev/null +++ b/testcase/fate-pixfmt-p410-p216be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170411-561792348 +# @用例名称: fate-pixfmt-p410-p216be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-p216be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-p216be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-p216be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-p216le.sh b/testcase/fate-pixfmt-p410-p216le.sh new file mode 100755 index 0000000..153d6eb --- /dev/null +++ b/testcase/fate-pixfmt-p410-p216le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170411-646563889 +# @用例名称: fate-pixfmt-p410-p216le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-p216le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-p216le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-p216le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-p410be.sh b/testcase/fate-pixfmt-p410-p410be.sh new file mode 100755 index 0000000..2bd4b97 --- /dev/null +++ b/testcase/fate-pixfmt-p410-p410be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170411-735208133 +# @用例名称: fate-pixfmt-p410-p410be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-p410be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-p410be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-p410be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-p410le.sh b/testcase/fate-pixfmt-p410-p410le.sh new file mode 100755 index 0000000..b5912df --- /dev/null +++ b/testcase/fate-pixfmt-p410-p410le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170411-823771460 +# @用例名称: fate-pixfmt-p410-p410le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-p410le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-p410le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-p410le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-p412be.sh b/testcase/fate-pixfmt-p410-p412be.sh new file mode 100755 index 0000000..2108f63 --- /dev/null +++ b/testcase/fate-pixfmt-p410-p412be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170411-913974874 +# @用例名称: fate-pixfmt-p410-p412be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-p412be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-p412be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-p412be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-p412le.sh b/testcase/fate-pixfmt-p410-p412le.sh new file mode 100755 index 0000000..ca13ffd --- /dev/null +++ b/testcase/fate-pixfmt-p410-p412le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170412-004545581 +# @用例名称: fate-pixfmt-p410-p412le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-p412le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-p412le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-p412le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-p416be.sh b/testcase/fate-pixfmt-p410-p416be.sh new file mode 100755 index 0000000..0fe57dd --- /dev/null +++ b/testcase/fate-pixfmt-p410-p416be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170412-096900863 +# @用例名称: fate-pixfmt-p410-p416be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-p416be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-p416be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-p416be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-p416le.sh b/testcase/fate-pixfmt-p410-p416le.sh new file mode 100755 index 0000000..4985abf --- /dev/null +++ b/testcase/fate-pixfmt-p410-p416le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170412-189581278 +# @用例名称: fate-pixfmt-p410-p416le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-p416le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-p416le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-p416le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-rgb24.sh b/testcase/fate-pixfmt-p410-rgb24.sh new file mode 100755 index 0000000..255eb22 --- /dev/null +++ b/testcase/fate-pixfmt-p410-rgb24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170412-280715474 +# @用例名称: fate-pixfmt-p410-rgb24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-rgb24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-rgb24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-rgb24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-rgb32.sh b/testcase/fate-pixfmt-p410-rgb32.sh new file mode 100755 index 0000000..43879c6 --- /dev/null +++ b/testcase/fate-pixfmt-p410-rgb32.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170412-373554577 +# @用例名称: fate-pixfmt-p410-rgb32 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-rgb32 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-rgb32 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-rgb32 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-rgb48.sh b/testcase/fate-pixfmt-p410-rgb48.sh new file mode 100755 index 0000000..4a21285 --- /dev/null +++ b/testcase/fate-pixfmt-p410-rgb48.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170412-463880439 +# @用例名称: fate-pixfmt-p410-rgb48 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-rgb48 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-rgb48 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-rgb48 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-rgb555.sh b/testcase/fate-pixfmt-p410-rgb555.sh new file mode 100755 index 0000000..d529938 --- /dev/null +++ b/testcase/fate-pixfmt-p410-rgb555.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170412-554666172 +# @用例名称: fate-pixfmt-p410-rgb555 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-rgb555 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-rgb555 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-rgb555 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-rgb565.sh b/testcase/fate-pixfmt-p410-rgb565.sh new file mode 100755 index 0000000..e82e69f --- /dev/null +++ b/testcase/fate-pixfmt-p410-rgb565.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170412-639984721 +# @用例名称: fate-pixfmt-p410-rgb565 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-rgb565 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-rgb565 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-rgb565 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-uyvy422.sh b/testcase/fate-pixfmt-p410-uyvy422.sh new file mode 100755 index 0000000..eb4cdfc --- /dev/null +++ b/testcase/fate-pixfmt-p410-uyvy422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170412-724438178 +# @用例名称: fate-pixfmt-p410-uyvy422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-uyvy422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-uyvy422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-uyvy422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-v30xle.sh b/testcase/fate-pixfmt-p410-v30xle.sh new file mode 100755 index 0000000..b36cbbf --- /dev/null +++ b/testcase/fate-pixfmt-p410-v30xle.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170412-812605953 +# @用例名称: fate-pixfmt-p410-v30xle +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-v30xle +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-v30xle + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-v30xle + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-vuyx.sh b/testcase/fate-pixfmt-p410-vuyx.sh new file mode 100755 index 0000000..a9a776e --- /dev/null +++ b/testcase/fate-pixfmt-p410-vuyx.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170412-893126426 +# @用例名称: fate-pixfmt-p410-vuyx +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-vuyx +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-vuyx + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-vuyx + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-vyu444.sh b/testcase/fate-pixfmt-p410-vyu444.sh new file mode 100755 index 0000000..407ec5a --- /dev/null +++ b/testcase/fate-pixfmt-p410-vyu444.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170412-981657373 +# @用例名称: fate-pixfmt-p410-vyu444 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-vyu444 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-vyu444 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-vyu444 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-x2bgr10le.sh b/testcase/fate-pixfmt-p410-x2bgr10le.sh new file mode 100755 index 0000000..8d57d0d --- /dev/null +++ b/testcase/fate-pixfmt-p410-x2bgr10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170413-071859018 +# @用例名称: fate-pixfmt-p410-x2bgr10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-x2bgr10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-x2bgr10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-x2bgr10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-x2rgb10le.sh b/testcase/fate-pixfmt-p410-x2rgb10le.sh new file mode 100755 index 0000000..cf29784 --- /dev/null +++ b/testcase/fate-pixfmt-p410-x2rgb10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170413-162905565 +# @用例名称: fate-pixfmt-p410-x2rgb10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-x2rgb10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-x2rgb10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-x2rgb10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-xv30le.sh b/testcase/fate-pixfmt-p410-xv30le.sh new file mode 100755 index 0000000..aa3502b --- /dev/null +++ b/testcase/fate-pixfmt-p410-xv30le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170413-252823745 +# @用例名称: fate-pixfmt-p410-xv30le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-xv30le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-xv30le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-xv30le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-xv36be.sh b/testcase/fate-pixfmt-p410-xv36be.sh new file mode 100755 index 0000000..eb76bb7 --- /dev/null +++ b/testcase/fate-pixfmt-p410-xv36be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170413-346662789 +# @用例名称: fate-pixfmt-p410-xv36be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-xv36be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-xv36be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-xv36be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-xv36le.sh b/testcase/fate-pixfmt-p410-xv36le.sh new file mode 100755 index 0000000..32ef047 --- /dev/null +++ b/testcase/fate-pixfmt-p410-xv36le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170413-438040579 +# @用例名称: fate-pixfmt-p410-xv36le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-xv36le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-xv36le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-xv36le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-xv48be.sh b/testcase/fate-pixfmt-p410-xv48be.sh new file mode 100755 index 0000000..652efbd --- /dev/null +++ b/testcase/fate-pixfmt-p410-xv48be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170413-531173586 +# @用例名称: fate-pixfmt-p410-xv48be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-xv48be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-xv48be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-xv48be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-xv48le.sh b/testcase/fate-pixfmt-p410-xv48le.sh new file mode 100755 index 0000000..ec0dc1a --- /dev/null +++ b/testcase/fate-pixfmt-p410-xv48le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170413-623561488 +# @用例名称: fate-pixfmt-p410-xv48le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-xv48le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-xv48le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-xv48le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-xyz12le.sh b/testcase/fate-pixfmt-p410-xyz12le.sh new file mode 100755 index 0000000..f3bcd10 --- /dev/null +++ b/testcase/fate-pixfmt-p410-xyz12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170413-715584026 +# @用例名称: fate-pixfmt-p410-xyz12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-xyz12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-xyz12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-xyz12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-y210le.sh b/testcase/fate-pixfmt-p410-y210le.sh new file mode 100755 index 0000000..03d26de --- /dev/null +++ b/testcase/fate-pixfmt-p410-y210le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170413-803210750 +# @用例名称: fate-pixfmt-p410-y210le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-y210le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-y210le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-y210le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-y212le.sh b/testcase/fate-pixfmt-p410-y212le.sh new file mode 100755 index 0000000..0218e2b --- /dev/null +++ b/testcase/fate-pixfmt-p410-y212le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170413-896308318 +# @用例名称: fate-pixfmt-p410-y212le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-y212le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-y212le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-y212le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-y216le.sh b/testcase/fate-pixfmt-p410-y216le.sh new file mode 100755 index 0000000..9f02806 --- /dev/null +++ b/testcase/fate-pixfmt-p410-y216le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170413-985812717 +# @用例名称: fate-pixfmt-p410-y216le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-y216le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-y216le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-y216le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yuv410p.sh b/testcase/fate-pixfmt-p410-yuv410p.sh new file mode 100755 index 0000000..62105c7 --- /dev/null +++ b/testcase/fate-pixfmt-p410-yuv410p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170414-077811215 +# @用例名称: fate-pixfmt-p410-yuv410p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv410p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv410p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yuv410p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yuv411p.sh b/testcase/fate-pixfmt-p410-yuv411p.sh new file mode 100755 index 0000000..75c59e0 --- /dev/null +++ b/testcase/fate-pixfmt-p410-yuv411p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170414-170282975 +# @用例名称: fate-pixfmt-p410-yuv411p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv411p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv411p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yuv411p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yuv420p.sh b/testcase/fate-pixfmt-p410-yuv420p.sh new file mode 100755 index 0000000..e0acbf6 --- /dev/null +++ b/testcase/fate-pixfmt-p410-yuv420p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170414-260930201 +# @用例名称: fate-pixfmt-p410-yuv420p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv420p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv420p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yuv420p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yuv420p10be.sh b/testcase/fate-pixfmt-p410-yuv420p10be.sh new file mode 100755 index 0000000..d6136bc --- /dev/null +++ b/testcase/fate-pixfmt-p410-yuv420p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170414-354556437 +# @用例名称: fate-pixfmt-p410-yuv420p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv420p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv420p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yuv420p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yuv420p10le.sh b/testcase/fate-pixfmt-p410-yuv420p10le.sh new file mode 100755 index 0000000..05dec39 --- /dev/null +++ b/testcase/fate-pixfmt-p410-yuv420p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170414-439845288 +# @用例名称: fate-pixfmt-p410-yuv420p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv420p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv420p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yuv420p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yuv420p12be.sh b/testcase/fate-pixfmt-p410-yuv420p12be.sh new file mode 100755 index 0000000..d50e35b --- /dev/null +++ b/testcase/fate-pixfmt-p410-yuv420p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170414-530818438 +# @用例名称: fate-pixfmt-p410-yuv420p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv420p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv420p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yuv420p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yuv420p12le.sh b/testcase/fate-pixfmt-p410-yuv420p12le.sh new file mode 100755 index 0000000..5044997 --- /dev/null +++ b/testcase/fate-pixfmt-p410-yuv420p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170414-619830075 +# @用例名称: fate-pixfmt-p410-yuv420p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv420p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv420p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yuv420p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yuv420p16be.sh b/testcase/fate-pixfmt-p410-yuv420p16be.sh new file mode 100755 index 0000000..203700e --- /dev/null +++ b/testcase/fate-pixfmt-p410-yuv420p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170414-708845393 +# @用例名称: fate-pixfmt-p410-yuv420p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv420p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv420p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yuv420p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yuv420p16le.sh b/testcase/fate-pixfmt-p410-yuv420p16le.sh new file mode 100755 index 0000000..1074bcc --- /dev/null +++ b/testcase/fate-pixfmt-p410-yuv420p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170414-796908898 +# @用例名称: fate-pixfmt-p410-yuv420p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv420p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv420p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yuv420p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yuv422p.sh b/testcase/fate-pixfmt-p410-yuv422p.sh new file mode 100755 index 0000000..55b5733 --- /dev/null +++ b/testcase/fate-pixfmt-p410-yuv422p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170414-880085970 +# @用例名称: fate-pixfmt-p410-yuv422p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv422p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv422p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yuv422p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yuv422p10be.sh b/testcase/fate-pixfmt-p410-yuv422p10be.sh new file mode 100755 index 0000000..24cd784 --- /dev/null +++ b/testcase/fate-pixfmt-p410-yuv422p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170414-967120967 +# @用例名称: fate-pixfmt-p410-yuv422p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv422p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv422p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yuv422p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yuv422p10le.sh b/testcase/fate-pixfmt-p410-yuv422p10le.sh new file mode 100755 index 0000000..38191f3 --- /dev/null +++ b/testcase/fate-pixfmt-p410-yuv422p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170415-054050196 +# @用例名称: fate-pixfmt-p410-yuv422p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv422p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv422p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yuv422p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yuv422p12be.sh b/testcase/fate-pixfmt-p410-yuv422p12be.sh new file mode 100755 index 0000000..d0350ac --- /dev/null +++ b/testcase/fate-pixfmt-p410-yuv422p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170415-148743531 +# @用例名称: fate-pixfmt-p410-yuv422p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv422p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv422p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yuv422p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yuv422p12le.sh b/testcase/fate-pixfmt-p410-yuv422p12le.sh new file mode 100755 index 0000000..421d38f --- /dev/null +++ b/testcase/fate-pixfmt-p410-yuv422p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170415-241028335 +# @用例名称: fate-pixfmt-p410-yuv422p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv422p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv422p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yuv422p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yuv422p16be.sh b/testcase/fate-pixfmt-p410-yuv422p16be.sh new file mode 100755 index 0000000..7218924 --- /dev/null +++ b/testcase/fate-pixfmt-p410-yuv422p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170415-326248077 +# @用例名称: fate-pixfmt-p410-yuv422p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv422p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv422p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yuv422p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yuv422p16le.sh b/testcase/fate-pixfmt-p410-yuv422p16le.sh new file mode 100755 index 0000000..8e6706a --- /dev/null +++ b/testcase/fate-pixfmt-p410-yuv422p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170415-406781240 +# @用例名称: fate-pixfmt-p410-yuv422p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv422p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv422p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yuv422p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yuv440p.sh b/testcase/fate-pixfmt-p410-yuv440p.sh new file mode 100755 index 0000000..fae4904 --- /dev/null +++ b/testcase/fate-pixfmt-p410-yuv440p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170415-496989504 +# @用例名称: fate-pixfmt-p410-yuv440p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv440p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv440p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yuv440p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yuv440p10be.sh b/testcase/fate-pixfmt-p410-yuv440p10be.sh new file mode 100755 index 0000000..400cea0 --- /dev/null +++ b/testcase/fate-pixfmt-p410-yuv440p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170415-587336145 +# @用例名称: fate-pixfmt-p410-yuv440p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv440p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv440p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yuv440p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yuv440p10le.sh b/testcase/fate-pixfmt-p410-yuv440p10le.sh new file mode 100755 index 0000000..9a18b2a --- /dev/null +++ b/testcase/fate-pixfmt-p410-yuv440p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170415-678446672 +# @用例名称: fate-pixfmt-p410-yuv440p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv440p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv440p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yuv440p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yuv440p12be.sh b/testcase/fate-pixfmt-p410-yuv440p12be.sh new file mode 100755 index 0000000..af1c4d9 --- /dev/null +++ b/testcase/fate-pixfmt-p410-yuv440p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170415-770359593 +# @用例名称: fate-pixfmt-p410-yuv440p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv440p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv440p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yuv440p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yuv440p12le.sh b/testcase/fate-pixfmt-p410-yuv440p12le.sh new file mode 100755 index 0000000..30ca262 --- /dev/null +++ b/testcase/fate-pixfmt-p410-yuv440p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170415-859688204 +# @用例名称: fate-pixfmt-p410-yuv440p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv440p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv440p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yuv440p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yuv444p.sh b/testcase/fate-pixfmt-p410-yuv444p.sh new file mode 100755 index 0000000..ad7825e --- /dev/null +++ b/testcase/fate-pixfmt-p410-yuv444p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170415-947079514 +# @用例名称: fate-pixfmt-p410-yuv444p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv444p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv444p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yuv444p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yuv444p10be.sh b/testcase/fate-pixfmt-p410-yuv444p10be.sh new file mode 100755 index 0000000..11d9dd2 --- /dev/null +++ b/testcase/fate-pixfmt-p410-yuv444p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170416-035215968 +# @用例名称: fate-pixfmt-p410-yuv444p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv444p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv444p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yuv444p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yuv444p10le.sh b/testcase/fate-pixfmt-p410-yuv444p10le.sh new file mode 100755 index 0000000..98ebd73 --- /dev/null +++ b/testcase/fate-pixfmt-p410-yuv444p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170416-125828604 +# @用例名称: fate-pixfmt-p410-yuv444p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv444p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv444p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yuv444p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yuv444p10msbbe.sh b/testcase/fate-pixfmt-p410-yuv444p10msbbe.sh new file mode 100755 index 0000000..7c8484b --- /dev/null +++ b/testcase/fate-pixfmt-p410-yuv444p10msbbe.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170416-209609135 +# @用例名称: fate-pixfmt-p410-yuv444p10msbbe +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv444p10msbbe +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv444p10msbbe + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yuv444p10msbbe + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yuv444p10msble.sh b/testcase/fate-pixfmt-p410-yuv444p10msble.sh new file mode 100755 index 0000000..5899de7 --- /dev/null +++ b/testcase/fate-pixfmt-p410-yuv444p10msble.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170416-290333504 +# @用例名称: fate-pixfmt-p410-yuv444p10msble +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv444p10msble +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv444p10msble + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yuv444p10msble + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yuv444p12be.sh b/testcase/fate-pixfmt-p410-yuv444p12be.sh new file mode 100755 index 0000000..05ad456 --- /dev/null +++ b/testcase/fate-pixfmt-p410-yuv444p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170416-377993948 +# @用例名称: fate-pixfmt-p410-yuv444p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv444p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv444p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yuv444p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yuv444p12le.sh b/testcase/fate-pixfmt-p410-yuv444p12le.sh new file mode 100755 index 0000000..803355a --- /dev/null +++ b/testcase/fate-pixfmt-p410-yuv444p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170416-467267390 +# @用例名称: fate-pixfmt-p410-yuv444p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv444p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv444p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yuv444p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yuv444p12msbbe.sh b/testcase/fate-pixfmt-p410-yuv444p12msbbe.sh new file mode 100755 index 0000000..ca2b91b --- /dev/null +++ b/testcase/fate-pixfmt-p410-yuv444p12msbbe.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170416-555949564 +# @用例名称: fate-pixfmt-p410-yuv444p12msbbe +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv444p12msbbe +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv444p12msbbe + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yuv444p12msbbe + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yuv444p12msble.sh b/testcase/fate-pixfmt-p410-yuv444p12msble.sh new file mode 100755 index 0000000..23a36cf --- /dev/null +++ b/testcase/fate-pixfmt-p410-yuv444p12msble.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170416-644276196 +# @用例名称: fate-pixfmt-p410-yuv444p12msble +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv444p12msble +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv444p12msble + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yuv444p12msble + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yuv444p16be.sh b/testcase/fate-pixfmt-p410-yuv444p16be.sh new file mode 100755 index 0000000..b40f16c --- /dev/null +++ b/testcase/fate-pixfmt-p410-yuv444p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170416-736470290 +# @用例名称: fate-pixfmt-p410-yuv444p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv444p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv444p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yuv444p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yuv444p16le.sh b/testcase/fate-pixfmt-p410-yuv444p16le.sh new file mode 100755 index 0000000..ce60ce6 --- /dev/null +++ b/testcase/fate-pixfmt-p410-yuv444p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170416-825164895 +# @用例名称: fate-pixfmt-p410-yuv444p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv444p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuv444p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yuv444p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yuvj420p.sh b/testcase/fate-pixfmt-p410-yuvj420p.sh new file mode 100755 index 0000000..1638a4b --- /dev/null +++ b/testcase/fate-pixfmt-p410-yuvj420p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170416-919738673 +# @用例名称: fate-pixfmt-p410-yuvj420p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuvj420p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuvj420p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yuvj420p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yuvj422p.sh b/testcase/fate-pixfmt-p410-yuvj422p.sh new file mode 100755 index 0000000..81d9910 --- /dev/null +++ b/testcase/fate-pixfmt-p410-yuvj422p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170417-011994576 +# @用例名称: fate-pixfmt-p410-yuvj422p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuvj422p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuvj422p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yuvj422p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yuvj440p.sh b/testcase/fate-pixfmt-p410-yuvj440p.sh new file mode 100755 index 0000000..d5c5e76 --- /dev/null +++ b/testcase/fate-pixfmt-p410-yuvj440p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170417-103597664 +# @用例名称: fate-pixfmt-p410-yuvj440p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuvj440p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuvj440p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yuvj440p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yuvj444p.sh b/testcase/fate-pixfmt-p410-yuvj444p.sh new file mode 100755 index 0000000..94ff3f9 --- /dev/null +++ b/testcase/fate-pixfmt-p410-yuvj444p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170417-193930645 +# @用例名称: fate-pixfmt-p410-yuvj444p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuvj444p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuvj444p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yuvj444p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yuyv422.sh b/testcase/fate-pixfmt-p410-yuyv422.sh new file mode 100755 index 0000000..aa96551 --- /dev/null +++ b/testcase/fate-pixfmt-p410-yuyv422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170417-286416155 +# @用例名称: fate-pixfmt-p410-yuyv422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuyv422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yuyv422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yuyv422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p410-yvyu422.sh b/testcase/fate-pixfmt-p410-yvyu422.sh new file mode 100755 index 0000000..8eea24a --- /dev/null +++ b/testcase/fate-pixfmt-p410-yvyu422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170417-377133029 +# @用例名称: fate-pixfmt-p410-yvyu422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p410-yvyu422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p410-yvyu422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p410-yvyu422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-bgr24.sh b/testcase/fate-pixfmt-p412-bgr24.sh new file mode 100755 index 0000000..6b5c2fa --- /dev/null +++ b/testcase/fate-pixfmt-p412-bgr24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170417-470851535 +# @用例名称: fate-pixfmt-p412-bgr24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-bgr24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-bgr24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-bgr24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-gbrp10be.sh b/testcase/fate-pixfmt-p412-gbrp10be.sh new file mode 100755 index 0000000..5d40962 --- /dev/null +++ b/testcase/fate-pixfmt-p412-gbrp10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170417-561493720 +# @用例名称: fate-pixfmt-p412-gbrp10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-gbrp10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-gbrp10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-gbrp10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-gbrp10le.sh b/testcase/fate-pixfmt-p412-gbrp10le.sh new file mode 100755 index 0000000..b3c38f3 --- /dev/null +++ b/testcase/fate-pixfmt-p412-gbrp10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170417-654992690 +# @用例名称: fate-pixfmt-p412-gbrp10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-gbrp10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-gbrp10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-gbrp10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-gbrp12be.sh b/testcase/fate-pixfmt-p412-gbrp12be.sh new file mode 100755 index 0000000..c7db8e0 --- /dev/null +++ b/testcase/fate-pixfmt-p412-gbrp12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170417-745669755 +# @用例名称: fate-pixfmt-p412-gbrp12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-gbrp12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-gbrp12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-gbrp12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-gbrp12le.sh b/testcase/fate-pixfmt-p412-gbrp12le.sh new file mode 100755 index 0000000..7b5542f --- /dev/null +++ b/testcase/fate-pixfmt-p412-gbrp12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170417-838208214 +# @用例名称: fate-pixfmt-p412-gbrp12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-gbrp12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-gbrp12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-gbrp12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-gbrp16be.sh b/testcase/fate-pixfmt-p412-gbrp16be.sh new file mode 100755 index 0000000..c23bfd2 --- /dev/null +++ b/testcase/fate-pixfmt-p412-gbrp16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170417-932997448 +# @用例名称: fate-pixfmt-p412-gbrp16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-gbrp16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-gbrp16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-gbrp16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-gbrp16le.sh b/testcase/fate-pixfmt-p412-gbrp16le.sh new file mode 100755 index 0000000..ba89c70 --- /dev/null +++ b/testcase/fate-pixfmt-p412-gbrp16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170418-022440008 +# @用例名称: fate-pixfmt-p412-gbrp16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-gbrp16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-gbrp16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-gbrp16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-gray.sh b/testcase/fate-pixfmt-p412-gray.sh new file mode 100755 index 0000000..7c3d20a --- /dev/null +++ b/testcase/fate-pixfmt-p412-gray.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170418-113763830 +# @用例名称: fate-pixfmt-p412-gray +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-gray +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-gray + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-gray + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-gray10be.sh b/testcase/fate-pixfmt-p412-gray10be.sh new file mode 100755 index 0000000..001c985 --- /dev/null +++ b/testcase/fate-pixfmt-p412-gray10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170418-204440414 +# @用例名称: fate-pixfmt-p412-gray10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-gray10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-gray10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-gray10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-gray10le.sh b/testcase/fate-pixfmt-p412-gray10le.sh new file mode 100755 index 0000000..542bd30 --- /dev/null +++ b/testcase/fate-pixfmt-p412-gray10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170418-298035872 +# @用例名称: fate-pixfmt-p412-gray10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-gray10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-gray10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-gray10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-gray12be.sh b/testcase/fate-pixfmt-p412-gray12be.sh new file mode 100755 index 0000000..98ef773 --- /dev/null +++ b/testcase/fate-pixfmt-p412-gray12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170418-390838345 +# @用例名称: fate-pixfmt-p412-gray12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-gray12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-gray12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-gray12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-gray12le.sh b/testcase/fate-pixfmt-p412-gray12le.sh new file mode 100755 index 0000000..f12525c --- /dev/null +++ b/testcase/fate-pixfmt-p412-gray12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170418-481846974 +# @用例名称: fate-pixfmt-p412-gray12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-gray12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-gray12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-gray12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-gray16be.sh b/testcase/fate-pixfmt-p412-gray16be.sh new file mode 100755 index 0000000..f9f9b24 --- /dev/null +++ b/testcase/fate-pixfmt-p412-gray16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170418-574356872 +# @用例名称: fate-pixfmt-p412-gray16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-gray16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-gray16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-gray16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-gray16le.sh b/testcase/fate-pixfmt-p412-gray16le.sh new file mode 100755 index 0000000..409ee5f --- /dev/null +++ b/testcase/fate-pixfmt-p412-gray16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170418-664903471 +# @用例名称: fate-pixfmt-p412-gray16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-gray16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-gray16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-gray16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-monob.sh b/testcase/fate-pixfmt-p412-monob.sh new file mode 100755 index 0000000..efd5219 --- /dev/null +++ b/testcase/fate-pixfmt-p412-monob.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170418-755922649 +# @用例名称: fate-pixfmt-p412-monob +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-monob +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-monob + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-monob + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-monow.sh b/testcase/fate-pixfmt-p412-monow.sh new file mode 100755 index 0000000..b3c09ef --- /dev/null +++ b/testcase/fate-pixfmt-p412-monow.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170418-842325678 +# @用例名称: fate-pixfmt-p412-monow +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-monow +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-monow + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-monow + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-nv12.sh b/testcase/fate-pixfmt-p412-nv12.sh new file mode 100755 index 0000000..0515d0b --- /dev/null +++ b/testcase/fate-pixfmt-p412-nv12.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170418-934247558 +# @用例名称: fate-pixfmt-p412-nv12 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-nv12 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-nv12 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-nv12 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-nv16.sh b/testcase/fate-pixfmt-p412-nv16.sh new file mode 100755 index 0000000..a33d188 --- /dev/null +++ b/testcase/fate-pixfmt-p412-nv16.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170419-023138888 +# @用例名称: fate-pixfmt-p412-nv16 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-nv16 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-nv16 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-nv16 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-nv24.sh b/testcase/fate-pixfmt-p412-nv24.sh new file mode 100755 index 0000000..92b41d9 --- /dev/null +++ b/testcase/fate-pixfmt-p412-nv24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170419-112110786 +# @用例名称: fate-pixfmt-p412-nv24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-nv24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-nv24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-nv24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-p010be.sh b/testcase/fate-pixfmt-p412-p010be.sh new file mode 100755 index 0000000..87dfce4 --- /dev/null +++ b/testcase/fate-pixfmt-p412-p010be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170419-203588665 +# @用例名称: fate-pixfmt-p412-p010be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-p010be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-p010be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-p010be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-p010le.sh b/testcase/fate-pixfmt-p412-p010le.sh new file mode 100755 index 0000000..dc314c4 --- /dev/null +++ b/testcase/fate-pixfmt-p412-p010le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170419-291953465 +# @用例名称: fate-pixfmt-p412-p010le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-p010le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-p010le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-p010le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-p012be.sh b/testcase/fate-pixfmt-p412-p012be.sh new file mode 100755 index 0000000..95dc3c6 --- /dev/null +++ b/testcase/fate-pixfmt-p412-p012be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170419-380244637 +# @用例名称: fate-pixfmt-p412-p012be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-p012be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-p012be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-p012be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-p012le.sh b/testcase/fate-pixfmt-p412-p012le.sh new file mode 100755 index 0000000..49cb825 --- /dev/null +++ b/testcase/fate-pixfmt-p412-p012le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170419-470070369 +# @用例名称: fate-pixfmt-p412-p012le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-p012le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-p012le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-p012le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-p016be.sh b/testcase/fate-pixfmt-p412-p016be.sh new file mode 100755 index 0000000..2006412 --- /dev/null +++ b/testcase/fate-pixfmt-p412-p016be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170419-562672866 +# @用例名称: fate-pixfmt-p412-p016be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-p016be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-p016be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-p016be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-p016le.sh b/testcase/fate-pixfmt-p412-p016le.sh new file mode 100755 index 0000000..ca43886 --- /dev/null +++ b/testcase/fate-pixfmt-p412-p016le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170419-652987048 +# @用例名称: fate-pixfmt-p412-p016le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-p016le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-p016le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-p016le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-p210be.sh b/testcase/fate-pixfmt-p412-p210be.sh new file mode 100755 index 0000000..ad50849 --- /dev/null +++ b/testcase/fate-pixfmt-p412-p210be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170419-744906878 +# @用例名称: fate-pixfmt-p412-p210be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-p210be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-p210be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-p210be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-p210le.sh b/testcase/fate-pixfmt-p412-p210le.sh new file mode 100755 index 0000000..66e0b63 --- /dev/null +++ b/testcase/fate-pixfmt-p412-p210le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170419-839156454 +# @用例名称: fate-pixfmt-p412-p210le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-p210le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-p210le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-p210le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-p212be.sh b/testcase/fate-pixfmt-p412-p212be.sh new file mode 100755 index 0000000..cd1ef75 --- /dev/null +++ b/testcase/fate-pixfmt-p412-p212be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170419-933461918 +# @用例名称: fate-pixfmt-p412-p212be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-p212be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-p212be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-p212be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-p212le.sh b/testcase/fate-pixfmt-p412-p212le.sh new file mode 100755 index 0000000..61e22f6 --- /dev/null +++ b/testcase/fate-pixfmt-p412-p212le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170420-029334391 +# @用例名称: fate-pixfmt-p412-p212le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-p212le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-p212le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-p212le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-p216be.sh b/testcase/fate-pixfmt-p412-p216be.sh new file mode 100755 index 0000000..28473d2 --- /dev/null +++ b/testcase/fate-pixfmt-p412-p216be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170420-122763582 +# @用例名称: fate-pixfmt-p412-p216be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-p216be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-p216be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-p216be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-p216le.sh b/testcase/fate-pixfmt-p412-p216le.sh new file mode 100755 index 0000000..a3fb978 --- /dev/null +++ b/testcase/fate-pixfmt-p412-p216le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170420-220588887 +# @用例名称: fate-pixfmt-p412-p216le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-p216le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-p216le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-p216le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-p410be.sh b/testcase/fate-pixfmt-p412-p410be.sh new file mode 100755 index 0000000..d9df6b6 --- /dev/null +++ b/testcase/fate-pixfmt-p412-p410be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170420-317395283 +# @用例名称: fate-pixfmt-p412-p410be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-p410be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-p410be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-p410be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-p410le.sh b/testcase/fate-pixfmt-p412-p410le.sh new file mode 100755 index 0000000..7b7de1c --- /dev/null +++ b/testcase/fate-pixfmt-p412-p410le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170420-407659945 +# @用例名称: fate-pixfmt-p412-p410le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-p410le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-p410le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-p410le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-p412be.sh b/testcase/fate-pixfmt-p412-p412be.sh new file mode 100755 index 0000000..46487b2 --- /dev/null +++ b/testcase/fate-pixfmt-p412-p412be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170420-502773363 +# @用例名称: fate-pixfmt-p412-p412be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-p412be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-p412be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-p412be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-p412le.sh b/testcase/fate-pixfmt-p412-p412le.sh new file mode 100755 index 0000000..b394d3e --- /dev/null +++ b/testcase/fate-pixfmt-p412-p412le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170420-597640397 +# @用例名称: fate-pixfmt-p412-p412le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-p412le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-p412le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-p412le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-p416be.sh b/testcase/fate-pixfmt-p412-p416be.sh new file mode 100755 index 0000000..08164ea --- /dev/null +++ b/testcase/fate-pixfmt-p412-p416be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170420-688544236 +# @用例名称: fate-pixfmt-p412-p416be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-p416be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-p416be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-p416be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-p416le.sh b/testcase/fate-pixfmt-p412-p416le.sh new file mode 100755 index 0000000..51a41ce --- /dev/null +++ b/testcase/fate-pixfmt-p412-p416le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170420-781155673 +# @用例名称: fate-pixfmt-p412-p416le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-p416le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-p416le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-p416le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-rgb24.sh b/testcase/fate-pixfmt-p412-rgb24.sh new file mode 100755 index 0000000..d6191af --- /dev/null +++ b/testcase/fate-pixfmt-p412-rgb24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170420-869026054 +# @用例名称: fate-pixfmt-p412-rgb24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-rgb24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-rgb24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-rgb24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-rgb32.sh b/testcase/fate-pixfmt-p412-rgb32.sh new file mode 100755 index 0000000..e00b799 --- /dev/null +++ b/testcase/fate-pixfmt-p412-rgb32.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170420-957580530 +# @用例名称: fate-pixfmt-p412-rgb32 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-rgb32 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-rgb32 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-rgb32 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-rgb48.sh b/testcase/fate-pixfmt-p412-rgb48.sh new file mode 100755 index 0000000..a117e36 --- /dev/null +++ b/testcase/fate-pixfmt-p412-rgb48.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170421-049311975 +# @用例名称: fate-pixfmt-p412-rgb48 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-rgb48 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-rgb48 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-rgb48 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-rgb555.sh b/testcase/fate-pixfmt-p412-rgb555.sh new file mode 100755 index 0000000..28f1907 --- /dev/null +++ b/testcase/fate-pixfmt-p412-rgb555.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170421-140114377 +# @用例名称: fate-pixfmt-p412-rgb555 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-rgb555 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-rgb555 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-rgb555 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-rgb565.sh b/testcase/fate-pixfmt-p412-rgb565.sh new file mode 100755 index 0000000..9699700 --- /dev/null +++ b/testcase/fate-pixfmt-p412-rgb565.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170421-233666925 +# @用例名称: fate-pixfmt-p412-rgb565 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-rgb565 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-rgb565 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-rgb565 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-uyvy422.sh b/testcase/fate-pixfmt-p412-uyvy422.sh new file mode 100755 index 0000000..0e559ed --- /dev/null +++ b/testcase/fate-pixfmt-p412-uyvy422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170421-326386770 +# @用例名称: fate-pixfmt-p412-uyvy422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-uyvy422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-uyvy422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-uyvy422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-v30xle.sh b/testcase/fate-pixfmt-p412-v30xle.sh new file mode 100755 index 0000000..9f48cf9 --- /dev/null +++ b/testcase/fate-pixfmt-p412-v30xle.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170421-419578616 +# @用例名称: fate-pixfmt-p412-v30xle +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-v30xle +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-v30xle + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-v30xle + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-vuyx.sh b/testcase/fate-pixfmt-p412-vuyx.sh new file mode 100755 index 0000000..37012b2 --- /dev/null +++ b/testcase/fate-pixfmt-p412-vuyx.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170421-503708660 +# @用例名称: fate-pixfmt-p412-vuyx +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-vuyx +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-vuyx + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-vuyx + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-vyu444.sh b/testcase/fate-pixfmt-p412-vyu444.sh new file mode 100755 index 0000000..1c72117 --- /dev/null +++ b/testcase/fate-pixfmt-p412-vyu444.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170421-584657904 +# @用例名称: fate-pixfmt-p412-vyu444 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-vyu444 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-vyu444 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-vyu444 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-x2bgr10le.sh b/testcase/fate-pixfmt-p412-x2bgr10le.sh new file mode 100755 index 0000000..dab7bde --- /dev/null +++ b/testcase/fate-pixfmt-p412-x2bgr10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170421-673930088 +# @用例名称: fate-pixfmt-p412-x2bgr10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-x2bgr10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-x2bgr10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-x2bgr10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-x2rgb10le.sh b/testcase/fate-pixfmt-p412-x2rgb10le.sh new file mode 100755 index 0000000..8a08861 --- /dev/null +++ b/testcase/fate-pixfmt-p412-x2rgb10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170421-764512574 +# @用例名称: fate-pixfmt-p412-x2rgb10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-x2rgb10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-x2rgb10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-x2rgb10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-xv30le.sh b/testcase/fate-pixfmt-p412-xv30le.sh new file mode 100755 index 0000000..ac24e83 --- /dev/null +++ b/testcase/fate-pixfmt-p412-xv30le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170421-859313398 +# @用例名称: fate-pixfmt-p412-xv30le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-xv30le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-xv30le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-xv30le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-xv36be.sh b/testcase/fate-pixfmt-p412-xv36be.sh new file mode 100755 index 0000000..c8ac9b7 --- /dev/null +++ b/testcase/fate-pixfmt-p412-xv36be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170421-949932694 +# @用例名称: fate-pixfmt-p412-xv36be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-xv36be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-xv36be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-xv36be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-xv36le.sh b/testcase/fate-pixfmt-p412-xv36le.sh new file mode 100755 index 0000000..292a102 --- /dev/null +++ b/testcase/fate-pixfmt-p412-xv36le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170422-042283486 +# @用例名称: fate-pixfmt-p412-xv36le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-xv36le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-xv36le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-xv36le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-xv48be.sh b/testcase/fate-pixfmt-p412-xv48be.sh new file mode 100755 index 0000000..a059bc2 --- /dev/null +++ b/testcase/fate-pixfmt-p412-xv48be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170422-134243916 +# @用例名称: fate-pixfmt-p412-xv48be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-xv48be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-xv48be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-xv48be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-xv48le.sh b/testcase/fate-pixfmt-p412-xv48le.sh new file mode 100755 index 0000000..e12e81d --- /dev/null +++ b/testcase/fate-pixfmt-p412-xv48le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170422-225766625 +# @用例名称: fate-pixfmt-p412-xv48le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-xv48le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-xv48le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-xv48le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-xyz12le.sh b/testcase/fate-pixfmt-p412-xyz12le.sh new file mode 100755 index 0000000..f11c77e --- /dev/null +++ b/testcase/fate-pixfmt-p412-xyz12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170422-317406541 +# @用例名称: fate-pixfmt-p412-xyz12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-xyz12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-xyz12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-xyz12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-y210le.sh b/testcase/fate-pixfmt-p412-y210le.sh new file mode 100755 index 0000000..4ee0008 --- /dev/null +++ b/testcase/fate-pixfmt-p412-y210le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170422-408454137 +# @用例名称: fate-pixfmt-p412-y210le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-y210le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-y210le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-y210le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-y212le.sh b/testcase/fate-pixfmt-p412-y212le.sh new file mode 100755 index 0000000..059af02 --- /dev/null +++ b/testcase/fate-pixfmt-p412-y212le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170422-494781838 +# @用例名称: fate-pixfmt-p412-y212le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-y212le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-y212le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-y212le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-y216le.sh b/testcase/fate-pixfmt-p412-y216le.sh new file mode 100755 index 0000000..7d0db3a --- /dev/null +++ b/testcase/fate-pixfmt-p412-y216le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170422-581619359 +# @用例名称: fate-pixfmt-p412-y216le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-y216le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-y216le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-y216le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yuv410p.sh b/testcase/fate-pixfmt-p412-yuv410p.sh new file mode 100755 index 0000000..f9f9b48 --- /dev/null +++ b/testcase/fate-pixfmt-p412-yuv410p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170422-665476257 +# @用例名称: fate-pixfmt-p412-yuv410p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv410p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv410p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yuv410p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yuv411p.sh b/testcase/fate-pixfmt-p412-yuv411p.sh new file mode 100755 index 0000000..c7a0bcc --- /dev/null +++ b/testcase/fate-pixfmt-p412-yuv411p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170422-753960294 +# @用例名称: fate-pixfmt-p412-yuv411p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv411p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv411p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yuv411p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yuv420p.sh b/testcase/fate-pixfmt-p412-yuv420p.sh new file mode 100755 index 0000000..78ea68f --- /dev/null +++ b/testcase/fate-pixfmt-p412-yuv420p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170422-841263286 +# @用例名称: fate-pixfmt-p412-yuv420p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv420p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv420p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yuv420p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yuv420p10be.sh b/testcase/fate-pixfmt-p412-yuv420p10be.sh new file mode 100755 index 0000000..601abc6 --- /dev/null +++ b/testcase/fate-pixfmt-p412-yuv420p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170422-928122936 +# @用例名称: fate-pixfmt-p412-yuv420p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv420p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv420p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yuv420p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yuv420p10le.sh b/testcase/fate-pixfmt-p412-yuv420p10le.sh new file mode 100755 index 0000000..dba8dc5 --- /dev/null +++ b/testcase/fate-pixfmt-p412-yuv420p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170423-045722703 +# @用例名称: fate-pixfmt-p412-yuv420p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv420p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv420p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yuv420p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yuv420p12be.sh b/testcase/fate-pixfmt-p412-yuv420p12be.sh new file mode 100755 index 0000000..6edb161 --- /dev/null +++ b/testcase/fate-pixfmt-p412-yuv420p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170423-137820050 +# @用例名称: fate-pixfmt-p412-yuv420p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv420p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv420p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yuv420p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yuv420p12le.sh b/testcase/fate-pixfmt-p412-yuv420p12le.sh new file mode 100755 index 0000000..6e2e384 --- /dev/null +++ b/testcase/fate-pixfmt-p412-yuv420p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170423-232678384 +# @用例名称: fate-pixfmt-p412-yuv420p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv420p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv420p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yuv420p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yuv420p16be.sh b/testcase/fate-pixfmt-p412-yuv420p16be.sh new file mode 100755 index 0000000..4ae996f --- /dev/null +++ b/testcase/fate-pixfmt-p412-yuv420p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170423-326184533 +# @用例名称: fate-pixfmt-p412-yuv420p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv420p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv420p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yuv420p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yuv420p16le.sh b/testcase/fate-pixfmt-p412-yuv420p16le.sh new file mode 100755 index 0000000..e64642b --- /dev/null +++ b/testcase/fate-pixfmt-p412-yuv420p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170423-418414247 +# @用例名称: fate-pixfmt-p412-yuv420p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv420p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv420p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yuv420p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yuv422p.sh b/testcase/fate-pixfmt-p412-yuv422p.sh new file mode 100755 index 0000000..77266ef --- /dev/null +++ b/testcase/fate-pixfmt-p412-yuv422p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170423-511338319 +# @用例名称: fate-pixfmt-p412-yuv422p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv422p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv422p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yuv422p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yuv422p10be.sh b/testcase/fate-pixfmt-p412-yuv422p10be.sh new file mode 100755 index 0000000..6b4c77b --- /dev/null +++ b/testcase/fate-pixfmt-p412-yuv422p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170423-600651199 +# @用例名称: fate-pixfmt-p412-yuv422p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv422p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv422p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yuv422p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yuv422p10le.sh b/testcase/fate-pixfmt-p412-yuv422p10le.sh new file mode 100755 index 0000000..511b21e --- /dev/null +++ b/testcase/fate-pixfmt-p412-yuv422p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170423-691805016 +# @用例名称: fate-pixfmt-p412-yuv422p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv422p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv422p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yuv422p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yuv422p12be.sh b/testcase/fate-pixfmt-p412-yuv422p12be.sh new file mode 100755 index 0000000..5774bb1 --- /dev/null +++ b/testcase/fate-pixfmt-p412-yuv422p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170423-781582538 +# @用例名称: fate-pixfmt-p412-yuv422p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv422p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv422p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yuv422p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yuv422p12le.sh b/testcase/fate-pixfmt-p412-yuv422p12le.sh new file mode 100755 index 0000000..9453bf3 --- /dev/null +++ b/testcase/fate-pixfmt-p412-yuv422p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170423-875696226 +# @用例名称: fate-pixfmt-p412-yuv422p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv422p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv422p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yuv422p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yuv422p16be.sh b/testcase/fate-pixfmt-p412-yuv422p16be.sh new file mode 100755 index 0000000..075a0ae --- /dev/null +++ b/testcase/fate-pixfmt-p412-yuv422p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170423-968809233 +# @用例名称: fate-pixfmt-p412-yuv422p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv422p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv422p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yuv422p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yuv422p16le.sh b/testcase/fate-pixfmt-p412-yuv422p16le.sh new file mode 100755 index 0000000..fbd7e2b --- /dev/null +++ b/testcase/fate-pixfmt-p412-yuv422p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170424-060253113 +# @用例名称: fate-pixfmt-p412-yuv422p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv422p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv422p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yuv422p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yuv440p.sh b/testcase/fate-pixfmt-p412-yuv440p.sh new file mode 100755 index 0000000..1cbe999 --- /dev/null +++ b/testcase/fate-pixfmt-p412-yuv440p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170424-148163712 +# @用例名称: fate-pixfmt-p412-yuv440p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv440p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv440p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yuv440p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yuv440p10be.sh b/testcase/fate-pixfmt-p412-yuv440p10be.sh new file mode 100755 index 0000000..f3f4bc0 --- /dev/null +++ b/testcase/fate-pixfmt-p412-yuv440p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170424-236971734 +# @用例名称: fate-pixfmt-p412-yuv440p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv440p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv440p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yuv440p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yuv440p10le.sh b/testcase/fate-pixfmt-p412-yuv440p10le.sh new file mode 100755 index 0000000..3e38959 --- /dev/null +++ b/testcase/fate-pixfmt-p412-yuv440p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170424-324036670 +# @用例名称: fate-pixfmt-p412-yuv440p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv440p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv440p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yuv440p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yuv440p12be.sh b/testcase/fate-pixfmt-p412-yuv440p12be.sh new file mode 100755 index 0000000..aad01a9 --- /dev/null +++ b/testcase/fate-pixfmt-p412-yuv440p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170424-413397150 +# @用例名称: fate-pixfmt-p412-yuv440p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv440p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv440p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yuv440p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yuv440p12le.sh b/testcase/fate-pixfmt-p412-yuv440p12le.sh new file mode 100755 index 0000000..e48d126 --- /dev/null +++ b/testcase/fate-pixfmt-p412-yuv440p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170424-504084376 +# @用例名称: fate-pixfmt-p412-yuv440p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv440p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv440p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yuv440p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yuv444p.sh b/testcase/fate-pixfmt-p412-yuv444p.sh new file mode 100755 index 0000000..fe6bd6d --- /dev/null +++ b/testcase/fate-pixfmt-p412-yuv444p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170424-594690082 +# @用例名称: fate-pixfmt-p412-yuv444p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv444p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv444p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yuv444p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yuv444p10be.sh b/testcase/fate-pixfmt-p412-yuv444p10be.sh new file mode 100755 index 0000000..165b186 --- /dev/null +++ b/testcase/fate-pixfmt-p412-yuv444p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170424-681132420 +# @用例名称: fate-pixfmt-p412-yuv444p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv444p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv444p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yuv444p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yuv444p10le.sh b/testcase/fate-pixfmt-p412-yuv444p10le.sh new file mode 100755 index 0000000..a44f12d --- /dev/null +++ b/testcase/fate-pixfmt-p412-yuv444p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170424-770641597 +# @用例名称: fate-pixfmt-p412-yuv444p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv444p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv444p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yuv444p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yuv444p10msbbe.sh b/testcase/fate-pixfmt-p412-yuv444p10msbbe.sh new file mode 100755 index 0000000..4cff163 --- /dev/null +++ b/testcase/fate-pixfmt-p412-yuv444p10msbbe.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170424-864743775 +# @用例名称: fate-pixfmt-p412-yuv444p10msbbe +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv444p10msbbe +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv444p10msbbe + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yuv444p10msbbe + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yuv444p10msble.sh b/testcase/fate-pixfmt-p412-yuv444p10msble.sh new file mode 100755 index 0000000..151307e --- /dev/null +++ b/testcase/fate-pixfmt-p412-yuv444p10msble.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170424-958339393 +# @用例名称: fate-pixfmt-p412-yuv444p10msble +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv444p10msble +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv444p10msble + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yuv444p10msble + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yuv444p12be.sh b/testcase/fate-pixfmt-p412-yuv444p12be.sh new file mode 100755 index 0000000..4de880c --- /dev/null +++ b/testcase/fate-pixfmt-p412-yuv444p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170425-048178354 +# @用例名称: fate-pixfmt-p412-yuv444p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv444p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv444p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yuv444p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yuv444p12le.sh b/testcase/fate-pixfmt-p412-yuv444p12le.sh new file mode 100755 index 0000000..7374b5c --- /dev/null +++ b/testcase/fate-pixfmt-p412-yuv444p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170425-138983686 +# @用例名称: fate-pixfmt-p412-yuv444p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv444p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv444p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yuv444p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yuv444p12msbbe.sh b/testcase/fate-pixfmt-p412-yuv444p12msbbe.sh new file mode 100755 index 0000000..aed8a50 --- /dev/null +++ b/testcase/fate-pixfmt-p412-yuv444p12msbbe.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170425-229194051 +# @用例名称: fate-pixfmt-p412-yuv444p12msbbe +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv444p12msbbe +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv444p12msbbe + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yuv444p12msbbe + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yuv444p12msble.sh b/testcase/fate-pixfmt-p412-yuv444p12msble.sh new file mode 100755 index 0000000..de46b8f --- /dev/null +++ b/testcase/fate-pixfmt-p412-yuv444p12msble.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170425-316700467 +# @用例名称: fate-pixfmt-p412-yuv444p12msble +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv444p12msble +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv444p12msble + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yuv444p12msble + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yuv444p16be.sh b/testcase/fate-pixfmt-p412-yuv444p16be.sh new file mode 100755 index 0000000..afaf90d --- /dev/null +++ b/testcase/fate-pixfmt-p412-yuv444p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170425-409084549 +# @用例名称: fate-pixfmt-p412-yuv444p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv444p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv444p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yuv444p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yuv444p16le.sh b/testcase/fate-pixfmt-p412-yuv444p16le.sh new file mode 100755 index 0000000..7b0bdac --- /dev/null +++ b/testcase/fate-pixfmt-p412-yuv444p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170425-501799774 +# @用例名称: fate-pixfmt-p412-yuv444p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv444p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuv444p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yuv444p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yuvj420p.sh b/testcase/fate-pixfmt-p412-yuvj420p.sh new file mode 100755 index 0000000..f82b45e --- /dev/null +++ b/testcase/fate-pixfmt-p412-yuvj420p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170425-589665534 +# @用例名称: fate-pixfmt-p412-yuvj420p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuvj420p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuvj420p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yuvj420p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yuvj422p.sh b/testcase/fate-pixfmt-p412-yuvj422p.sh new file mode 100755 index 0000000..bb5089b --- /dev/null +++ b/testcase/fate-pixfmt-p412-yuvj422p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170425-680136263 +# @用例名称: fate-pixfmt-p412-yuvj422p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuvj422p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuvj422p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yuvj422p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yuvj440p.sh b/testcase/fate-pixfmt-p412-yuvj440p.sh new file mode 100755 index 0000000..55b4f50 --- /dev/null +++ b/testcase/fate-pixfmt-p412-yuvj440p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170425-767199129 +# @用例名称: fate-pixfmt-p412-yuvj440p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuvj440p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuvj440p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yuvj440p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yuvj444p.sh b/testcase/fate-pixfmt-p412-yuvj444p.sh new file mode 100755 index 0000000..8e29a62 --- /dev/null +++ b/testcase/fate-pixfmt-p412-yuvj444p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170425-854899412 +# @用例名称: fate-pixfmt-p412-yuvj444p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuvj444p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuvj444p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yuvj444p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yuyv422.sh b/testcase/fate-pixfmt-p412-yuyv422.sh new file mode 100755 index 0000000..550144d --- /dev/null +++ b/testcase/fate-pixfmt-p412-yuyv422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170425-940861269 +# @用例名称: fate-pixfmt-p412-yuyv422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuyv422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yuyv422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yuyv422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p412-yvyu422.sh b/testcase/fate-pixfmt-p412-yvyu422.sh new file mode 100755 index 0000000..2837eeb --- /dev/null +++ b/testcase/fate-pixfmt-p412-yvyu422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170426-031313359 +# @用例名称: fate-pixfmt-p412-yvyu422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p412-yvyu422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p412-yvyu422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p412-yvyu422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p416-gbrp16be.sh b/testcase/fate-pixfmt-p416-gbrp16be.sh new file mode 100755 index 0000000..b1ec184 --- /dev/null +++ b/testcase/fate-pixfmt-p416-gbrp16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170426-123166610 +# @用例名称: fate-pixfmt-p416-gbrp16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p416-gbrp16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p416-gbrp16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p416-gbrp16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p416-gbrp16le.sh b/testcase/fate-pixfmt-p416-gbrp16le.sh new file mode 100755 index 0000000..134fad9 --- /dev/null +++ b/testcase/fate-pixfmt-p416-gbrp16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170426-213532661 +# @用例名称: fate-pixfmt-p416-gbrp16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p416-gbrp16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p416-gbrp16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p416-gbrp16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p416-gray16be.sh b/testcase/fate-pixfmt-p416-gray16be.sh new file mode 100755 index 0000000..6868d45 --- /dev/null +++ b/testcase/fate-pixfmt-p416-gray16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170426-305744956 +# @用例名称: fate-pixfmt-p416-gray16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p416-gray16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p416-gray16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p416-gray16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p416-gray16le.sh b/testcase/fate-pixfmt-p416-gray16le.sh new file mode 100755 index 0000000..8480a83 --- /dev/null +++ b/testcase/fate-pixfmt-p416-gray16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170426-398755506 +# @用例名称: fate-pixfmt-p416-gray16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p416-gray16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p416-gray16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p416-gray16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p416-p016be.sh b/testcase/fate-pixfmt-p416-p016be.sh new file mode 100755 index 0000000..f7b6a5e --- /dev/null +++ b/testcase/fate-pixfmt-p416-p016be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170426-490534019 +# @用例名称: fate-pixfmt-p416-p016be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p416-p016be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p416-p016be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p416-p016be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p416-p016le.sh b/testcase/fate-pixfmt-p416-p016le.sh new file mode 100755 index 0000000..687af10 --- /dev/null +++ b/testcase/fate-pixfmt-p416-p016le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170426-581591777 +# @用例名称: fate-pixfmt-p416-p016le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p416-p016le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p416-p016le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p416-p016le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p416-p216be.sh b/testcase/fate-pixfmt-p416-p216be.sh new file mode 100755 index 0000000..09f4026 --- /dev/null +++ b/testcase/fate-pixfmt-p416-p216be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170426-671331821 +# @用例名称: fate-pixfmt-p416-p216be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p416-p216be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p416-p216be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p416-p216be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p416-p216le.sh b/testcase/fate-pixfmt-p416-p216le.sh new file mode 100755 index 0000000..ab9800f --- /dev/null +++ b/testcase/fate-pixfmt-p416-p216le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170426-761766020 +# @用例名称: fate-pixfmt-p416-p216le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p416-p216le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p416-p216le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p416-p216le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p416-p416be.sh b/testcase/fate-pixfmt-p416-p416be.sh new file mode 100755 index 0000000..af67624 --- /dev/null +++ b/testcase/fate-pixfmt-p416-p416be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170426-854411756 +# @用例名称: fate-pixfmt-p416-p416be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p416-p416be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p416-p416be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p416-p416be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p416-p416le.sh b/testcase/fate-pixfmt-p416-p416le.sh new file mode 100755 index 0000000..49b5334 --- /dev/null +++ b/testcase/fate-pixfmt-p416-p416le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170426-946169770 +# @用例名称: fate-pixfmt-p416-p416le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p416-p416le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p416-p416le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p416-p416le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p416-rgb48.sh b/testcase/fate-pixfmt-p416-rgb48.sh new file mode 100755 index 0000000..53fa405 --- /dev/null +++ b/testcase/fate-pixfmt-p416-rgb48.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170427-038653849 +# @用例名称: fate-pixfmt-p416-rgb48 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p416-rgb48 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p416-rgb48 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p416-rgb48 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p416-xv48be.sh b/testcase/fate-pixfmt-p416-xv48be.sh new file mode 100755 index 0000000..0e26369 --- /dev/null +++ b/testcase/fate-pixfmt-p416-xv48be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170427-132849965 +# @用例名称: fate-pixfmt-p416-xv48be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p416-xv48be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p416-xv48be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p416-xv48be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p416-xv48le.sh b/testcase/fate-pixfmt-p416-xv48le.sh new file mode 100755 index 0000000..fbfdc9a --- /dev/null +++ b/testcase/fate-pixfmt-p416-xv48le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170427-226070851 +# @用例名称: fate-pixfmt-p416-xv48le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p416-xv48le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p416-xv48le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p416-xv48le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p416-y216le.sh b/testcase/fate-pixfmt-p416-y216le.sh new file mode 100755 index 0000000..d972234 --- /dev/null +++ b/testcase/fate-pixfmt-p416-y216le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170427-319407993 +# @用例名称: fate-pixfmt-p416-y216le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p416-y216le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p416-y216le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p416-y216le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p416-yuv420p16be.sh b/testcase/fate-pixfmt-p416-yuv420p16be.sh new file mode 100755 index 0000000..25c6a2e --- /dev/null +++ b/testcase/fate-pixfmt-p416-yuv420p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170427-410242045 +# @用例名称: fate-pixfmt-p416-yuv420p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p416-yuv420p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p416-yuv420p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p416-yuv420p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p416-yuv420p16le.sh b/testcase/fate-pixfmt-p416-yuv420p16le.sh new file mode 100755 index 0000000..5a1b99d --- /dev/null +++ b/testcase/fate-pixfmt-p416-yuv420p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170427-504120438 +# @用例名称: fate-pixfmt-p416-yuv420p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p416-yuv420p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p416-yuv420p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p416-yuv420p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p416-yuv422p16be.sh b/testcase/fate-pixfmt-p416-yuv422p16be.sh new file mode 100755 index 0000000..7007bf3 --- /dev/null +++ b/testcase/fate-pixfmt-p416-yuv422p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170427-594108366 +# @用例名称: fate-pixfmt-p416-yuv422p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p416-yuv422p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p416-yuv422p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p416-yuv422p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p416-yuv422p16le.sh b/testcase/fate-pixfmt-p416-yuv422p16le.sh new file mode 100755 index 0000000..ed3ba54 --- /dev/null +++ b/testcase/fate-pixfmt-p416-yuv422p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170427-678447315 +# @用例名称: fate-pixfmt-p416-yuv422p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p416-yuv422p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p416-yuv422p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p416-yuv422p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p416-yuv444p16be.sh b/testcase/fate-pixfmt-p416-yuv444p16be.sh new file mode 100755 index 0000000..345def2 --- /dev/null +++ b/testcase/fate-pixfmt-p416-yuv444p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170427-761928370 +# @用例名称: fate-pixfmt-p416-yuv444p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p416-yuv444p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p416-yuv444p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p416-yuv444p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-p416-yuv444p16le.sh b/testcase/fate-pixfmt-p416-yuv444p16le.sh new file mode 100755 index 0000000..dbae6e5 --- /dev/null +++ b/testcase/fate-pixfmt-p416-yuv444p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170427-846240501 +# @用例名称: fate-pixfmt-p416-yuv444p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-p416-yuv444p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-p416-yuv444p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-p416-yuv444p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-bgr24.sh b/testcase/fate-pixfmt-rgb24-bgr24.sh new file mode 100755 index 0000000..7e94d97 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-bgr24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170428-024880084 +# @用例名称: fate-pixfmt-rgb24-bgr24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-bgr24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-bgr24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-bgr24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-gbrp10be.sh b/testcase/fate-pixfmt-rgb24-gbrp10be.sh new file mode 100755 index 0000000..a767053 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-gbrp10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170428-119583729 +# @用例名称: fate-pixfmt-rgb24-gbrp10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-gbrp10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-gbrp10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-gbrp10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-gbrp10le.sh b/testcase/fate-pixfmt-rgb24-gbrp10le.sh new file mode 100755 index 0000000..86087ae --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-gbrp10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170428-211931012 +# @用例名称: fate-pixfmt-rgb24-gbrp10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-gbrp10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-gbrp10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-gbrp10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-gbrp12be.sh b/testcase/fate-pixfmt-rgb24-gbrp12be.sh new file mode 100755 index 0000000..0d6d973 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-gbrp12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170428-306080229 +# @用例名称: fate-pixfmt-rgb24-gbrp12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-gbrp12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-gbrp12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-gbrp12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-gbrp12le.sh b/testcase/fate-pixfmt-rgb24-gbrp12le.sh new file mode 100755 index 0000000..241efcf --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-gbrp12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170428-395792343 +# @用例名称: fate-pixfmt-rgb24-gbrp12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-gbrp12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-gbrp12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-gbrp12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-gbrp16be.sh b/testcase/fate-pixfmt-rgb24-gbrp16be.sh new file mode 100755 index 0000000..a1d2048 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-gbrp16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170428-487606165 +# @用例名称: fate-pixfmt-rgb24-gbrp16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-gbrp16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-gbrp16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-gbrp16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-gbrp16le.sh b/testcase/fate-pixfmt-rgb24-gbrp16le.sh new file mode 100755 index 0000000..05ae91c --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-gbrp16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170428-586526069 +# @用例名称: fate-pixfmt-rgb24-gbrp16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-gbrp16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-gbrp16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-gbrp16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-gray.sh b/testcase/fate-pixfmt-rgb24-gray.sh new file mode 100755 index 0000000..ac8fe5c --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-gray.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170428-680298753 +# @用例名称: fate-pixfmt-rgb24-gray +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-gray +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-gray + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-gray + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-gray10be.sh b/testcase/fate-pixfmt-rgb24-gray10be.sh new file mode 100755 index 0000000..2341e5c --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-gray10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170428-770726973 +# @用例名称: fate-pixfmt-rgb24-gray10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-gray10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-gray10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-gray10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-gray10le.sh b/testcase/fate-pixfmt-rgb24-gray10le.sh new file mode 100755 index 0000000..bb4f6a3 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-gray10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170428-858739390 +# @用例名称: fate-pixfmt-rgb24-gray10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-gray10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-gray10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-gray10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-gray12be.sh b/testcase/fate-pixfmt-rgb24-gray12be.sh new file mode 100755 index 0000000..f8d2c27 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-gray12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170428-953470506 +# @用例名称: fate-pixfmt-rgb24-gray12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-gray12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-gray12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-gray12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-gray12le.sh b/testcase/fate-pixfmt-rgb24-gray12le.sh new file mode 100755 index 0000000..b20a2c5 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-gray12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170429-045750300 +# @用例名称: fate-pixfmt-rgb24-gray12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-gray12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-gray12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-gray12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-gray16be.sh b/testcase/fate-pixfmt-rgb24-gray16be.sh new file mode 100755 index 0000000..b28e9f1 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-gray16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170429-139675290 +# @用例名称: fate-pixfmt-rgb24-gray16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-gray16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-gray16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-gray16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-gray16le.sh b/testcase/fate-pixfmt-rgb24-gray16le.sh new file mode 100755 index 0000000..3e43392 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-gray16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170429-228948893 +# @用例名称: fate-pixfmt-rgb24-gray16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-gray16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-gray16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-gray16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-monob.sh b/testcase/fate-pixfmt-rgb24-monob.sh new file mode 100755 index 0000000..ed215a1 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-monob.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170429-311686953 +# @用例名称: fate-pixfmt-rgb24-monob +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-monob +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-monob + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-monob + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-monow.sh b/testcase/fate-pixfmt-rgb24-monow.sh new file mode 100755 index 0000000..6d9c947 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-monow.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170429-391178787 +# @用例名称: fate-pixfmt-rgb24-monow +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-monow +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-monow + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-monow + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-nv12.sh b/testcase/fate-pixfmt-rgb24-nv12.sh new file mode 100755 index 0000000..5838af0 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-nv12.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170429-477037696 +# @用例名称: fate-pixfmt-rgb24-nv12 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-nv12 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-nv12 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-nv12 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-nv16.sh b/testcase/fate-pixfmt-rgb24-nv16.sh new file mode 100755 index 0000000..7ef707e --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-nv16.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170429-568562395 +# @用例名称: fate-pixfmt-rgb24-nv16 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-nv16 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-nv16 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-nv16 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-nv24.sh b/testcase/fate-pixfmt-rgb24-nv24.sh new file mode 100755 index 0000000..20e1c25 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-nv24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170429-655485503 +# @用例名称: fate-pixfmt-rgb24-nv24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-nv24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-nv24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-nv24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-p010be.sh b/testcase/fate-pixfmt-rgb24-p010be.sh new file mode 100755 index 0000000..100ed33 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-p010be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170429-748781507 +# @用例名称: fate-pixfmt-rgb24-p010be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-p010be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-p010be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-p010be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-p010le.sh b/testcase/fate-pixfmt-rgb24-p010le.sh new file mode 100755 index 0000000..2c8f835 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-p010le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170429-839639658 +# @用例名称: fate-pixfmt-rgb24-p010le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-p010le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-p010le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-p010le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-p012be.sh b/testcase/fate-pixfmt-rgb24-p012be.sh new file mode 100755 index 0000000..057a1ed --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-p012be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170429-932374003 +# @用例名称: fate-pixfmt-rgb24-p012be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-p012be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-p012be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-p012be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-p012le.sh b/testcase/fate-pixfmt-rgb24-p012le.sh new file mode 100755 index 0000000..f75dd75 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-p012le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170430-026314854 +# @用例名称: fate-pixfmt-rgb24-p012le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-p012le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-p012le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-p012le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-p016be.sh b/testcase/fate-pixfmt-rgb24-p016be.sh new file mode 100755 index 0000000..98045e1 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-p016be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170430-125351566 +# @用例名称: fate-pixfmt-rgb24-p016be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-p016be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-p016be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-p016be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-p016le.sh b/testcase/fate-pixfmt-rgb24-p016le.sh new file mode 100755 index 0000000..b088ddc --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-p016le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170430-216900713 +# @用例名称: fate-pixfmt-rgb24-p016le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-p016le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-p016le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-p016le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-p210be.sh b/testcase/fate-pixfmt-rgb24-p210be.sh new file mode 100755 index 0000000..98c66b8 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-p210be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170430-309178327 +# @用例名称: fate-pixfmt-rgb24-p210be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-p210be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-p210be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-p210be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-p210le.sh b/testcase/fate-pixfmt-rgb24-p210le.sh new file mode 100755 index 0000000..123e7bd --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-p210le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170430-401648376 +# @用例名称: fate-pixfmt-rgb24-p210le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-p210le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-p210le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-p210le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-p212be.sh b/testcase/fate-pixfmt-rgb24-p212be.sh new file mode 100755 index 0000000..cb2749b --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-p212be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170430-493495349 +# @用例名称: fate-pixfmt-rgb24-p212be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-p212be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-p212be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-p212be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-p212le.sh b/testcase/fate-pixfmt-rgb24-p212le.sh new file mode 100755 index 0000000..5574210 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-p212le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170430-584334640 +# @用例名称: fate-pixfmt-rgb24-p212le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-p212le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-p212le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-p212le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-p216be.sh b/testcase/fate-pixfmt-rgb24-p216be.sh new file mode 100755 index 0000000..4a83ca9 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-p216be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170430-675186932 +# @用例名称: fate-pixfmt-rgb24-p216be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-p216be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-p216be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-p216be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-p216le.sh b/testcase/fate-pixfmt-rgb24-p216le.sh new file mode 100755 index 0000000..37d4b73 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-p216le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170430-755251894 +# @用例名称: fate-pixfmt-rgb24-p216le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-p216le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-p216le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-p216le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-p410be.sh b/testcase/fate-pixfmt-rgb24-p410be.sh new file mode 100755 index 0000000..ccb02fe --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-p410be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170430-841048545 +# @用例名称: fate-pixfmt-rgb24-p410be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-p410be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-p410be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-p410be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-p410le.sh b/testcase/fate-pixfmt-rgb24-p410le.sh new file mode 100755 index 0000000..9ccd467 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-p410le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170430-932158902 +# @用例名称: fate-pixfmt-rgb24-p410le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-p410le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-p410le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-p410le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-p412be.sh b/testcase/fate-pixfmt-rgb24-p412be.sh new file mode 100755 index 0000000..0700ed8 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-p412be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170431-022186940 +# @用例名称: fate-pixfmt-rgb24-p412be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-p412be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-p412be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-p412be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-p412le.sh b/testcase/fate-pixfmt-rgb24-p412le.sh new file mode 100755 index 0000000..04233df --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-p412le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170431-113564700 +# @用例名称: fate-pixfmt-rgb24-p412le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-p412le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-p412le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-p412le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-p416be.sh b/testcase/fate-pixfmt-rgb24-p416be.sh new file mode 100755 index 0000000..013827c --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-p416be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170431-200564848 +# @用例名称: fate-pixfmt-rgb24-p416be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-p416be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-p416be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-p416be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-p416le.sh b/testcase/fate-pixfmt-rgb24-p416le.sh new file mode 100755 index 0000000..7c93e27 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-p416le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170431-294725224 +# @用例名称: fate-pixfmt-rgb24-p416le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-p416le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-p416le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-p416le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-rgb24.sh b/testcase/fate-pixfmt-rgb24-rgb24.sh new file mode 100755 index 0000000..3d74688 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-rgb24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170431-385725653 +# @用例名称: fate-pixfmt-rgb24-rgb24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-rgb24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-rgb24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-rgb24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-rgb32.sh b/testcase/fate-pixfmt-rgb24-rgb32.sh new file mode 100755 index 0000000..bc46065 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-rgb32.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170431-476479327 +# @用例名称: fate-pixfmt-rgb24-rgb32 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-rgb32 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-rgb32 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-rgb32 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-rgb48.sh b/testcase/fate-pixfmt-rgb24-rgb48.sh new file mode 100755 index 0000000..546a39a --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-rgb48.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170431-567083153 +# @用例名称: fate-pixfmt-rgb24-rgb48 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-rgb48 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-rgb48 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-rgb48 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-rgb555.sh b/testcase/fate-pixfmt-rgb24-rgb555.sh new file mode 100755 index 0000000..58a8219 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-rgb555.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170431-658139890 +# @用例名称: fate-pixfmt-rgb24-rgb555 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-rgb555 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-rgb555 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-rgb555 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-rgb565.sh b/testcase/fate-pixfmt-rgb24-rgb565.sh new file mode 100755 index 0000000..852ed66 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-rgb565.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170431-747517391 +# @用例名称: fate-pixfmt-rgb24-rgb565 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-rgb565 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-rgb565 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-rgb565 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-uyvy422.sh b/testcase/fate-pixfmt-rgb24-uyvy422.sh new file mode 100755 index 0000000..8d6249d --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-uyvy422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170431-839005430 +# @用例名称: fate-pixfmt-rgb24-uyvy422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-uyvy422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-uyvy422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-uyvy422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-v30xle.sh b/testcase/fate-pixfmt-rgb24-v30xle.sh new file mode 100755 index 0000000..6de6254 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-v30xle.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170431-928747544 +# @用例名称: fate-pixfmt-rgb24-v30xle +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-v30xle +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-v30xle + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-v30xle + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-vuyx.sh b/testcase/fate-pixfmt-rgb24-vuyx.sh new file mode 100755 index 0000000..0379734 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-vuyx.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170432-020527747 +# @用例名称: fate-pixfmt-rgb24-vuyx +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-vuyx +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-vuyx + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-vuyx + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-vyu444.sh b/testcase/fate-pixfmt-rgb24-vyu444.sh new file mode 100755 index 0000000..f958ddc --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-vyu444.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170432-113170953 +# @用例名称: fate-pixfmt-rgb24-vyu444 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-vyu444 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-vyu444 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-vyu444 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-x2bgr10le.sh b/testcase/fate-pixfmt-rgb24-x2bgr10le.sh new file mode 100755 index 0000000..3352188 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-x2bgr10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170432-203461375 +# @用例名称: fate-pixfmt-rgb24-x2bgr10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-x2bgr10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-x2bgr10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-x2bgr10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-x2rgb10le.sh b/testcase/fate-pixfmt-rgb24-x2rgb10le.sh new file mode 100755 index 0000000..35726c6 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-x2rgb10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170432-297712460 +# @用例名称: fate-pixfmt-rgb24-x2rgb10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-x2rgb10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-x2rgb10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-x2rgb10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-xv30le.sh b/testcase/fate-pixfmt-rgb24-xv30le.sh new file mode 100755 index 0000000..5ff5db3 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-xv30le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170432-392491345 +# @用例名称: fate-pixfmt-rgb24-xv30le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-xv30le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-xv30le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-xv30le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-xv36be.sh b/testcase/fate-pixfmt-rgb24-xv36be.sh new file mode 100755 index 0000000..8485aa7 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-xv36be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170432-483147950 +# @用例名称: fate-pixfmt-rgb24-xv36be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-xv36be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-xv36be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-xv36be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-xv36le.sh b/testcase/fate-pixfmt-rgb24-xv36le.sh new file mode 100755 index 0000000..91ddca6 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-xv36le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170432-573363804 +# @用例名称: fate-pixfmt-rgb24-xv36le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-xv36le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-xv36le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-xv36le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-xv48be.sh b/testcase/fate-pixfmt-rgb24-xv48be.sh new file mode 100755 index 0000000..bd039fc --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-xv48be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170432-656251082 +# @用例名称: fate-pixfmt-rgb24-xv48be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-xv48be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-xv48be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-xv48be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-xv48le.sh b/testcase/fate-pixfmt-rgb24-xv48le.sh new file mode 100755 index 0000000..20d9ad1 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-xv48le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170432-746457986 +# @用例名称: fate-pixfmt-rgb24-xv48le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-xv48le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-xv48le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-xv48le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-xyz12le.sh b/testcase/fate-pixfmt-rgb24-xyz12le.sh new file mode 100755 index 0000000..9bd0cfe --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-xyz12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170432-829651357 +# @用例名称: fate-pixfmt-rgb24-xyz12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-xyz12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-xyz12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-xyz12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-y210le.sh b/testcase/fate-pixfmt-rgb24-y210le.sh new file mode 100755 index 0000000..cd2c91e --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-y210le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170432-919792482 +# @用例名称: fate-pixfmt-rgb24-y210le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-y210le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-y210le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-y210le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-y212le.sh b/testcase/fate-pixfmt-rgb24-y212le.sh new file mode 100755 index 0000000..11e3871 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-y212le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170433-006804490 +# @用例名称: fate-pixfmt-rgb24-y212le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-y212le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-y212le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-y212le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-y216le.sh b/testcase/fate-pixfmt-rgb24-y216le.sh new file mode 100755 index 0000000..cdf0d02 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-y216le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170433-099052774 +# @用例名称: fate-pixfmt-rgb24-y216le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-y216le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-y216le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-y216le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yuv410p.sh b/testcase/fate-pixfmt-rgb24-yuv410p.sh new file mode 100755 index 0000000..396cf64 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yuv410p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170433-191883786 +# @用例名称: fate-pixfmt-rgb24-yuv410p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv410p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv410p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yuv410p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yuv411p.sh b/testcase/fate-pixfmt-rgb24-yuv411p.sh new file mode 100755 index 0000000..5c3054a --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yuv411p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170433-289797740 +# @用例名称: fate-pixfmt-rgb24-yuv411p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv411p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv411p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yuv411p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yuv420p.sh b/testcase/fate-pixfmt-rgb24-yuv420p.sh new file mode 100755 index 0000000..6d1c7df --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yuv420p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170433-382114912 +# @用例名称: fate-pixfmt-rgb24-yuv420p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv420p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv420p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yuv420p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yuv420p10be.sh b/testcase/fate-pixfmt-rgb24-yuv420p10be.sh new file mode 100755 index 0000000..2424605 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yuv420p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170433-475843538 +# @用例名称: fate-pixfmt-rgb24-yuv420p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv420p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv420p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yuv420p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yuv420p10le.sh b/testcase/fate-pixfmt-rgb24-yuv420p10le.sh new file mode 100755 index 0000000..0b53008 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yuv420p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170433-570389066 +# @用例名称: fate-pixfmt-rgb24-yuv420p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv420p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv420p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yuv420p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yuv420p12be.sh b/testcase/fate-pixfmt-rgb24-yuv420p12be.sh new file mode 100755 index 0000000..a6b0822 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yuv420p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170433-664490655 +# @用例名称: fate-pixfmt-rgb24-yuv420p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv420p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv420p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yuv420p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yuv420p12le.sh b/testcase/fate-pixfmt-rgb24-yuv420p12le.sh new file mode 100755 index 0000000..e9b8063 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yuv420p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170433-755193529 +# @用例名称: fate-pixfmt-rgb24-yuv420p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv420p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv420p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yuv420p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yuv420p16be.sh b/testcase/fate-pixfmt-rgb24-yuv420p16be.sh new file mode 100755 index 0000000..3410501 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yuv420p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170433-847231847 +# @用例名称: fate-pixfmt-rgb24-yuv420p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv420p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv420p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yuv420p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yuv420p16le.sh b/testcase/fate-pixfmt-rgb24-yuv420p16le.sh new file mode 100755 index 0000000..67bf556 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yuv420p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170433-939489271 +# @用例名称: fate-pixfmt-rgb24-yuv420p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv420p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv420p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yuv420p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yuv422p.sh b/testcase/fate-pixfmt-rgb24-yuv422p.sh new file mode 100755 index 0000000..1a6d6a2 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yuv422p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170434-030057109 +# @用例名称: fate-pixfmt-rgb24-yuv422p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv422p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv422p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yuv422p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yuv422p10be.sh b/testcase/fate-pixfmt-rgb24-yuv422p10be.sh new file mode 100755 index 0000000..de1aaa5 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yuv422p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170434-120110935 +# @用例名称: fate-pixfmt-rgb24-yuv422p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv422p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv422p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yuv422p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yuv422p10le.sh b/testcase/fate-pixfmt-rgb24-yuv422p10le.sh new file mode 100755 index 0000000..93184c6 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yuv422p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170434-210870489 +# @用例名称: fate-pixfmt-rgb24-yuv422p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv422p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv422p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yuv422p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yuv422p12be.sh b/testcase/fate-pixfmt-rgb24-yuv422p12be.sh new file mode 100755 index 0000000..6fdaeab --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yuv422p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170434-302719872 +# @用例名称: fate-pixfmt-rgb24-yuv422p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv422p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv422p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yuv422p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yuv422p12le.sh b/testcase/fate-pixfmt-rgb24-yuv422p12le.sh new file mode 100755 index 0000000..eafcdff --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yuv422p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170434-392699550 +# @用例名称: fate-pixfmt-rgb24-yuv422p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv422p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv422p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yuv422p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yuv422p16be.sh b/testcase/fate-pixfmt-rgb24-yuv422p16be.sh new file mode 100755 index 0000000..fc65c69 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yuv422p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170434-480268326 +# @用例名称: fate-pixfmt-rgb24-yuv422p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv422p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv422p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yuv422p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yuv422p16le.sh b/testcase/fate-pixfmt-rgb24-yuv422p16le.sh new file mode 100755 index 0000000..7684727 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yuv422p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170434-568118985 +# @用例名称: fate-pixfmt-rgb24-yuv422p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv422p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv422p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yuv422p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yuv440p.sh b/testcase/fate-pixfmt-rgb24-yuv440p.sh new file mode 100755 index 0000000..c5c181a --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yuv440p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170434-657715402 +# @用例名称: fate-pixfmt-rgb24-yuv440p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv440p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv440p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yuv440p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yuv440p10be.sh b/testcase/fate-pixfmt-rgb24-yuv440p10be.sh new file mode 100755 index 0000000..5babea6 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yuv440p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170434-755494557 +# @用例名称: fate-pixfmt-rgb24-yuv440p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv440p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv440p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yuv440p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yuv440p10le.sh b/testcase/fate-pixfmt-rgb24-yuv440p10le.sh new file mode 100755 index 0000000..f24b4d5 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yuv440p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170434-845686422 +# @用例名称: fate-pixfmt-rgb24-yuv440p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv440p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv440p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yuv440p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yuv440p12be.sh b/testcase/fate-pixfmt-rgb24-yuv440p12be.sh new file mode 100755 index 0000000..36b82e9 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yuv440p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170434-930204418 +# @用例名称: fate-pixfmt-rgb24-yuv440p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv440p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv440p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yuv440p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yuv440p12le.sh b/testcase/fate-pixfmt-rgb24-yuv440p12le.sh new file mode 100755 index 0000000..0ab9523 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yuv440p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170435-024325095 +# @用例名称: fate-pixfmt-rgb24-yuv440p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv440p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv440p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yuv440p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yuv444p.sh b/testcase/fate-pixfmt-rgb24-yuv444p.sh new file mode 100755 index 0000000..d442d98 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yuv444p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170435-118949543 +# @用例名称: fate-pixfmt-rgb24-yuv444p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv444p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv444p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yuv444p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yuv444p10be.sh b/testcase/fate-pixfmt-rgb24-yuv444p10be.sh new file mode 100755 index 0000000..e774e80 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yuv444p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170435-212916923 +# @用例名称: fate-pixfmt-rgb24-yuv444p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv444p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv444p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yuv444p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yuv444p10le.sh b/testcase/fate-pixfmt-rgb24-yuv444p10le.sh new file mode 100755 index 0000000..65a24a8 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yuv444p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170435-307186858 +# @用例名称: fate-pixfmt-rgb24-yuv444p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv444p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv444p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yuv444p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yuv444p10msbbe.sh b/testcase/fate-pixfmt-rgb24-yuv444p10msbbe.sh new file mode 100755 index 0000000..6ba5cf4 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yuv444p10msbbe.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170435-399064659 +# @用例名称: fate-pixfmt-rgb24-yuv444p10msbbe +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv444p10msbbe +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv444p10msbbe + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yuv444p10msbbe + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yuv444p10msble.sh b/testcase/fate-pixfmt-rgb24-yuv444p10msble.sh new file mode 100755 index 0000000..d98ef81 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yuv444p10msble.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170435-490939160 +# @用例名称: fate-pixfmt-rgb24-yuv444p10msble +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv444p10msble +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv444p10msble + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yuv444p10msble + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yuv444p12be.sh b/testcase/fate-pixfmt-rgb24-yuv444p12be.sh new file mode 100755 index 0000000..fb95755 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yuv444p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170435-583799293 +# @用例名称: fate-pixfmt-rgb24-yuv444p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv444p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv444p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yuv444p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yuv444p12le.sh b/testcase/fate-pixfmt-rgb24-yuv444p12le.sh new file mode 100755 index 0000000..a2a1b32 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yuv444p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170435-675987098 +# @用例名称: fate-pixfmt-rgb24-yuv444p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv444p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv444p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yuv444p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yuv444p12msbbe.sh b/testcase/fate-pixfmt-rgb24-yuv444p12msbbe.sh new file mode 100755 index 0000000..ac3e883 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yuv444p12msbbe.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170435-771806683 +# @用例名称: fate-pixfmt-rgb24-yuv444p12msbbe +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv444p12msbbe +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv444p12msbbe + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yuv444p12msbbe + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yuv444p12msble.sh b/testcase/fate-pixfmt-rgb24-yuv444p12msble.sh new file mode 100755 index 0000000..523b4c6 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yuv444p12msble.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170435-864382050 +# @用例名称: fate-pixfmt-rgb24-yuv444p12msble +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv444p12msble +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv444p12msble + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yuv444p12msble + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yuv444p16be.sh b/testcase/fate-pixfmt-rgb24-yuv444p16be.sh new file mode 100755 index 0000000..694a15b --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yuv444p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170435-958673804 +# @用例名称: fate-pixfmt-rgb24-yuv444p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv444p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv444p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yuv444p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yuv444p16le.sh b/testcase/fate-pixfmt-rgb24-yuv444p16le.sh new file mode 100755 index 0000000..bf76008 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yuv444p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170436-051643484 +# @用例名称: fate-pixfmt-rgb24-yuv444p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv444p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuv444p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yuv444p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yuvj420p.sh b/testcase/fate-pixfmt-rgb24-yuvj420p.sh new file mode 100755 index 0000000..0f89a5b --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yuvj420p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170436-142513756 +# @用例名称: fate-pixfmt-rgb24-yuvj420p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuvj420p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuvj420p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yuvj420p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yuvj422p.sh b/testcase/fate-pixfmt-rgb24-yuvj422p.sh new file mode 100755 index 0000000..44d0ad8 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yuvj422p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170436-231328768 +# @用例名称: fate-pixfmt-rgb24-yuvj422p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuvj422p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuvj422p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yuvj422p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yuvj440p.sh b/testcase/fate-pixfmt-rgb24-yuvj440p.sh new file mode 100755 index 0000000..b34ddc4 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yuvj440p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170436-318970162 +# @用例名称: fate-pixfmt-rgb24-yuvj440p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuvj440p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuvj440p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yuvj440p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yuvj444p.sh b/testcase/fate-pixfmt-rgb24-yuvj444p.sh new file mode 100755 index 0000000..0c1266a --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yuvj444p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170436-409489409 +# @用例名称: fate-pixfmt-rgb24-yuvj444p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuvj444p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuvj444p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yuvj444p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yuyv422.sh b/testcase/fate-pixfmt-rgb24-yuyv422.sh new file mode 100755 index 0000000..600387c --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yuyv422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170436-499451858 +# @用例名称: fate-pixfmt-rgb24-yuyv422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuyv422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yuyv422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yuyv422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24-yvyu422.sh b/testcase/fate-pixfmt-rgb24-yvyu422.sh new file mode 100755 index 0000000..27ab991 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24-yvyu422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170436-592204623 +# @用例名称: fate-pixfmt-rgb24-yvyu422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yvyu422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24-yvyu422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24-yvyu422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb24.sh b/testcase/fate-pixfmt-rgb24.sh new file mode 100755 index 0000000..4019f01 --- /dev/null +++ b/testcase/fate-pixfmt-rgb24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170427-935890525 +# @用例名称: fate-pixfmt-rgb24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb32.sh b/testcase/fate-pixfmt-rgb32.sh new file mode 100755 index 0000000..6bbc948 --- /dev/null +++ b/testcase/fate-pixfmt-rgb32.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170436-683451897 +# @用例名称: fate-pixfmt-rgb32 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb32 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb32 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb32 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-bgr24.sh b/testcase/fate-pixfmt-rgb48-bgr24.sh new file mode 100755 index 0000000..6b7778d --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-bgr24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170436-769832305 +# @用例名称: fate-pixfmt-rgb48-bgr24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-bgr24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-bgr24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-bgr24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-gbrp10be.sh b/testcase/fate-pixfmt-rgb48-gbrp10be.sh new file mode 100755 index 0000000..a60cd5b --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-gbrp10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170436-857796034 +# @用例名称: fate-pixfmt-rgb48-gbrp10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-gbrp10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-gbrp10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-gbrp10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-gbrp10le.sh b/testcase/fate-pixfmt-rgb48-gbrp10le.sh new file mode 100755 index 0000000..7762e7b --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-gbrp10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170436-946918480 +# @用例名称: fate-pixfmt-rgb48-gbrp10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-gbrp10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-gbrp10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-gbrp10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-gbrp12be.sh b/testcase/fate-pixfmt-rgb48-gbrp12be.sh new file mode 100755 index 0000000..52f5ed7 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-gbrp12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170437-040599726 +# @用例名称: fate-pixfmt-rgb48-gbrp12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-gbrp12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-gbrp12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-gbrp12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-gbrp12le.sh b/testcase/fate-pixfmt-rgb48-gbrp12le.sh new file mode 100755 index 0000000..732a12c --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-gbrp12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170437-134091435 +# @用例名称: fate-pixfmt-rgb48-gbrp12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-gbrp12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-gbrp12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-gbrp12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-gbrp16be.sh b/testcase/fate-pixfmt-rgb48-gbrp16be.sh new file mode 100755 index 0000000..9ced194 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-gbrp16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170437-224093984 +# @用例名称: fate-pixfmt-rgb48-gbrp16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-gbrp16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-gbrp16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-gbrp16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-gbrp16le.sh b/testcase/fate-pixfmt-rgb48-gbrp16le.sh new file mode 100755 index 0000000..cc43968 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-gbrp16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170437-313726469 +# @用例名称: fate-pixfmt-rgb48-gbrp16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-gbrp16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-gbrp16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-gbrp16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-gray.sh b/testcase/fate-pixfmt-rgb48-gray.sh new file mode 100755 index 0000000..010769f --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-gray.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170437-408266129 +# @用例名称: fate-pixfmt-rgb48-gray +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-gray +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-gray + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-gray + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-gray10be.sh b/testcase/fate-pixfmt-rgb48-gray10be.sh new file mode 100755 index 0000000..3d8720b --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-gray10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170437-501594981 +# @用例名称: fate-pixfmt-rgb48-gray10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-gray10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-gray10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-gray10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-gray10le.sh b/testcase/fate-pixfmt-rgb48-gray10le.sh new file mode 100755 index 0000000..b46ae27 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-gray10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170437-593839275 +# @用例名称: fate-pixfmt-rgb48-gray10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-gray10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-gray10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-gray10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-gray12be.sh b/testcase/fate-pixfmt-rgb48-gray12be.sh new file mode 100755 index 0000000..541dcf0 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-gray12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170437-692815697 +# @用例名称: fate-pixfmt-rgb48-gray12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-gray12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-gray12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-gray12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-gray12le.sh b/testcase/fate-pixfmt-rgb48-gray12le.sh new file mode 100755 index 0000000..fb1a1f4 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-gray12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170437-785058472 +# @用例名称: fate-pixfmt-rgb48-gray12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-gray12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-gray12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-gray12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-gray16be.sh b/testcase/fate-pixfmt-rgb48-gray16be.sh new file mode 100755 index 0000000..53215f9 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-gray16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170437-876577140 +# @用例名称: fate-pixfmt-rgb48-gray16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-gray16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-gray16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-gray16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-gray16le.sh b/testcase/fate-pixfmt-rgb48-gray16le.sh new file mode 100755 index 0000000..6a98b57 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-gray16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170437-962821743 +# @用例名称: fate-pixfmt-rgb48-gray16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-gray16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-gray16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-gray16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-monob.sh b/testcase/fate-pixfmt-rgb48-monob.sh new file mode 100755 index 0000000..b755109 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-monob.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170438-066164440 +# @用例名称: fate-pixfmt-rgb48-monob +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-monob +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-monob + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-monob + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-monow.sh b/testcase/fate-pixfmt-rgb48-monow.sh new file mode 100755 index 0000000..316d20a --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-monow.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170438-159196979 +# @用例名称: fate-pixfmt-rgb48-monow +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-monow +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-monow + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-monow + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-nv12.sh b/testcase/fate-pixfmt-rgb48-nv12.sh new file mode 100755 index 0000000..044d748 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-nv12.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170438-252671939 +# @用例名称: fate-pixfmt-rgb48-nv12 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-nv12 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-nv12 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-nv12 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-nv16.sh b/testcase/fate-pixfmt-rgb48-nv16.sh new file mode 100755 index 0000000..b1edaa5 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-nv16.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170438-344883443 +# @用例名称: fate-pixfmt-rgb48-nv16 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-nv16 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-nv16 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-nv16 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-nv24.sh b/testcase/fate-pixfmt-rgb48-nv24.sh new file mode 100755 index 0000000..c08b407 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-nv24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170438-433587996 +# @用例名称: fate-pixfmt-rgb48-nv24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-nv24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-nv24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-nv24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-p010be.sh b/testcase/fate-pixfmt-rgb48-p010be.sh new file mode 100755 index 0000000..24dff2d --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-p010be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170438-521481826 +# @用例名称: fate-pixfmt-rgb48-p010be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-p010be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-p010be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-p010be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-p010le.sh b/testcase/fate-pixfmt-rgb48-p010le.sh new file mode 100755 index 0000000..e696bc6 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-p010le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170438-612772279 +# @用例名称: fate-pixfmt-rgb48-p010le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-p010le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-p010le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-p010le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-p012be.sh b/testcase/fate-pixfmt-rgb48-p012be.sh new file mode 100755 index 0000000..7f45910 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-p012be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170438-703537062 +# @用例名称: fate-pixfmt-rgb48-p012be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-p012be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-p012be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-p012be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-p012le.sh b/testcase/fate-pixfmt-rgb48-p012le.sh new file mode 100755 index 0000000..cf471be --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-p012le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170438-795328615 +# @用例名称: fate-pixfmt-rgb48-p012le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-p012le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-p012le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-p012le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-p016be.sh b/testcase/fate-pixfmt-rgb48-p016be.sh new file mode 100755 index 0000000..5daea7f --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-p016be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170438-884158296 +# @用例名称: fate-pixfmt-rgb48-p016be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-p016be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-p016be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-p016be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-p016le.sh b/testcase/fate-pixfmt-rgb48-p016le.sh new file mode 100755 index 0000000..8a6e214 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-p016le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170438-973477768 +# @用例名称: fate-pixfmt-rgb48-p016le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-p016le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-p016le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-p016le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-p210be.sh b/testcase/fate-pixfmt-rgb48-p210be.sh new file mode 100755 index 0000000..81dbba9 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-p210be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170439-063709513 +# @用例名称: fate-pixfmt-rgb48-p210be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-p210be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-p210be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-p210be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-p210le.sh b/testcase/fate-pixfmt-rgb48-p210le.sh new file mode 100755 index 0000000..542f864 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-p210le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170439-152049052 +# @用例名称: fate-pixfmt-rgb48-p210le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-p210le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-p210le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-p210le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-p212be.sh b/testcase/fate-pixfmt-rgb48-p212be.sh new file mode 100755 index 0000000..79a4063 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-p212be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170439-240807014 +# @用例名称: fate-pixfmt-rgb48-p212be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-p212be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-p212be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-p212be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-p212le.sh b/testcase/fate-pixfmt-rgb48-p212le.sh new file mode 100755 index 0000000..47288d3 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-p212le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170439-329649035 +# @用例名称: fate-pixfmt-rgb48-p212le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-p212le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-p212le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-p212le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-p216be.sh b/testcase/fate-pixfmt-rgb48-p216be.sh new file mode 100755 index 0000000..249cc38 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-p216be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170439-417294140 +# @用例名称: fate-pixfmt-rgb48-p216be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-p216be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-p216be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-p216be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-p216le.sh b/testcase/fate-pixfmt-rgb48-p216le.sh new file mode 100755 index 0000000..ffd5cfe --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-p216le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170439-504385026 +# @用例名称: fate-pixfmt-rgb48-p216le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-p216le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-p216le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-p216le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-p410be.sh b/testcase/fate-pixfmt-rgb48-p410be.sh new file mode 100755 index 0000000..7f5b59a --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-p410be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170439-593250595 +# @用例名称: fate-pixfmt-rgb48-p410be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-p410be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-p410be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-p410be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-p410le.sh b/testcase/fate-pixfmt-rgb48-p410le.sh new file mode 100755 index 0000000..343e2e7 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-p410le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170439-681444569 +# @用例名称: fate-pixfmt-rgb48-p410le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-p410le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-p410le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-p410le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-p412be.sh b/testcase/fate-pixfmt-rgb48-p412be.sh new file mode 100755 index 0000000..ed976b2 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-p412be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170439-767563654 +# @用例名称: fate-pixfmt-rgb48-p412be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-p412be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-p412be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-p412be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-p412le.sh b/testcase/fate-pixfmt-rgb48-p412le.sh new file mode 100755 index 0000000..b881a70 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-p412le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170439-853645348 +# @用例名称: fate-pixfmt-rgb48-p412le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-p412le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-p412le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-p412le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-p416be.sh b/testcase/fate-pixfmt-rgb48-p416be.sh new file mode 100755 index 0000000..1ab4895 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-p416be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170439-938331081 +# @用例名称: fate-pixfmt-rgb48-p416be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-p416be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-p416be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-p416be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-p416le.sh b/testcase/fate-pixfmt-rgb48-p416le.sh new file mode 100755 index 0000000..4f4446d --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-p416le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170440-023451274 +# @用例名称: fate-pixfmt-rgb48-p416le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-p416le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-p416le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-p416le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-rgb24.sh b/testcase/fate-pixfmt-rgb48-rgb24.sh new file mode 100755 index 0000000..631a6dd --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-rgb24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170440-109617827 +# @用例名称: fate-pixfmt-rgb48-rgb24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-rgb24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-rgb24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-rgb24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-rgb32.sh b/testcase/fate-pixfmt-rgb48-rgb32.sh new file mode 100755 index 0000000..2cf902e --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-rgb32.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170440-199753923 +# @用例名称: fate-pixfmt-rgb48-rgb32 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-rgb32 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-rgb32 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-rgb32 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-rgb48.sh b/testcase/fate-pixfmt-rgb48-rgb48.sh new file mode 100755 index 0000000..fdd0f2e --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-rgb48.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170440-290634674 +# @用例名称: fate-pixfmt-rgb48-rgb48 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-rgb48 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-rgb48 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-rgb48 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-rgb555.sh b/testcase/fate-pixfmt-rgb48-rgb555.sh new file mode 100755 index 0000000..99940fd --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-rgb555.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170440-379158510 +# @用例名称: fate-pixfmt-rgb48-rgb555 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-rgb555 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-rgb555 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-rgb555 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-rgb565.sh b/testcase/fate-pixfmt-rgb48-rgb565.sh new file mode 100755 index 0000000..49ba82a --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-rgb565.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170440-467571280 +# @用例名称: fate-pixfmt-rgb48-rgb565 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-rgb565 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-rgb565 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-rgb565 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-uyvy422.sh b/testcase/fate-pixfmt-rgb48-uyvy422.sh new file mode 100755 index 0000000..04dc517 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-uyvy422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170440-558489950 +# @用例名称: fate-pixfmt-rgb48-uyvy422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-uyvy422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-uyvy422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-uyvy422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-v30xle.sh b/testcase/fate-pixfmt-rgb48-v30xle.sh new file mode 100755 index 0000000..42832f9 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-v30xle.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170440-647157755 +# @用例名称: fate-pixfmt-rgb48-v30xle +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-v30xle +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-v30xle + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-v30xle + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-vuyx.sh b/testcase/fate-pixfmt-rgb48-vuyx.sh new file mode 100755 index 0000000..8ced77e --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-vuyx.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170440-735539915 +# @用例名称: fate-pixfmt-rgb48-vuyx +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-vuyx +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-vuyx + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-vuyx + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-vyu444.sh b/testcase/fate-pixfmt-rgb48-vyu444.sh new file mode 100755 index 0000000..d9cf5e0 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-vyu444.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170440-826447554 +# @用例名称: fate-pixfmt-rgb48-vyu444 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-vyu444 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-vyu444 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-vyu444 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-x2bgr10le.sh b/testcase/fate-pixfmt-rgb48-x2bgr10le.sh new file mode 100755 index 0000000..2664c33 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-x2bgr10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170440-920791799 +# @用例名称: fate-pixfmt-rgb48-x2bgr10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-x2bgr10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-x2bgr10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-x2bgr10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-x2rgb10le.sh b/testcase/fate-pixfmt-rgb48-x2rgb10le.sh new file mode 100755 index 0000000..4d0f4c4 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-x2rgb10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170441-010918354 +# @用例名称: fate-pixfmt-rgb48-x2rgb10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-x2rgb10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-x2rgb10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-x2rgb10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-xv30le.sh b/testcase/fate-pixfmt-rgb48-xv30le.sh new file mode 100755 index 0000000..305cbaf --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-xv30le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170441-102506162 +# @用例名称: fate-pixfmt-rgb48-xv30le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-xv30le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-xv30le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-xv30le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-xv36be.sh b/testcase/fate-pixfmt-rgb48-xv36be.sh new file mode 100755 index 0000000..18a4f9b --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-xv36be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170441-194588408 +# @用例名称: fate-pixfmt-rgb48-xv36be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-xv36be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-xv36be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-xv36be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-xv36le.sh b/testcase/fate-pixfmt-rgb48-xv36le.sh new file mode 100755 index 0000000..5230b33 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-xv36le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170441-283007648 +# @用例名称: fate-pixfmt-rgb48-xv36le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-xv36le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-xv36le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-xv36le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-xv48be.sh b/testcase/fate-pixfmt-rgb48-xv48be.sh new file mode 100755 index 0000000..7ef3d20 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-xv48be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170441-371893497 +# @用例名称: fate-pixfmt-rgb48-xv48be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-xv48be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-xv48be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-xv48be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-xv48le.sh b/testcase/fate-pixfmt-rgb48-xv48le.sh new file mode 100755 index 0000000..a2ca5da --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-xv48le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170441-460282157 +# @用例名称: fate-pixfmt-rgb48-xv48le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-xv48le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-xv48le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-xv48le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-xyz12le.sh b/testcase/fate-pixfmt-rgb48-xyz12le.sh new file mode 100755 index 0000000..d808424 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-xyz12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170441-548197786 +# @用例名称: fate-pixfmt-rgb48-xyz12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-xyz12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-xyz12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-xyz12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-y210le.sh b/testcase/fate-pixfmt-rgb48-y210le.sh new file mode 100755 index 0000000..07f5f63 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-y210le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170441-637918460 +# @用例名称: fate-pixfmt-rgb48-y210le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-y210le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-y210le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-y210le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-y212le.sh b/testcase/fate-pixfmt-rgb48-y212le.sh new file mode 100755 index 0000000..dd3f706 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-y212le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170441-729039876 +# @用例名称: fate-pixfmt-rgb48-y212le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-y212le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-y212le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-y212le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-y216le.sh b/testcase/fate-pixfmt-rgb48-y216le.sh new file mode 100755 index 0000000..f125feb --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-y216le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170441-817118572 +# @用例名称: fate-pixfmt-rgb48-y216le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-y216le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-y216le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-y216le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yuv410p.sh b/testcase/fate-pixfmt-rgb48-yuv410p.sh new file mode 100755 index 0000000..f0f421e --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yuv410p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170441-905187489 +# @用例名称: fate-pixfmt-rgb48-yuv410p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv410p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv410p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yuv410p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yuv411p.sh b/testcase/fate-pixfmt-rgb48-yuv411p.sh new file mode 100755 index 0000000..580f16f --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yuv411p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170441-995512870 +# @用例名称: fate-pixfmt-rgb48-yuv411p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv411p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv411p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yuv411p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yuv420p.sh b/testcase/fate-pixfmt-rgb48-yuv420p.sh new file mode 100755 index 0000000..608fb66 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yuv420p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170442-084037877 +# @用例名称: fate-pixfmt-rgb48-yuv420p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv420p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv420p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yuv420p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yuv420p10be.sh b/testcase/fate-pixfmt-rgb48-yuv420p10be.sh new file mode 100755 index 0000000..8ab7358 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yuv420p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170442-170001434 +# @用例名称: fate-pixfmt-rgb48-yuv420p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv420p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv420p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yuv420p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yuv420p10le.sh b/testcase/fate-pixfmt-rgb48-yuv420p10le.sh new file mode 100755 index 0000000..4e6727b --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yuv420p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170442-255204896 +# @用例名称: fate-pixfmt-rgb48-yuv420p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv420p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv420p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yuv420p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yuv420p12be.sh b/testcase/fate-pixfmt-rgb48-yuv420p12be.sh new file mode 100755 index 0000000..1fb0c73 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yuv420p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170442-339423798 +# @用例名称: fate-pixfmt-rgb48-yuv420p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv420p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv420p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yuv420p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yuv420p12le.sh b/testcase/fate-pixfmt-rgb48-yuv420p12le.sh new file mode 100755 index 0000000..10079b0 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yuv420p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170442-427024213 +# @用例名称: fate-pixfmt-rgb48-yuv420p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv420p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv420p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yuv420p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yuv420p16be.sh b/testcase/fate-pixfmt-rgb48-yuv420p16be.sh new file mode 100755 index 0000000..048d023 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yuv420p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170442-519307366 +# @用例名称: fate-pixfmt-rgb48-yuv420p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv420p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv420p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yuv420p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yuv420p16le.sh b/testcase/fate-pixfmt-rgb48-yuv420p16le.sh new file mode 100755 index 0000000..aaa6ba9 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yuv420p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170442-608691416 +# @用例名称: fate-pixfmt-rgb48-yuv420p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv420p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv420p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yuv420p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yuv422p.sh b/testcase/fate-pixfmt-rgb48-yuv422p.sh new file mode 100755 index 0000000..e0f5d02 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yuv422p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170442-696741274 +# @用例名称: fate-pixfmt-rgb48-yuv422p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv422p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv422p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yuv422p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yuv422p10be.sh b/testcase/fate-pixfmt-rgb48-yuv422p10be.sh new file mode 100755 index 0000000..44f79d3 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yuv422p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170442-784593123 +# @用例名称: fate-pixfmt-rgb48-yuv422p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv422p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv422p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yuv422p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yuv422p10le.sh b/testcase/fate-pixfmt-rgb48-yuv422p10le.sh new file mode 100755 index 0000000..24b117d --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yuv422p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170442-873794137 +# @用例名称: fate-pixfmt-rgb48-yuv422p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv422p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv422p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yuv422p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yuv422p12be.sh b/testcase/fate-pixfmt-rgb48-yuv422p12be.sh new file mode 100755 index 0000000..a79390b --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yuv422p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170442-962177337 +# @用例名称: fate-pixfmt-rgb48-yuv422p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv422p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv422p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yuv422p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yuv422p12le.sh b/testcase/fate-pixfmt-rgb48-yuv422p12le.sh new file mode 100755 index 0000000..e469027 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yuv422p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170443-046209042 +# @用例名称: fate-pixfmt-rgb48-yuv422p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv422p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv422p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yuv422p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yuv422p16be.sh b/testcase/fate-pixfmt-rgb48-yuv422p16be.sh new file mode 100755 index 0000000..aee8448 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yuv422p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170443-137913547 +# @用例名称: fate-pixfmt-rgb48-yuv422p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv422p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv422p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yuv422p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yuv422p16le.sh b/testcase/fate-pixfmt-rgb48-yuv422p16le.sh new file mode 100755 index 0000000..3f59d26 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yuv422p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170443-226165999 +# @用例名称: fate-pixfmt-rgb48-yuv422p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv422p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv422p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yuv422p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yuv440p.sh b/testcase/fate-pixfmt-rgb48-yuv440p.sh new file mode 100755 index 0000000..5a0f1d8 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yuv440p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170443-314573908 +# @用例名称: fate-pixfmt-rgb48-yuv440p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv440p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv440p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yuv440p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yuv440p10be.sh b/testcase/fate-pixfmt-rgb48-yuv440p10be.sh new file mode 100755 index 0000000..d667a68 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yuv440p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170443-401562856 +# @用例名称: fate-pixfmt-rgb48-yuv440p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv440p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv440p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yuv440p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yuv440p10le.sh b/testcase/fate-pixfmt-rgb48-yuv440p10le.sh new file mode 100755 index 0000000..4f1750a --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yuv440p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170443-488807707 +# @用例名称: fate-pixfmt-rgb48-yuv440p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv440p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv440p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yuv440p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yuv440p12be.sh b/testcase/fate-pixfmt-rgb48-yuv440p12be.sh new file mode 100755 index 0000000..cefc4ea --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yuv440p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170443-581692510 +# @用例名称: fate-pixfmt-rgb48-yuv440p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv440p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv440p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yuv440p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yuv440p12le.sh b/testcase/fate-pixfmt-rgb48-yuv440p12le.sh new file mode 100755 index 0000000..eb6bb38 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yuv440p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170443-672367564 +# @用例名称: fate-pixfmt-rgb48-yuv440p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv440p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv440p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yuv440p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yuv444p.sh b/testcase/fate-pixfmt-rgb48-yuv444p.sh new file mode 100755 index 0000000..3a586cb --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yuv444p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170443-762300443 +# @用例名称: fate-pixfmt-rgb48-yuv444p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv444p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv444p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yuv444p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yuv444p10be.sh b/testcase/fate-pixfmt-rgb48-yuv444p10be.sh new file mode 100755 index 0000000..7a691f4 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yuv444p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170443-852138685 +# @用例名称: fate-pixfmt-rgb48-yuv444p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv444p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv444p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yuv444p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yuv444p10le.sh b/testcase/fate-pixfmt-rgb48-yuv444p10le.sh new file mode 100755 index 0000000..2b7ae29 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yuv444p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170443-942588795 +# @用例名称: fate-pixfmt-rgb48-yuv444p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv444p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv444p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yuv444p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yuv444p10msbbe.sh b/testcase/fate-pixfmt-rgb48-yuv444p10msbbe.sh new file mode 100755 index 0000000..4e3dd5d --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yuv444p10msbbe.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170444-030776399 +# @用例名称: fate-pixfmt-rgb48-yuv444p10msbbe +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv444p10msbbe +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv444p10msbbe + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yuv444p10msbbe + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yuv444p10msble.sh b/testcase/fate-pixfmt-rgb48-yuv444p10msble.sh new file mode 100755 index 0000000..c6b4caf --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yuv444p10msble.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170444-123091581 +# @用例名称: fate-pixfmt-rgb48-yuv444p10msble +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv444p10msble +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv444p10msble + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yuv444p10msble + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yuv444p12be.sh b/testcase/fate-pixfmt-rgb48-yuv444p12be.sh new file mode 100755 index 0000000..161adfa --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yuv444p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170444-213930934 +# @用例名称: fate-pixfmt-rgb48-yuv444p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv444p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv444p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yuv444p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yuv444p12le.sh b/testcase/fate-pixfmt-rgb48-yuv444p12le.sh new file mode 100755 index 0000000..3c17748 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yuv444p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170444-303587138 +# @用例名称: fate-pixfmt-rgb48-yuv444p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv444p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv444p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yuv444p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yuv444p12msbbe.sh b/testcase/fate-pixfmt-rgb48-yuv444p12msbbe.sh new file mode 100755 index 0000000..1bf2a2a --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yuv444p12msbbe.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170444-388549265 +# @用例名称: fate-pixfmt-rgb48-yuv444p12msbbe +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv444p12msbbe +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv444p12msbbe + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yuv444p12msbbe + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yuv444p12msble.sh b/testcase/fate-pixfmt-rgb48-yuv444p12msble.sh new file mode 100755 index 0000000..189372b --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yuv444p12msble.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170444-468606457 +# @用例名称: fate-pixfmt-rgb48-yuv444p12msble +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv444p12msble +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv444p12msble + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yuv444p12msble + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yuv444p16be.sh b/testcase/fate-pixfmt-rgb48-yuv444p16be.sh new file mode 100755 index 0000000..1b358bd --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yuv444p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170444-557639995 +# @用例名称: fate-pixfmt-rgb48-yuv444p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv444p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv444p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yuv444p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yuv444p16le.sh b/testcase/fate-pixfmt-rgb48-yuv444p16le.sh new file mode 100755 index 0000000..0ffa666 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yuv444p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170444-645332138 +# @用例名称: fate-pixfmt-rgb48-yuv444p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv444p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuv444p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yuv444p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yuvj420p.sh b/testcase/fate-pixfmt-rgb48-yuvj420p.sh new file mode 100755 index 0000000..4f564bc --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yuvj420p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170444-735039502 +# @用例名称: fate-pixfmt-rgb48-yuvj420p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuvj420p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuvj420p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yuvj420p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yuvj422p.sh b/testcase/fate-pixfmt-rgb48-yuvj422p.sh new file mode 100755 index 0000000..a446884 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yuvj422p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170444-824260466 +# @用例名称: fate-pixfmt-rgb48-yuvj422p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuvj422p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuvj422p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yuvj422p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yuvj440p.sh b/testcase/fate-pixfmt-rgb48-yuvj440p.sh new file mode 100755 index 0000000..270803b --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yuvj440p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170444-910074325 +# @用例名称: fate-pixfmt-rgb48-yuvj440p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuvj440p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuvj440p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yuvj440p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yuvj444p.sh b/testcase/fate-pixfmt-rgb48-yuvj444p.sh new file mode 100755 index 0000000..55c4f27 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yuvj444p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170445-000045244 +# @用例名称: fate-pixfmt-rgb48-yuvj444p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuvj444p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuvj444p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yuvj444p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yuyv422.sh b/testcase/fate-pixfmt-rgb48-yuyv422.sh new file mode 100755 index 0000000..fe4eb63 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yuyv422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170445-090580463 +# @用例名称: fate-pixfmt-rgb48-yuyv422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuyv422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yuyv422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yuyv422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb48-yvyu422.sh b/testcase/fate-pixfmt-rgb48-yvyu422.sh new file mode 100755 index 0000000..c7a5834 --- /dev/null +++ b/testcase/fate-pixfmt-rgb48-yvyu422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170445-180141169 +# @用例名称: fate-pixfmt-rgb48-yvyu422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yvyu422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb48-yvyu422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb48-yvyu422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb555.sh b/testcase/fate-pixfmt-rgb555.sh new file mode 100755 index 0000000..9ca3c4e --- /dev/null +++ b/testcase/fate-pixfmt-rgb555.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170445-272067729 +# @用例名称: fate-pixfmt-rgb555 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb555 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb555 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb555 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-rgb565.sh b/testcase/fate-pixfmt-rgb565.sh new file mode 100755 index 0000000..c6fb49c --- /dev/null +++ b/testcase/fate-pixfmt-rgb565.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170445-362382321 +# @用例名称: fate-pixfmt-rgb565 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-rgb565 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-rgb565 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-rgb565 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-uyvy422.sh b/testcase/fate-pixfmt-uyvy422.sh new file mode 100755 index 0000000..7b2c3c7 --- /dev/null +++ b/testcase/fate-pixfmt-uyvy422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170445-452260201 +# @用例名称: fate-pixfmt-uyvy422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-uyvy422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-uyvy422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-uyvy422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-vuyx.sh b/testcase/fate-pixfmt-vuyx.sh new file mode 100755 index 0000000..73679a5 --- /dev/null +++ b/testcase/fate-pixfmt-vuyx.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170445-541837819 +# @用例名称: fate-pixfmt-vuyx +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-vuyx +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-vuyx + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-vuyx + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-vyu444.sh b/testcase/fate-pixfmt-vyu444.sh new file mode 100755 index 0000000..71b0a6a --- /dev/null +++ b/testcase/fate-pixfmt-vyu444.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170445-631355926 +# @用例名称: fate-pixfmt-vyu444 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-vyu444 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-vyu444 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-vyu444 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-xyz12le.sh b/testcase/fate-pixfmt-xyz12le.sh new file mode 100755 index 0000000..8be8fb7 --- /dev/null +++ b/testcase/fate-pixfmt-xyz12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170445-720614709 +# @用例名称: fate-pixfmt-xyz12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-xyz12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-xyz12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-xyz12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv410p.sh b/testcase/fate-pixfmt-yuv410p.sh new file mode 100755 index 0000000..7915f2b --- /dev/null +++ b/testcase/fate-pixfmt-yuv410p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170445-811175226 +# @用例名称: fate-pixfmt-yuv410p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv410p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv410p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv410p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv411p.sh b/testcase/fate-pixfmt-yuv411p.sh new file mode 100755 index 0000000..b5fb872 --- /dev/null +++ b/testcase/fate-pixfmt-yuv411p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170445-897926828 +# @用例名称: fate-pixfmt-yuv411p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv411p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv411p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv411p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv420p.sh b/testcase/fate-pixfmt-yuv420p.sh new file mode 100755 index 0000000..1170521 --- /dev/null +++ b/testcase/fate-pixfmt-yuv420p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170445-980428523 +# @用例名称: fate-pixfmt-yuv420p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv420p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv420p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv420p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv422p.sh b/testcase/fate-pixfmt-yuv422p.sh new file mode 100755 index 0000000..a62a02e --- /dev/null +++ b/testcase/fate-pixfmt-yuv422p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170446-073520520 +# @用例名称: fate-pixfmt-yuv422p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv422p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv422p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv422p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv440p.sh b/testcase/fate-pixfmt-yuv440p.sh new file mode 100755 index 0000000..34cfde6 --- /dev/null +++ b/testcase/fate-pixfmt-yuv440p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170446-163463550 +# @用例名称: fate-pixfmt-yuv440p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv440p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv440p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv440p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-bgr24.sh b/testcase/fate-pixfmt-yuv444p-bgr24.sh new file mode 100755 index 0000000..e1afc75 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-bgr24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170446-345150654 +# @用例名称: fate-pixfmt-yuv444p-bgr24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-bgr24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-bgr24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-bgr24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-gbrp10be.sh b/testcase/fate-pixfmt-yuv444p-gbrp10be.sh new file mode 100755 index 0000000..d1c75c8 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-gbrp10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170446-438653953 +# @用例名称: fate-pixfmt-yuv444p-gbrp10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-gbrp10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-gbrp10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-gbrp10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-gbrp10le.sh b/testcase/fate-pixfmt-yuv444p-gbrp10le.sh new file mode 100755 index 0000000..0b488a7 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-gbrp10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170446-528584652 +# @用例名称: fate-pixfmt-yuv444p-gbrp10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-gbrp10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-gbrp10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-gbrp10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-gbrp12be.sh b/testcase/fate-pixfmt-yuv444p-gbrp12be.sh new file mode 100755 index 0000000..e0e33b7 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-gbrp12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170446-621971245 +# @用例名称: fate-pixfmt-yuv444p-gbrp12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-gbrp12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-gbrp12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-gbrp12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-gbrp12le.sh b/testcase/fate-pixfmt-yuv444p-gbrp12le.sh new file mode 100755 index 0000000..0857270 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-gbrp12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170446-715055622 +# @用例名称: fate-pixfmt-yuv444p-gbrp12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-gbrp12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-gbrp12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-gbrp12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-gbrp16be.sh b/testcase/fate-pixfmt-yuv444p-gbrp16be.sh new file mode 100755 index 0000000..41ff1d6 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-gbrp16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170446-805785826 +# @用例名称: fate-pixfmt-yuv444p-gbrp16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-gbrp16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-gbrp16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-gbrp16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-gbrp16le.sh b/testcase/fate-pixfmt-yuv444p-gbrp16le.sh new file mode 100755 index 0000000..377ff0c --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-gbrp16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170446-899977741 +# @用例名称: fate-pixfmt-yuv444p-gbrp16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-gbrp16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-gbrp16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-gbrp16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-gray.sh b/testcase/fate-pixfmt-yuv444p-gray.sh new file mode 100755 index 0000000..fc71609 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-gray.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170446-990148427 +# @用例名称: fate-pixfmt-yuv444p-gray +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-gray +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-gray + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-gray + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-gray10be.sh b/testcase/fate-pixfmt-yuv444p-gray10be.sh new file mode 100755 index 0000000..13eeeca --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-gray10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170447-083687286 +# @用例名称: fate-pixfmt-yuv444p-gray10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-gray10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-gray10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-gray10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-gray10le.sh b/testcase/fate-pixfmt-yuv444p-gray10le.sh new file mode 100755 index 0000000..d0548f3 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-gray10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170447-170408858 +# @用例名称: fate-pixfmt-yuv444p-gray10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-gray10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-gray10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-gray10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-gray12be.sh b/testcase/fate-pixfmt-yuv444p-gray12be.sh new file mode 100755 index 0000000..2d0908c --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-gray12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170447-264640494 +# @用例名称: fate-pixfmt-yuv444p-gray12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-gray12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-gray12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-gray12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-gray12le.sh b/testcase/fate-pixfmt-yuv444p-gray12le.sh new file mode 100755 index 0000000..958366e --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-gray12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170447-356410187 +# @用例名称: fate-pixfmt-yuv444p-gray12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-gray12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-gray12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-gray12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-gray16be.sh b/testcase/fate-pixfmt-yuv444p-gray16be.sh new file mode 100755 index 0000000..5363272 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-gray16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170447-448859317 +# @用例名称: fate-pixfmt-yuv444p-gray16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-gray16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-gray16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-gray16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-gray16le.sh b/testcase/fate-pixfmt-yuv444p-gray16le.sh new file mode 100755 index 0000000..fef7cec --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-gray16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170447-538802626 +# @用例名称: fate-pixfmt-yuv444p-gray16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-gray16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-gray16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-gray16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-monob.sh b/testcase/fate-pixfmt-yuv444p-monob.sh new file mode 100755 index 0000000..9a0cd72 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-monob.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170447-629479152 +# @用例名称: fate-pixfmt-yuv444p-monob +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-monob +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-monob + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-monob + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-monow.sh b/testcase/fate-pixfmt-yuv444p-monow.sh new file mode 100755 index 0000000..0e13f3c --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-monow.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170447-720783934 +# @用例名称: fate-pixfmt-yuv444p-monow +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-monow +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-monow + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-monow + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-nv12.sh b/testcase/fate-pixfmt-yuv444p-nv12.sh new file mode 100755 index 0000000..a131b4a --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-nv12.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170447-812506769 +# @用例名称: fate-pixfmt-yuv444p-nv12 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-nv12 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-nv12 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-nv12 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-nv16.sh b/testcase/fate-pixfmt-yuv444p-nv16.sh new file mode 100755 index 0000000..d60a049 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-nv16.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170447-905629266 +# @用例名称: fate-pixfmt-yuv444p-nv16 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-nv16 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-nv16 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-nv16 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-nv24.sh b/testcase/fate-pixfmt-yuv444p-nv24.sh new file mode 100755 index 0000000..5db6ab7 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-nv24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170447-997654294 +# @用例名称: fate-pixfmt-yuv444p-nv24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-nv24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-nv24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-nv24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-p010be.sh b/testcase/fate-pixfmt-yuv444p-p010be.sh new file mode 100755 index 0000000..633cd1a --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-p010be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170448-088879839 +# @用例名称: fate-pixfmt-yuv444p-p010be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-p010be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-p010be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-p010be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-p010le.sh b/testcase/fate-pixfmt-yuv444p-p010le.sh new file mode 100755 index 0000000..a8e244b --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-p010le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170448-178460995 +# @用例名称: fate-pixfmt-yuv444p-p010le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-p010le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-p010le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-p010le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-p012be.sh b/testcase/fate-pixfmt-yuv444p-p012be.sh new file mode 100755 index 0000000..23b5544 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-p012be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170448-270519653 +# @用例名称: fate-pixfmt-yuv444p-p012be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-p012be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-p012be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-p012be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-p012le.sh b/testcase/fate-pixfmt-yuv444p-p012le.sh new file mode 100755 index 0000000..cc2f13c --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-p012le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170448-361720647 +# @用例名称: fate-pixfmt-yuv444p-p012le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-p012le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-p012le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-p012le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-p016be.sh b/testcase/fate-pixfmt-yuv444p-p016be.sh new file mode 100755 index 0000000..cebedd6 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-p016be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170448-452848814 +# @用例名称: fate-pixfmt-yuv444p-p016be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-p016be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-p016be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-p016be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-p016le.sh b/testcase/fate-pixfmt-yuv444p-p016le.sh new file mode 100755 index 0000000..a3c2cab --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-p016le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170448-541641696 +# @用例名称: fate-pixfmt-yuv444p-p016le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-p016le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-p016le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-p016le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-p210be.sh b/testcase/fate-pixfmt-yuv444p-p210be.sh new file mode 100755 index 0000000..60d5df7 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-p210be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170448-634108005 +# @用例名称: fate-pixfmt-yuv444p-p210be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-p210be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-p210be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-p210be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-p210le.sh b/testcase/fate-pixfmt-yuv444p-p210le.sh new file mode 100755 index 0000000..f94e9bc --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-p210le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170448-726837300 +# @用例名称: fate-pixfmt-yuv444p-p210le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-p210le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-p210le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-p210le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-p212be.sh b/testcase/fate-pixfmt-yuv444p-p212be.sh new file mode 100755 index 0000000..d57663a --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-p212be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170448-818383959 +# @用例名称: fate-pixfmt-yuv444p-p212be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-p212be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-p212be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-p212be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-p212le.sh b/testcase/fate-pixfmt-yuv444p-p212le.sh new file mode 100755 index 0000000..b9febef --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-p212le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170448-909684161 +# @用例名称: fate-pixfmt-yuv444p-p212le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-p212le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-p212le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-p212le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-p216be.sh b/testcase/fate-pixfmt-yuv444p-p216be.sh new file mode 100755 index 0000000..420f486 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-p216be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170448-999761977 +# @用例名称: fate-pixfmt-yuv444p-p216be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-p216be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-p216be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-p216be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-p216le.sh b/testcase/fate-pixfmt-yuv444p-p216le.sh new file mode 100755 index 0000000..4fe3787 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-p216le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170449-087786954 +# @用例名称: fate-pixfmt-yuv444p-p216le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-p216le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-p216le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-p216le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-p410be.sh b/testcase/fate-pixfmt-yuv444p-p410be.sh new file mode 100755 index 0000000..d731906 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-p410be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170449-181432071 +# @用例名称: fate-pixfmt-yuv444p-p410be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-p410be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-p410be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-p410be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-p410le.sh b/testcase/fate-pixfmt-yuv444p-p410le.sh new file mode 100755 index 0000000..049621b --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-p410le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170449-271884540 +# @用例名称: fate-pixfmt-yuv444p-p410le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-p410le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-p410le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-p410le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-p412be.sh b/testcase/fate-pixfmt-yuv444p-p412be.sh new file mode 100755 index 0000000..3176e01 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-p412be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170449-363760682 +# @用例名称: fate-pixfmt-yuv444p-p412be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-p412be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-p412be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-p412be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-p412le.sh b/testcase/fate-pixfmt-yuv444p-p412le.sh new file mode 100755 index 0000000..2a37f3c --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-p412le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170449-453200541 +# @用例名称: fate-pixfmt-yuv444p-p412le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-p412le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-p412le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-p412le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-p416be.sh b/testcase/fate-pixfmt-yuv444p-p416be.sh new file mode 100755 index 0000000..93029ed --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-p416be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170449-539050861 +# @用例名称: fate-pixfmt-yuv444p-p416be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-p416be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-p416be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-p416be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-p416le.sh b/testcase/fate-pixfmt-yuv444p-p416le.sh new file mode 100755 index 0000000..5f8e93a --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-p416le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170449-627959580 +# @用例名称: fate-pixfmt-yuv444p-p416le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-p416le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-p416le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-p416le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-rgb24.sh b/testcase/fate-pixfmt-yuv444p-rgb24.sh new file mode 100755 index 0000000..77ea2c9 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-rgb24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170449-718072316 +# @用例名称: fate-pixfmt-yuv444p-rgb24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-rgb24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-rgb24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-rgb24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-rgb32.sh b/testcase/fate-pixfmt-yuv444p-rgb32.sh new file mode 100755 index 0000000..f3c1acf --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-rgb32.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170449-808324660 +# @用例名称: fate-pixfmt-yuv444p-rgb32 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-rgb32 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-rgb32 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-rgb32 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-rgb48.sh b/testcase/fate-pixfmt-yuv444p-rgb48.sh new file mode 100755 index 0000000..c44cd91 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-rgb48.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170449-895582521 +# @用例名称: fate-pixfmt-yuv444p-rgb48 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-rgb48 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-rgb48 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-rgb48 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-rgb555.sh b/testcase/fate-pixfmt-yuv444p-rgb555.sh new file mode 100755 index 0000000..0207418 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-rgb555.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170449-987141609 +# @用例名称: fate-pixfmt-yuv444p-rgb555 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-rgb555 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-rgb555 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-rgb555 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-rgb565.sh b/testcase/fate-pixfmt-yuv444p-rgb565.sh new file mode 100755 index 0000000..0bf3e6f --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-rgb565.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170450-078212246 +# @用例名称: fate-pixfmt-yuv444p-rgb565 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-rgb565 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-rgb565 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-rgb565 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-uyvy422.sh b/testcase/fate-pixfmt-yuv444p-uyvy422.sh new file mode 100755 index 0000000..7873661 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-uyvy422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170450-166887801 +# @用例名称: fate-pixfmt-yuv444p-uyvy422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-uyvy422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-uyvy422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-uyvy422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-v30xle.sh b/testcase/fate-pixfmt-yuv444p-v30xle.sh new file mode 100755 index 0000000..481c0ee --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-v30xle.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170450-255095054 +# @用例名称: fate-pixfmt-yuv444p-v30xle +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-v30xle +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-v30xle + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-v30xle + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-vuyx.sh b/testcase/fate-pixfmt-yuv444p-vuyx.sh new file mode 100755 index 0000000..7f92504 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-vuyx.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170450-342214798 +# @用例名称: fate-pixfmt-yuv444p-vuyx +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-vuyx +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-vuyx + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-vuyx + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-vyu444.sh b/testcase/fate-pixfmt-yuv444p-vyu444.sh new file mode 100755 index 0000000..2c6e810 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-vyu444.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170450-430481020 +# @用例名称: fate-pixfmt-yuv444p-vyu444 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-vyu444 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-vyu444 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-vyu444 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-x2bgr10le.sh b/testcase/fate-pixfmt-yuv444p-x2bgr10le.sh new file mode 100755 index 0000000..2db7965 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-x2bgr10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170450-518590696 +# @用例名称: fate-pixfmt-yuv444p-x2bgr10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-x2bgr10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-x2bgr10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-x2bgr10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-x2rgb10le.sh b/testcase/fate-pixfmt-yuv444p-x2rgb10le.sh new file mode 100755 index 0000000..76923f5 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-x2rgb10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170450-607408977 +# @用例名称: fate-pixfmt-yuv444p-x2rgb10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-x2rgb10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-x2rgb10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-x2rgb10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-xv30le.sh b/testcase/fate-pixfmt-yuv444p-xv30le.sh new file mode 100755 index 0000000..37fcd3e --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-xv30le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170450-695127080 +# @用例名称: fate-pixfmt-yuv444p-xv30le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-xv30le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-xv30le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-xv30le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-xv36be.sh b/testcase/fate-pixfmt-yuv444p-xv36be.sh new file mode 100755 index 0000000..1ef028a --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-xv36be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170450-784001229 +# @用例名称: fate-pixfmt-yuv444p-xv36be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-xv36be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-xv36be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-xv36be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-xv36le.sh b/testcase/fate-pixfmt-yuv444p-xv36le.sh new file mode 100755 index 0000000..df80e97 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-xv36le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170450-870350390 +# @用例名称: fate-pixfmt-yuv444p-xv36le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-xv36le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-xv36le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-xv36le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-xv48be.sh b/testcase/fate-pixfmt-yuv444p-xv48be.sh new file mode 100755 index 0000000..dab1f12 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-xv48be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170450-958091462 +# @用例名称: fate-pixfmt-yuv444p-xv48be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-xv48be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-xv48be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-xv48be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-xv48le.sh b/testcase/fate-pixfmt-yuv444p-xv48le.sh new file mode 100755 index 0000000..b545392 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-xv48le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170451-045029900 +# @用例名称: fate-pixfmt-yuv444p-xv48le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-xv48le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-xv48le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-xv48le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-xyz12le.sh b/testcase/fate-pixfmt-yuv444p-xyz12le.sh new file mode 100755 index 0000000..8fbad5a --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-xyz12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170451-134925141 +# @用例名称: fate-pixfmt-yuv444p-xyz12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-xyz12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-xyz12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-xyz12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-y210le.sh b/testcase/fate-pixfmt-yuv444p-y210le.sh new file mode 100755 index 0000000..361c89e --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-y210le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170451-223215512 +# @用例名称: fate-pixfmt-yuv444p-y210le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-y210le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-y210le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-y210le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-y212le.sh b/testcase/fate-pixfmt-yuv444p-y212le.sh new file mode 100755 index 0000000..d13a718 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-y212le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170451-313364938 +# @用例名称: fate-pixfmt-yuv444p-y212le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-y212le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-y212le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-y212le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-y216le.sh b/testcase/fate-pixfmt-yuv444p-y216le.sh new file mode 100755 index 0000000..d2922bb --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-y216le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170451-402853016 +# @用例名称: fate-pixfmt-yuv444p-y216le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-y216le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-y216le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-y216le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yuv410p.sh b/testcase/fate-pixfmt-yuv444p-yuv410p.sh new file mode 100755 index 0000000..1deab1f --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yuv410p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170451-494239537 +# @用例名称: fate-pixfmt-yuv444p-yuv410p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv410p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv410p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yuv410p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yuv411p.sh b/testcase/fate-pixfmt-yuv444p-yuv411p.sh new file mode 100755 index 0000000..fc3677e --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yuv411p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170451-579309271 +# @用例名称: fate-pixfmt-yuv444p-yuv411p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv411p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv411p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yuv411p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yuv420p.sh b/testcase/fate-pixfmt-yuv444p-yuv420p.sh new file mode 100755 index 0000000..14c1a53 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yuv420p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170451-672838091 +# @用例名称: fate-pixfmt-yuv444p-yuv420p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv420p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv420p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yuv420p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yuv420p10be.sh b/testcase/fate-pixfmt-yuv444p-yuv420p10be.sh new file mode 100755 index 0000000..8c60937 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yuv420p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170451-763992626 +# @用例名称: fate-pixfmt-yuv444p-yuv420p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv420p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv420p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yuv420p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yuv420p10le.sh b/testcase/fate-pixfmt-yuv444p-yuv420p10le.sh new file mode 100755 index 0000000..a1bf82b --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yuv420p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170451-854656351 +# @用例名称: fate-pixfmt-yuv444p-yuv420p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv420p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv420p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yuv420p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yuv420p12be.sh b/testcase/fate-pixfmt-yuv444p-yuv420p12be.sh new file mode 100755 index 0000000..7fc4e55 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yuv420p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170451-944144120 +# @用例名称: fate-pixfmt-yuv444p-yuv420p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv420p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv420p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yuv420p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yuv420p12le.sh b/testcase/fate-pixfmt-yuv444p-yuv420p12le.sh new file mode 100755 index 0000000..4cb5f18 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yuv420p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170452-031116347 +# @用例名称: fate-pixfmt-yuv444p-yuv420p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv420p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv420p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yuv420p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yuv420p16be.sh b/testcase/fate-pixfmt-yuv444p-yuv420p16be.sh new file mode 100755 index 0000000..3693225 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yuv420p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170452-120550276 +# @用例名称: fate-pixfmt-yuv444p-yuv420p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv420p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv420p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yuv420p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yuv420p16le.sh b/testcase/fate-pixfmt-yuv444p-yuv420p16le.sh new file mode 100755 index 0000000..55554d4 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yuv420p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170452-202338525 +# @用例名称: fate-pixfmt-yuv444p-yuv420p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv420p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv420p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yuv420p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yuv422p.sh b/testcase/fate-pixfmt-yuv444p-yuv422p.sh new file mode 100755 index 0000000..d43f520 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yuv422p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170452-286471088 +# @用例名称: fate-pixfmt-yuv444p-yuv422p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv422p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv422p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yuv422p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yuv422p10be.sh b/testcase/fate-pixfmt-yuv444p-yuv422p10be.sh new file mode 100755 index 0000000..5b20a9c --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yuv422p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170452-373964865 +# @用例名称: fate-pixfmt-yuv444p-yuv422p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv422p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv422p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yuv422p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yuv422p10le.sh b/testcase/fate-pixfmt-yuv444p-yuv422p10le.sh new file mode 100755 index 0000000..31180a8 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yuv422p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170452-466685251 +# @用例名称: fate-pixfmt-yuv444p-yuv422p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv422p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv422p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yuv422p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yuv422p12be.sh b/testcase/fate-pixfmt-yuv444p-yuv422p12be.sh new file mode 100755 index 0000000..a289f0f --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yuv422p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170452-553448572 +# @用例名称: fate-pixfmt-yuv444p-yuv422p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv422p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv422p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yuv422p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yuv422p12le.sh b/testcase/fate-pixfmt-yuv444p-yuv422p12le.sh new file mode 100755 index 0000000..4d21d76 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yuv422p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170452-637720092 +# @用例名称: fate-pixfmt-yuv444p-yuv422p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv422p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv422p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yuv422p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yuv422p16be.sh b/testcase/fate-pixfmt-yuv444p-yuv422p16be.sh new file mode 100755 index 0000000..50f64cb --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yuv422p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170452-728058773 +# @用例名称: fate-pixfmt-yuv444p-yuv422p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv422p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv422p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yuv422p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yuv422p16le.sh b/testcase/fate-pixfmt-yuv444p-yuv422p16le.sh new file mode 100755 index 0000000..dca9c8b --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yuv422p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170452-819007353 +# @用例名称: fate-pixfmt-yuv444p-yuv422p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv422p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv422p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yuv422p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yuv440p.sh b/testcase/fate-pixfmt-yuv444p-yuv440p.sh new file mode 100755 index 0000000..84a96a6 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yuv440p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170452-909544101 +# @用例名称: fate-pixfmt-yuv444p-yuv440p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv440p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv440p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yuv440p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yuv440p10be.sh b/testcase/fate-pixfmt-yuv444p-yuv440p10be.sh new file mode 100755 index 0000000..ba6ec52 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yuv440p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170452-998409872 +# @用例名称: fate-pixfmt-yuv444p-yuv440p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv440p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv440p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yuv440p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yuv440p10le.sh b/testcase/fate-pixfmt-yuv444p-yuv440p10le.sh new file mode 100755 index 0000000..69213f6 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yuv440p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170453-084703533 +# @用例名称: fate-pixfmt-yuv444p-yuv440p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv440p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv440p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yuv440p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yuv440p12be.sh b/testcase/fate-pixfmt-yuv444p-yuv440p12be.sh new file mode 100755 index 0000000..88994fb --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yuv440p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170453-168710849 +# @用例名称: fate-pixfmt-yuv444p-yuv440p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv440p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv440p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yuv440p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yuv440p12le.sh b/testcase/fate-pixfmt-yuv444p-yuv440p12le.sh new file mode 100755 index 0000000..f2bada9 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yuv440p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170453-255859522 +# @用例名称: fate-pixfmt-yuv444p-yuv440p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv440p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv440p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yuv440p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yuv444p.sh b/testcase/fate-pixfmt-yuv444p-yuv444p.sh new file mode 100755 index 0000000..99d0005 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yuv444p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170453-348089106 +# @用例名称: fate-pixfmt-yuv444p-yuv444p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv444p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv444p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yuv444p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yuv444p10be.sh b/testcase/fate-pixfmt-yuv444p-yuv444p10be.sh new file mode 100755 index 0000000..2eea182 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yuv444p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170453-438703433 +# @用例名称: fate-pixfmt-yuv444p-yuv444p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv444p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv444p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yuv444p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yuv444p10le.sh b/testcase/fate-pixfmt-yuv444p-yuv444p10le.sh new file mode 100755 index 0000000..49c00dd --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yuv444p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170453-528536044 +# @用例名称: fate-pixfmt-yuv444p-yuv444p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv444p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv444p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yuv444p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yuv444p10msbbe.sh b/testcase/fate-pixfmt-yuv444p-yuv444p10msbbe.sh new file mode 100755 index 0000000..22d3da8 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yuv444p10msbbe.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170453-617738938 +# @用例名称: fate-pixfmt-yuv444p-yuv444p10msbbe +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv444p10msbbe +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv444p10msbbe + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yuv444p10msbbe + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yuv444p10msble.sh b/testcase/fate-pixfmt-yuv444p-yuv444p10msble.sh new file mode 100755 index 0000000..87e7650 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yuv444p10msble.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170453-706555489 +# @用例名称: fate-pixfmt-yuv444p-yuv444p10msble +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv444p10msble +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv444p10msble + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yuv444p10msble + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yuv444p12be.sh b/testcase/fate-pixfmt-yuv444p-yuv444p12be.sh new file mode 100755 index 0000000..00552ee --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yuv444p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170453-797204585 +# @用例名称: fate-pixfmt-yuv444p-yuv444p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv444p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv444p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yuv444p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yuv444p12le.sh b/testcase/fate-pixfmt-yuv444p-yuv444p12le.sh new file mode 100755 index 0000000..ccb90d3 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yuv444p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170453-885404478 +# @用例名称: fate-pixfmt-yuv444p-yuv444p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv444p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv444p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yuv444p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yuv444p12msbbe.sh b/testcase/fate-pixfmt-yuv444p-yuv444p12msbbe.sh new file mode 100755 index 0000000..8fa6e10 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yuv444p12msbbe.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170453-976528035 +# @用例名称: fate-pixfmt-yuv444p-yuv444p12msbbe +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv444p12msbbe +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv444p12msbbe + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yuv444p12msbbe + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yuv444p12msble.sh b/testcase/fate-pixfmt-yuv444p-yuv444p12msble.sh new file mode 100755 index 0000000..85e0f46 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yuv444p12msble.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170454-066832577 +# @用例名称: fate-pixfmt-yuv444p-yuv444p12msble +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv444p12msble +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv444p12msble + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yuv444p12msble + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yuv444p16be.sh b/testcase/fate-pixfmt-yuv444p-yuv444p16be.sh new file mode 100755 index 0000000..e7ecaaf --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yuv444p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170454-159672050 +# @用例名称: fate-pixfmt-yuv444p-yuv444p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv444p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv444p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yuv444p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yuv444p16le.sh b/testcase/fate-pixfmt-yuv444p-yuv444p16le.sh new file mode 100755 index 0000000..85cfd29 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yuv444p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170454-248915792 +# @用例名称: fate-pixfmt-yuv444p-yuv444p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv444p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuv444p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yuv444p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yuvj420p.sh b/testcase/fate-pixfmt-yuv444p-yuvj420p.sh new file mode 100755 index 0000000..2ab013c --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yuvj420p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170454-341147477 +# @用例名称: fate-pixfmt-yuv444p-yuvj420p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuvj420p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuvj420p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yuvj420p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yuvj422p.sh b/testcase/fate-pixfmt-yuv444p-yuvj422p.sh new file mode 100755 index 0000000..2c7e9ff --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yuvj422p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170454-437301194 +# @用例名称: fate-pixfmt-yuv444p-yuvj422p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuvj422p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuvj422p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yuvj422p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yuvj440p.sh b/testcase/fate-pixfmt-yuv444p-yuvj440p.sh new file mode 100755 index 0000000..26aae65 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yuvj440p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170454-529459790 +# @用例名称: fate-pixfmt-yuv444p-yuvj440p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuvj440p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuvj440p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yuvj440p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yuvj444p.sh b/testcase/fate-pixfmt-yuv444p-yuvj444p.sh new file mode 100755 index 0000000..d6669b5 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yuvj444p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170454-613625683 +# @用例名称: fate-pixfmt-yuv444p-yuvj444p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuvj444p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuvj444p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yuvj444p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yuyv422.sh b/testcase/fate-pixfmt-yuv444p-yuyv422.sh new file mode 100755 index 0000000..27a96f9 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yuyv422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170454-705302258 +# @用例名称: fate-pixfmt-yuv444p-yuyv422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuyv422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yuyv422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yuyv422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p-yvyu422.sh b/testcase/fate-pixfmt-yuv444p-yvyu422.sh new file mode 100755 index 0000000..964c747 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p-yvyu422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170454-793455442 +# @用例名称: fate-pixfmt-yuv444p-yvyu422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yvyu422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p-yvyu422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p-yvyu422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p.sh b/testcase/fate-pixfmt-yuv444p.sh new file mode 100755 index 0000000..4651182 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170446-252656034 +# @用例名称: fate-pixfmt-yuv444p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-bgr24.sh b/testcase/fate-pixfmt-yuv444p10-bgr24.sh new file mode 100755 index 0000000..62cc572 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-bgr24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170454-883113387 +# @用例名称: fate-pixfmt-yuv444p10-bgr24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-bgr24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-bgr24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-bgr24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-gbrp10be.sh b/testcase/fate-pixfmt-yuv444p10-gbrp10be.sh new file mode 100755 index 0000000..3345367 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-gbrp10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170454-972545596 +# @用例名称: fate-pixfmt-yuv444p10-gbrp10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-gbrp10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-gbrp10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-gbrp10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-gbrp10le.sh b/testcase/fate-pixfmt-yuv444p10-gbrp10le.sh new file mode 100755 index 0000000..9cb9792 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-gbrp10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170455-059770019 +# @用例名称: fate-pixfmt-yuv444p10-gbrp10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-gbrp10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-gbrp10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-gbrp10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-gbrp12be.sh b/testcase/fate-pixfmt-yuv444p10-gbrp12be.sh new file mode 100755 index 0000000..3a918d0 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-gbrp12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170455-146628029 +# @用例名称: fate-pixfmt-yuv444p10-gbrp12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-gbrp12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-gbrp12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-gbrp12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-gbrp12le.sh b/testcase/fate-pixfmt-yuv444p10-gbrp12le.sh new file mode 100755 index 0000000..f027a10 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-gbrp12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170455-234866021 +# @用例名称: fate-pixfmt-yuv444p10-gbrp12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-gbrp12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-gbrp12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-gbrp12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-gbrp16be.sh b/testcase/fate-pixfmt-yuv444p10-gbrp16be.sh new file mode 100755 index 0000000..d3d6bcd --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-gbrp16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170455-326496648 +# @用例名称: fate-pixfmt-yuv444p10-gbrp16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-gbrp16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-gbrp16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-gbrp16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-gbrp16le.sh b/testcase/fate-pixfmt-yuv444p10-gbrp16le.sh new file mode 100755 index 0000000..2b1b0a4 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-gbrp16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170455-420421330 +# @用例名称: fate-pixfmt-yuv444p10-gbrp16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-gbrp16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-gbrp16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-gbrp16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-gray.sh b/testcase/fate-pixfmt-yuv444p10-gray.sh new file mode 100755 index 0000000..9d4e3d0 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-gray.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170455-513069106 +# @用例名称: fate-pixfmt-yuv444p10-gray +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-gray +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-gray + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-gray + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-gray10be.sh b/testcase/fate-pixfmt-yuv444p10-gray10be.sh new file mode 100755 index 0000000..a5a4eae --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-gray10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170455-598016222 +# @用例名称: fate-pixfmt-yuv444p10-gray10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-gray10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-gray10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-gray10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-gray10le.sh b/testcase/fate-pixfmt-yuv444p10-gray10le.sh new file mode 100755 index 0000000..979476f --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-gray10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170455-689945013 +# @用例名称: fate-pixfmt-yuv444p10-gray10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-gray10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-gray10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-gray10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-gray12be.sh b/testcase/fate-pixfmt-yuv444p10-gray12be.sh new file mode 100755 index 0000000..a994483 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-gray12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170455-783687569 +# @用例名称: fate-pixfmt-yuv444p10-gray12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-gray12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-gray12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-gray12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-gray12le.sh b/testcase/fate-pixfmt-yuv444p10-gray12le.sh new file mode 100755 index 0000000..c31383c --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-gray12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170455-874980321 +# @用例名称: fate-pixfmt-yuv444p10-gray12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-gray12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-gray12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-gray12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-gray16be.sh b/testcase/fate-pixfmt-yuv444p10-gray16be.sh new file mode 100755 index 0000000..214fcb6 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-gray16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170455-964877131 +# @用例名称: fate-pixfmt-yuv444p10-gray16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-gray16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-gray16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-gray16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-gray16le.sh b/testcase/fate-pixfmt-yuv444p10-gray16le.sh new file mode 100755 index 0000000..8ef3a02 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-gray16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170456-055382130 +# @用例名称: fate-pixfmt-yuv444p10-gray16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-gray16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-gray16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-gray16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-monob.sh b/testcase/fate-pixfmt-yuv444p10-monob.sh new file mode 100755 index 0000000..4d2ecd5 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-monob.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170456-149237333 +# @用例名称: fate-pixfmt-yuv444p10-monob +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-monob +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-monob + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-monob + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-monow.sh b/testcase/fate-pixfmt-yuv444p10-monow.sh new file mode 100755 index 0000000..4d28a8f --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-monow.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170456-240341609 +# @用例名称: fate-pixfmt-yuv444p10-monow +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-monow +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-monow + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-monow + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-nv12.sh b/testcase/fate-pixfmt-yuv444p10-nv12.sh new file mode 100755 index 0000000..9853c1a --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-nv12.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170456-332087983 +# @用例名称: fate-pixfmt-yuv444p10-nv12 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-nv12 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-nv12 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-nv12 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-nv16.sh b/testcase/fate-pixfmt-yuv444p10-nv16.sh new file mode 100755 index 0000000..855823d --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-nv16.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170456-422208648 +# @用例名称: fate-pixfmt-yuv444p10-nv16 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-nv16 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-nv16 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-nv16 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-nv24.sh b/testcase/fate-pixfmt-yuv444p10-nv24.sh new file mode 100755 index 0000000..06ef80c --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-nv24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170456-510209956 +# @用例名称: fate-pixfmt-yuv444p10-nv24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-nv24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-nv24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-nv24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-p010be.sh b/testcase/fate-pixfmt-yuv444p10-p010be.sh new file mode 100755 index 0000000..5c29e1a --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-p010be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170456-593596343 +# @用例名称: fate-pixfmt-yuv444p10-p010be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-p010be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-p010be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-p010be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-p010le.sh b/testcase/fate-pixfmt-yuv444p10-p010le.sh new file mode 100755 index 0000000..c3c1809 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-p010le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170456-676114028 +# @用例名称: fate-pixfmt-yuv444p10-p010le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-p010le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-p010le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-p010le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-p012be.sh b/testcase/fate-pixfmt-yuv444p10-p012be.sh new file mode 100755 index 0000000..92b7349 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-p012be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170456-756450366 +# @用例名称: fate-pixfmt-yuv444p10-p012be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-p012be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-p012be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-p012be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-p012le.sh b/testcase/fate-pixfmt-yuv444p10-p012le.sh new file mode 100755 index 0000000..7612b46 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-p012le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170456-850948956 +# @用例名称: fate-pixfmt-yuv444p10-p012le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-p012le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-p012le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-p012le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-p016be.sh b/testcase/fate-pixfmt-yuv444p10-p016be.sh new file mode 100755 index 0000000..c42c085 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-p016be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170456-936805875 +# @用例名称: fate-pixfmt-yuv444p10-p016be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-p016be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-p016be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-p016be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-p016le.sh b/testcase/fate-pixfmt-yuv444p10-p016le.sh new file mode 100755 index 0000000..eed3144 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-p016le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170457-028186156 +# @用例名称: fate-pixfmt-yuv444p10-p016le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-p016le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-p016le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-p016le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-p210be.sh b/testcase/fate-pixfmt-yuv444p10-p210be.sh new file mode 100755 index 0000000..f92c6ec --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-p210be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170457-137531757 +# @用例名称: fate-pixfmt-yuv444p10-p210be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-p210be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-p210be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-p210be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-p210le.sh b/testcase/fate-pixfmt-yuv444p10-p210le.sh new file mode 100755 index 0000000..be0c0e9 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-p210le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170457-244510952 +# @用例名称: fate-pixfmt-yuv444p10-p210le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-p210le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-p210le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-p210le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-p212be.sh b/testcase/fate-pixfmt-yuv444p10-p212be.sh new file mode 100755 index 0000000..6c1ecc9 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-p212be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170457-335578789 +# @用例名称: fate-pixfmt-yuv444p10-p212be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-p212be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-p212be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-p212be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-p212le.sh b/testcase/fate-pixfmt-yuv444p10-p212le.sh new file mode 100755 index 0000000..e3845a8 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-p212le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170457-422935909 +# @用例名称: fate-pixfmt-yuv444p10-p212le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-p212le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-p212le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-p212le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-p216be.sh b/testcase/fate-pixfmt-yuv444p10-p216be.sh new file mode 100755 index 0000000..6eb909e --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-p216be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170457-513409468 +# @用例名称: fate-pixfmt-yuv444p10-p216be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-p216be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-p216be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-p216be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-p216le.sh b/testcase/fate-pixfmt-yuv444p10-p216le.sh new file mode 100755 index 0000000..302c7f4 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-p216le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170457-604783869 +# @用例名称: fate-pixfmt-yuv444p10-p216le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-p216le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-p216le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-p216le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-p410be.sh b/testcase/fate-pixfmt-yuv444p10-p410be.sh new file mode 100755 index 0000000..7d58177 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-p410be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170457-695580952 +# @用例名称: fate-pixfmt-yuv444p10-p410be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-p410be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-p410be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-p410be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-p410le.sh b/testcase/fate-pixfmt-yuv444p10-p410le.sh new file mode 100755 index 0000000..c1ea93c --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-p410le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170457-787155969 +# @用例名称: fate-pixfmt-yuv444p10-p410le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-p410le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-p410le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-p410le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-p412be.sh b/testcase/fate-pixfmt-yuv444p10-p412be.sh new file mode 100755 index 0000000..cc916ee --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-p412be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170457-880402454 +# @用例名称: fate-pixfmt-yuv444p10-p412be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-p412be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-p412be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-p412be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-p412le.sh b/testcase/fate-pixfmt-yuv444p10-p412le.sh new file mode 100755 index 0000000..2a0fbd9 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-p412le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170457-970857243 +# @用例名称: fate-pixfmt-yuv444p10-p412le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-p412le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-p412le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-p412le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-p416be.sh b/testcase/fate-pixfmt-yuv444p10-p416be.sh new file mode 100755 index 0000000..509b610 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-p416be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170458-061842192 +# @用例名称: fate-pixfmt-yuv444p10-p416be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-p416be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-p416be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-p416be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-p416le.sh b/testcase/fate-pixfmt-yuv444p10-p416le.sh new file mode 100755 index 0000000..5e9eb07 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-p416le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170458-153369730 +# @用例名称: fate-pixfmt-yuv444p10-p416le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-p416le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-p416le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-p416le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-rgb24.sh b/testcase/fate-pixfmt-yuv444p10-rgb24.sh new file mode 100755 index 0000000..ed9fd5e --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-rgb24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170458-245209993 +# @用例名称: fate-pixfmt-yuv444p10-rgb24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-rgb24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-rgb24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-rgb24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-rgb32.sh b/testcase/fate-pixfmt-yuv444p10-rgb32.sh new file mode 100755 index 0000000..5c5a214 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-rgb32.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170458-337122913 +# @用例名称: fate-pixfmt-yuv444p10-rgb32 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-rgb32 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-rgb32 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-rgb32 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-rgb48.sh b/testcase/fate-pixfmt-yuv444p10-rgb48.sh new file mode 100755 index 0000000..8176703 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-rgb48.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170458-425489224 +# @用例名称: fate-pixfmt-yuv444p10-rgb48 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-rgb48 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-rgb48 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-rgb48 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-rgb555.sh b/testcase/fate-pixfmt-yuv444p10-rgb555.sh new file mode 100755 index 0000000..fe13929 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-rgb555.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170458-519138770 +# @用例名称: fate-pixfmt-yuv444p10-rgb555 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-rgb555 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-rgb555 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-rgb555 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-rgb565.sh b/testcase/fate-pixfmt-yuv444p10-rgb565.sh new file mode 100755 index 0000000..08ea95d --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-rgb565.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170458-607002290 +# @用例名称: fate-pixfmt-yuv444p10-rgb565 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-rgb565 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-rgb565 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-rgb565 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-uyvy422.sh b/testcase/fate-pixfmt-yuv444p10-uyvy422.sh new file mode 100755 index 0000000..a446155 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-uyvy422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170458-698250334 +# @用例名称: fate-pixfmt-yuv444p10-uyvy422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-uyvy422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-uyvy422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-uyvy422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-v30xle.sh b/testcase/fate-pixfmt-yuv444p10-v30xle.sh new file mode 100755 index 0000000..d8cdddd --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-v30xle.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170458-787712343 +# @用例名称: fate-pixfmt-yuv444p10-v30xle +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-v30xle +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-v30xle + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-v30xle + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-vuyx.sh b/testcase/fate-pixfmt-yuv444p10-vuyx.sh new file mode 100755 index 0000000..1668daf --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-vuyx.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170458-876897526 +# @用例名称: fate-pixfmt-yuv444p10-vuyx +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-vuyx +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-vuyx + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-vuyx + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-vyu444.sh b/testcase/fate-pixfmt-yuv444p10-vyu444.sh new file mode 100755 index 0000000..afe3d2d --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-vyu444.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170458-969207800 +# @用例名称: fate-pixfmt-yuv444p10-vyu444 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-vyu444 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-vyu444 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-vyu444 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-x2bgr10le.sh b/testcase/fate-pixfmt-yuv444p10-x2bgr10le.sh new file mode 100755 index 0000000..ae11abb --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-x2bgr10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170459-058452332 +# @用例名称: fate-pixfmt-yuv444p10-x2bgr10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-x2bgr10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-x2bgr10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-x2bgr10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-x2rgb10le.sh b/testcase/fate-pixfmt-yuv444p10-x2rgb10le.sh new file mode 100755 index 0000000..28197b3 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-x2rgb10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170459-152163538 +# @用例名称: fate-pixfmt-yuv444p10-x2rgb10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-x2rgb10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-x2rgb10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-x2rgb10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-xv30le.sh b/testcase/fate-pixfmt-yuv444p10-xv30le.sh new file mode 100755 index 0000000..ccd3e6d --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-xv30le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170459-243863413 +# @用例名称: fate-pixfmt-yuv444p10-xv30le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-xv30le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-xv30le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-xv30le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-xv36be.sh b/testcase/fate-pixfmt-yuv444p10-xv36be.sh new file mode 100755 index 0000000..0558425 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-xv36be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170459-337332624 +# @用例名称: fate-pixfmt-yuv444p10-xv36be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-xv36be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-xv36be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-xv36be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-xv36le.sh b/testcase/fate-pixfmt-yuv444p10-xv36le.sh new file mode 100755 index 0000000..2497e63 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-xv36le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170459-432802555 +# @用例名称: fate-pixfmt-yuv444p10-xv36le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-xv36le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-xv36le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-xv36le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-xv48be.sh b/testcase/fate-pixfmt-yuv444p10-xv48be.sh new file mode 100755 index 0000000..1d3644c --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-xv48be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170459-529114950 +# @用例名称: fate-pixfmt-yuv444p10-xv48be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-xv48be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-xv48be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-xv48be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-xv48le.sh b/testcase/fate-pixfmt-yuv444p10-xv48le.sh new file mode 100755 index 0000000..f9047fa --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-xv48le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170459-620323044 +# @用例名称: fate-pixfmt-yuv444p10-xv48le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-xv48le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-xv48le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-xv48le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-xyz12le.sh b/testcase/fate-pixfmt-yuv444p10-xyz12le.sh new file mode 100755 index 0000000..1e8e371 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-xyz12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170459-713103408 +# @用例名称: fate-pixfmt-yuv444p10-xyz12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-xyz12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-xyz12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-xyz12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-y210le.sh b/testcase/fate-pixfmt-yuv444p10-y210le.sh new file mode 100755 index 0000000..6acd905 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-y210le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170459-807490659 +# @用例名称: fate-pixfmt-yuv444p10-y210le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-y210le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-y210le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-y210le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-y212le.sh b/testcase/fate-pixfmt-yuv444p10-y212le.sh new file mode 100755 index 0000000..3fd1f3c --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-y212le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170459-900181306 +# @用例名称: fate-pixfmt-yuv444p10-y212le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-y212le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-y212le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-y212le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-y216le.sh b/testcase/fate-pixfmt-yuv444p10-y216le.sh new file mode 100755 index 0000000..94be5c8 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-y216le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170459-990597375 +# @用例名称: fate-pixfmt-yuv444p10-y216le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-y216le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-y216le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-y216le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yuv410p.sh b/testcase/fate-pixfmt-yuv444p10-yuv410p.sh new file mode 100755 index 0000000..8184b5d --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yuv410p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170500-086304531 +# @用例名称: fate-pixfmt-yuv444p10-yuv410p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv410p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv410p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yuv410p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yuv411p.sh b/testcase/fate-pixfmt-yuv444p10-yuv411p.sh new file mode 100755 index 0000000..bc24faf --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yuv411p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170500-178947348 +# @用例名称: fate-pixfmt-yuv444p10-yuv411p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv411p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv411p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yuv411p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yuv420p.sh b/testcase/fate-pixfmt-yuv444p10-yuv420p.sh new file mode 100755 index 0000000..3d2c412 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yuv420p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170500-267271700 +# @用例名称: fate-pixfmt-yuv444p10-yuv420p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv420p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv420p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yuv420p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yuv420p10be.sh b/testcase/fate-pixfmt-yuv444p10-yuv420p10be.sh new file mode 100755 index 0000000..bf9e1f4 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yuv420p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170500-357048523 +# @用例名称: fate-pixfmt-yuv444p10-yuv420p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv420p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv420p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yuv420p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yuv420p10le.sh b/testcase/fate-pixfmt-yuv444p10-yuv420p10le.sh new file mode 100755 index 0000000..b43fcc4 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yuv420p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170500-450678758 +# @用例名称: fate-pixfmt-yuv444p10-yuv420p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv420p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv420p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yuv420p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yuv420p12be.sh b/testcase/fate-pixfmt-yuv444p10-yuv420p12be.sh new file mode 100755 index 0000000..0b900b8 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yuv420p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170500-546171640 +# @用例名称: fate-pixfmt-yuv444p10-yuv420p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv420p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv420p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yuv420p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yuv420p12le.sh b/testcase/fate-pixfmt-yuv444p10-yuv420p12le.sh new file mode 100755 index 0000000..ee4c1cd --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yuv420p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170500-638790207 +# @用例名称: fate-pixfmt-yuv444p10-yuv420p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv420p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv420p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yuv420p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yuv420p16be.sh b/testcase/fate-pixfmt-yuv444p10-yuv420p16be.sh new file mode 100755 index 0000000..671bbc4 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yuv420p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170500-720578726 +# @用例名称: fate-pixfmt-yuv444p10-yuv420p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv420p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv420p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yuv420p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yuv420p16le.sh b/testcase/fate-pixfmt-yuv444p10-yuv420p16le.sh new file mode 100755 index 0000000..416f30d --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yuv420p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170500-810649692 +# @用例名称: fate-pixfmt-yuv444p10-yuv420p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv420p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv420p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yuv420p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yuv422p.sh b/testcase/fate-pixfmt-yuv444p10-yuv422p.sh new file mode 100755 index 0000000..422752f --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yuv422p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170500-899514063 +# @用例名称: fate-pixfmt-yuv444p10-yuv422p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv422p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv422p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yuv422p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yuv422p10be.sh b/testcase/fate-pixfmt-yuv444p10-yuv422p10be.sh new file mode 100755 index 0000000..cf9de1d --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yuv422p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170500-984104047 +# @用例名称: fate-pixfmt-yuv444p10-yuv422p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv422p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv422p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yuv422p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yuv422p10le.sh b/testcase/fate-pixfmt-yuv444p10-yuv422p10le.sh new file mode 100755 index 0000000..6600e2b --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yuv422p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170501-075267103 +# @用例名称: fate-pixfmt-yuv444p10-yuv422p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv422p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv422p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yuv422p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yuv422p12be.sh b/testcase/fate-pixfmt-yuv444p10-yuv422p12be.sh new file mode 100755 index 0000000..17dfd33 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yuv422p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170501-157277366 +# @用例名称: fate-pixfmt-yuv444p10-yuv422p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv422p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv422p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yuv422p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yuv422p12le.sh b/testcase/fate-pixfmt-yuv444p10-yuv422p12le.sh new file mode 100755 index 0000000..1336b93 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yuv422p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170501-246874583 +# @用例名称: fate-pixfmt-yuv444p10-yuv422p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv422p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv422p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yuv422p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yuv422p16be.sh b/testcase/fate-pixfmt-yuv444p10-yuv422p16be.sh new file mode 100755 index 0000000..b2af0f8 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yuv422p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170501-337525899 +# @用例名称: fate-pixfmt-yuv444p10-yuv422p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv422p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv422p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yuv422p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yuv422p16le.sh b/testcase/fate-pixfmt-yuv444p10-yuv422p16le.sh new file mode 100755 index 0000000..edfa714 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yuv422p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170501-431588968 +# @用例名称: fate-pixfmt-yuv444p10-yuv422p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv422p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv422p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yuv422p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yuv440p.sh b/testcase/fate-pixfmt-yuv444p10-yuv440p.sh new file mode 100755 index 0000000..02c6062 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yuv440p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170501-524064927 +# @用例名称: fate-pixfmt-yuv444p10-yuv440p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv440p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv440p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yuv440p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yuv440p10be.sh b/testcase/fate-pixfmt-yuv444p10-yuv440p10be.sh new file mode 100755 index 0000000..16e0b25 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yuv440p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170501-685056875 +# @用例名称: fate-pixfmt-yuv444p10-yuv440p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv440p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv440p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yuv440p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yuv440p10le.sh b/testcase/fate-pixfmt-yuv444p10-yuv440p10le.sh new file mode 100755 index 0000000..d1476aa --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yuv440p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170501-803031137 +# @用例名称: fate-pixfmt-yuv444p10-yuv440p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv440p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv440p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yuv440p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yuv440p12be.sh b/testcase/fate-pixfmt-yuv444p10-yuv440p12be.sh new file mode 100755 index 0000000..057f830 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yuv440p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170501-892943206 +# @用例名称: fate-pixfmt-yuv444p10-yuv440p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv440p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv440p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yuv440p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yuv440p12le.sh b/testcase/fate-pixfmt-yuv444p10-yuv440p12le.sh new file mode 100755 index 0000000..9ba3dba --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yuv440p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170501-981771187 +# @用例名称: fate-pixfmt-yuv444p10-yuv440p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv440p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv440p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yuv440p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yuv444p.sh b/testcase/fate-pixfmt-yuv444p10-yuv444p.sh new file mode 100755 index 0000000..b317b3e --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yuv444p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170502-070170956 +# @用例名称: fate-pixfmt-yuv444p10-yuv444p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv444p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv444p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yuv444p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yuv444p10be.sh b/testcase/fate-pixfmt-yuv444p10-yuv444p10be.sh new file mode 100755 index 0000000..38f466d --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yuv444p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170502-158049467 +# @用例名称: fate-pixfmt-yuv444p10-yuv444p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv444p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv444p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yuv444p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yuv444p10le.sh b/testcase/fate-pixfmt-yuv444p10-yuv444p10le.sh new file mode 100755 index 0000000..2f94f0f --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yuv444p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170502-243748618 +# @用例名称: fate-pixfmt-yuv444p10-yuv444p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv444p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv444p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yuv444p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yuv444p10msbbe.sh b/testcase/fate-pixfmt-yuv444p10-yuv444p10msbbe.sh new file mode 100755 index 0000000..5a31722 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yuv444p10msbbe.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170502-336919925 +# @用例名称: fate-pixfmt-yuv444p10-yuv444p10msbbe +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv444p10msbbe +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv444p10msbbe + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yuv444p10msbbe + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yuv444p10msble.sh b/testcase/fate-pixfmt-yuv444p10-yuv444p10msble.sh new file mode 100755 index 0000000..bac6a65 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yuv444p10msble.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170502-429393925 +# @用例名称: fate-pixfmt-yuv444p10-yuv444p10msble +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv444p10msble +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv444p10msble + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yuv444p10msble + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yuv444p12be.sh b/testcase/fate-pixfmt-yuv444p10-yuv444p12be.sh new file mode 100755 index 0000000..bd6e396 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yuv444p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170502-519235545 +# @用例名称: fate-pixfmt-yuv444p10-yuv444p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv444p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv444p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yuv444p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yuv444p12le.sh b/testcase/fate-pixfmt-yuv444p10-yuv444p12le.sh new file mode 100755 index 0000000..4ffed29 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yuv444p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170502-611433881 +# @用例名称: fate-pixfmt-yuv444p10-yuv444p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv444p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv444p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yuv444p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yuv444p12msbbe.sh b/testcase/fate-pixfmt-yuv444p10-yuv444p12msbbe.sh new file mode 100755 index 0000000..055fc26 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yuv444p12msbbe.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170502-701333361 +# @用例名称: fate-pixfmt-yuv444p10-yuv444p12msbbe +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv444p12msbbe +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv444p12msbbe + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yuv444p12msbbe + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yuv444p12msble.sh b/testcase/fate-pixfmt-yuv444p10-yuv444p12msble.sh new file mode 100755 index 0000000..2c2ee86 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yuv444p12msble.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170502-792941268 +# @用例名称: fate-pixfmt-yuv444p10-yuv444p12msble +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv444p12msble +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv444p12msble + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yuv444p12msble + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yuv444p16be.sh b/testcase/fate-pixfmt-yuv444p10-yuv444p16be.sh new file mode 100755 index 0000000..639787d --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yuv444p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170502-885106004 +# @用例名称: fate-pixfmt-yuv444p10-yuv444p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv444p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv444p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yuv444p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yuv444p16le.sh b/testcase/fate-pixfmt-yuv444p10-yuv444p16le.sh new file mode 100755 index 0000000..dc033c1 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yuv444p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170502-974955424 +# @用例名称: fate-pixfmt-yuv444p10-yuv444p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv444p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuv444p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yuv444p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yuvj420p.sh b/testcase/fate-pixfmt-yuv444p10-yuvj420p.sh new file mode 100755 index 0000000..fe650df --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yuvj420p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170503-066849916 +# @用例名称: fate-pixfmt-yuv444p10-yuvj420p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuvj420p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuvj420p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yuvj420p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yuvj422p.sh b/testcase/fate-pixfmt-yuv444p10-yuvj422p.sh new file mode 100755 index 0000000..ffd9407 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yuvj422p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170503-157264146 +# @用例名称: fate-pixfmt-yuv444p10-yuvj422p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuvj422p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuvj422p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yuvj422p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yuvj440p.sh b/testcase/fate-pixfmt-yuv444p10-yuvj440p.sh new file mode 100755 index 0000000..50ac1fe --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yuvj440p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170503-251749566 +# @用例名称: fate-pixfmt-yuv444p10-yuvj440p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuvj440p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuvj440p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yuvj440p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yuvj444p.sh b/testcase/fate-pixfmt-yuv444p10-yuvj444p.sh new file mode 100755 index 0000000..3676f37 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yuvj444p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170503-344199627 +# @用例名称: fate-pixfmt-yuv444p10-yuvj444p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuvj444p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuvj444p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yuvj444p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yuyv422.sh b/testcase/fate-pixfmt-yuv444p10-yuyv422.sh new file mode 100755 index 0000000..5b0b996 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yuyv422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170503-434476189 +# @用例名称: fate-pixfmt-yuv444p10-yuyv422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuyv422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yuyv422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yuyv422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p10-yvyu422.sh b/testcase/fate-pixfmt-yuv444p10-yvyu422.sh new file mode 100755 index 0000000..0053729 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p10-yvyu422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170503-527757223 +# @用例名称: fate-pixfmt-yuv444p10-yvyu422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yvyu422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p10-yvyu422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p10-yvyu422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-bgr24.sh b/testcase/fate-pixfmt-yuv444p12-bgr24.sh new file mode 100755 index 0000000..c08343b --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-bgr24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170503-621170585 +# @用例名称: fate-pixfmt-yuv444p12-bgr24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-bgr24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-bgr24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-bgr24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-gbrp10be.sh b/testcase/fate-pixfmt-yuv444p12-gbrp10be.sh new file mode 100755 index 0000000..2b48f2e --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-gbrp10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170503-710476577 +# @用例名称: fate-pixfmt-yuv444p12-gbrp10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-gbrp10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-gbrp10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-gbrp10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-gbrp10le.sh b/testcase/fate-pixfmt-yuv444p12-gbrp10le.sh new file mode 100755 index 0000000..7f680f1 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-gbrp10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170503-799665451 +# @用例名称: fate-pixfmt-yuv444p12-gbrp10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-gbrp10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-gbrp10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-gbrp10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-gbrp12be.sh b/testcase/fate-pixfmt-yuv444p12-gbrp12be.sh new file mode 100755 index 0000000..2ff138a --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-gbrp12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170503-888322015 +# @用例名称: fate-pixfmt-yuv444p12-gbrp12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-gbrp12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-gbrp12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-gbrp12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-gbrp12le.sh b/testcase/fate-pixfmt-yuv444p12-gbrp12le.sh new file mode 100755 index 0000000..beef244 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-gbrp12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170503-979934112 +# @用例名称: fate-pixfmt-yuv444p12-gbrp12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-gbrp12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-gbrp12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-gbrp12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-gbrp16be.sh b/testcase/fate-pixfmt-yuv444p12-gbrp16be.sh new file mode 100755 index 0000000..9b2a150 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-gbrp16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170504-073165427 +# @用例名称: fate-pixfmt-yuv444p12-gbrp16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-gbrp16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-gbrp16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-gbrp16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-gbrp16le.sh b/testcase/fate-pixfmt-yuv444p12-gbrp16le.sh new file mode 100755 index 0000000..a2c8ac7 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-gbrp16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170504-166409601 +# @用例名称: fate-pixfmt-yuv444p12-gbrp16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-gbrp16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-gbrp16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-gbrp16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-gray.sh b/testcase/fate-pixfmt-yuv444p12-gray.sh new file mode 100755 index 0000000..f8c390e --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-gray.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170504-258952100 +# @用例名称: fate-pixfmt-yuv444p12-gray +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-gray +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-gray + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-gray + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-gray10be.sh b/testcase/fate-pixfmt-yuv444p12-gray10be.sh new file mode 100755 index 0000000..f7f71a6 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-gray10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170504-351114106 +# @用例名称: fate-pixfmt-yuv444p12-gray10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-gray10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-gray10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-gray10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-gray10le.sh b/testcase/fate-pixfmt-yuv444p12-gray10le.sh new file mode 100755 index 0000000..652e255 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-gray10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170504-447935151 +# @用例名称: fate-pixfmt-yuv444p12-gray10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-gray10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-gray10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-gray10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-gray12be.sh b/testcase/fate-pixfmt-yuv444p12-gray12be.sh new file mode 100755 index 0000000..b94bbbf --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-gray12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170504-539828671 +# @用例名称: fate-pixfmt-yuv444p12-gray12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-gray12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-gray12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-gray12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-gray12le.sh b/testcase/fate-pixfmt-yuv444p12-gray12le.sh new file mode 100755 index 0000000..2f5f126 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-gray12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170504-629584135 +# @用例名称: fate-pixfmt-yuv444p12-gray12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-gray12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-gray12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-gray12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-gray16be.sh b/testcase/fate-pixfmt-yuv444p12-gray16be.sh new file mode 100755 index 0000000..d1c64d1 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-gray16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170504-719630682 +# @用例名称: fate-pixfmt-yuv444p12-gray16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-gray16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-gray16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-gray16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-gray16le.sh b/testcase/fate-pixfmt-yuv444p12-gray16le.sh new file mode 100755 index 0000000..25e37cd --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-gray16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170504-805711007 +# @用例名称: fate-pixfmt-yuv444p12-gray16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-gray16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-gray16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-gray16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-monob.sh b/testcase/fate-pixfmt-yuv444p12-monob.sh new file mode 100755 index 0000000..46d7871 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-monob.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170504-895328743 +# @用例名称: fate-pixfmt-yuv444p12-monob +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-monob +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-monob + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-monob + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-monow.sh b/testcase/fate-pixfmt-yuv444p12-monow.sh new file mode 100755 index 0000000..a661a8e --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-monow.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170504-985138725 +# @用例名称: fate-pixfmt-yuv444p12-monow +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-monow +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-monow + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-monow + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-nv12.sh b/testcase/fate-pixfmt-yuv444p12-nv12.sh new file mode 100755 index 0000000..c81d6c8 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-nv12.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170505-077614204 +# @用例名称: fate-pixfmt-yuv444p12-nv12 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-nv12 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-nv12 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-nv12 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-nv16.sh b/testcase/fate-pixfmt-yuv444p12-nv16.sh new file mode 100755 index 0000000..8ed4deb --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-nv16.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170505-168300699 +# @用例名称: fate-pixfmt-yuv444p12-nv16 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-nv16 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-nv16 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-nv16 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-nv24.sh b/testcase/fate-pixfmt-yuv444p12-nv24.sh new file mode 100755 index 0000000..27da952 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-nv24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170505-259709479 +# @用例名称: fate-pixfmt-yuv444p12-nv24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-nv24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-nv24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-nv24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-p010be.sh b/testcase/fate-pixfmt-yuv444p12-p010be.sh new file mode 100755 index 0000000..729046c --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-p010be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170505-348167748 +# @用例名称: fate-pixfmt-yuv444p12-p010be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-p010be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-p010be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-p010be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-p010le.sh b/testcase/fate-pixfmt-yuv444p12-p010le.sh new file mode 100755 index 0000000..65218d7 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-p010le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170505-439215076 +# @用例名称: fate-pixfmt-yuv444p12-p010le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-p010le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-p010le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-p010le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-p012be.sh b/testcase/fate-pixfmt-yuv444p12-p012be.sh new file mode 100755 index 0000000..ef538d7 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-p012be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170505-531797954 +# @用例名称: fate-pixfmt-yuv444p12-p012be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-p012be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-p012be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-p012be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-p012le.sh b/testcase/fate-pixfmt-yuv444p12-p012le.sh new file mode 100755 index 0000000..5f704c6 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-p012le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170505-623057247 +# @用例名称: fate-pixfmt-yuv444p12-p012le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-p012le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-p012le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-p012le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-p016be.sh b/testcase/fate-pixfmt-yuv444p12-p016be.sh new file mode 100755 index 0000000..2590b6b --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-p016be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170505-712782941 +# @用例名称: fate-pixfmt-yuv444p12-p016be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-p016be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-p016be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-p016be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-p016le.sh b/testcase/fate-pixfmt-yuv444p12-p016le.sh new file mode 100755 index 0000000..d2f6fe3 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-p016le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170505-806554314 +# @用例名称: fate-pixfmt-yuv444p12-p016le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-p016le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-p016le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-p016le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-p210be.sh b/testcase/fate-pixfmt-yuv444p12-p210be.sh new file mode 100755 index 0000000..049b2e0 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-p210be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170505-898612023 +# @用例名称: fate-pixfmt-yuv444p12-p210be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-p210be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-p210be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-p210be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-p210le.sh b/testcase/fate-pixfmt-yuv444p12-p210le.sh new file mode 100755 index 0000000..e0444bf --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-p210le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170505-990314708 +# @用例名称: fate-pixfmt-yuv444p12-p210le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-p210le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-p210le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-p210le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-p212be.sh b/testcase/fate-pixfmt-yuv444p12-p212be.sh new file mode 100755 index 0000000..c11e0db --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-p212be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170506-081669879 +# @用例名称: fate-pixfmt-yuv444p12-p212be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-p212be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-p212be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-p212be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-p212le.sh b/testcase/fate-pixfmt-yuv444p12-p212le.sh new file mode 100755 index 0000000..e433542 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-p212le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170506-174042430 +# @用例名称: fate-pixfmt-yuv444p12-p212le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-p212le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-p212le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-p212le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-p216be.sh b/testcase/fate-pixfmt-yuv444p12-p216be.sh new file mode 100755 index 0000000..9d02197 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-p216be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170506-264966432 +# @用例名称: fate-pixfmt-yuv444p12-p216be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-p216be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-p216be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-p216be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-p216le.sh b/testcase/fate-pixfmt-yuv444p12-p216le.sh new file mode 100755 index 0000000..df56c21 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-p216le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170506-356779104 +# @用例名称: fate-pixfmt-yuv444p12-p216le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-p216le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-p216le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-p216le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-p410be.sh b/testcase/fate-pixfmt-yuv444p12-p410be.sh new file mode 100755 index 0000000..1e4858c --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-p410be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170506-448759243 +# @用例名称: fate-pixfmt-yuv444p12-p410be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-p410be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-p410be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-p410be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-p410le.sh b/testcase/fate-pixfmt-yuv444p12-p410le.sh new file mode 100755 index 0000000..2cc23cc --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-p410le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170506-541132675 +# @用例名称: fate-pixfmt-yuv444p12-p410le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-p410le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-p410le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-p410le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-p412be.sh b/testcase/fate-pixfmt-yuv444p12-p412be.sh new file mode 100755 index 0000000..6276998 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-p412be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170506-631140713 +# @用例名称: fate-pixfmt-yuv444p12-p412be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-p412be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-p412be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-p412be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-p412le.sh b/testcase/fate-pixfmt-yuv444p12-p412le.sh new file mode 100755 index 0000000..91802ed --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-p412le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170506-720671911 +# @用例名称: fate-pixfmt-yuv444p12-p412le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-p412le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-p412le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-p412le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-p416be.sh b/testcase/fate-pixfmt-yuv444p12-p416be.sh new file mode 100755 index 0000000..634df31 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-p416be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170506-810468412 +# @用例名称: fate-pixfmt-yuv444p12-p416be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-p416be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-p416be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-p416be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-p416le.sh b/testcase/fate-pixfmt-yuv444p12-p416le.sh new file mode 100755 index 0000000..a14dc37 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-p416le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170506-903005770 +# @用例名称: fate-pixfmt-yuv444p12-p416le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-p416le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-p416le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-p416le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-rgb24.sh b/testcase/fate-pixfmt-yuv444p12-rgb24.sh new file mode 100755 index 0000000..b45d34c --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-rgb24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170506-999466733 +# @用例名称: fate-pixfmt-yuv444p12-rgb24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-rgb24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-rgb24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-rgb24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-rgb32.sh b/testcase/fate-pixfmt-yuv444p12-rgb32.sh new file mode 100755 index 0000000..89bb0d6 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-rgb32.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170507-094898875 +# @用例名称: fate-pixfmt-yuv444p12-rgb32 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-rgb32 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-rgb32 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-rgb32 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-rgb48.sh b/testcase/fate-pixfmt-yuv444p12-rgb48.sh new file mode 100755 index 0000000..4da8371 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-rgb48.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170507-188143349 +# @用例名称: fate-pixfmt-yuv444p12-rgb48 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-rgb48 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-rgb48 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-rgb48 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-rgb555.sh b/testcase/fate-pixfmt-yuv444p12-rgb555.sh new file mode 100755 index 0000000..4c810e1 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-rgb555.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170507-280521111 +# @用例名称: fate-pixfmt-yuv444p12-rgb555 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-rgb555 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-rgb555 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-rgb555 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-rgb565.sh b/testcase/fate-pixfmt-yuv444p12-rgb565.sh new file mode 100755 index 0000000..135fa17 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-rgb565.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170507-373550419 +# @用例名称: fate-pixfmt-yuv444p12-rgb565 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-rgb565 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-rgb565 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-rgb565 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-uyvy422.sh b/testcase/fate-pixfmt-yuv444p12-uyvy422.sh new file mode 100755 index 0000000..4548306 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-uyvy422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170507-463995680 +# @用例名称: fate-pixfmt-yuv444p12-uyvy422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-uyvy422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-uyvy422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-uyvy422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-v30xle.sh b/testcase/fate-pixfmt-yuv444p12-v30xle.sh new file mode 100755 index 0000000..d35ee37 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-v30xle.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170507-557729855 +# @用例名称: fate-pixfmt-yuv444p12-v30xle +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-v30xle +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-v30xle + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-v30xle + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-vuyx.sh b/testcase/fate-pixfmt-yuv444p12-vuyx.sh new file mode 100755 index 0000000..2c79b6b --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-vuyx.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170507-650145195 +# @用例名称: fate-pixfmt-yuv444p12-vuyx +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-vuyx +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-vuyx + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-vuyx + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-vyu444.sh b/testcase/fate-pixfmt-yuv444p12-vyu444.sh new file mode 100755 index 0000000..6aa6d6f --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-vyu444.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170507-746149086 +# @用例名称: fate-pixfmt-yuv444p12-vyu444 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-vyu444 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-vyu444 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-vyu444 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-x2bgr10le.sh b/testcase/fate-pixfmt-yuv444p12-x2bgr10le.sh new file mode 100755 index 0000000..2bb03e4 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-x2bgr10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170507-843501531 +# @用例名称: fate-pixfmt-yuv444p12-x2bgr10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-x2bgr10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-x2bgr10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-x2bgr10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-x2rgb10le.sh b/testcase/fate-pixfmt-yuv444p12-x2rgb10le.sh new file mode 100755 index 0000000..5b967c8 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-x2rgb10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170507-936027469 +# @用例名称: fate-pixfmt-yuv444p12-x2rgb10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-x2rgb10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-x2rgb10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-x2rgb10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-xv30le.sh b/testcase/fate-pixfmt-yuv444p12-xv30le.sh new file mode 100755 index 0000000..3251fa9 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-xv30le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170508-024913779 +# @用例名称: fate-pixfmt-yuv444p12-xv30le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-xv30le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-xv30le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-xv30le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-xv36be.sh b/testcase/fate-pixfmt-yuv444p12-xv36be.sh new file mode 100755 index 0000000..c332b4d --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-xv36be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170508-119355300 +# @用例名称: fate-pixfmt-yuv444p12-xv36be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-xv36be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-xv36be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-xv36be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-xv36le.sh b/testcase/fate-pixfmt-yuv444p12-xv36le.sh new file mode 100755 index 0000000..6b5d7f1 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-xv36le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170508-212649644 +# @用例名称: fate-pixfmt-yuv444p12-xv36le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-xv36le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-xv36le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-xv36le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-xv48be.sh b/testcase/fate-pixfmt-yuv444p12-xv48be.sh new file mode 100755 index 0000000..d3331d5 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-xv48be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170508-304662732 +# @用例名称: fate-pixfmt-yuv444p12-xv48be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-xv48be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-xv48be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-xv48be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-xv48le.sh b/testcase/fate-pixfmt-yuv444p12-xv48le.sh new file mode 100755 index 0000000..85b5100 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-xv48le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170508-393530893 +# @用例名称: fate-pixfmt-yuv444p12-xv48le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-xv48le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-xv48le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-xv48le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-xyz12le.sh b/testcase/fate-pixfmt-yuv444p12-xyz12le.sh new file mode 100755 index 0000000..c285264 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-xyz12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170508-481206676 +# @用例名称: fate-pixfmt-yuv444p12-xyz12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-xyz12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-xyz12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-xyz12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-y210le.sh b/testcase/fate-pixfmt-yuv444p12-y210le.sh new file mode 100755 index 0000000..81e81a7 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-y210le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170508-570969939 +# @用例名称: fate-pixfmt-yuv444p12-y210le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-y210le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-y210le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-y210le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-y212le.sh b/testcase/fate-pixfmt-yuv444p12-y212le.sh new file mode 100755 index 0000000..97b192c --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-y212le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170508-663768434 +# @用例名称: fate-pixfmt-yuv444p12-y212le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-y212le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-y212le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-y212le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-y216le.sh b/testcase/fate-pixfmt-yuv444p12-y216le.sh new file mode 100755 index 0000000..0f95cf2 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-y216le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170508-756522007 +# @用例名称: fate-pixfmt-yuv444p12-y216le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-y216le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-y216le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-y216le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yuv410p.sh b/testcase/fate-pixfmt-yuv444p12-yuv410p.sh new file mode 100755 index 0000000..a5892d1 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yuv410p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170508-846027765 +# @用例名称: fate-pixfmt-yuv444p12-yuv410p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv410p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv410p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yuv410p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yuv411p.sh b/testcase/fate-pixfmt-yuv444p12-yuv411p.sh new file mode 100755 index 0000000..a67353f --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yuv411p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170508-938061034 +# @用例名称: fate-pixfmt-yuv444p12-yuv411p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv411p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv411p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yuv411p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yuv420p.sh b/testcase/fate-pixfmt-yuv444p12-yuv420p.sh new file mode 100755 index 0000000..38fc54d --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yuv420p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170509-027995203 +# @用例名称: fate-pixfmt-yuv444p12-yuv420p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv420p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv420p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yuv420p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yuv420p10be.sh b/testcase/fate-pixfmt-yuv444p12-yuv420p10be.sh new file mode 100755 index 0000000..7dd1596 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yuv420p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170509-120340125 +# @用例名称: fate-pixfmt-yuv444p12-yuv420p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv420p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv420p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yuv420p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yuv420p10le.sh b/testcase/fate-pixfmt-yuv444p12-yuv420p10le.sh new file mode 100755 index 0000000..b28a2ac --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yuv420p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170509-210989901 +# @用例名称: fate-pixfmt-yuv444p12-yuv420p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv420p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv420p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yuv420p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yuv420p12be.sh b/testcase/fate-pixfmt-yuv444p12-yuv420p12be.sh new file mode 100755 index 0000000..7affb6f --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yuv420p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170509-300760423 +# @用例名称: fate-pixfmt-yuv444p12-yuv420p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv420p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv420p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yuv420p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yuv420p12le.sh b/testcase/fate-pixfmt-yuv444p12-yuv420p12le.sh new file mode 100755 index 0000000..ffad736 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yuv420p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170509-385578873 +# @用例名称: fate-pixfmt-yuv444p12-yuv420p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv420p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv420p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yuv420p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yuv420p16be.sh b/testcase/fate-pixfmt-yuv444p12-yuv420p16be.sh new file mode 100755 index 0000000..23cc471 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yuv420p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170509-472595860 +# @用例名称: fate-pixfmt-yuv444p12-yuv420p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv420p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv420p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yuv420p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yuv420p16le.sh b/testcase/fate-pixfmt-yuv444p12-yuv420p16le.sh new file mode 100755 index 0000000..aa610b4 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yuv420p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170509-564570539 +# @用例名称: fate-pixfmt-yuv444p12-yuv420p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv420p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv420p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yuv420p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yuv422p.sh b/testcase/fate-pixfmt-yuv444p12-yuv422p.sh new file mode 100755 index 0000000..29d7aac --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yuv422p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170509-654671406 +# @用例名称: fate-pixfmt-yuv444p12-yuv422p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv422p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv422p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yuv422p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yuv422p10be.sh b/testcase/fate-pixfmt-yuv444p12-yuv422p10be.sh new file mode 100755 index 0000000..fc42d6b --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yuv422p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170509-749903141 +# @用例名称: fate-pixfmt-yuv444p12-yuv422p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv422p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv422p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yuv422p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yuv422p10le.sh b/testcase/fate-pixfmt-yuv444p12-yuv422p10le.sh new file mode 100755 index 0000000..e01d383 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yuv422p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170509-841269993 +# @用例名称: fate-pixfmt-yuv444p12-yuv422p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv422p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv422p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yuv422p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yuv422p12be.sh b/testcase/fate-pixfmt-yuv444p12-yuv422p12be.sh new file mode 100755 index 0000000..ca9a377 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yuv422p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170509-933277801 +# @用例名称: fate-pixfmt-yuv444p12-yuv422p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv422p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv422p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yuv422p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yuv422p12le.sh b/testcase/fate-pixfmt-yuv444p12-yuv422p12le.sh new file mode 100755 index 0000000..5e33c62 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yuv422p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170510-025330519 +# @用例名称: fate-pixfmt-yuv444p12-yuv422p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv422p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv422p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yuv422p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yuv422p16be.sh b/testcase/fate-pixfmt-yuv444p12-yuv422p16be.sh new file mode 100755 index 0000000..e99e84b --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yuv422p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170510-116213251 +# @用例名称: fate-pixfmt-yuv444p12-yuv422p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv422p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv422p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yuv422p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yuv422p16le.sh b/testcase/fate-pixfmt-yuv444p12-yuv422p16le.sh new file mode 100755 index 0000000..a9e4126 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yuv422p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170510-210935776 +# @用例名称: fate-pixfmt-yuv444p12-yuv422p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv422p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv422p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yuv422p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yuv440p.sh b/testcase/fate-pixfmt-yuv444p12-yuv440p.sh new file mode 100755 index 0000000..487795b --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yuv440p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170510-303546303 +# @用例名称: fate-pixfmt-yuv444p12-yuv440p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv440p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv440p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yuv440p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yuv440p10be.sh b/testcase/fate-pixfmt-yuv444p12-yuv440p10be.sh new file mode 100755 index 0000000..b517cd5 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yuv440p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170510-397879047 +# @用例名称: fate-pixfmt-yuv444p12-yuv440p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv440p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv440p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yuv440p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yuv440p10le.sh b/testcase/fate-pixfmt-yuv444p12-yuv440p10le.sh new file mode 100755 index 0000000..6ebaa35 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yuv440p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170510-490769349 +# @用例名称: fate-pixfmt-yuv444p12-yuv440p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv440p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv440p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yuv440p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yuv440p12be.sh b/testcase/fate-pixfmt-yuv444p12-yuv440p12be.sh new file mode 100755 index 0000000..fc8537a --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yuv440p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170510-586024193 +# @用例名称: fate-pixfmt-yuv444p12-yuv440p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv440p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv440p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yuv440p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yuv440p12le.sh b/testcase/fate-pixfmt-yuv444p12-yuv440p12le.sh new file mode 100755 index 0000000..0f2933b --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yuv440p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170510-679931436 +# @用例名称: fate-pixfmt-yuv444p12-yuv440p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv440p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv440p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yuv440p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yuv444p.sh b/testcase/fate-pixfmt-yuv444p12-yuv444p.sh new file mode 100755 index 0000000..b343ca8 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yuv444p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170510-773888076 +# @用例名称: fate-pixfmt-yuv444p12-yuv444p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv444p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv444p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yuv444p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yuv444p10be.sh b/testcase/fate-pixfmt-yuv444p12-yuv444p10be.sh new file mode 100755 index 0000000..748c9eb --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yuv444p10be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170510-869408457 +# @用例名称: fate-pixfmt-yuv444p12-yuv444p10be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv444p10be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv444p10be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yuv444p10be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yuv444p10le.sh b/testcase/fate-pixfmt-yuv444p12-yuv444p10le.sh new file mode 100755 index 0000000..6f2fea0 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yuv444p10le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170510-962167861 +# @用例名称: fate-pixfmt-yuv444p12-yuv444p10le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv444p10le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv444p10le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yuv444p10le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yuv444p10msbbe.sh b/testcase/fate-pixfmt-yuv444p12-yuv444p10msbbe.sh new file mode 100755 index 0000000..960ed89 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yuv444p10msbbe.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170511-053396864 +# @用例名称: fate-pixfmt-yuv444p12-yuv444p10msbbe +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv444p10msbbe +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv444p10msbbe + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yuv444p10msbbe + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yuv444p10msble.sh b/testcase/fate-pixfmt-yuv444p12-yuv444p10msble.sh new file mode 100755 index 0000000..24e5f2c --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yuv444p10msble.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170511-135700724 +# @用例名称: fate-pixfmt-yuv444p12-yuv444p10msble +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv444p10msble +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv444p10msble + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yuv444p10msble + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yuv444p12be.sh b/testcase/fate-pixfmt-yuv444p12-yuv444p12be.sh new file mode 100755 index 0000000..31f3c68 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yuv444p12be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170511-217454513 +# @用例名称: fate-pixfmt-yuv444p12-yuv444p12be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv444p12be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv444p12be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yuv444p12be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yuv444p12le.sh b/testcase/fate-pixfmt-yuv444p12-yuv444p12le.sh new file mode 100755 index 0000000..609c852 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yuv444p12le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170511-304990490 +# @用例名称: fate-pixfmt-yuv444p12-yuv444p12le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv444p12le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv444p12le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yuv444p12le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yuv444p12msbbe.sh b/testcase/fate-pixfmt-yuv444p12-yuv444p12msbbe.sh new file mode 100755 index 0000000..834eb10 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yuv444p12msbbe.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170511-390044825 +# @用例名称: fate-pixfmt-yuv444p12-yuv444p12msbbe +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv444p12msbbe +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv444p12msbbe + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yuv444p12msbbe + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yuv444p12msble.sh b/testcase/fate-pixfmt-yuv444p12-yuv444p12msble.sh new file mode 100755 index 0000000..64df3a0 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yuv444p12msble.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170511-478974574 +# @用例名称: fate-pixfmt-yuv444p12-yuv444p12msble +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv444p12msble +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv444p12msble + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yuv444p12msble + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yuv444p16be.sh b/testcase/fate-pixfmt-yuv444p12-yuv444p16be.sh new file mode 100755 index 0000000..71f9f88 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yuv444p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170511-570985022 +# @用例名称: fate-pixfmt-yuv444p12-yuv444p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv444p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv444p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yuv444p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yuv444p16le.sh b/testcase/fate-pixfmt-yuv444p12-yuv444p16le.sh new file mode 100755 index 0000000..f23dfef --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yuv444p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170511-663760896 +# @用例名称: fate-pixfmt-yuv444p12-yuv444p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv444p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuv444p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yuv444p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yuvj420p.sh b/testcase/fate-pixfmt-yuv444p12-yuvj420p.sh new file mode 100755 index 0000000..3a3bb82 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yuvj420p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170511-752993149 +# @用例名称: fate-pixfmt-yuv444p12-yuvj420p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuvj420p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuvj420p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yuvj420p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yuvj422p.sh b/testcase/fate-pixfmt-yuv444p12-yuvj422p.sh new file mode 100755 index 0000000..465bb61 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yuvj422p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170511-843265653 +# @用例名称: fate-pixfmt-yuv444p12-yuvj422p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuvj422p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuvj422p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yuvj422p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yuvj440p.sh b/testcase/fate-pixfmt-yuv444p12-yuvj440p.sh new file mode 100755 index 0000000..dbadbce --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yuvj440p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170511-932615384 +# @用例名称: fate-pixfmt-yuv444p12-yuvj440p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuvj440p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuvj440p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yuvj440p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yuvj444p.sh b/testcase/fate-pixfmt-yuv444p12-yuvj444p.sh new file mode 100755 index 0000000..15f4227 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yuvj444p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170512-025618313 +# @用例名称: fate-pixfmt-yuv444p12-yuvj444p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuvj444p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuvj444p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yuvj444p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yuyv422.sh b/testcase/fate-pixfmt-yuv444p12-yuyv422.sh new file mode 100755 index 0000000..5bd2e56 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yuyv422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170512-118395417 +# @用例名称: fate-pixfmt-yuv444p12-yuyv422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuyv422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yuyv422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yuyv422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p12-yvyu422.sh b/testcase/fate-pixfmt-yuv444p12-yvyu422.sh new file mode 100755 index 0000000..c3ed118 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p12-yvyu422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170512-205808485 +# @用例名称: fate-pixfmt-yuv444p12-yvyu422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yvyu422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p12-yvyu422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p12-yvyu422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p16-gbrp16be.sh b/testcase/fate-pixfmt-yuv444p16-gbrp16be.sh new file mode 100755 index 0000000..d3c2e6f --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p16-gbrp16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170512-296537669 +# @用例名称: fate-pixfmt-yuv444p16-gbrp16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-gbrp16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-gbrp16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p16-gbrp16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p16-gbrp16le.sh b/testcase/fate-pixfmt-yuv444p16-gbrp16le.sh new file mode 100755 index 0000000..9e1068a --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p16-gbrp16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170512-388124906 +# @用例名称: fate-pixfmt-yuv444p16-gbrp16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-gbrp16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-gbrp16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p16-gbrp16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p16-gray16be.sh b/testcase/fate-pixfmt-yuv444p16-gray16be.sh new file mode 100755 index 0000000..739ee25 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p16-gray16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170512-474483116 +# @用例名称: fate-pixfmt-yuv444p16-gray16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-gray16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-gray16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p16-gray16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p16-gray16le.sh b/testcase/fate-pixfmt-yuv444p16-gray16le.sh new file mode 100755 index 0000000..ab79273 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p16-gray16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170512-560089100 +# @用例名称: fate-pixfmt-yuv444p16-gray16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-gray16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-gray16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p16-gray16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p16-p016be.sh b/testcase/fate-pixfmt-yuv444p16-p016be.sh new file mode 100755 index 0000000..5eee7e7 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p16-p016be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170512-651480241 +# @用例名称: fate-pixfmt-yuv444p16-p016be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-p016be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-p016be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p16-p016be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p16-p016le.sh b/testcase/fate-pixfmt-yuv444p16-p016le.sh new file mode 100755 index 0000000..64d155c --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p16-p016le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170512-741890022 +# @用例名称: fate-pixfmt-yuv444p16-p016le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-p016le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-p016le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p16-p016le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p16-p216be.sh b/testcase/fate-pixfmt-yuv444p16-p216be.sh new file mode 100755 index 0000000..246ce97 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p16-p216be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170512-833292162 +# @用例名称: fate-pixfmt-yuv444p16-p216be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-p216be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-p216be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p16-p216be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p16-p216le.sh b/testcase/fate-pixfmt-yuv444p16-p216le.sh new file mode 100755 index 0000000..ee40af2 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p16-p216le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170512-925258162 +# @用例名称: fate-pixfmt-yuv444p16-p216le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-p216le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-p216le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p16-p216le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p16-p416be.sh b/testcase/fate-pixfmt-yuv444p16-p416be.sh new file mode 100755 index 0000000..3a81ec5 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p16-p416be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170513-019998328 +# @用例名称: fate-pixfmt-yuv444p16-p416be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-p416be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-p416be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p16-p416be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p16-p416le.sh b/testcase/fate-pixfmt-yuv444p16-p416le.sh new file mode 100755 index 0000000..6ffe381 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p16-p416le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170513-114469238 +# @用例名称: fate-pixfmt-yuv444p16-p416le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-p416le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-p416le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p16-p416le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p16-rgb48.sh b/testcase/fate-pixfmt-yuv444p16-rgb48.sh new file mode 100755 index 0000000..d4fdc6a --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p16-rgb48.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170513-206139403 +# @用例名称: fate-pixfmt-yuv444p16-rgb48 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-rgb48 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-rgb48 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p16-rgb48 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p16-xv48be.sh b/testcase/fate-pixfmt-yuv444p16-xv48be.sh new file mode 100755 index 0000000..1fd98b1 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p16-xv48be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170513-297086813 +# @用例名称: fate-pixfmt-yuv444p16-xv48be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-xv48be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-xv48be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p16-xv48be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p16-xv48le.sh b/testcase/fate-pixfmt-yuv444p16-xv48le.sh new file mode 100755 index 0000000..3c4560f --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p16-xv48le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170513-389338967 +# @用例名称: fate-pixfmt-yuv444p16-xv48le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-xv48le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-xv48le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p16-xv48le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p16-y216le.sh b/testcase/fate-pixfmt-yuv444p16-y216le.sh new file mode 100755 index 0000000..4a28ac2 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p16-y216le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170513-479578711 +# @用例名称: fate-pixfmt-yuv444p16-y216le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-y216le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-y216le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p16-y216le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p16-yuv420p16be.sh b/testcase/fate-pixfmt-yuv444p16-yuv420p16be.sh new file mode 100755 index 0000000..9e07f62 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p16-yuv420p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170513-574729708 +# @用例名称: fate-pixfmt-yuv444p16-yuv420p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-yuv420p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-yuv420p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p16-yuv420p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p16-yuv420p16le.sh b/testcase/fate-pixfmt-yuv444p16-yuv420p16le.sh new file mode 100755 index 0000000..b877cfd --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p16-yuv420p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170513-667969182 +# @用例名称: fate-pixfmt-yuv444p16-yuv420p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-yuv420p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-yuv420p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p16-yuv420p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p16-yuv422p16be.sh b/testcase/fate-pixfmt-yuv444p16-yuv422p16be.sh new file mode 100755 index 0000000..16e21e9 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p16-yuv422p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170513-760538121 +# @用例名称: fate-pixfmt-yuv444p16-yuv422p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-yuv422p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-yuv422p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p16-yuv422p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p16-yuv422p16le.sh b/testcase/fate-pixfmt-yuv444p16-yuv422p16le.sh new file mode 100755 index 0000000..c58301d --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p16-yuv422p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170513-852181737 +# @用例名称: fate-pixfmt-yuv444p16-yuv422p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-yuv422p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-yuv422p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p16-yuv422p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p16-yuv444p16be.sh b/testcase/fate-pixfmt-yuv444p16-yuv444p16be.sh new file mode 100755 index 0000000..58aaa6c --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p16-yuv444p16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170513-943675205 +# @用例名称: fate-pixfmt-yuv444p16-yuv444p16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-yuv444p16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-yuv444p16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p16-yuv444p16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuv444p16-yuv444p16le.sh b/testcase/fate-pixfmt-yuv444p16-yuv444p16le.sh new file mode 100755 index 0000000..d6034a8 --- /dev/null +++ b/testcase/fate-pixfmt-yuv444p16-yuv444p16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170514-033034546 +# @用例名称: fate-pixfmt-yuv444p16-yuv444p16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-yuv444p16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuv444p16-yuv444p16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuv444p16-yuv444p16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuvj420p.sh b/testcase/fate-pixfmt-yuvj420p.sh new file mode 100755 index 0000000..94cda95 --- /dev/null +++ b/testcase/fate-pixfmt-yuvj420p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170514-120681470 +# @用例名称: fate-pixfmt-yuvj420p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuvj420p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuvj420p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuvj420p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuvj422p.sh b/testcase/fate-pixfmt-yuvj422p.sh new file mode 100755 index 0000000..fe8cbb1 --- /dev/null +++ b/testcase/fate-pixfmt-yuvj422p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170514-208120079 +# @用例名称: fate-pixfmt-yuvj422p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuvj422p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuvj422p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuvj422p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuvj440p.sh b/testcase/fate-pixfmt-yuvj440p.sh new file mode 100755 index 0000000..574a15f --- /dev/null +++ b/testcase/fate-pixfmt-yuvj440p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170514-295867931 +# @用例名称: fate-pixfmt-yuvj440p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuvj440p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuvj440p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuvj440p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuvj444p.sh b/testcase/fate-pixfmt-yuvj444p.sh new file mode 100755 index 0000000..3df1ab8 --- /dev/null +++ b/testcase/fate-pixfmt-yuvj444p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170514-382695592 +# @用例名称: fate-pixfmt-yuvj444p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuvj444p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuvj444p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuvj444p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yuyv422.sh b/testcase/fate-pixfmt-yuyv422.sh new file mode 100755 index 0000000..f6488a5 --- /dev/null +++ b/testcase/fate-pixfmt-yuyv422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170514-471897785 +# @用例名称: fate-pixfmt-yuyv422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yuyv422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yuyv422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yuyv422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-pixfmt-yvyu422.sh b/testcase/fate-pixfmt-yvyu422.sh new file mode 100755 index 0000000..df48467 --- /dev/null +++ b/testcase/fate-pixfmt-yvyu422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170514-565310937 +# @用例名称: fate-pixfmt-yvyu422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-pixfmt-yvyu422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-pixfmt-yvyu422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-pixfmt-yvyu422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-acodec-adpcm-ima_qt-trellis.sh b/testcase/fate-seek-acodec-adpcm-ima_qt-trellis.sh new file mode 100755 index 0000000..c5d3601 --- /dev/null +++ b/testcase/fate-seek-acodec-adpcm-ima_qt-trellis.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170514-736453656 +# @用例名称: fate-seek-acodec-adpcm-ima_qt-trellis +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-acodec-adpcm-ima_qt-trellis +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-acodec-adpcm-ima_qt-trellis + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-acodec-adpcm-ima_qt-trellis + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-acodec-adpcm-ima_qt.sh b/testcase/fate-seek-acodec-adpcm-ima_qt.sh new file mode 100755 index 0000000..6e13474 --- /dev/null +++ b/testcase/fate-seek-acodec-adpcm-ima_qt.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170514-651602567 +# @用例名称: fate-seek-acodec-adpcm-ima_qt +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-acodec-adpcm-ima_qt +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-acodec-adpcm-ima_qt + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-acodec-adpcm-ima_qt + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-acodec-adpcm-ima_wav-trellis.sh b/testcase/fate-seek-acodec-adpcm-ima_wav-trellis.sh new file mode 100755 index 0000000..417c57e --- /dev/null +++ b/testcase/fate-seek-acodec-adpcm-ima_wav-trellis.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170514-917625100 +# @用例名称: fate-seek-acodec-adpcm-ima_wav-trellis +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-acodec-adpcm-ima_wav-trellis +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-acodec-adpcm-ima_wav-trellis + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-acodec-adpcm-ima_wav-trellis + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-acodec-adpcm-ima_wav.sh b/testcase/fate-seek-acodec-adpcm-ima_wav.sh new file mode 100755 index 0000000..db84d79 --- /dev/null +++ b/testcase/fate-seek-acodec-adpcm-ima_wav.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170514-827994254 +# @用例名称: fate-seek-acodec-adpcm-ima_wav +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-acodec-adpcm-ima_wav +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-acodec-adpcm-ima_wav + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-acodec-adpcm-ima_wav + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-acodec-adpcm-ms-trellis.sh b/testcase/fate-seek-acodec-adpcm-ms-trellis.sh new file mode 100755 index 0000000..65bf184 --- /dev/null +++ b/testcase/fate-seek-acodec-adpcm-ms-trellis.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170515-093472178 +# @用例名称: fate-seek-acodec-adpcm-ms-trellis +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-acodec-adpcm-ms-trellis +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-acodec-adpcm-ms-trellis + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-acodec-adpcm-ms-trellis + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-acodec-adpcm-ms.sh b/testcase/fate-seek-acodec-adpcm-ms.sh new file mode 100755 index 0000000..d422a71 --- /dev/null +++ b/testcase/fate-seek-acodec-adpcm-ms.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170515-007714796 +# @用例名称: fate-seek-acodec-adpcm-ms +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-acodec-adpcm-ms +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-acodec-adpcm-ms + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-acodec-adpcm-ms + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-acodec-adpcm-swf-trellis.sh b/testcase/fate-seek-acodec-adpcm-swf-trellis.sh new file mode 100755 index 0000000..a3bb6e9 --- /dev/null +++ b/testcase/fate-seek-acodec-adpcm-swf-trellis.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170515-278451757 +# @用例名称: fate-seek-acodec-adpcm-swf-trellis +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-acodec-adpcm-swf-trellis +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-acodec-adpcm-swf-trellis + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-acodec-adpcm-swf-trellis + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-acodec-adpcm-swf.sh b/testcase/fate-seek-acodec-adpcm-swf.sh new file mode 100755 index 0000000..a3e952a --- /dev/null +++ b/testcase/fate-seek-acodec-adpcm-swf.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170515-191279254 +# @用例名称: fate-seek-acodec-adpcm-swf +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-acodec-adpcm-swf +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-acodec-adpcm-swf + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-acodec-adpcm-swf + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-acodec-adpcm-yamaha-trellis.sh b/testcase/fate-seek-acodec-adpcm-yamaha-trellis.sh new file mode 100755 index 0000000..adddda0 --- /dev/null +++ b/testcase/fate-seek-acodec-adpcm-yamaha-trellis.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170515-455439592 +# @用例名称: fate-seek-acodec-adpcm-yamaha-trellis +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-acodec-adpcm-yamaha-trellis +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-acodec-adpcm-yamaha-trellis + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-acodec-adpcm-yamaha-trellis + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-acodec-adpcm-yamaha.sh b/testcase/fate-seek-acodec-adpcm-yamaha.sh new file mode 100755 index 0000000..4028af3 --- /dev/null +++ b/testcase/fate-seek-acodec-adpcm-yamaha.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170515-365931794 +# @用例名称: fate-seek-acodec-adpcm-yamaha +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-acodec-adpcm-yamaha +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-acodec-adpcm-yamaha + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-acodec-adpcm-yamaha + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-acodec-alac.sh b/testcase/fate-seek-acodec-alac.sh new file mode 100755 index 0000000..12d8faa --- /dev/null +++ b/testcase/fate-seek-acodec-alac.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170515-543815003 +# @用例名称: fate-seek-acodec-alac +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-acodec-alac +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-acodec-alac + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-acodec-alac + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-acodec-flac.sh b/testcase/fate-seek-acodec-flac.sh new file mode 100755 index 0000000..ea1c8af --- /dev/null +++ b/testcase/fate-seek-acodec-flac.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170515-631096484 +# @用例名称: fate-seek-acodec-flac +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-acodec-flac +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-acodec-flac + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-acodec-flac + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-acodec-mp2.sh b/testcase/fate-seek-acodec-mp2.sh new file mode 100755 index 0000000..1d4054f --- /dev/null +++ b/testcase/fate-seek-acodec-mp2.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170515-718633800 +# @用例名称: fate-seek-acodec-mp2 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-acodec-mp2 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-acodec-mp2 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-acodec-mp2 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-acodec-pcm-alaw.sh b/testcase/fate-seek-acodec-pcm-alaw.sh new file mode 100755 index 0000000..1d9ead0 --- /dev/null +++ b/testcase/fate-seek-acodec-pcm-alaw.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170515-806445492 +# @用例名称: fate-seek-acodec-pcm-alaw +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-acodec-pcm-alaw +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-acodec-pcm-alaw + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-acodec-pcm-alaw + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-acodec-pcm-f32be.sh b/testcase/fate-seek-acodec-pcm-f32be.sh new file mode 100755 index 0000000..d6d8208 --- /dev/null +++ b/testcase/fate-seek-acodec-pcm-f32be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170515-895559916 +# @用例名称: fate-seek-acodec-pcm-f32be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-acodec-pcm-f32be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-acodec-pcm-f32be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-acodec-pcm-f32be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-acodec-pcm-f32le.sh b/testcase/fate-seek-acodec-pcm-f32le.sh new file mode 100755 index 0000000..89dae1e --- /dev/null +++ b/testcase/fate-seek-acodec-pcm-f32le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170515-985532615 +# @用例名称: fate-seek-acodec-pcm-f32le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-acodec-pcm-f32le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-acodec-pcm-f32le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-acodec-pcm-f32le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-acodec-pcm-f64be.sh b/testcase/fate-seek-acodec-pcm-f64be.sh new file mode 100755 index 0000000..84bf2c1 --- /dev/null +++ b/testcase/fate-seek-acodec-pcm-f64be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170516-076397847 +# @用例名称: fate-seek-acodec-pcm-f64be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-acodec-pcm-f64be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-acodec-pcm-f64be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-acodec-pcm-f64be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-acodec-pcm-f64le.sh b/testcase/fate-seek-acodec-pcm-f64le.sh new file mode 100755 index 0000000..42dfd16 --- /dev/null +++ b/testcase/fate-seek-acodec-pcm-f64le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170516-167925655 +# @用例名称: fate-seek-acodec-pcm-f64le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-acodec-pcm-f64le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-acodec-pcm-f64le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-acodec-pcm-f64le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-acodec-pcm-mulaw.sh b/testcase/fate-seek-acodec-pcm-mulaw.sh new file mode 100755 index 0000000..efa33c8 --- /dev/null +++ b/testcase/fate-seek-acodec-pcm-mulaw.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170516-254008170 +# @用例名称: fate-seek-acodec-pcm-mulaw +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-acodec-pcm-mulaw +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-acodec-pcm-mulaw + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-acodec-pcm-mulaw + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-acodec-pcm-s16be.sh b/testcase/fate-seek-acodec-pcm-s16be.sh new file mode 100755 index 0000000..42a0bd1 --- /dev/null +++ b/testcase/fate-seek-acodec-pcm-s16be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170516-336253829 +# @用例名称: fate-seek-acodec-pcm-s16be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-acodec-pcm-s16be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-acodec-pcm-s16be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-acodec-pcm-s16be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-acodec-pcm-s16le.sh b/testcase/fate-seek-acodec-pcm-s16le.sh new file mode 100755 index 0000000..4271d17 --- /dev/null +++ b/testcase/fate-seek-acodec-pcm-s16le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170516-415917330 +# @用例名称: fate-seek-acodec-pcm-s16le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-acodec-pcm-s16le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-acodec-pcm-s16le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-acodec-pcm-s16le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-acodec-pcm-s24be.sh b/testcase/fate-seek-acodec-pcm-s24be.sh new file mode 100755 index 0000000..6654dc3 --- /dev/null +++ b/testcase/fate-seek-acodec-pcm-s24be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170516-499567853 +# @用例名称: fate-seek-acodec-pcm-s24be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-acodec-pcm-s24be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-acodec-pcm-s24be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-acodec-pcm-s24be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-acodec-pcm-s24le.sh b/testcase/fate-seek-acodec-pcm-s24le.sh new file mode 100755 index 0000000..27f5917 --- /dev/null +++ b/testcase/fate-seek-acodec-pcm-s24le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170516-589805986 +# @用例名称: fate-seek-acodec-pcm-s24le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-acodec-pcm-s24le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-acodec-pcm-s24le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-acodec-pcm-s24le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-acodec-pcm-s32be.sh b/testcase/fate-seek-acodec-pcm-s32be.sh new file mode 100755 index 0000000..3fe1df7 --- /dev/null +++ b/testcase/fate-seek-acodec-pcm-s32be.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170516-681034480 +# @用例名称: fate-seek-acodec-pcm-s32be +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-acodec-pcm-s32be +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-acodec-pcm-s32be + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-acodec-pcm-s32be + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-acodec-pcm-s32le.sh b/testcase/fate-seek-acodec-pcm-s32le.sh new file mode 100755 index 0000000..5608de1 --- /dev/null +++ b/testcase/fate-seek-acodec-pcm-s32le.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170516-772510070 +# @用例名称: fate-seek-acodec-pcm-s32le +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-acodec-pcm-s32le +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-acodec-pcm-s32le + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-acodec-pcm-s32le + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-acodec-pcm-s8.sh b/testcase/fate-seek-acodec-pcm-s8.sh new file mode 100755 index 0000000..7ca0b88 --- /dev/null +++ b/testcase/fate-seek-acodec-pcm-s8.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170516-866824813 +# @用例名称: fate-seek-acodec-pcm-s8 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-acodec-pcm-s8 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-acodec-pcm-s8 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-acodec-pcm-s8 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-acodec-pcm-u8.sh b/testcase/fate-seek-acodec-pcm-u8.sh new file mode 100755 index 0000000..7d0ecfe --- /dev/null +++ b/testcase/fate-seek-acodec-pcm-u8.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170516-957866282 +# @用例名称: fate-seek-acodec-pcm-u8 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-acodec-pcm-u8 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-acodec-pcm-u8 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-acodec-pcm-u8 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-aiff.sh b/testcase/fate-seek-lavf-aiff.sh new file mode 100755 index 0000000..0e1d9f1 --- /dev/null +++ b/testcase/fate-seek-lavf-aiff.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170517-060766007 +# @用例名称: fate-seek-lavf-aiff +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-aiff +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-aiff + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-aiff + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-al.sh b/testcase/fate-seek-lavf-al.sh new file mode 100755 index 0000000..6cea4dd --- /dev/null +++ b/testcase/fate-seek-lavf-al.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170517-152382463 +# @用例名称: fate-seek-lavf-al +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-al +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-al + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-al + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-asf.sh b/testcase/fate-seek-lavf-asf.sh new file mode 100755 index 0000000..63ae973 --- /dev/null +++ b/testcase/fate-seek-lavf-asf.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170517-246774576 +# @用例名称: fate-seek-lavf-asf +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-asf +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-asf + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-asf + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-au.sh b/testcase/fate-seek-lavf-au.sh new file mode 100755 index 0000000..59fcc95 --- /dev/null +++ b/testcase/fate-seek-lavf-au.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170517-337779794 +# @用例名称: fate-seek-lavf-au +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-au +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-au + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-au + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-avi.sh b/testcase/fate-seek-lavf-avi.sh new file mode 100755 index 0000000..6c45715 --- /dev/null +++ b/testcase/fate-seek-lavf-avi.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170517-429835492 +# @用例名称: fate-seek-lavf-avi +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-avi +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-avi + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-avi + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-bmp.sh b/testcase/fate-seek-lavf-bmp.sh new file mode 100755 index 0000000..5dbd560 --- /dev/null +++ b/testcase/fate-seek-lavf-bmp.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170517-515538244 +# @用例名称: fate-seek-lavf-bmp +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-bmp +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-bmp + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-bmp + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-dv.sh b/testcase/fate-seek-lavf-dv.sh new file mode 100755 index 0000000..cf8b5de --- /dev/null +++ b/testcase/fate-seek-lavf-dv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170517-598629008 +# @用例名称: fate-seek-lavf-dv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-dv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-dv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-dv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-flv.sh b/testcase/fate-seek-lavf-flv.sh new file mode 100755 index 0000000..ce769c1 --- /dev/null +++ b/testcase/fate-seek-lavf-flv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170517-693259285 +# @用例名称: fate-seek-lavf-flv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-flv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-flv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-flv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-gif.sh b/testcase/fate-seek-lavf-gif.sh new file mode 100755 index 0000000..03cfb95 --- /dev/null +++ b/testcase/fate-seek-lavf-gif.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170517-783392100 +# @用例名称: fate-seek-lavf-gif +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-gif +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-gif + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-gif + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-gxf.sh b/testcase/fate-seek-lavf-gxf.sh new file mode 100755 index 0000000..225f5c3 --- /dev/null +++ b/testcase/fate-seek-lavf-gxf.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170517-871796111 +# @用例名称: fate-seek-lavf-gxf +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-gxf +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-gxf + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-gxf + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-jpg.sh b/testcase/fate-seek-lavf-jpg.sh new file mode 100755 index 0000000..32cce2d --- /dev/null +++ b/testcase/fate-seek-lavf-jpg.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170517-964557765 +# @用例名称: fate-seek-lavf-jpg +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-jpg +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-jpg + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-jpg + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-mkv.sh b/testcase/fate-seek-lavf-mkv.sh new file mode 100755 index 0000000..a471b5c --- /dev/null +++ b/testcase/fate-seek-lavf-mkv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170518-059787501 +# @用例名称: fate-seek-lavf-mkv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-mkv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-mkv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-mkv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-mmf.sh b/testcase/fate-seek-lavf-mmf.sh new file mode 100755 index 0000000..f22f4a8 --- /dev/null +++ b/testcase/fate-seek-lavf-mmf.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170518-155012496 +# @用例名称: fate-seek-lavf-mmf +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-mmf +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-mmf + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-mmf + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-mov.sh b/testcase/fate-seek-lavf-mov.sh new file mode 100755 index 0000000..2e4f942 --- /dev/null +++ b/testcase/fate-seek-lavf-mov.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170518-241473304 +# @用例名称: fate-seek-lavf-mov +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-mov +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-mov + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-mov + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-mpg.sh b/testcase/fate-seek-lavf-mpg.sh new file mode 100755 index 0000000..797f091 --- /dev/null +++ b/testcase/fate-seek-lavf-mpg.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170518-332752167 +# @用例名称: fate-seek-lavf-mpg +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-mpg +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-mpg + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-mpg + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-mxf.sh b/testcase/fate-seek-lavf-mxf.sh new file mode 100755 index 0000000..34d2a35 --- /dev/null +++ b/testcase/fate-seek-lavf-mxf.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170518-427117190 +# @用例名称: fate-seek-lavf-mxf +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-mxf +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-mxf + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-mxf + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-mxf_d10.sh b/testcase/fate-seek-lavf-mxf_d10.sh new file mode 100755 index 0000000..e91ab0f --- /dev/null +++ b/testcase/fate-seek-lavf-mxf_d10.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170518-523101321 +# @用例名称: fate-seek-lavf-mxf_d10 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-mxf_d10 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-mxf_d10 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-mxf_d10 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-mxf_dv25.sh b/testcase/fate-seek-lavf-mxf_dv25.sh new file mode 100755 index 0000000..2acd8ad --- /dev/null +++ b/testcase/fate-seek-lavf-mxf_dv25.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170518-611106038 +# @用例名称: fate-seek-lavf-mxf_dv25 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-mxf_dv25 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-mxf_dv25 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-mxf_dv25 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-mxf_dvcpro50.sh b/testcase/fate-seek-lavf-mxf_dvcpro50.sh new file mode 100755 index 0000000..2524919 --- /dev/null +++ b/testcase/fate-seek-lavf-mxf_dvcpro50.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170518-695919617 +# @用例名称: fate-seek-lavf-mxf_dvcpro50 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-mxf_dvcpro50 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-mxf_dvcpro50 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-mxf_dvcpro50 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-mxf_opatom.sh b/testcase/fate-seek-lavf-mxf_opatom.sh new file mode 100755 index 0000000..3dd0ca9 --- /dev/null +++ b/testcase/fate-seek-lavf-mxf_opatom.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170518-776024109 +# @用例名称: fate-seek-lavf-mxf_opatom +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-mxf_opatom +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-mxf_opatom + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-mxf_opatom + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-mxf_opatom_audio.sh b/testcase/fate-seek-lavf-mxf_opatom_audio.sh new file mode 100755 index 0000000..90c8a41 --- /dev/null +++ b/testcase/fate-seek-lavf-mxf_opatom_audio.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170518-863939049 +# @用例名称: fate-seek-lavf-mxf_opatom_audio +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-mxf_opatom_audio +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-mxf_opatom_audio + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-mxf_opatom_audio + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-nut.sh b/testcase/fate-seek-lavf-nut.sh new file mode 100755 index 0000000..522399c --- /dev/null +++ b/testcase/fate-seek-lavf-nut.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170518-958647115 +# @用例名称: fate-seek-lavf-nut +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-nut +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-nut + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-nut + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-ogg.sh b/testcase/fate-seek-lavf-ogg.sh new file mode 100755 index 0000000..02e5856 --- /dev/null +++ b/testcase/fate-seek-lavf-ogg.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170519-050990667 +# @用例名称: fate-seek-lavf-ogg +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-ogg +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-ogg + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-ogg + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-pbmpipe.sh b/testcase/fate-seek-lavf-pbmpipe.sh new file mode 100755 index 0000000..d92d50f --- /dev/null +++ b/testcase/fate-seek-lavf-pbmpipe.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170519-142769410 +# @用例名称: fate-seek-lavf-pbmpipe +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-pbmpipe +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-pbmpipe + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-pbmpipe + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-pcx.sh b/testcase/fate-seek-lavf-pcx.sh new file mode 100755 index 0000000..851c2dd --- /dev/null +++ b/testcase/fate-seek-lavf-pcx.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170519-232920786 +# @用例名称: fate-seek-lavf-pcx +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-pcx +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-pcx + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-pcx + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-pgm.sh b/testcase/fate-seek-lavf-pgm.sh new file mode 100755 index 0000000..4637113 --- /dev/null +++ b/testcase/fate-seek-lavf-pgm.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170519-321734297 +# @用例名称: fate-seek-lavf-pgm +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-pgm +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-pgm + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-pgm + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-pgmpipe.sh b/testcase/fate-seek-lavf-pgmpipe.sh new file mode 100755 index 0000000..df7de53 --- /dev/null +++ b/testcase/fate-seek-lavf-pgmpipe.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170519-412893293 +# @用例名称: fate-seek-lavf-pgmpipe +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-pgmpipe +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-pgmpipe + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-pgmpipe + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-ppm.sh b/testcase/fate-seek-lavf-ppm.sh new file mode 100755 index 0000000..bac4bba --- /dev/null +++ b/testcase/fate-seek-lavf-ppm.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170519-506253445 +# @用例名称: fate-seek-lavf-ppm +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-ppm +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-ppm + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-ppm + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-ppmpipe.sh b/testcase/fate-seek-lavf-ppmpipe.sh new file mode 100755 index 0000000..e4f73a1 --- /dev/null +++ b/testcase/fate-seek-lavf-ppmpipe.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170519-598366042 +# @用例名称: fate-seek-lavf-ppmpipe +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-ppmpipe +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-ppmpipe + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-ppmpipe + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-rm.sh b/testcase/fate-seek-lavf-rm.sh new file mode 100755 index 0000000..f2a38f1 --- /dev/null +++ b/testcase/fate-seek-lavf-rm.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170519-691278822 +# @用例名称: fate-seek-lavf-rm +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-rm +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-rm + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-rm + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-sgi.sh b/testcase/fate-seek-lavf-sgi.sh new file mode 100755 index 0000000..23dc337 --- /dev/null +++ b/testcase/fate-seek-lavf-sgi.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170519-783641805 +# @用例名称: fate-seek-lavf-sgi +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-sgi +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-sgi + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-sgi + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-swf.sh b/testcase/fate-seek-lavf-swf.sh new file mode 100755 index 0000000..2c2721d --- /dev/null +++ b/testcase/fate-seek-lavf-swf.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170519-877362730 +# @用例名称: fate-seek-lavf-swf +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-swf +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-swf + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-swf + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-tga.sh b/testcase/fate-seek-lavf-tga.sh new file mode 100755 index 0000000..a17e049 --- /dev/null +++ b/testcase/fate-seek-lavf-tga.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170519-970260602 +# @用例名称: fate-seek-lavf-tga +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-tga +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-tga + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-tga + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-tiff.sh b/testcase/fate-seek-lavf-tiff.sh new file mode 100755 index 0000000..72d2578 --- /dev/null +++ b/testcase/fate-seek-lavf-tiff.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170520-062422558 +# @用例名称: fate-seek-lavf-tiff +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-tiff +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-tiff + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-tiff + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-ts.sh b/testcase/fate-seek-lavf-ts.sh new file mode 100755 index 0000000..148597f --- /dev/null +++ b/testcase/fate-seek-lavf-ts.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170520-155444597 +# @用例名称: fate-seek-lavf-ts +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-ts +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-ts + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-ts + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-ul.sh b/testcase/fate-seek-lavf-ul.sh new file mode 100755 index 0000000..bd9a120 --- /dev/null +++ b/testcase/fate-seek-lavf-ul.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170520-250750621 +# @用例名称: fate-seek-lavf-ul +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-ul +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-ul + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-ul + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-voc.sh b/testcase/fate-seek-lavf-voc.sh new file mode 100755 index 0000000..795ae9e --- /dev/null +++ b/testcase/fate-seek-lavf-voc.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170520-347774612 +# @用例名称: fate-seek-lavf-voc +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-voc +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-voc + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-voc + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-wav.sh b/testcase/fate-seek-lavf-wav.sh new file mode 100755 index 0000000..cfd2c7a --- /dev/null +++ b/testcase/fate-seek-lavf-wav.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170520-442894930 +# @用例名称: fate-seek-lavf-wav +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-wav +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-wav + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-wav + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-wtv.sh b/testcase/fate-seek-lavf-wtv.sh new file mode 100755 index 0000000..83944b7 --- /dev/null +++ b/testcase/fate-seek-lavf-wtv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170520-538023067 +# @用例名称: fate-seek-lavf-wtv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-wtv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-wtv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-wtv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-seek-lavf-y4m.sh b/testcase/fate-seek-lavf-y4m.sh new file mode 100755 index 0000000..f705c98 --- /dev/null +++ b/testcase/fate-seek-lavf-y4m.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170520-632937940 +# @用例名称: fate-seek-lavf-y4m +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-seek-lavf-y4m +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-seek-lavf-y4m + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-seek-lavf-y4m + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-shortest.sh b/testcase/fate-shortest.sh new file mode 100755 index 0000000..0a34ca5 --- /dev/null +++ b/testcase/fate-shortest.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170520-723935778 +# @用例名称: fate-shortest +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-shortest +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-shortest + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-shortest + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-source.sh b/testcase/fate-source.sh new file mode 100755 index 0000000..b631f47 --- /dev/null +++ b/testcase/fate-source.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170520-814810980 +# @用例名称: fate-source +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-source +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-source + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-source + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-async-firstpts.sh b/testcase/fate-swr-async-firstpts.sh new file mode 100755 index 0000000..fedc618 --- /dev/null +++ b/testcase/fate-swr-async-firstpts.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170520-904485304 +# @用例名称: fate-swr-async-firstpts +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-async-firstpts +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-async-firstpts + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-async-firstpts + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-audioconvert.sh b/testcase/fate-swr-audioconvert.sh new file mode 100755 index 0000000..e871486 --- /dev/null +++ b/testcase/fate-swr-audioconvert.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170520-995838585 +# @用例名称: fate-swr-audioconvert +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-audioconvert +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-audioconvert + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-audioconvert + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-custom-rematrix.sh b/testcase/fate-swr-custom-rematrix.sh new file mode 100755 index 0000000..54595d5 --- /dev/null +++ b/testcase/fate-swr-custom-rematrix.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170521-087627198 +# @用例名称: fate-swr-custom-rematrix +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-custom-rematrix +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-custom-rematrix + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-custom-rematrix + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-dblp-2626-44100.sh b/testcase/fate-swr-resample-dblp-2626-44100.sh new file mode 100755 index 0000000..e98e673 --- /dev/null +++ b/testcase/fate-swr-resample-dblp-2626-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170521-181910732 +# @用例名称: fate-swr-resample-dblp-2626-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-dblp-2626-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-dblp-2626-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-dblp-2626-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-dblp-2626-48000.sh b/testcase/fate-swr-resample-dblp-2626-48000.sh new file mode 100755 index 0000000..c5f04eb --- /dev/null +++ b/testcase/fate-swr-resample-dblp-2626-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170521-273654028 +# @用例名称: fate-swr-resample-dblp-2626-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-dblp-2626-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-dblp-2626-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-dblp-2626-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-dblp-2626-8000.sh b/testcase/fate-swr-resample-dblp-2626-8000.sh new file mode 100755 index 0000000..480c33e --- /dev/null +++ b/testcase/fate-swr-resample-dblp-2626-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170521-364145236 +# @用例名称: fate-swr-resample-dblp-2626-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-dblp-2626-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-dblp-2626-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-dblp-2626-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-dblp-2626-96000.sh b/testcase/fate-swr-resample-dblp-2626-96000.sh new file mode 100755 index 0000000..15d44fb --- /dev/null +++ b/testcase/fate-swr-resample-dblp-2626-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170521-455109805 +# @用例名称: fate-swr-resample-dblp-2626-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-dblp-2626-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-dblp-2626-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-dblp-2626-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-dblp-44100-2626.sh b/testcase/fate-swr-resample-dblp-44100-2626.sh new file mode 100755 index 0000000..0a95d55 --- /dev/null +++ b/testcase/fate-swr-resample-dblp-44100-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170521-545669251 +# @用例名称: fate-swr-resample-dblp-44100-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-dblp-44100-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-dblp-44100-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-dblp-44100-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-dblp-44100-48000.sh b/testcase/fate-swr-resample-dblp-44100-48000.sh new file mode 100755 index 0000000..05313c7 --- /dev/null +++ b/testcase/fate-swr-resample-dblp-44100-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170521-636087262 +# @用例名称: fate-swr-resample-dblp-44100-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-dblp-44100-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-dblp-44100-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-dblp-44100-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-dblp-44100-8000.sh b/testcase/fate-swr-resample-dblp-44100-8000.sh new file mode 100755 index 0000000..6898099 --- /dev/null +++ b/testcase/fate-swr-resample-dblp-44100-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170521-722843814 +# @用例名称: fate-swr-resample-dblp-44100-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-dblp-44100-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-dblp-44100-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-dblp-44100-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-dblp-44100-96000.sh b/testcase/fate-swr-resample-dblp-44100-96000.sh new file mode 100755 index 0000000..a3b6ee0 --- /dev/null +++ b/testcase/fate-swr-resample-dblp-44100-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170521-814113617 +# @用例名称: fate-swr-resample-dblp-44100-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-dblp-44100-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-dblp-44100-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-dblp-44100-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-dblp-48000-2626.sh b/testcase/fate-swr-resample-dblp-48000-2626.sh new file mode 100755 index 0000000..8912720 --- /dev/null +++ b/testcase/fate-swr-resample-dblp-48000-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170521-904256472 +# @用例名称: fate-swr-resample-dblp-48000-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-dblp-48000-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-dblp-48000-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-dblp-48000-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-dblp-48000-44100.sh b/testcase/fate-swr-resample-dblp-48000-44100.sh new file mode 100755 index 0000000..5d0a07b --- /dev/null +++ b/testcase/fate-swr-resample-dblp-48000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170521-994472227 +# @用例名称: fate-swr-resample-dblp-48000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-dblp-48000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-dblp-48000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-dblp-48000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-dblp-48000-8000.sh b/testcase/fate-swr-resample-dblp-48000-8000.sh new file mode 100755 index 0000000..d3a2063 --- /dev/null +++ b/testcase/fate-swr-resample-dblp-48000-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170522-082854327 +# @用例名称: fate-swr-resample-dblp-48000-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-dblp-48000-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-dblp-48000-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-dblp-48000-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-dblp-48000-96000.sh b/testcase/fate-swr-resample-dblp-48000-96000.sh new file mode 100755 index 0000000..bd796a3 --- /dev/null +++ b/testcase/fate-swr-resample-dblp-48000-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170522-177665520 +# @用例名称: fate-swr-resample-dblp-48000-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-dblp-48000-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-dblp-48000-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-dblp-48000-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-dblp-8000-2626.sh b/testcase/fate-swr-resample-dblp-8000-2626.sh new file mode 100755 index 0000000..2ef1dcd --- /dev/null +++ b/testcase/fate-swr-resample-dblp-8000-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170522-272067102 +# @用例名称: fate-swr-resample-dblp-8000-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-dblp-8000-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-dblp-8000-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-dblp-8000-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-dblp-8000-44100.sh b/testcase/fate-swr-resample-dblp-8000-44100.sh new file mode 100755 index 0000000..d352f4d --- /dev/null +++ b/testcase/fate-swr-resample-dblp-8000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170522-365210079 +# @用例名称: fate-swr-resample-dblp-8000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-dblp-8000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-dblp-8000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-dblp-8000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-dblp-8000-48000.sh b/testcase/fate-swr-resample-dblp-8000-48000.sh new file mode 100755 index 0000000..6669529 --- /dev/null +++ b/testcase/fate-swr-resample-dblp-8000-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170522-458714949 +# @用例名称: fate-swr-resample-dblp-8000-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-dblp-8000-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-dblp-8000-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-dblp-8000-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-dblp-8000-96000.sh b/testcase/fate-swr-resample-dblp-8000-96000.sh new file mode 100755 index 0000000..ccdcf1a --- /dev/null +++ b/testcase/fate-swr-resample-dblp-8000-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170522-549597839 +# @用例名称: fate-swr-resample-dblp-8000-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-dblp-8000-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-dblp-8000-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-dblp-8000-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-dblp-96000-2626.sh b/testcase/fate-swr-resample-dblp-96000-2626.sh new file mode 100755 index 0000000..fcc4573 --- /dev/null +++ b/testcase/fate-swr-resample-dblp-96000-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170522-640077319 +# @用例名称: fate-swr-resample-dblp-96000-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-dblp-96000-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-dblp-96000-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-dblp-96000-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-dblp-96000-44100.sh b/testcase/fate-swr-resample-dblp-96000-44100.sh new file mode 100755 index 0000000..1c53ada --- /dev/null +++ b/testcase/fate-swr-resample-dblp-96000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170522-733790634 +# @用例名称: fate-swr-resample-dblp-96000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-dblp-96000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-dblp-96000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-dblp-96000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-dblp-96000-48000.sh b/testcase/fate-swr-resample-dblp-96000-48000.sh new file mode 100755 index 0000000..73c1194 --- /dev/null +++ b/testcase/fate-swr-resample-dblp-96000-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170522-824716384 +# @用例名称: fate-swr-resample-dblp-96000-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-dblp-96000-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-dblp-96000-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-dblp-96000-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-dblp-96000-8000.sh b/testcase/fate-swr-resample-dblp-96000-8000.sh new file mode 100755 index 0000000..b1bc7a6 --- /dev/null +++ b/testcase/fate-swr-resample-dblp-96000-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170522-916936439 +# @用例名称: fate-swr-resample-dblp-96000-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-dblp-96000-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-dblp-96000-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-dblp-96000-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-fltp-2626-44100.sh b/testcase/fate-swr-resample-fltp-2626-44100.sh new file mode 100755 index 0000000..d1f6aa1 --- /dev/null +++ b/testcase/fate-swr-resample-fltp-2626-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170523-009552866 +# @用例名称: fate-swr-resample-fltp-2626-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-fltp-2626-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-fltp-2626-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-fltp-2626-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-fltp-2626-48000.sh b/testcase/fate-swr-resample-fltp-2626-48000.sh new file mode 100755 index 0000000..567bca7 --- /dev/null +++ b/testcase/fate-swr-resample-fltp-2626-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170523-100612593 +# @用例名称: fate-swr-resample-fltp-2626-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-fltp-2626-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-fltp-2626-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-fltp-2626-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-fltp-2626-8000.sh b/testcase/fate-swr-resample-fltp-2626-8000.sh new file mode 100755 index 0000000..89321c4 --- /dev/null +++ b/testcase/fate-swr-resample-fltp-2626-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170523-192901707 +# @用例名称: fate-swr-resample-fltp-2626-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-fltp-2626-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-fltp-2626-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-fltp-2626-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-fltp-2626-96000.sh b/testcase/fate-swr-resample-fltp-2626-96000.sh new file mode 100755 index 0000000..d263ff7 --- /dev/null +++ b/testcase/fate-swr-resample-fltp-2626-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170523-284355176 +# @用例名称: fate-swr-resample-fltp-2626-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-fltp-2626-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-fltp-2626-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-fltp-2626-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-fltp-44100-2626.sh b/testcase/fate-swr-resample-fltp-44100-2626.sh new file mode 100755 index 0000000..5d86c21 --- /dev/null +++ b/testcase/fate-swr-resample-fltp-44100-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170523-376164080 +# @用例名称: fate-swr-resample-fltp-44100-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-fltp-44100-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-fltp-44100-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-fltp-44100-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-fltp-44100-48000.sh b/testcase/fate-swr-resample-fltp-44100-48000.sh new file mode 100755 index 0000000..193686a --- /dev/null +++ b/testcase/fate-swr-resample-fltp-44100-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170523-462802353 +# @用例名称: fate-swr-resample-fltp-44100-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-fltp-44100-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-fltp-44100-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-fltp-44100-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-fltp-44100-8000.sh b/testcase/fate-swr-resample-fltp-44100-8000.sh new file mode 100755 index 0000000..aa93e18 --- /dev/null +++ b/testcase/fate-swr-resample-fltp-44100-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170523-553612985 +# @用例名称: fate-swr-resample-fltp-44100-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-fltp-44100-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-fltp-44100-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-fltp-44100-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-fltp-44100-96000.sh b/testcase/fate-swr-resample-fltp-44100-96000.sh new file mode 100755 index 0000000..f171624 --- /dev/null +++ b/testcase/fate-swr-resample-fltp-44100-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170523-642615303 +# @用例名称: fate-swr-resample-fltp-44100-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-fltp-44100-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-fltp-44100-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-fltp-44100-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-fltp-48000-2626.sh b/testcase/fate-swr-resample-fltp-48000-2626.sh new file mode 100755 index 0000000..25eae27 --- /dev/null +++ b/testcase/fate-swr-resample-fltp-48000-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170523-732749708 +# @用例名称: fate-swr-resample-fltp-48000-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-fltp-48000-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-fltp-48000-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-fltp-48000-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-fltp-48000-44100.sh b/testcase/fate-swr-resample-fltp-48000-44100.sh new file mode 100755 index 0000000..b4c54fa --- /dev/null +++ b/testcase/fate-swr-resample-fltp-48000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170523-824047812 +# @用例名称: fate-swr-resample-fltp-48000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-fltp-48000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-fltp-48000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-fltp-48000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-fltp-48000-8000.sh b/testcase/fate-swr-resample-fltp-48000-8000.sh new file mode 100755 index 0000000..f8bf47e --- /dev/null +++ b/testcase/fate-swr-resample-fltp-48000-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170523-914947982 +# @用例名称: fate-swr-resample-fltp-48000-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-fltp-48000-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-fltp-48000-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-fltp-48000-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-fltp-48000-96000.sh b/testcase/fate-swr-resample-fltp-48000-96000.sh new file mode 100755 index 0000000..84dbe43 --- /dev/null +++ b/testcase/fate-swr-resample-fltp-48000-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170524-004063278 +# @用例名称: fate-swr-resample-fltp-48000-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-fltp-48000-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-fltp-48000-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-fltp-48000-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-fltp-8000-2626.sh b/testcase/fate-swr-resample-fltp-8000-2626.sh new file mode 100755 index 0000000..921f53c --- /dev/null +++ b/testcase/fate-swr-resample-fltp-8000-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170524-095128285 +# @用例名称: fate-swr-resample-fltp-8000-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-fltp-8000-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-fltp-8000-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-fltp-8000-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-fltp-8000-44100.sh b/testcase/fate-swr-resample-fltp-8000-44100.sh new file mode 100755 index 0000000..f8c235f --- /dev/null +++ b/testcase/fate-swr-resample-fltp-8000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170524-184561014 +# @用例名称: fate-swr-resample-fltp-8000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-fltp-8000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-fltp-8000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-fltp-8000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-fltp-8000-48000.sh b/testcase/fate-swr-resample-fltp-8000-48000.sh new file mode 100755 index 0000000..b784c2b --- /dev/null +++ b/testcase/fate-swr-resample-fltp-8000-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170524-270511362 +# @用例名称: fate-swr-resample-fltp-8000-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-fltp-8000-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-fltp-8000-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-fltp-8000-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-fltp-8000-96000.sh b/testcase/fate-swr-resample-fltp-8000-96000.sh new file mode 100755 index 0000000..64163c7 --- /dev/null +++ b/testcase/fate-swr-resample-fltp-8000-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170524-362960672 +# @用例名称: fate-swr-resample-fltp-8000-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-fltp-8000-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-fltp-8000-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-fltp-8000-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-fltp-96000-2626.sh b/testcase/fate-swr-resample-fltp-96000-2626.sh new file mode 100755 index 0000000..656636c --- /dev/null +++ b/testcase/fate-swr-resample-fltp-96000-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170524-457850815 +# @用例名称: fate-swr-resample-fltp-96000-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-fltp-96000-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-fltp-96000-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-fltp-96000-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-fltp-96000-44100.sh b/testcase/fate-swr-resample-fltp-96000-44100.sh new file mode 100755 index 0000000..4d57218 --- /dev/null +++ b/testcase/fate-swr-resample-fltp-96000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170524-548806434 +# @用例名称: fate-swr-resample-fltp-96000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-fltp-96000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-fltp-96000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-fltp-96000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-fltp-96000-48000.sh b/testcase/fate-swr-resample-fltp-96000-48000.sh new file mode 100755 index 0000000..c375bcb --- /dev/null +++ b/testcase/fate-swr-resample-fltp-96000-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170524-637940820 +# @用例名称: fate-swr-resample-fltp-96000-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-fltp-96000-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-fltp-96000-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-fltp-96000-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-fltp-96000-8000.sh b/testcase/fate-swr-resample-fltp-96000-8000.sh new file mode 100755 index 0000000..6aeeb76 --- /dev/null +++ b/testcase/fate-swr-resample-fltp-96000-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170524-728854799 +# @用例名称: fate-swr-resample-fltp-96000-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-fltp-96000-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-fltp-96000-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-fltp-96000-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s16p-2626-44100.sh b/testcase/fate-swr-resample-s16p-2626-44100.sh new file mode 100755 index 0000000..c5df159 --- /dev/null +++ b/testcase/fate-swr-resample-s16p-2626-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170524-821734461 +# @用例名称: fate-swr-resample-s16p-2626-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s16p-2626-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s16p-2626-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s16p-2626-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s16p-2626-48000.sh b/testcase/fate-swr-resample-s16p-2626-48000.sh new file mode 100755 index 0000000..78439d6 --- /dev/null +++ b/testcase/fate-swr-resample-s16p-2626-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170524-913617382 +# @用例名称: fate-swr-resample-s16p-2626-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s16p-2626-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s16p-2626-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s16p-2626-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s16p-2626-8000.sh b/testcase/fate-swr-resample-s16p-2626-8000.sh new file mode 100755 index 0000000..76fb773 --- /dev/null +++ b/testcase/fate-swr-resample-s16p-2626-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170525-006130802 +# @用例名称: fate-swr-resample-s16p-2626-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s16p-2626-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s16p-2626-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s16p-2626-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s16p-2626-96000.sh b/testcase/fate-swr-resample-s16p-2626-96000.sh new file mode 100755 index 0000000..e548800 --- /dev/null +++ b/testcase/fate-swr-resample-s16p-2626-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170525-097183889 +# @用例名称: fate-swr-resample-s16p-2626-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s16p-2626-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s16p-2626-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s16p-2626-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s16p-44100-2626.sh b/testcase/fate-swr-resample-s16p-44100-2626.sh new file mode 100755 index 0000000..0f95bbe --- /dev/null +++ b/testcase/fate-swr-resample-s16p-44100-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170525-189447553 +# @用例名称: fate-swr-resample-s16p-44100-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s16p-44100-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s16p-44100-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s16p-44100-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s16p-44100-48000.sh b/testcase/fate-swr-resample-s16p-44100-48000.sh new file mode 100755 index 0000000..69f8848 --- /dev/null +++ b/testcase/fate-swr-resample-s16p-44100-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170525-280124658 +# @用例名称: fate-swr-resample-s16p-44100-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s16p-44100-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s16p-44100-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s16p-44100-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s16p-44100-8000.sh b/testcase/fate-swr-resample-s16p-44100-8000.sh new file mode 100755 index 0000000..4684d51 --- /dev/null +++ b/testcase/fate-swr-resample-s16p-44100-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170525-372741915 +# @用例名称: fate-swr-resample-s16p-44100-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s16p-44100-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s16p-44100-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s16p-44100-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s16p-44100-96000.sh b/testcase/fate-swr-resample-s16p-44100-96000.sh new file mode 100755 index 0000000..152e958 --- /dev/null +++ b/testcase/fate-swr-resample-s16p-44100-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170525-466643646 +# @用例名称: fate-swr-resample-s16p-44100-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s16p-44100-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s16p-44100-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s16p-44100-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s16p-48000-2626.sh b/testcase/fate-swr-resample-s16p-48000-2626.sh new file mode 100755 index 0000000..27592f8 --- /dev/null +++ b/testcase/fate-swr-resample-s16p-48000-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170525-560639797 +# @用例名称: fate-swr-resample-s16p-48000-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s16p-48000-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s16p-48000-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s16p-48000-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s16p-48000-44100.sh b/testcase/fate-swr-resample-s16p-48000-44100.sh new file mode 100755 index 0000000..ab0f11b --- /dev/null +++ b/testcase/fate-swr-resample-s16p-48000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170525-649464208 +# @用例名称: fate-swr-resample-s16p-48000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s16p-48000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s16p-48000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s16p-48000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s16p-48000-8000.sh b/testcase/fate-swr-resample-s16p-48000-8000.sh new file mode 100755 index 0000000..52d3329 --- /dev/null +++ b/testcase/fate-swr-resample-s16p-48000-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170525-737851488 +# @用例名称: fate-swr-resample-s16p-48000-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s16p-48000-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s16p-48000-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s16p-48000-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s16p-48000-96000.sh b/testcase/fate-swr-resample-s16p-48000-96000.sh new file mode 100755 index 0000000..007c58b --- /dev/null +++ b/testcase/fate-swr-resample-s16p-48000-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170525-828564942 +# @用例名称: fate-swr-resample-s16p-48000-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s16p-48000-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s16p-48000-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s16p-48000-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s16p-8000-2626.sh b/testcase/fate-swr-resample-s16p-8000-2626.sh new file mode 100755 index 0000000..3c1a5cf --- /dev/null +++ b/testcase/fate-swr-resample-s16p-8000-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170525-920637180 +# @用例名称: fate-swr-resample-s16p-8000-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s16p-8000-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s16p-8000-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s16p-8000-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s16p-8000-44100.sh b/testcase/fate-swr-resample-s16p-8000-44100.sh new file mode 100755 index 0000000..67ea2c5 --- /dev/null +++ b/testcase/fate-swr-resample-s16p-8000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170526-011207327 +# @用例名称: fate-swr-resample-s16p-8000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s16p-8000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s16p-8000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s16p-8000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s16p-8000-48000.sh b/testcase/fate-swr-resample-s16p-8000-48000.sh new file mode 100755 index 0000000..7f8c494 --- /dev/null +++ b/testcase/fate-swr-resample-s16p-8000-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170526-098427239 +# @用例名称: fate-swr-resample-s16p-8000-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s16p-8000-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s16p-8000-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s16p-8000-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s16p-8000-96000.sh b/testcase/fate-swr-resample-s16p-8000-96000.sh new file mode 100755 index 0000000..35255ab --- /dev/null +++ b/testcase/fate-swr-resample-s16p-8000-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170526-180728298 +# @用例名称: fate-swr-resample-s16p-8000-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s16p-8000-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s16p-8000-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s16p-8000-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s16p-96000-2626.sh b/testcase/fate-swr-resample-s16p-96000-2626.sh new file mode 100755 index 0000000..2b5721b --- /dev/null +++ b/testcase/fate-swr-resample-s16p-96000-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170526-266426461 +# @用例名称: fate-swr-resample-s16p-96000-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s16p-96000-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s16p-96000-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s16p-96000-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s16p-96000-44100.sh b/testcase/fate-swr-resample-s16p-96000-44100.sh new file mode 100755 index 0000000..88b94e4 --- /dev/null +++ b/testcase/fate-swr-resample-s16p-96000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170526-353047036 +# @用例名称: fate-swr-resample-s16p-96000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s16p-96000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s16p-96000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s16p-96000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s16p-96000-48000.sh b/testcase/fate-swr-resample-s16p-96000-48000.sh new file mode 100755 index 0000000..76bc622 --- /dev/null +++ b/testcase/fate-swr-resample-s16p-96000-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170526-440514092 +# @用例名称: fate-swr-resample-s16p-96000-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s16p-96000-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s16p-96000-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s16p-96000-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s16p-96000-8000.sh b/testcase/fate-swr-resample-s16p-96000-8000.sh new file mode 100755 index 0000000..32ed8d7 --- /dev/null +++ b/testcase/fate-swr-resample-s16p-96000-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170526-531294716 +# @用例名称: fate-swr-resample-s16p-96000-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s16p-96000-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s16p-96000-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s16p-96000-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s32p-2626-44100.sh b/testcase/fate-swr-resample-s32p-2626-44100.sh new file mode 100755 index 0000000..e0c74a8 --- /dev/null +++ b/testcase/fate-swr-resample-s32p-2626-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170526-624931473 +# @用例名称: fate-swr-resample-s32p-2626-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s32p-2626-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s32p-2626-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s32p-2626-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s32p-2626-48000.sh b/testcase/fate-swr-resample-s32p-2626-48000.sh new file mode 100755 index 0000000..45bedc3 --- /dev/null +++ b/testcase/fate-swr-resample-s32p-2626-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170526-714953190 +# @用例名称: fate-swr-resample-s32p-2626-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s32p-2626-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s32p-2626-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s32p-2626-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s32p-2626-8000.sh b/testcase/fate-swr-resample-s32p-2626-8000.sh new file mode 100755 index 0000000..e1afaf4 --- /dev/null +++ b/testcase/fate-swr-resample-s32p-2626-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170526-808159447 +# @用例名称: fate-swr-resample-s32p-2626-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s32p-2626-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s32p-2626-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s32p-2626-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s32p-2626-96000.sh b/testcase/fate-swr-resample-s32p-2626-96000.sh new file mode 100755 index 0000000..e58a7a5 --- /dev/null +++ b/testcase/fate-swr-resample-s32p-2626-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170526-898564345 +# @用例名称: fate-swr-resample-s32p-2626-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s32p-2626-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s32p-2626-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s32p-2626-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s32p-44100-2626.sh b/testcase/fate-swr-resample-s32p-44100-2626.sh new file mode 100755 index 0000000..9b49c01 --- /dev/null +++ b/testcase/fate-swr-resample-s32p-44100-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170526-990166283 +# @用例名称: fate-swr-resample-s32p-44100-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s32p-44100-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s32p-44100-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s32p-44100-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s32p-44100-48000.sh b/testcase/fate-swr-resample-s32p-44100-48000.sh new file mode 100755 index 0000000..85aef6d --- /dev/null +++ b/testcase/fate-swr-resample-s32p-44100-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170527-079759239 +# @用例名称: fate-swr-resample-s32p-44100-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s32p-44100-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s32p-44100-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s32p-44100-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s32p-44100-8000.sh b/testcase/fate-swr-resample-s32p-44100-8000.sh new file mode 100755 index 0000000..65a7138 --- /dev/null +++ b/testcase/fate-swr-resample-s32p-44100-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170527-169084831 +# @用例名称: fate-swr-resample-s32p-44100-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s32p-44100-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s32p-44100-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s32p-44100-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s32p-44100-96000.sh b/testcase/fate-swr-resample-s32p-44100-96000.sh new file mode 100755 index 0000000..fb63b20 --- /dev/null +++ b/testcase/fate-swr-resample-s32p-44100-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170527-258591279 +# @用例名称: fate-swr-resample-s32p-44100-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s32p-44100-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s32p-44100-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s32p-44100-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s32p-48000-2626.sh b/testcase/fate-swr-resample-s32p-48000-2626.sh new file mode 100755 index 0000000..94e322a --- /dev/null +++ b/testcase/fate-swr-resample-s32p-48000-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170527-351213096 +# @用例名称: fate-swr-resample-s32p-48000-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s32p-48000-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s32p-48000-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s32p-48000-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s32p-48000-44100.sh b/testcase/fate-swr-resample-s32p-48000-44100.sh new file mode 100755 index 0000000..54c7cd4 --- /dev/null +++ b/testcase/fate-swr-resample-s32p-48000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170527-442973648 +# @用例名称: fate-swr-resample-s32p-48000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s32p-48000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s32p-48000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s32p-48000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s32p-48000-8000.sh b/testcase/fate-swr-resample-s32p-48000-8000.sh new file mode 100755 index 0000000..5eac3f9 --- /dev/null +++ b/testcase/fate-swr-resample-s32p-48000-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170527-531767301 +# @用例名称: fate-swr-resample-s32p-48000-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s32p-48000-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s32p-48000-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s32p-48000-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s32p-48000-96000.sh b/testcase/fate-swr-resample-s32p-48000-96000.sh new file mode 100755 index 0000000..bae8768 --- /dev/null +++ b/testcase/fate-swr-resample-s32p-48000-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170527-619987594 +# @用例名称: fate-swr-resample-s32p-48000-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s32p-48000-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s32p-48000-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s32p-48000-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s32p-8000-2626.sh b/testcase/fate-swr-resample-s32p-8000-2626.sh new file mode 100755 index 0000000..9b86838 --- /dev/null +++ b/testcase/fate-swr-resample-s32p-8000-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170527-705455231 +# @用例名称: fate-swr-resample-s32p-8000-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s32p-8000-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s32p-8000-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s32p-8000-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s32p-8000-44100.sh b/testcase/fate-swr-resample-s32p-8000-44100.sh new file mode 100755 index 0000000..ba5fdad --- /dev/null +++ b/testcase/fate-swr-resample-s32p-8000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170527-792556005 +# @用例名称: fate-swr-resample-s32p-8000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s32p-8000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s32p-8000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s32p-8000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s32p-8000-48000.sh b/testcase/fate-swr-resample-s32p-8000-48000.sh new file mode 100755 index 0000000..5cad0f7 --- /dev/null +++ b/testcase/fate-swr-resample-s32p-8000-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170527-881198091 +# @用例名称: fate-swr-resample-s32p-8000-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s32p-8000-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s32p-8000-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s32p-8000-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s32p-8000-96000.sh b/testcase/fate-swr-resample-s32p-8000-96000.sh new file mode 100755 index 0000000..c9cc085 --- /dev/null +++ b/testcase/fate-swr-resample-s32p-8000-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170527-974053252 +# @用例名称: fate-swr-resample-s32p-8000-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s32p-8000-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s32p-8000-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s32p-8000-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s32p-96000-2626.sh b/testcase/fate-swr-resample-s32p-96000-2626.sh new file mode 100755 index 0000000..005dd4c --- /dev/null +++ b/testcase/fate-swr-resample-s32p-96000-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170528-064461983 +# @用例名称: fate-swr-resample-s32p-96000-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s32p-96000-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s32p-96000-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s32p-96000-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s32p-96000-44100.sh b/testcase/fate-swr-resample-s32p-96000-44100.sh new file mode 100755 index 0000000..dc334d9 --- /dev/null +++ b/testcase/fate-swr-resample-s32p-96000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170528-152868223 +# @用例名称: fate-swr-resample-s32p-96000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s32p-96000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s32p-96000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s32p-96000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s32p-96000-48000.sh b/testcase/fate-swr-resample-s32p-96000-48000.sh new file mode 100755 index 0000000..0f18fe7 --- /dev/null +++ b/testcase/fate-swr-resample-s32p-96000-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170528-235652722 +# @用例名称: fate-swr-resample-s32p-96000-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s32p-96000-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s32p-96000-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s32p-96000-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample-s32p-96000-8000.sh b/testcase/fate-swr-resample-s32p-96000-8000.sh new file mode 100755 index 0000000..4d87d21 --- /dev/null +++ b/testcase/fate-swr-resample-s32p-96000-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170528-320681737 +# @用例名称: fate-swr-resample-s32p-96000-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample-s32p-96000-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample-s32p-96000-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample-s32p-96000-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_async-fltp-44100-8000.sh b/testcase/fate-swr-resample_async-fltp-44100-8000.sh new file mode 100755 index 0000000..99c694c --- /dev/null +++ b/testcase/fate-swr-resample_async-fltp-44100-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170528-411004249 +# @用例名称: fate-swr-resample_async-fltp-44100-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_async-fltp-44100-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_async-fltp-44100-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_async-fltp-44100-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_async-fltp-8000-44100.sh b/testcase/fate-swr-resample_async-fltp-8000-44100.sh new file mode 100755 index 0000000..a27c609 --- /dev/null +++ b/testcase/fate-swr-resample_async-fltp-8000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170528-499993727 +# @用例名称: fate-swr-resample_async-fltp-8000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_async-fltp-8000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_async-fltp-8000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_async-fltp-8000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_async-s16p-44100-8000.sh b/testcase/fate-swr-resample_async-s16p-44100-8000.sh new file mode 100755 index 0000000..1d2d147 --- /dev/null +++ b/testcase/fate-swr-resample_async-s16p-44100-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170528-589710151 +# @用例名称: fate-swr-resample_async-s16p-44100-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_async-s16p-44100-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_async-s16p-44100-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_async-s16p-44100-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_async-s16p-8000-44100.sh b/testcase/fate-swr-resample_async-s16p-8000-44100.sh new file mode 100755 index 0000000..3b1601f --- /dev/null +++ b/testcase/fate-swr-resample_async-s16p-8000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170528-679424925 +# @用例名称: fate-swr-resample_async-s16p-8000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_async-s16p-8000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_async-s16p-8000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_async-s16p-8000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-dblp-2626-44100.sh b/testcase/fate-swr-resample_exact-dblp-2626-44100.sh new file mode 100755 index 0000000..da6884a --- /dev/null +++ b/testcase/fate-swr-resample_exact-dblp-2626-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170528-771348176 +# @用例名称: fate-swr-resample_exact-dblp-2626-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-2626-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-2626-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-dblp-2626-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-dblp-2626-48000.sh b/testcase/fate-swr-resample_exact-dblp-2626-48000.sh new file mode 100755 index 0000000..e66b10a --- /dev/null +++ b/testcase/fate-swr-resample_exact-dblp-2626-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170528-863937743 +# @用例名称: fate-swr-resample_exact-dblp-2626-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-2626-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-2626-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-dblp-2626-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-dblp-2626-8000.sh b/testcase/fate-swr-resample_exact-dblp-2626-8000.sh new file mode 100755 index 0000000..f8d3901 --- /dev/null +++ b/testcase/fate-swr-resample_exact-dblp-2626-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170528-949686294 +# @用例名称: fate-swr-resample_exact-dblp-2626-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-2626-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-2626-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-dblp-2626-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-dblp-2626-96000.sh b/testcase/fate-swr-resample_exact-dblp-2626-96000.sh new file mode 100755 index 0000000..1f77fc9 --- /dev/null +++ b/testcase/fate-swr-resample_exact-dblp-2626-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170529-039932257 +# @用例名称: fate-swr-resample_exact-dblp-2626-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-2626-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-2626-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-dblp-2626-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-dblp-44100-2626.sh b/testcase/fate-swr-resample_exact-dblp-44100-2626.sh new file mode 100755 index 0000000..700b518 --- /dev/null +++ b/testcase/fate-swr-resample_exact-dblp-44100-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170529-120971491 +# @用例名称: fate-swr-resample_exact-dblp-44100-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-44100-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-44100-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-dblp-44100-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-dblp-44100-48000.sh b/testcase/fate-swr-resample_exact-dblp-44100-48000.sh new file mode 100755 index 0000000..e283763 --- /dev/null +++ b/testcase/fate-swr-resample_exact-dblp-44100-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170529-201462326 +# @用例名称: fate-swr-resample_exact-dblp-44100-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-44100-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-44100-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-dblp-44100-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-dblp-44100-8000.sh b/testcase/fate-swr-resample_exact-dblp-44100-8000.sh new file mode 100755 index 0000000..894bb24 --- /dev/null +++ b/testcase/fate-swr-resample_exact-dblp-44100-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170529-286758496 +# @用例名称: fate-swr-resample_exact-dblp-44100-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-44100-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-44100-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-dblp-44100-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-dblp-44100-96000.sh b/testcase/fate-swr-resample_exact-dblp-44100-96000.sh new file mode 100755 index 0000000..d6d2bdd --- /dev/null +++ b/testcase/fate-swr-resample_exact-dblp-44100-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170529-378928092 +# @用例名称: fate-swr-resample_exact-dblp-44100-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-44100-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-44100-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-dblp-44100-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-dblp-48000-2626.sh b/testcase/fate-swr-resample_exact-dblp-48000-2626.sh new file mode 100755 index 0000000..a3d6d81 --- /dev/null +++ b/testcase/fate-swr-resample_exact-dblp-48000-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170529-471026948 +# @用例名称: fate-swr-resample_exact-dblp-48000-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-48000-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-48000-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-dblp-48000-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-dblp-48000-44100.sh b/testcase/fate-swr-resample_exact-dblp-48000-44100.sh new file mode 100755 index 0000000..2314ab5 --- /dev/null +++ b/testcase/fate-swr-resample_exact-dblp-48000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170529-564310023 +# @用例名称: fate-swr-resample_exact-dblp-48000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-48000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-48000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-dblp-48000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-dblp-48000-8000.sh b/testcase/fate-swr-resample_exact-dblp-48000-8000.sh new file mode 100755 index 0000000..7d1f3eb --- /dev/null +++ b/testcase/fate-swr-resample_exact-dblp-48000-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170529-653519837 +# @用例名称: fate-swr-resample_exact-dblp-48000-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-48000-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-48000-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-dblp-48000-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-dblp-48000-96000.sh b/testcase/fate-swr-resample_exact-dblp-48000-96000.sh new file mode 100755 index 0000000..7991f4d --- /dev/null +++ b/testcase/fate-swr-resample_exact-dblp-48000-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170529-744800280 +# @用例名称: fate-swr-resample_exact-dblp-48000-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-48000-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-48000-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-dblp-48000-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-dblp-8000-2626.sh b/testcase/fate-swr-resample_exact-dblp-8000-2626.sh new file mode 100755 index 0000000..3c63050 --- /dev/null +++ b/testcase/fate-swr-resample_exact-dblp-8000-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170529-840852459 +# @用例名称: fate-swr-resample_exact-dblp-8000-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-8000-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-8000-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-dblp-8000-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-dblp-8000-44100.sh b/testcase/fate-swr-resample_exact-dblp-8000-44100.sh new file mode 100755 index 0000000..37d5d90 --- /dev/null +++ b/testcase/fate-swr-resample_exact-dblp-8000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170529-934726412 +# @用例名称: fate-swr-resample_exact-dblp-8000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-8000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-8000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-dblp-8000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-dblp-8000-48000.sh b/testcase/fate-swr-resample_exact-dblp-8000-48000.sh new file mode 100755 index 0000000..7c41f79 --- /dev/null +++ b/testcase/fate-swr-resample_exact-dblp-8000-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170530-025330698 +# @用例名称: fate-swr-resample_exact-dblp-8000-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-8000-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-8000-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-dblp-8000-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-dblp-8000-96000.sh b/testcase/fate-swr-resample_exact-dblp-8000-96000.sh new file mode 100755 index 0000000..1aabcca --- /dev/null +++ b/testcase/fate-swr-resample_exact-dblp-8000-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170530-117039392 +# @用例名称: fate-swr-resample_exact-dblp-8000-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-8000-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-8000-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-dblp-8000-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-dblp-96000-2626.sh b/testcase/fate-swr-resample_exact-dblp-96000-2626.sh new file mode 100755 index 0000000..2604ead --- /dev/null +++ b/testcase/fate-swr-resample_exact-dblp-96000-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170530-209788286 +# @用例名称: fate-swr-resample_exact-dblp-96000-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-96000-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-96000-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-dblp-96000-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-dblp-96000-44100.sh b/testcase/fate-swr-resample_exact-dblp-96000-44100.sh new file mode 100755 index 0000000..a64e0a5 --- /dev/null +++ b/testcase/fate-swr-resample_exact-dblp-96000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170530-302557801 +# @用例名称: fate-swr-resample_exact-dblp-96000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-96000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-96000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-dblp-96000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-dblp-96000-48000.sh b/testcase/fate-swr-resample_exact-dblp-96000-48000.sh new file mode 100755 index 0000000..8471090 --- /dev/null +++ b/testcase/fate-swr-resample_exact-dblp-96000-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170530-396342005 +# @用例名称: fate-swr-resample_exact-dblp-96000-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-96000-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-96000-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-dblp-96000-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-dblp-96000-8000.sh b/testcase/fate-swr-resample_exact-dblp-96000-8000.sh new file mode 100755 index 0000000..b4be0aa --- /dev/null +++ b/testcase/fate-swr-resample_exact-dblp-96000-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170530-487970752 +# @用例名称: fate-swr-resample_exact-dblp-96000-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-96000-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-dblp-96000-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-dblp-96000-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-fltp-2626-44100.sh b/testcase/fate-swr-resample_exact-fltp-2626-44100.sh new file mode 100755 index 0000000..2e195a4 --- /dev/null +++ b/testcase/fate-swr-resample_exact-fltp-2626-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170530-580637937 +# @用例名称: fate-swr-resample_exact-fltp-2626-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-2626-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-2626-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-fltp-2626-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-fltp-2626-48000.sh b/testcase/fate-swr-resample_exact-fltp-2626-48000.sh new file mode 100755 index 0000000..f7e981b --- /dev/null +++ b/testcase/fate-swr-resample_exact-fltp-2626-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170530-670893550 +# @用例名称: fate-swr-resample_exact-fltp-2626-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-2626-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-2626-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-fltp-2626-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-fltp-2626-8000.sh b/testcase/fate-swr-resample_exact-fltp-2626-8000.sh new file mode 100755 index 0000000..46f30b2 --- /dev/null +++ b/testcase/fate-swr-resample_exact-fltp-2626-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170530-753663371 +# @用例名称: fate-swr-resample_exact-fltp-2626-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-2626-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-2626-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-fltp-2626-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-fltp-2626-96000.sh b/testcase/fate-swr-resample_exact-fltp-2626-96000.sh new file mode 100755 index 0000000..9587660 --- /dev/null +++ b/testcase/fate-swr-resample_exact-fltp-2626-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170530-844482913 +# @用例名称: fate-swr-resample_exact-fltp-2626-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-2626-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-2626-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-fltp-2626-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-fltp-44100-2626.sh b/testcase/fate-swr-resample_exact-fltp-44100-2626.sh new file mode 100755 index 0000000..5f924a0 --- /dev/null +++ b/testcase/fate-swr-resample_exact-fltp-44100-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170530-936907363 +# @用例名称: fate-swr-resample_exact-fltp-44100-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-44100-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-44100-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-fltp-44100-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-fltp-44100-48000.sh b/testcase/fate-swr-resample_exact-fltp-44100-48000.sh new file mode 100755 index 0000000..f498d06 --- /dev/null +++ b/testcase/fate-swr-resample_exact-fltp-44100-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170531-027471840 +# @用例名称: fate-swr-resample_exact-fltp-44100-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-44100-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-44100-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-fltp-44100-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-fltp-44100-8000.sh b/testcase/fate-swr-resample_exact-fltp-44100-8000.sh new file mode 100755 index 0000000..b4ae8df --- /dev/null +++ b/testcase/fate-swr-resample_exact-fltp-44100-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170531-118390551 +# @用例名称: fate-swr-resample_exact-fltp-44100-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-44100-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-44100-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-fltp-44100-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-fltp-44100-96000.sh b/testcase/fate-swr-resample_exact-fltp-44100-96000.sh new file mode 100755 index 0000000..c6f2fa7 --- /dev/null +++ b/testcase/fate-swr-resample_exact-fltp-44100-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170531-209288000 +# @用例名称: fate-swr-resample_exact-fltp-44100-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-44100-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-44100-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-fltp-44100-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-fltp-48000-2626.sh b/testcase/fate-swr-resample_exact-fltp-48000-2626.sh new file mode 100755 index 0000000..278bc30 --- /dev/null +++ b/testcase/fate-swr-resample_exact-fltp-48000-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170531-302914718 +# @用例名称: fate-swr-resample_exact-fltp-48000-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-48000-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-48000-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-fltp-48000-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-fltp-48000-44100.sh b/testcase/fate-swr-resample_exact-fltp-48000-44100.sh new file mode 100755 index 0000000..3cf5c07 --- /dev/null +++ b/testcase/fate-swr-resample_exact-fltp-48000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170531-395838669 +# @用例名称: fate-swr-resample_exact-fltp-48000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-48000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-48000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-fltp-48000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-fltp-48000-8000.sh b/testcase/fate-swr-resample_exact-fltp-48000-8000.sh new file mode 100755 index 0000000..76433ff --- /dev/null +++ b/testcase/fate-swr-resample_exact-fltp-48000-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170531-491758471 +# @用例名称: fate-swr-resample_exact-fltp-48000-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-48000-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-48000-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-fltp-48000-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-fltp-48000-96000.sh b/testcase/fate-swr-resample_exact-fltp-48000-96000.sh new file mode 100755 index 0000000..cd6a9bb --- /dev/null +++ b/testcase/fate-swr-resample_exact-fltp-48000-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170531-578807948 +# @用例名称: fate-swr-resample_exact-fltp-48000-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-48000-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-48000-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-fltp-48000-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-fltp-8000-2626.sh b/testcase/fate-swr-resample_exact-fltp-8000-2626.sh new file mode 100755 index 0000000..e2a5066 --- /dev/null +++ b/testcase/fate-swr-resample_exact-fltp-8000-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170531-669267236 +# @用例名称: fate-swr-resample_exact-fltp-8000-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-8000-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-8000-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-fltp-8000-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-fltp-8000-44100.sh b/testcase/fate-swr-resample_exact-fltp-8000-44100.sh new file mode 100755 index 0000000..573be4b --- /dev/null +++ b/testcase/fate-swr-resample_exact-fltp-8000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170531-754119226 +# @用例名称: fate-swr-resample_exact-fltp-8000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-8000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-8000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-fltp-8000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-fltp-8000-48000.sh b/testcase/fate-swr-resample_exact-fltp-8000-48000.sh new file mode 100755 index 0000000..c722ed6 --- /dev/null +++ b/testcase/fate-swr-resample_exact-fltp-8000-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170531-838886956 +# @用例名称: fate-swr-resample_exact-fltp-8000-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-8000-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-8000-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-fltp-8000-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-fltp-8000-96000.sh b/testcase/fate-swr-resample_exact-fltp-8000-96000.sh new file mode 100755 index 0000000..d162979 --- /dev/null +++ b/testcase/fate-swr-resample_exact-fltp-8000-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170531-925868434 +# @用例名称: fate-swr-resample_exact-fltp-8000-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-8000-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-8000-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-fltp-8000-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-fltp-96000-2626.sh b/testcase/fate-swr-resample_exact-fltp-96000-2626.sh new file mode 100755 index 0000000..7eb2d04 --- /dev/null +++ b/testcase/fate-swr-resample_exact-fltp-96000-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170532-005507195 +# @用例名称: fate-swr-resample_exact-fltp-96000-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-96000-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-96000-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-fltp-96000-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-fltp-96000-44100.sh b/testcase/fate-swr-resample_exact-fltp-96000-44100.sh new file mode 100755 index 0000000..3da888f --- /dev/null +++ b/testcase/fate-swr-resample_exact-fltp-96000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170532-094072271 +# @用例名称: fate-swr-resample_exact-fltp-96000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-96000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-96000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-fltp-96000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-fltp-96000-48000.sh b/testcase/fate-swr-resample_exact-fltp-96000-48000.sh new file mode 100755 index 0000000..8eb2d28 --- /dev/null +++ b/testcase/fate-swr-resample_exact-fltp-96000-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170532-180979690 +# @用例名称: fate-swr-resample_exact-fltp-96000-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-96000-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-96000-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-fltp-96000-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-fltp-96000-8000.sh b/testcase/fate-swr-resample_exact-fltp-96000-8000.sh new file mode 100755 index 0000000..663b81a --- /dev/null +++ b/testcase/fate-swr-resample_exact-fltp-96000-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170532-272638236 +# @用例名称: fate-swr-resample_exact-fltp-96000-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-96000-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-fltp-96000-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-fltp-96000-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s16p-2626-44100.sh b/testcase/fate-swr-resample_exact-s16p-2626-44100.sh new file mode 100755 index 0000000..8ce1dad --- /dev/null +++ b/testcase/fate-swr-resample_exact-s16p-2626-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170532-362930488 +# @用例名称: fate-swr-resample_exact-s16p-2626-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-2626-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-2626-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s16p-2626-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s16p-2626-48000.sh b/testcase/fate-swr-resample_exact-s16p-2626-48000.sh new file mode 100755 index 0000000..00f1b24 --- /dev/null +++ b/testcase/fate-swr-resample_exact-s16p-2626-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170532-446450923 +# @用例名称: fate-swr-resample_exact-s16p-2626-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-2626-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-2626-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s16p-2626-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s16p-2626-8000.sh b/testcase/fate-swr-resample_exact-s16p-2626-8000.sh new file mode 100755 index 0000000..96ef9b5 --- /dev/null +++ b/testcase/fate-swr-resample_exact-s16p-2626-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170532-539141788 +# @用例名称: fate-swr-resample_exact-s16p-2626-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-2626-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-2626-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s16p-2626-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s16p-2626-96000.sh b/testcase/fate-swr-resample_exact-s16p-2626-96000.sh new file mode 100755 index 0000000..025cb8b --- /dev/null +++ b/testcase/fate-swr-resample_exact-s16p-2626-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170532-631205746 +# @用例名称: fate-swr-resample_exact-s16p-2626-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-2626-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-2626-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s16p-2626-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s16p-44100-2626.sh b/testcase/fate-swr-resample_exact-s16p-44100-2626.sh new file mode 100755 index 0000000..8e0312b --- /dev/null +++ b/testcase/fate-swr-resample_exact-s16p-44100-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170532-725133548 +# @用例名称: fate-swr-resample_exact-s16p-44100-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-44100-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-44100-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s16p-44100-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s16p-44100-48000.sh b/testcase/fate-swr-resample_exact-s16p-44100-48000.sh new file mode 100755 index 0000000..3817c81 --- /dev/null +++ b/testcase/fate-swr-resample_exact-s16p-44100-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170532-814601467 +# @用例名称: fate-swr-resample_exact-s16p-44100-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-44100-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-44100-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s16p-44100-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s16p-44100-8000.sh b/testcase/fate-swr-resample_exact-s16p-44100-8000.sh new file mode 100755 index 0000000..d5fd4fb --- /dev/null +++ b/testcase/fate-swr-resample_exact-s16p-44100-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170532-906898149 +# @用例名称: fate-swr-resample_exact-s16p-44100-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-44100-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-44100-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s16p-44100-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s16p-44100-96000.sh b/testcase/fate-swr-resample_exact-s16p-44100-96000.sh new file mode 100755 index 0000000..75d57ea --- /dev/null +++ b/testcase/fate-swr-resample_exact-s16p-44100-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170532-996178372 +# @用例名称: fate-swr-resample_exact-s16p-44100-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-44100-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-44100-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s16p-44100-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s16p-48000-2626.sh b/testcase/fate-swr-resample_exact-s16p-48000-2626.sh new file mode 100755 index 0000000..653b1c4 --- /dev/null +++ b/testcase/fate-swr-resample_exact-s16p-48000-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170533-090156472 +# @用例名称: fate-swr-resample_exact-s16p-48000-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-48000-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-48000-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s16p-48000-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s16p-48000-44100.sh b/testcase/fate-swr-resample_exact-s16p-48000-44100.sh new file mode 100755 index 0000000..aa9b1fc --- /dev/null +++ b/testcase/fate-swr-resample_exact-s16p-48000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170533-252958735 +# @用例名称: fate-swr-resample_exact-s16p-48000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-48000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-48000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s16p-48000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s16p-48000-8000.sh b/testcase/fate-swr-resample_exact-s16p-48000-8000.sh new file mode 100755 index 0000000..86700bf --- /dev/null +++ b/testcase/fate-swr-resample_exact-s16p-48000-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170533-344919745 +# @用例名称: fate-swr-resample_exact-s16p-48000-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-48000-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-48000-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s16p-48000-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s16p-48000-96000.sh b/testcase/fate-swr-resample_exact-s16p-48000-96000.sh new file mode 100755 index 0000000..1a9e738 --- /dev/null +++ b/testcase/fate-swr-resample_exact-s16p-48000-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170533-430468581 +# @用例名称: fate-swr-resample_exact-s16p-48000-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-48000-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-48000-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s16p-48000-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s16p-8000-2626.sh b/testcase/fate-swr-resample_exact-s16p-8000-2626.sh new file mode 100755 index 0000000..3e0b3a2 --- /dev/null +++ b/testcase/fate-swr-resample_exact-s16p-8000-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170533-591419210 +# @用例名称: fate-swr-resample_exact-s16p-8000-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-8000-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-8000-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s16p-8000-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s16p-8000-44100.sh b/testcase/fate-swr-resample_exact-s16p-8000-44100.sh new file mode 100755 index 0000000..3c64d01 --- /dev/null +++ b/testcase/fate-swr-resample_exact-s16p-8000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170533-678174541 +# @用例名称: fate-swr-resample_exact-s16p-8000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-8000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-8000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s16p-8000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s16p-8000-48000.sh b/testcase/fate-swr-resample_exact-s16p-8000-48000.sh new file mode 100755 index 0000000..70289c9 --- /dev/null +++ b/testcase/fate-swr-resample_exact-s16p-8000-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170533-764946523 +# @用例名称: fate-swr-resample_exact-s16p-8000-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-8000-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-8000-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s16p-8000-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s16p-8000-96000.sh b/testcase/fate-swr-resample_exact-s16p-8000-96000.sh new file mode 100755 index 0000000..3145ab2 --- /dev/null +++ b/testcase/fate-swr-resample_exact-s16p-8000-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170533-937894638 +# @用例名称: fate-swr-resample_exact-s16p-8000-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-8000-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-8000-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s16p-8000-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s16p-96000-2626.sh b/testcase/fate-swr-resample_exact-s16p-96000-2626.sh new file mode 100755 index 0000000..1fd23c8 --- /dev/null +++ b/testcase/fate-swr-resample_exact-s16p-96000-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170534-340918838 +# @用例名称: fate-swr-resample_exact-s16p-96000-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-96000-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-96000-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s16p-96000-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s16p-96000-44100.sh b/testcase/fate-swr-resample_exact-s16p-96000-44100.sh new file mode 100755 index 0000000..d666c1d --- /dev/null +++ b/testcase/fate-swr-resample_exact-s16p-96000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170534-431029094 +# @用例名称: fate-swr-resample_exact-s16p-96000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-96000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-96000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s16p-96000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s16p-96000-48000.sh b/testcase/fate-swr-resample_exact-s16p-96000-48000.sh new file mode 100755 index 0000000..0413485 --- /dev/null +++ b/testcase/fate-swr-resample_exact-s16p-96000-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170534-638215088 +# @用例名称: fate-swr-resample_exact-s16p-96000-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-96000-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-96000-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s16p-96000-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s16p-96000-8000.sh b/testcase/fate-swr-resample_exact-s16p-96000-8000.sh new file mode 100755 index 0000000..143ce82 --- /dev/null +++ b/testcase/fate-swr-resample_exact-s16p-96000-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170534-886022958 +# @用例名称: fate-swr-resample_exact-s16p-96000-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-96000-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s16p-96000-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s16p-96000-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s32p-2626-44100.sh b/testcase/fate-swr-resample_exact-s32p-2626-44100.sh new file mode 100755 index 0000000..8d01d1a --- /dev/null +++ b/testcase/fate-swr-resample_exact-s32p-2626-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170534-976236521 +# @用例名称: fate-swr-resample_exact-s32p-2626-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-2626-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-2626-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s32p-2626-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s32p-2626-48000.sh b/testcase/fate-swr-resample_exact-s32p-2626-48000.sh new file mode 100755 index 0000000..fdc7f72 --- /dev/null +++ b/testcase/fate-swr-resample_exact-s32p-2626-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170535-067383497 +# @用例名称: fate-swr-resample_exact-s32p-2626-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-2626-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-2626-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s32p-2626-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s32p-2626-8000.sh b/testcase/fate-swr-resample_exact-s32p-2626-8000.sh new file mode 100755 index 0000000..da545fb --- /dev/null +++ b/testcase/fate-swr-resample_exact-s32p-2626-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170535-159816077 +# @用例名称: fate-swr-resample_exact-s32p-2626-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-2626-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-2626-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s32p-2626-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s32p-2626-96000.sh b/testcase/fate-swr-resample_exact-s32p-2626-96000.sh new file mode 100755 index 0000000..8fc20a2 --- /dev/null +++ b/testcase/fate-swr-resample_exact-s32p-2626-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170535-251900655 +# @用例名称: fate-swr-resample_exact-s32p-2626-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-2626-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-2626-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s32p-2626-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s32p-44100-2626.sh b/testcase/fate-swr-resample_exact-s32p-44100-2626.sh new file mode 100755 index 0000000..dcd2932 --- /dev/null +++ b/testcase/fate-swr-resample_exact-s32p-44100-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170535-341698707 +# @用例名称: fate-swr-resample_exact-s32p-44100-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-44100-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-44100-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s32p-44100-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s32p-44100-48000.sh b/testcase/fate-swr-resample_exact-s32p-44100-48000.sh new file mode 100755 index 0000000..d1fe622 --- /dev/null +++ b/testcase/fate-swr-resample_exact-s32p-44100-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170535-432459160 +# @用例名称: fate-swr-resample_exact-s32p-44100-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-44100-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-44100-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s32p-44100-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s32p-44100-8000.sh b/testcase/fate-swr-resample_exact-s32p-44100-8000.sh new file mode 100755 index 0000000..b15f517 --- /dev/null +++ b/testcase/fate-swr-resample_exact-s32p-44100-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170535-519171413 +# @用例名称: fate-swr-resample_exact-s32p-44100-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-44100-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-44100-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s32p-44100-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s32p-44100-96000.sh b/testcase/fate-swr-resample_exact-s32p-44100-96000.sh new file mode 100755 index 0000000..d7dc947 --- /dev/null +++ b/testcase/fate-swr-resample_exact-s32p-44100-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170535-609009464 +# @用例名称: fate-swr-resample_exact-s32p-44100-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-44100-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-44100-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s32p-44100-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s32p-48000-2626.sh b/testcase/fate-swr-resample_exact-s32p-48000-2626.sh new file mode 100755 index 0000000..8a432a5 --- /dev/null +++ b/testcase/fate-swr-resample_exact-s32p-48000-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170535-698781807 +# @用例名称: fate-swr-resample_exact-s32p-48000-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-48000-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-48000-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s32p-48000-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s32p-48000-44100.sh b/testcase/fate-swr-resample_exact-s32p-48000-44100.sh new file mode 100755 index 0000000..adf8699 --- /dev/null +++ b/testcase/fate-swr-resample_exact-s32p-48000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170535-789245246 +# @用例名称: fate-swr-resample_exact-s32p-48000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-48000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-48000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s32p-48000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s32p-48000-8000.sh b/testcase/fate-swr-resample_exact-s32p-48000-8000.sh new file mode 100755 index 0000000..1b0107c --- /dev/null +++ b/testcase/fate-swr-resample_exact-s32p-48000-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170535-877490698 +# @用例名称: fate-swr-resample_exact-s32p-48000-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-48000-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-48000-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s32p-48000-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s32p-48000-96000.sh b/testcase/fate-swr-resample_exact-s32p-48000-96000.sh new file mode 100755 index 0000000..70a372a --- /dev/null +++ b/testcase/fate-swr-resample_exact-s32p-48000-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170535-963814558 +# @用例名称: fate-swr-resample_exact-s32p-48000-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-48000-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-48000-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s32p-48000-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s32p-8000-2626.sh b/testcase/fate-swr-resample_exact-s32p-8000-2626.sh new file mode 100755 index 0000000..a570b5e --- /dev/null +++ b/testcase/fate-swr-resample_exact-s32p-8000-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170536-054514832 +# @用例名称: fate-swr-resample_exact-s32p-8000-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-8000-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-8000-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s32p-8000-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s32p-8000-44100.sh b/testcase/fate-swr-resample_exact-s32p-8000-44100.sh new file mode 100755 index 0000000..a4bf4fd --- /dev/null +++ b/testcase/fate-swr-resample_exact-s32p-8000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170536-144062590 +# @用例名称: fate-swr-resample_exact-s32p-8000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-8000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-8000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s32p-8000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s32p-8000-48000.sh b/testcase/fate-swr-resample_exact-s32p-8000-48000.sh new file mode 100755 index 0000000..bfba721 --- /dev/null +++ b/testcase/fate-swr-resample_exact-s32p-8000-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170536-232263993 +# @用例名称: fate-swr-resample_exact-s32p-8000-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-8000-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-8000-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s32p-8000-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s32p-8000-96000.sh b/testcase/fate-swr-resample_exact-s32p-8000-96000.sh new file mode 100755 index 0000000..fb439b9 --- /dev/null +++ b/testcase/fate-swr-resample_exact-s32p-8000-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170536-321016366 +# @用例名称: fate-swr-resample_exact-s32p-8000-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-8000-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-8000-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s32p-8000-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s32p-96000-2626.sh b/testcase/fate-swr-resample_exact-s32p-96000-2626.sh new file mode 100755 index 0000000..ae2f1a2 --- /dev/null +++ b/testcase/fate-swr-resample_exact-s32p-96000-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170536-411892076 +# @用例名称: fate-swr-resample_exact-s32p-96000-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-96000-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-96000-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s32p-96000-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s32p-96000-44100.sh b/testcase/fate-swr-resample_exact-s32p-96000-44100.sh new file mode 100755 index 0000000..3fae27a --- /dev/null +++ b/testcase/fate-swr-resample_exact-s32p-96000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170536-500855035 +# @用例名称: fate-swr-resample_exact-s32p-96000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-96000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-96000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s32p-96000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s32p-96000-48000.sh b/testcase/fate-swr-resample_exact-s32p-96000-48000.sh new file mode 100755 index 0000000..c774594 --- /dev/null +++ b/testcase/fate-swr-resample_exact-s32p-96000-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170536-590748066 +# @用例名称: fate-swr-resample_exact-s32p-96000-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-96000-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-96000-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s32p-96000-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact-s32p-96000-8000.sh b/testcase/fate-swr-resample_exact-s32p-96000-8000.sh new file mode 100755 index 0000000..93da319 --- /dev/null +++ b/testcase/fate-swr-resample_exact-s32p-96000-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170536-684616618 +# @用例名称: fate-swr-resample_exact-s32p-96000-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-96000-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact-s32p-96000-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact-s32p-96000-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_async-dblp-44100-48000.sh b/testcase/fate-swr-resample_exact_async-dblp-44100-48000.sh new file mode 100755 index 0000000..d1144f1 --- /dev/null +++ b/testcase/fate-swr-resample_exact_async-dblp-44100-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170536-775708366 +# @用例名称: fate-swr-resample_exact_async-dblp-44100-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-dblp-44100-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-dblp-44100-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_async-dblp-44100-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_async-dblp-44100-8000.sh b/testcase/fate-swr-resample_exact_async-dblp-44100-8000.sh new file mode 100755 index 0000000..f1bf83e --- /dev/null +++ b/testcase/fate-swr-resample_exact_async-dblp-44100-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170536-859556694 +# @用例名称: fate-swr-resample_exact_async-dblp-44100-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-dblp-44100-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-dblp-44100-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_async-dblp-44100-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_async-dblp-48000-44100.sh b/testcase/fate-swr-resample_exact_async-dblp-48000-44100.sh new file mode 100755 index 0000000..25836e9 --- /dev/null +++ b/testcase/fate-swr-resample_exact_async-dblp-48000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170536-938063367 +# @用例名称: fate-swr-resample_exact_async-dblp-48000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-dblp-48000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-dblp-48000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_async-dblp-48000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_async-dblp-48000-8000.sh b/testcase/fate-swr-resample_exact_async-dblp-48000-8000.sh new file mode 100755 index 0000000..8a621c4 --- /dev/null +++ b/testcase/fate-swr-resample_exact_async-dblp-48000-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170537-028661034 +# @用例名称: fate-swr-resample_exact_async-dblp-48000-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-dblp-48000-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-dblp-48000-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_async-dblp-48000-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_async-dblp-8000-44100.sh b/testcase/fate-swr-resample_exact_async-dblp-8000-44100.sh new file mode 100755 index 0000000..8d27df8 --- /dev/null +++ b/testcase/fate-swr-resample_exact_async-dblp-8000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170537-119839669 +# @用例名称: fate-swr-resample_exact_async-dblp-8000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-dblp-8000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-dblp-8000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_async-dblp-8000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_async-dblp-8000-48000.sh b/testcase/fate-swr-resample_exact_async-dblp-8000-48000.sh new file mode 100755 index 0000000..d475224 --- /dev/null +++ b/testcase/fate-swr-resample_exact_async-dblp-8000-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170537-209001723 +# @用例名称: fate-swr-resample_exact_async-dblp-8000-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-dblp-8000-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-dblp-8000-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_async-dblp-8000-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_async-fltp-44100-48000.sh b/testcase/fate-swr-resample_exact_async-fltp-44100-48000.sh new file mode 100755 index 0000000..8ab11de --- /dev/null +++ b/testcase/fate-swr-resample_exact_async-fltp-44100-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170537-298507412 +# @用例名称: fate-swr-resample_exact_async-fltp-44100-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-fltp-44100-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-fltp-44100-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_async-fltp-44100-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_async-fltp-44100-8000.sh b/testcase/fate-swr-resample_exact_async-fltp-44100-8000.sh new file mode 100755 index 0000000..d2f377e --- /dev/null +++ b/testcase/fate-swr-resample_exact_async-fltp-44100-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170537-387564038 +# @用例名称: fate-swr-resample_exact_async-fltp-44100-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-fltp-44100-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-fltp-44100-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_async-fltp-44100-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_async-fltp-48000-44100.sh b/testcase/fate-swr-resample_exact_async-fltp-48000-44100.sh new file mode 100755 index 0000000..ce3d2d6 --- /dev/null +++ b/testcase/fate-swr-resample_exact_async-fltp-48000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170537-478461289 +# @用例名称: fate-swr-resample_exact_async-fltp-48000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-fltp-48000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-fltp-48000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_async-fltp-48000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_async-fltp-48000-8000.sh b/testcase/fate-swr-resample_exact_async-fltp-48000-8000.sh new file mode 100755 index 0000000..c4accac --- /dev/null +++ b/testcase/fate-swr-resample_exact_async-fltp-48000-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170537-569077085 +# @用例名称: fate-swr-resample_exact_async-fltp-48000-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-fltp-48000-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-fltp-48000-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_async-fltp-48000-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_async-fltp-8000-44100.sh b/testcase/fate-swr-resample_exact_async-fltp-8000-44100.sh new file mode 100755 index 0000000..a7afee1 --- /dev/null +++ b/testcase/fate-swr-resample_exact_async-fltp-8000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170537-660723241 +# @用例名称: fate-swr-resample_exact_async-fltp-8000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-fltp-8000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-fltp-8000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_async-fltp-8000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_async-fltp-8000-48000.sh b/testcase/fate-swr-resample_exact_async-fltp-8000-48000.sh new file mode 100755 index 0000000..5c59371 --- /dev/null +++ b/testcase/fate-swr-resample_exact_async-fltp-8000-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170537-749448204 +# @用例名称: fate-swr-resample_exact_async-fltp-8000-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-fltp-8000-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-fltp-8000-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_async-fltp-8000-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_async-s16p-44100-48000.sh b/testcase/fate-swr-resample_exact_async-s16p-44100-48000.sh new file mode 100755 index 0000000..ae07931 --- /dev/null +++ b/testcase/fate-swr-resample_exact_async-s16p-44100-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170537-836065778 +# @用例名称: fate-swr-resample_exact_async-s16p-44100-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-s16p-44100-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-s16p-44100-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_async-s16p-44100-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_async-s16p-44100-8000.sh b/testcase/fate-swr-resample_exact_async-s16p-44100-8000.sh new file mode 100755 index 0000000..fd04b87 --- /dev/null +++ b/testcase/fate-swr-resample_exact_async-s16p-44100-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170537-928003269 +# @用例名称: fate-swr-resample_exact_async-s16p-44100-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-s16p-44100-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-s16p-44100-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_async-s16p-44100-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_async-s16p-48000-44100.sh b/testcase/fate-swr-resample_exact_async-s16p-48000-44100.sh new file mode 100755 index 0000000..f954c1a --- /dev/null +++ b/testcase/fate-swr-resample_exact_async-s16p-48000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170538-018685433 +# @用例名称: fate-swr-resample_exact_async-s16p-48000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-s16p-48000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-s16p-48000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_async-s16p-48000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_async-s16p-48000-8000.sh b/testcase/fate-swr-resample_exact_async-s16p-48000-8000.sh new file mode 100755 index 0000000..399b611 --- /dev/null +++ b/testcase/fate-swr-resample_exact_async-s16p-48000-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170538-110248011 +# @用例名称: fate-swr-resample_exact_async-s16p-48000-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-s16p-48000-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-s16p-48000-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_async-s16p-48000-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_async-s16p-8000-44100.sh b/testcase/fate-swr-resample_exact_async-s16p-8000-44100.sh new file mode 100755 index 0000000..c9bc6db --- /dev/null +++ b/testcase/fate-swr-resample_exact_async-s16p-8000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170538-202561144 +# @用例名称: fate-swr-resample_exact_async-s16p-8000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-s16p-8000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-s16p-8000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_async-s16p-8000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_async-s16p-8000-48000.sh b/testcase/fate-swr-resample_exact_async-s16p-8000-48000.sh new file mode 100755 index 0000000..9caf75a --- /dev/null +++ b/testcase/fate-swr-resample_exact_async-s16p-8000-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170538-294797738 +# @用例名称: fate-swr-resample_exact_async-s16p-8000-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-s16p-8000-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-s16p-8000-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_async-s16p-8000-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_async-s32p-44100-48000.sh b/testcase/fate-swr-resample_exact_async-s32p-44100-48000.sh new file mode 100755 index 0000000..1f70c7b --- /dev/null +++ b/testcase/fate-swr-resample_exact_async-s32p-44100-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170538-389456576 +# @用例名称: fate-swr-resample_exact_async-s32p-44100-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-s32p-44100-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-s32p-44100-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_async-s32p-44100-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_async-s32p-44100-8000.sh b/testcase/fate-swr-resample_exact_async-s32p-44100-8000.sh new file mode 100755 index 0000000..af70a31 --- /dev/null +++ b/testcase/fate-swr-resample_exact_async-s32p-44100-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170538-482153570 +# @用例名称: fate-swr-resample_exact_async-s32p-44100-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-s32p-44100-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-s32p-44100-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_async-s32p-44100-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_async-s32p-48000-44100.sh b/testcase/fate-swr-resample_exact_async-s32p-48000-44100.sh new file mode 100755 index 0000000..6d9b073 --- /dev/null +++ b/testcase/fate-swr-resample_exact_async-s32p-48000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170538-572814766 +# @用例名称: fate-swr-resample_exact_async-s32p-48000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-s32p-48000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-s32p-48000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_async-s32p-48000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_async-s32p-48000-8000.sh b/testcase/fate-swr-resample_exact_async-s32p-48000-8000.sh new file mode 100755 index 0000000..aafc74b --- /dev/null +++ b/testcase/fate-swr-resample_exact_async-s32p-48000-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170538-659360172 +# @用例名称: fate-swr-resample_exact_async-s32p-48000-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-s32p-48000-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-s32p-48000-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_async-s32p-48000-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_async-s32p-8000-44100.sh b/testcase/fate-swr-resample_exact_async-s32p-8000-44100.sh new file mode 100755 index 0000000..be210e8 --- /dev/null +++ b/testcase/fate-swr-resample_exact_async-s32p-8000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170538-748278392 +# @用例名称: fate-swr-resample_exact_async-s32p-8000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-s32p-8000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-s32p-8000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_async-s32p-8000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_async-s32p-8000-48000.sh b/testcase/fate-swr-resample_exact_async-s32p-8000-48000.sh new file mode 100755 index 0000000..f5ea6e6 --- /dev/null +++ b/testcase/fate-swr-resample_exact_async-s32p-8000-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170538-839205361 +# @用例名称: fate-swr-resample_exact_async-s32p-8000-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-s32p-8000-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_async-s32p-8000-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_async-s32p-8000-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-dblp-2626-44100.sh b/testcase/fate-swr-resample_exact_lin-dblp-2626-44100.sh new file mode 100755 index 0000000..0d49779 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-dblp-2626-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170538-927012093 +# @用例名称: fate-swr-resample_exact_lin-dblp-2626-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-2626-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-2626-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-dblp-2626-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-dblp-2626-48000.sh b/testcase/fate-swr-resample_exact_lin-dblp-2626-48000.sh new file mode 100755 index 0000000..3503d36 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-dblp-2626-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170539-019501471 +# @用例名称: fate-swr-resample_exact_lin-dblp-2626-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-2626-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-2626-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-dblp-2626-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-dblp-2626-8000.sh b/testcase/fate-swr-resample_exact_lin-dblp-2626-8000.sh new file mode 100755 index 0000000..8faaac6 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-dblp-2626-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170539-112993592 +# @用例名称: fate-swr-resample_exact_lin-dblp-2626-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-2626-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-2626-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-dblp-2626-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-dblp-2626-96000.sh b/testcase/fate-swr-resample_exact_lin-dblp-2626-96000.sh new file mode 100755 index 0000000..d0a8529 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-dblp-2626-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170539-206182078 +# @用例名称: fate-swr-resample_exact_lin-dblp-2626-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-2626-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-2626-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-dblp-2626-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-dblp-44100-2626.sh b/testcase/fate-swr-resample_exact_lin-dblp-44100-2626.sh new file mode 100755 index 0000000..0d08b57 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-dblp-44100-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170539-296528608 +# @用例名称: fate-swr-resample_exact_lin-dblp-44100-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-44100-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-44100-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-dblp-44100-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-dblp-44100-48000.sh b/testcase/fate-swr-resample_exact_lin-dblp-44100-48000.sh new file mode 100755 index 0000000..ea999ef --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-dblp-44100-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170539-387409440 +# @用例名称: fate-swr-resample_exact_lin-dblp-44100-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-44100-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-44100-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-dblp-44100-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-dblp-44100-8000.sh b/testcase/fate-swr-resample_exact_lin-dblp-44100-8000.sh new file mode 100755 index 0000000..5f870fa --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-dblp-44100-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170539-476482976 +# @用例名称: fate-swr-resample_exact_lin-dblp-44100-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-44100-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-44100-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-dblp-44100-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-dblp-44100-96000.sh b/testcase/fate-swr-resample_exact_lin-dblp-44100-96000.sh new file mode 100755 index 0000000..6b7bc81 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-dblp-44100-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170539-571691482 +# @用例名称: fate-swr-resample_exact_lin-dblp-44100-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-44100-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-44100-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-dblp-44100-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-dblp-48000-2626.sh b/testcase/fate-swr-resample_exact_lin-dblp-48000-2626.sh new file mode 100755 index 0000000..8385d13 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-dblp-48000-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170539-661372807 +# @用例名称: fate-swr-resample_exact_lin-dblp-48000-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-48000-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-48000-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-dblp-48000-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-dblp-48000-44100.sh b/testcase/fate-swr-resample_exact_lin-dblp-48000-44100.sh new file mode 100755 index 0000000..4f2645c --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-dblp-48000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170539-752564341 +# @用例名称: fate-swr-resample_exact_lin-dblp-48000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-48000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-48000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-dblp-48000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-dblp-48000-8000.sh b/testcase/fate-swr-resample_exact_lin-dblp-48000-8000.sh new file mode 100755 index 0000000..cb87afb --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-dblp-48000-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170539-844074850 +# @用例名称: fate-swr-resample_exact_lin-dblp-48000-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-48000-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-48000-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-dblp-48000-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-dblp-48000-96000.sh b/testcase/fate-swr-resample_exact_lin-dblp-48000-96000.sh new file mode 100755 index 0000000..a4c1f3a --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-dblp-48000-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170539-934642968 +# @用例名称: fate-swr-resample_exact_lin-dblp-48000-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-48000-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-48000-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-dblp-48000-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-dblp-8000-2626.sh b/testcase/fate-swr-resample_exact_lin-dblp-8000-2626.sh new file mode 100755 index 0000000..ad44ddd --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-dblp-8000-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170540-024546117 +# @用例名称: fate-swr-resample_exact_lin-dblp-8000-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-8000-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-8000-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-dblp-8000-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-dblp-8000-44100.sh b/testcase/fate-swr-resample_exact_lin-dblp-8000-44100.sh new file mode 100755 index 0000000..150152f --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-dblp-8000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170540-117491078 +# @用例名称: fate-swr-resample_exact_lin-dblp-8000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-8000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-8000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-dblp-8000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-dblp-8000-48000.sh b/testcase/fate-swr-resample_exact_lin-dblp-8000-48000.sh new file mode 100755 index 0000000..0764919 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-dblp-8000-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170540-210250572 +# @用例名称: fate-swr-resample_exact_lin-dblp-8000-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-8000-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-8000-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-dblp-8000-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-dblp-8000-96000.sh b/testcase/fate-swr-resample_exact_lin-dblp-8000-96000.sh new file mode 100755 index 0000000..b35bd2b --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-dblp-8000-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170540-302742671 +# @用例名称: fate-swr-resample_exact_lin-dblp-8000-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-8000-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-8000-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-dblp-8000-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-dblp-96000-2626.sh b/testcase/fate-swr-resample_exact_lin-dblp-96000-2626.sh new file mode 100755 index 0000000..bd91ebc --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-dblp-96000-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170540-391934485 +# @用例名称: fate-swr-resample_exact_lin-dblp-96000-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-96000-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-96000-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-dblp-96000-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-dblp-96000-44100.sh b/testcase/fate-swr-resample_exact_lin-dblp-96000-44100.sh new file mode 100755 index 0000000..da76beb --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-dblp-96000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170540-482585691 +# @用例名称: fate-swr-resample_exact_lin-dblp-96000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-96000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-96000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-dblp-96000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-dblp-96000-48000.sh b/testcase/fate-swr-resample_exact_lin-dblp-96000-48000.sh new file mode 100755 index 0000000..ff9ce66 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-dblp-96000-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170540-577464674 +# @用例名称: fate-swr-resample_exact_lin-dblp-96000-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-96000-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-96000-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-dblp-96000-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-dblp-96000-8000.sh b/testcase/fate-swr-resample_exact_lin-dblp-96000-8000.sh new file mode 100755 index 0000000..f467724 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-dblp-96000-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170540-669750757 +# @用例名称: fate-swr-resample_exact_lin-dblp-96000-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-96000-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-dblp-96000-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-dblp-96000-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-fltp-2626-44100.sh b/testcase/fate-swr-resample_exact_lin-fltp-2626-44100.sh new file mode 100755 index 0000000..50cea1b --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-fltp-2626-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170540-761012070 +# @用例名称: fate-swr-resample_exact_lin-fltp-2626-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-2626-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-2626-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-fltp-2626-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-fltp-2626-48000.sh b/testcase/fate-swr-resample_exact_lin-fltp-2626-48000.sh new file mode 100755 index 0000000..ab3d649 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-fltp-2626-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170540-853092928 +# @用例名称: fate-swr-resample_exact_lin-fltp-2626-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-2626-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-2626-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-fltp-2626-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-fltp-2626-8000.sh b/testcase/fate-swr-resample_exact_lin-fltp-2626-8000.sh new file mode 100755 index 0000000..5318da3 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-fltp-2626-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170540-943444679 +# @用例名称: fate-swr-resample_exact_lin-fltp-2626-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-2626-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-2626-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-fltp-2626-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-fltp-2626-96000.sh b/testcase/fate-swr-resample_exact_lin-fltp-2626-96000.sh new file mode 100755 index 0000000..4b656f8 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-fltp-2626-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170541-034000407 +# @用例名称: fate-swr-resample_exact_lin-fltp-2626-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-2626-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-2626-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-fltp-2626-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-fltp-44100-2626.sh b/testcase/fate-swr-resample_exact_lin-fltp-44100-2626.sh new file mode 100755 index 0000000..2753e8f --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-fltp-44100-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170541-127141803 +# @用例名称: fate-swr-resample_exact_lin-fltp-44100-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-44100-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-44100-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-fltp-44100-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-fltp-44100-48000.sh b/testcase/fate-swr-resample_exact_lin-fltp-44100-48000.sh new file mode 100755 index 0000000..0b5a504 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-fltp-44100-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170541-217212280 +# @用例名称: fate-swr-resample_exact_lin-fltp-44100-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-44100-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-44100-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-fltp-44100-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-fltp-44100-8000.sh b/testcase/fate-swr-resample_exact_lin-fltp-44100-8000.sh new file mode 100755 index 0000000..e22f79d --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-fltp-44100-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170541-303842424 +# @用例名称: fate-swr-resample_exact_lin-fltp-44100-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-44100-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-44100-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-fltp-44100-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-fltp-44100-96000.sh b/testcase/fate-swr-resample_exact_lin-fltp-44100-96000.sh new file mode 100755 index 0000000..23893b5 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-fltp-44100-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170541-388028686 +# @用例名称: fate-swr-resample_exact_lin-fltp-44100-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-44100-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-44100-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-fltp-44100-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-fltp-48000-2626.sh b/testcase/fate-swr-resample_exact_lin-fltp-48000-2626.sh new file mode 100755 index 0000000..ac15018 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-fltp-48000-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170541-476370237 +# @用例名称: fate-swr-resample_exact_lin-fltp-48000-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-48000-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-48000-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-fltp-48000-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-fltp-48000-44100.sh b/testcase/fate-swr-resample_exact_lin-fltp-48000-44100.sh new file mode 100755 index 0000000..8fe7644 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-fltp-48000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170541-568686470 +# @用例名称: fate-swr-resample_exact_lin-fltp-48000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-48000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-48000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-fltp-48000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-fltp-48000-8000.sh b/testcase/fate-swr-resample_exact_lin-fltp-48000-8000.sh new file mode 100755 index 0000000..79f25a4 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-fltp-48000-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170541-656935882 +# @用例名称: fate-swr-resample_exact_lin-fltp-48000-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-48000-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-48000-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-fltp-48000-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-fltp-48000-96000.sh b/testcase/fate-swr-resample_exact_lin-fltp-48000-96000.sh new file mode 100755 index 0000000..bdb895f --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-fltp-48000-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170541-747538418 +# @用例名称: fate-swr-resample_exact_lin-fltp-48000-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-48000-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-48000-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-fltp-48000-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-fltp-8000-2626.sh b/testcase/fate-swr-resample_exact_lin-fltp-8000-2626.sh new file mode 100755 index 0000000..1779248 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-fltp-8000-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170541-836835140 +# @用例名称: fate-swr-resample_exact_lin-fltp-8000-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-8000-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-8000-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-fltp-8000-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-fltp-8000-44100.sh b/testcase/fate-swr-resample_exact_lin-fltp-8000-44100.sh new file mode 100755 index 0000000..2cbeedc --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-fltp-8000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170541-927169222 +# @用例名称: fate-swr-resample_exact_lin-fltp-8000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-8000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-8000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-fltp-8000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-fltp-8000-48000.sh b/testcase/fate-swr-resample_exact_lin-fltp-8000-48000.sh new file mode 100755 index 0000000..c1c379f --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-fltp-8000-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170542-015299537 +# @用例名称: fate-swr-resample_exact_lin-fltp-8000-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-8000-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-8000-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-fltp-8000-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-fltp-8000-96000.sh b/testcase/fate-swr-resample_exact_lin-fltp-8000-96000.sh new file mode 100755 index 0000000..9ea8a6a --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-fltp-8000-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170542-109077221 +# @用例名称: fate-swr-resample_exact_lin-fltp-8000-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-8000-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-8000-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-fltp-8000-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-fltp-96000-2626.sh b/testcase/fate-swr-resample_exact_lin-fltp-96000-2626.sh new file mode 100755 index 0000000..6eeee06 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-fltp-96000-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170542-202599100 +# @用例名称: fate-swr-resample_exact_lin-fltp-96000-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-96000-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-96000-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-fltp-96000-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-fltp-96000-44100.sh b/testcase/fate-swr-resample_exact_lin-fltp-96000-44100.sh new file mode 100755 index 0000000..b6da945 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-fltp-96000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170542-295819445 +# @用例名称: fate-swr-resample_exact_lin-fltp-96000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-96000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-96000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-fltp-96000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-fltp-96000-48000.sh b/testcase/fate-swr-resample_exact_lin-fltp-96000-48000.sh new file mode 100755 index 0000000..45358e6 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-fltp-96000-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170542-386482131 +# @用例名称: fate-swr-resample_exact_lin-fltp-96000-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-96000-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-96000-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-fltp-96000-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-fltp-96000-8000.sh b/testcase/fate-swr-resample_exact_lin-fltp-96000-8000.sh new file mode 100755 index 0000000..e7a9a82 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-fltp-96000-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170542-471209083 +# @用例名称: fate-swr-resample_exact_lin-fltp-96000-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-96000-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-fltp-96000-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-fltp-96000-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s16p-2626-44100.sh b/testcase/fate-swr-resample_exact_lin-s16p-2626-44100.sh new file mode 100755 index 0000000..ab7295f --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s16p-2626-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170542-555632169 +# @用例名称: fate-swr-resample_exact_lin-s16p-2626-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-2626-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-2626-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s16p-2626-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s16p-2626-48000.sh b/testcase/fate-swr-resample_exact_lin-s16p-2626-48000.sh new file mode 100755 index 0000000..eada1ea --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s16p-2626-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170542-651025902 +# @用例名称: fate-swr-resample_exact_lin-s16p-2626-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-2626-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-2626-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s16p-2626-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s16p-2626-8000.sh b/testcase/fate-swr-resample_exact_lin-s16p-2626-8000.sh new file mode 100755 index 0000000..5c23b0d --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s16p-2626-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170542-744099691 +# @用例名称: fate-swr-resample_exact_lin-s16p-2626-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-2626-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-2626-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s16p-2626-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s16p-2626-96000.sh b/testcase/fate-swr-resample_exact_lin-s16p-2626-96000.sh new file mode 100755 index 0000000..4ac7eb3 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s16p-2626-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170542-834588919 +# @用例名称: fate-swr-resample_exact_lin-s16p-2626-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-2626-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-2626-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s16p-2626-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s16p-44100-2626.sh b/testcase/fate-swr-resample_exact_lin-s16p-44100-2626.sh new file mode 100755 index 0000000..25ed366 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s16p-44100-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170542-928376472 +# @用例名称: fate-swr-resample_exact_lin-s16p-44100-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-44100-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-44100-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s16p-44100-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s16p-44100-48000.sh b/testcase/fate-swr-resample_exact_lin-s16p-44100-48000.sh new file mode 100755 index 0000000..34764b7 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s16p-44100-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170543-019971990 +# @用例名称: fate-swr-resample_exact_lin-s16p-44100-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-44100-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-44100-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s16p-44100-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s16p-44100-8000.sh b/testcase/fate-swr-resample_exact_lin-s16p-44100-8000.sh new file mode 100755 index 0000000..ac72dd1 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s16p-44100-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170543-112205614 +# @用例名称: fate-swr-resample_exact_lin-s16p-44100-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-44100-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-44100-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s16p-44100-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s16p-44100-96000.sh b/testcase/fate-swr-resample_exact_lin-s16p-44100-96000.sh new file mode 100755 index 0000000..d062eff --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s16p-44100-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170543-203690683 +# @用例名称: fate-swr-resample_exact_lin-s16p-44100-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-44100-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-44100-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s16p-44100-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s16p-48000-2626.sh b/testcase/fate-swr-resample_exact_lin-s16p-48000-2626.sh new file mode 100755 index 0000000..2a13450 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s16p-48000-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170543-298255833 +# @用例名称: fate-swr-resample_exact_lin-s16p-48000-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-48000-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-48000-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s16p-48000-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s16p-48000-44100.sh b/testcase/fate-swr-resample_exact_lin-s16p-48000-44100.sh new file mode 100755 index 0000000..dcad7c0 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s16p-48000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170543-391591516 +# @用例名称: fate-swr-resample_exact_lin-s16p-48000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-48000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-48000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s16p-48000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s16p-48000-8000.sh b/testcase/fate-swr-resample_exact_lin-s16p-48000-8000.sh new file mode 100755 index 0000000..2f24c1d --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s16p-48000-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170543-485099085 +# @用例名称: fate-swr-resample_exact_lin-s16p-48000-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-48000-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-48000-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s16p-48000-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s16p-48000-96000.sh b/testcase/fate-swr-resample_exact_lin-s16p-48000-96000.sh new file mode 100755 index 0000000..ad5fd6f --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s16p-48000-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170543-578481817 +# @用例名称: fate-swr-resample_exact_lin-s16p-48000-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-48000-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-48000-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s16p-48000-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s16p-8000-2626.sh b/testcase/fate-swr-resample_exact_lin-s16p-8000-2626.sh new file mode 100755 index 0000000..2c80ad8 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s16p-8000-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170543-671947008 +# @用例名称: fate-swr-resample_exact_lin-s16p-8000-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-8000-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-8000-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s16p-8000-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s16p-8000-44100.sh b/testcase/fate-swr-resample_exact_lin-s16p-8000-44100.sh new file mode 100755 index 0000000..4369cde --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s16p-8000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170543-767852150 +# @用例名称: fate-swr-resample_exact_lin-s16p-8000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-8000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-8000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s16p-8000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s16p-8000-48000.sh b/testcase/fate-swr-resample_exact_lin-s16p-8000-48000.sh new file mode 100755 index 0000000..5dda6bd --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s16p-8000-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170543-862557366 +# @用例名称: fate-swr-resample_exact_lin-s16p-8000-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-8000-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-8000-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s16p-8000-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s16p-8000-96000.sh b/testcase/fate-swr-resample_exact_lin-s16p-8000-96000.sh new file mode 100755 index 0000000..a177cdd --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s16p-8000-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170543-957533467 +# @用例名称: fate-swr-resample_exact_lin-s16p-8000-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-8000-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-8000-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s16p-8000-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s16p-96000-2626.sh b/testcase/fate-swr-resample_exact_lin-s16p-96000-2626.sh new file mode 100755 index 0000000..2c1b197 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s16p-96000-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170544-050157663 +# @用例名称: fate-swr-resample_exact_lin-s16p-96000-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-96000-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-96000-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s16p-96000-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s16p-96000-44100.sh b/testcase/fate-swr-resample_exact_lin-s16p-96000-44100.sh new file mode 100755 index 0000000..9a0ef00 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s16p-96000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170544-142372079 +# @用例名称: fate-swr-resample_exact_lin-s16p-96000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-96000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-96000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s16p-96000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s16p-96000-48000.sh b/testcase/fate-swr-resample_exact_lin-s16p-96000-48000.sh new file mode 100755 index 0000000..14f39d5 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s16p-96000-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170544-233320778 +# @用例名称: fate-swr-resample_exact_lin-s16p-96000-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-96000-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-96000-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s16p-96000-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s16p-96000-8000.sh b/testcase/fate-swr-resample_exact_lin-s16p-96000-8000.sh new file mode 100755 index 0000000..23602a6 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s16p-96000-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170544-323464294 +# @用例名称: fate-swr-resample_exact_lin-s16p-96000-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-96000-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s16p-96000-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s16p-96000-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s32p-2626-44100.sh b/testcase/fate-swr-resample_exact_lin-s32p-2626-44100.sh new file mode 100755 index 0000000..d6c0dd8 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s32p-2626-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170544-415071930 +# @用例名称: fate-swr-resample_exact_lin-s32p-2626-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-2626-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-2626-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s32p-2626-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s32p-2626-48000.sh b/testcase/fate-swr-resample_exact_lin-s32p-2626-48000.sh new file mode 100755 index 0000000..d55bed0 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s32p-2626-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170544-510063441 +# @用例名称: fate-swr-resample_exact_lin-s32p-2626-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-2626-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-2626-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s32p-2626-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s32p-2626-8000.sh b/testcase/fate-swr-resample_exact_lin-s32p-2626-8000.sh new file mode 100755 index 0000000..1da135a --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s32p-2626-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170544-603377784 +# @用例名称: fate-swr-resample_exact_lin-s32p-2626-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-2626-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-2626-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s32p-2626-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s32p-2626-96000.sh b/testcase/fate-swr-resample_exact_lin-s32p-2626-96000.sh new file mode 100755 index 0000000..6abd991 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s32p-2626-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170544-694456312 +# @用例名称: fate-swr-resample_exact_lin-s32p-2626-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-2626-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-2626-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s32p-2626-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s32p-44100-2626.sh b/testcase/fate-swr-resample_exact_lin-s32p-44100-2626.sh new file mode 100755 index 0000000..947e9a8 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s32p-44100-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170544-786272454 +# @用例名称: fate-swr-resample_exact_lin-s32p-44100-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-44100-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-44100-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s32p-44100-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s32p-44100-48000.sh b/testcase/fate-swr-resample_exact_lin-s32p-44100-48000.sh new file mode 100755 index 0000000..529f812 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s32p-44100-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170544-878366761 +# @用例名称: fate-swr-resample_exact_lin-s32p-44100-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-44100-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-44100-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s32p-44100-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s32p-44100-8000.sh b/testcase/fate-swr-resample_exact_lin-s32p-44100-8000.sh new file mode 100755 index 0000000..aeccbc8 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s32p-44100-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170544-970345651 +# @用例名称: fate-swr-resample_exact_lin-s32p-44100-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-44100-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-44100-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s32p-44100-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s32p-44100-96000.sh b/testcase/fate-swr-resample_exact_lin-s32p-44100-96000.sh new file mode 100755 index 0000000..3b139c8 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s32p-44100-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170545-059937926 +# @用例名称: fate-swr-resample_exact_lin-s32p-44100-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-44100-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-44100-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s32p-44100-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s32p-48000-2626.sh b/testcase/fate-swr-resample_exact_lin-s32p-48000-2626.sh new file mode 100755 index 0000000..0d58347 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s32p-48000-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170545-152500385 +# @用例名称: fate-swr-resample_exact_lin-s32p-48000-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-48000-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-48000-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s32p-48000-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s32p-48000-44100.sh b/testcase/fate-swr-resample_exact_lin-s32p-48000-44100.sh new file mode 100755 index 0000000..b1425dd --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s32p-48000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170545-241961314 +# @用例名称: fate-swr-resample_exact_lin-s32p-48000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-48000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-48000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s32p-48000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s32p-48000-8000.sh b/testcase/fate-swr-resample_exact_lin-s32p-48000-8000.sh new file mode 100755 index 0000000..40b8282 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s32p-48000-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170545-332330675 +# @用例名称: fate-swr-resample_exact_lin-s32p-48000-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-48000-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-48000-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s32p-48000-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s32p-48000-96000.sh b/testcase/fate-swr-resample_exact_lin-s32p-48000-96000.sh new file mode 100755 index 0000000..960647a --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s32p-48000-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170545-428480152 +# @用例名称: fate-swr-resample_exact_lin-s32p-48000-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-48000-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-48000-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s32p-48000-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s32p-8000-2626.sh b/testcase/fate-swr-resample_exact_lin-s32p-8000-2626.sh new file mode 100755 index 0000000..4b3aebb --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s32p-8000-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170545-526932275 +# @用例名称: fate-swr-resample_exact_lin-s32p-8000-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-8000-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-8000-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s32p-8000-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s32p-8000-44100.sh b/testcase/fate-swr-resample_exact_lin-s32p-8000-44100.sh new file mode 100755 index 0000000..cdab3d4 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s32p-8000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170545-623127711 +# @用例名称: fate-swr-resample_exact_lin-s32p-8000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-8000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-8000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s32p-8000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s32p-8000-48000.sh b/testcase/fate-swr-resample_exact_lin-s32p-8000-48000.sh new file mode 100755 index 0000000..3e1567f --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s32p-8000-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170545-715690930 +# @用例名称: fate-swr-resample_exact_lin-s32p-8000-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-8000-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-8000-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s32p-8000-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s32p-8000-96000.sh b/testcase/fate-swr-resample_exact_lin-s32p-8000-96000.sh new file mode 100755 index 0000000..311a092 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s32p-8000-96000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170545-808881485 +# @用例名称: fate-swr-resample_exact_lin-s32p-8000-96000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-8000-96000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-8000-96000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s32p-8000-96000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s32p-96000-2626.sh b/testcase/fate-swr-resample_exact_lin-s32p-96000-2626.sh new file mode 100755 index 0000000..6370a82 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s32p-96000-2626.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170545-902442134 +# @用例名称: fate-swr-resample_exact_lin-s32p-96000-2626 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-96000-2626 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-96000-2626 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s32p-96000-2626 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s32p-96000-44100.sh b/testcase/fate-swr-resample_exact_lin-s32p-96000-44100.sh new file mode 100755 index 0000000..5ca37af --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s32p-96000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170545-995067711 +# @用例名称: fate-swr-resample_exact_lin-s32p-96000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-96000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-96000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s32p-96000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s32p-96000-48000.sh b/testcase/fate-swr-resample_exact_lin-s32p-96000-48000.sh new file mode 100755 index 0000000..2d7dca3 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s32p-96000-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170546-087855875 +# @用例名称: fate-swr-resample_exact_lin-s32p-96000-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-96000-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-96000-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s32p-96000-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin-s32p-96000-8000.sh b/testcase/fate-swr-resample_exact_lin-s32p-96000-8000.sh new file mode 100755 index 0000000..6753f90 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin-s32p-96000-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170546-178946031 +# @用例名称: fate-swr-resample_exact_lin-s32p-96000-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-96000-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin-s32p-96000-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin-s32p-96000-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin_async-dblp-44100-48000.sh b/testcase/fate-swr-resample_exact_lin_async-dblp-44100-48000.sh new file mode 100755 index 0000000..020bc25 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin_async-dblp-44100-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170546-270972840 +# @用例名称: fate-swr-resample_exact_lin_async-dblp-44100-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-dblp-44100-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-dblp-44100-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin_async-dblp-44100-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin_async-dblp-44100-8000.sh b/testcase/fate-swr-resample_exact_lin_async-dblp-44100-8000.sh new file mode 100755 index 0000000..4c17d49 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin_async-dblp-44100-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170546-359218832 +# @用例名称: fate-swr-resample_exact_lin_async-dblp-44100-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-dblp-44100-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-dblp-44100-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin_async-dblp-44100-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin_async-dblp-48000-44100.sh b/testcase/fate-swr-resample_exact_lin_async-dblp-48000-44100.sh new file mode 100755 index 0000000..3e20f68 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin_async-dblp-48000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170546-452065405 +# @用例名称: fate-swr-resample_exact_lin_async-dblp-48000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-dblp-48000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-dblp-48000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin_async-dblp-48000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin_async-dblp-48000-8000.sh b/testcase/fate-swr-resample_exact_lin_async-dblp-48000-8000.sh new file mode 100755 index 0000000..a36c76d --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin_async-dblp-48000-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170546-543060153 +# @用例名称: fate-swr-resample_exact_lin_async-dblp-48000-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-dblp-48000-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-dblp-48000-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin_async-dblp-48000-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin_async-dblp-8000-44100.sh b/testcase/fate-swr-resample_exact_lin_async-dblp-8000-44100.sh new file mode 100755 index 0000000..b94cf41 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin_async-dblp-8000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170546-635901766 +# @用例名称: fate-swr-resample_exact_lin_async-dblp-8000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-dblp-8000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-dblp-8000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin_async-dblp-8000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin_async-dblp-8000-48000.sh b/testcase/fate-swr-resample_exact_lin_async-dblp-8000-48000.sh new file mode 100755 index 0000000..daab125 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin_async-dblp-8000-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170546-727128540 +# @用例名称: fate-swr-resample_exact_lin_async-dblp-8000-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-dblp-8000-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-dblp-8000-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin_async-dblp-8000-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin_async-fltp-44100-48000.sh b/testcase/fate-swr-resample_exact_lin_async-fltp-44100-48000.sh new file mode 100755 index 0000000..1c60493 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin_async-fltp-44100-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170546-818673818 +# @用例名称: fate-swr-resample_exact_lin_async-fltp-44100-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-fltp-44100-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-fltp-44100-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin_async-fltp-44100-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin_async-fltp-44100-8000.sh b/testcase/fate-swr-resample_exact_lin_async-fltp-44100-8000.sh new file mode 100755 index 0000000..3c5ee3b --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin_async-fltp-44100-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170546-908828924 +# @用例名称: fate-swr-resample_exact_lin_async-fltp-44100-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-fltp-44100-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-fltp-44100-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin_async-fltp-44100-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin_async-fltp-48000-44100.sh b/testcase/fate-swr-resample_exact_lin_async-fltp-48000-44100.sh new file mode 100755 index 0000000..43c580b --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin_async-fltp-48000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170547-002929651 +# @用例名称: fate-swr-resample_exact_lin_async-fltp-48000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-fltp-48000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-fltp-48000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin_async-fltp-48000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin_async-fltp-48000-8000.sh b/testcase/fate-swr-resample_exact_lin_async-fltp-48000-8000.sh new file mode 100755 index 0000000..ff07b5f --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin_async-fltp-48000-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170547-094560397 +# @用例名称: fate-swr-resample_exact_lin_async-fltp-48000-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-fltp-48000-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-fltp-48000-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin_async-fltp-48000-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin_async-fltp-8000-44100.sh b/testcase/fate-swr-resample_exact_lin_async-fltp-8000-44100.sh new file mode 100755 index 0000000..cbf8ec2 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin_async-fltp-8000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170547-186717284 +# @用例名称: fate-swr-resample_exact_lin_async-fltp-8000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-fltp-8000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-fltp-8000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin_async-fltp-8000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin_async-fltp-8000-48000.sh b/testcase/fate-swr-resample_exact_lin_async-fltp-8000-48000.sh new file mode 100755 index 0000000..6ec20c4 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin_async-fltp-8000-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170547-276591554 +# @用例名称: fate-swr-resample_exact_lin_async-fltp-8000-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-fltp-8000-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-fltp-8000-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin_async-fltp-8000-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin_async-s16p-44100-48000.sh b/testcase/fate-swr-resample_exact_lin_async-s16p-44100-48000.sh new file mode 100755 index 0000000..38a343c --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin_async-s16p-44100-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170547-364092331 +# @用例名称: fate-swr-resample_exact_lin_async-s16p-44100-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-s16p-44100-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-s16p-44100-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin_async-s16p-44100-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin_async-s16p-44100-8000.sh b/testcase/fate-swr-resample_exact_lin_async-s16p-44100-8000.sh new file mode 100755 index 0000000..280d78d --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin_async-s16p-44100-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170547-451927622 +# @用例名称: fate-swr-resample_exact_lin_async-s16p-44100-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-s16p-44100-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-s16p-44100-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin_async-s16p-44100-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin_async-s16p-48000-44100.sh b/testcase/fate-swr-resample_exact_lin_async-s16p-48000-44100.sh new file mode 100755 index 0000000..4a7feb2 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin_async-s16p-48000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170547-541030138 +# @用例名称: fate-swr-resample_exact_lin_async-s16p-48000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-s16p-48000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-s16p-48000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin_async-s16p-48000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin_async-s16p-48000-8000.sh b/testcase/fate-swr-resample_exact_lin_async-s16p-48000-8000.sh new file mode 100755 index 0000000..3201cda --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin_async-s16p-48000-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170547-631902730 +# @用例名称: fate-swr-resample_exact_lin_async-s16p-48000-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-s16p-48000-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-s16p-48000-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin_async-s16p-48000-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin_async-s16p-8000-44100.sh b/testcase/fate-swr-resample_exact_lin_async-s16p-8000-44100.sh new file mode 100755 index 0000000..226f30c --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin_async-s16p-8000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170547-722408706 +# @用例名称: fate-swr-resample_exact_lin_async-s16p-8000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-s16p-8000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-s16p-8000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin_async-s16p-8000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin_async-s16p-8000-48000.sh b/testcase/fate-swr-resample_exact_lin_async-s16p-8000-48000.sh new file mode 100755 index 0000000..f4e7df0 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin_async-s16p-8000-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170547-812241308 +# @用例名称: fate-swr-resample_exact_lin_async-s16p-8000-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-s16p-8000-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-s16p-8000-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin_async-s16p-8000-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin_async-s32p-44100-48000.sh b/testcase/fate-swr-resample_exact_lin_async-s32p-44100-48000.sh new file mode 100755 index 0000000..042074a --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin_async-s32p-44100-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170547-903792596 +# @用例名称: fate-swr-resample_exact_lin_async-s32p-44100-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-s32p-44100-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-s32p-44100-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin_async-s32p-44100-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin_async-s32p-44100-8000.sh b/testcase/fate-swr-resample_exact_lin_async-s32p-44100-8000.sh new file mode 100755 index 0000000..51b24ff --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin_async-s32p-44100-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170547-994985301 +# @用例名称: fate-swr-resample_exact_lin_async-s32p-44100-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-s32p-44100-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-s32p-44100-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin_async-s32p-44100-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin_async-s32p-48000-44100.sh b/testcase/fate-swr-resample_exact_lin_async-s32p-48000-44100.sh new file mode 100755 index 0000000..d20fc4e --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin_async-s32p-48000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170548-083727894 +# @用例名称: fate-swr-resample_exact_lin_async-s32p-48000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-s32p-48000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-s32p-48000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin_async-s32p-48000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin_async-s32p-48000-8000.sh b/testcase/fate-swr-resample_exact_lin_async-s32p-48000-8000.sh new file mode 100755 index 0000000..472e116 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin_async-s32p-48000-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170548-168827188 +# @用例名称: fate-swr-resample_exact_lin_async-s32p-48000-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-s32p-48000-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-s32p-48000-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin_async-s32p-48000-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin_async-s32p-8000-44100.sh b/testcase/fate-swr-resample_exact_lin_async-s32p-8000-44100.sh new file mode 100755 index 0000000..59ed65c --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin_async-s32p-8000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170548-252639298 +# @用例名称: fate-swr-resample_exact_lin_async-s32p-8000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-s32p-8000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-s32p-8000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin_async-s32p-8000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_exact_lin_async-s32p-8000-48000.sh b/testcase/fate-swr-resample_exact_lin_async-s32p-8000-48000.sh new file mode 100755 index 0000000..a695110 --- /dev/null +++ b/testcase/fate-swr-resample_exact_lin_async-s32p-8000-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170548-343841243 +# @用例名称: fate-swr-resample_exact_lin_async-s32p-8000-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-s32p-8000-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_exact_lin_async-s32p-8000-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_exact_lin_async-s32p-8000-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_lin-dblp-44100-48000.sh b/testcase/fate-swr-resample_lin-dblp-44100-48000.sh new file mode 100755 index 0000000..a67a454 --- /dev/null +++ b/testcase/fate-swr-resample_lin-dblp-44100-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170548-431948297 +# @用例名称: fate-swr-resample_lin-dblp-44100-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_lin-dblp-44100-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_lin-dblp-44100-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_lin-dblp-44100-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_lin-dblp-44100-8000.sh b/testcase/fate-swr-resample_lin-dblp-44100-8000.sh new file mode 100755 index 0000000..609c92f --- /dev/null +++ b/testcase/fate-swr-resample_lin-dblp-44100-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170548-519380186 +# @用例名称: fate-swr-resample_lin-dblp-44100-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_lin-dblp-44100-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_lin-dblp-44100-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_lin-dblp-44100-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_lin-dblp-48000-44100.sh b/testcase/fate-swr-resample_lin-dblp-48000-44100.sh new file mode 100755 index 0000000..5cfed6d --- /dev/null +++ b/testcase/fate-swr-resample_lin-dblp-48000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170548-608835435 +# @用例名称: fate-swr-resample_lin-dblp-48000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_lin-dblp-48000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_lin-dblp-48000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_lin-dblp-48000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_lin-dblp-48000-8000.sh b/testcase/fate-swr-resample_lin-dblp-48000-8000.sh new file mode 100755 index 0000000..47d7a1b --- /dev/null +++ b/testcase/fate-swr-resample_lin-dblp-48000-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170548-693290501 +# @用例名称: fate-swr-resample_lin-dblp-48000-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_lin-dblp-48000-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_lin-dblp-48000-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_lin-dblp-48000-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_lin-dblp-8000-44100.sh b/testcase/fate-swr-resample_lin-dblp-8000-44100.sh new file mode 100755 index 0000000..f773b80 --- /dev/null +++ b/testcase/fate-swr-resample_lin-dblp-8000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170548-781446316 +# @用例名称: fate-swr-resample_lin-dblp-8000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_lin-dblp-8000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_lin-dblp-8000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_lin-dblp-8000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_lin-dblp-8000-48000.sh b/testcase/fate-swr-resample_lin-dblp-8000-48000.sh new file mode 100755 index 0000000..c3a46a0 --- /dev/null +++ b/testcase/fate-swr-resample_lin-dblp-8000-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170548-871562602 +# @用例名称: fate-swr-resample_lin-dblp-8000-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_lin-dblp-8000-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_lin-dblp-8000-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_lin-dblp-8000-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_lin-fltp-44100-48000.sh b/testcase/fate-swr-resample_lin-fltp-44100-48000.sh new file mode 100755 index 0000000..258cda4 --- /dev/null +++ b/testcase/fate-swr-resample_lin-fltp-44100-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170548-958118787 +# @用例名称: fate-swr-resample_lin-fltp-44100-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_lin-fltp-44100-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_lin-fltp-44100-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_lin-fltp-44100-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_lin-fltp-44100-8000.sh b/testcase/fate-swr-resample_lin-fltp-44100-8000.sh new file mode 100755 index 0000000..21a19e6 --- /dev/null +++ b/testcase/fate-swr-resample_lin-fltp-44100-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170549-049926150 +# @用例名称: fate-swr-resample_lin-fltp-44100-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_lin-fltp-44100-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_lin-fltp-44100-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_lin-fltp-44100-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_lin-fltp-48000-44100.sh b/testcase/fate-swr-resample_lin-fltp-48000-44100.sh new file mode 100755 index 0000000..f6810c6 --- /dev/null +++ b/testcase/fate-swr-resample_lin-fltp-48000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170549-140328980 +# @用例名称: fate-swr-resample_lin-fltp-48000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_lin-fltp-48000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_lin-fltp-48000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_lin-fltp-48000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_lin-fltp-48000-8000.sh b/testcase/fate-swr-resample_lin-fltp-48000-8000.sh new file mode 100755 index 0000000..37ba2d7 --- /dev/null +++ b/testcase/fate-swr-resample_lin-fltp-48000-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170549-230078673 +# @用例名称: fate-swr-resample_lin-fltp-48000-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_lin-fltp-48000-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_lin-fltp-48000-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_lin-fltp-48000-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_lin-fltp-8000-44100.sh b/testcase/fate-swr-resample_lin-fltp-8000-44100.sh new file mode 100755 index 0000000..7658a54 --- /dev/null +++ b/testcase/fate-swr-resample_lin-fltp-8000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170549-317028771 +# @用例名称: fate-swr-resample_lin-fltp-8000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_lin-fltp-8000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_lin-fltp-8000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_lin-fltp-8000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_lin-fltp-8000-48000.sh b/testcase/fate-swr-resample_lin-fltp-8000-48000.sh new file mode 100755 index 0000000..a56e891 --- /dev/null +++ b/testcase/fate-swr-resample_lin-fltp-8000-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170549-407704097 +# @用例名称: fate-swr-resample_lin-fltp-8000-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_lin-fltp-8000-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_lin-fltp-8000-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_lin-fltp-8000-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_lin-s16p-44100-48000.sh b/testcase/fate-swr-resample_lin-s16p-44100-48000.sh new file mode 100755 index 0000000..0243d38 --- /dev/null +++ b/testcase/fate-swr-resample_lin-s16p-44100-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170549-496828822 +# @用例名称: fate-swr-resample_lin-s16p-44100-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_lin-s16p-44100-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_lin-s16p-44100-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_lin-s16p-44100-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_lin-s16p-44100-8000.sh b/testcase/fate-swr-resample_lin-s16p-44100-8000.sh new file mode 100755 index 0000000..337e64c --- /dev/null +++ b/testcase/fate-swr-resample_lin-s16p-44100-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170549-585900458 +# @用例名称: fate-swr-resample_lin-s16p-44100-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_lin-s16p-44100-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_lin-s16p-44100-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_lin-s16p-44100-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_lin-s16p-48000-44100.sh b/testcase/fate-swr-resample_lin-s16p-48000-44100.sh new file mode 100755 index 0000000..341f1d2 --- /dev/null +++ b/testcase/fate-swr-resample_lin-s16p-48000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170549-671131420 +# @用例名称: fate-swr-resample_lin-s16p-48000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_lin-s16p-48000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_lin-s16p-48000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_lin-s16p-48000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_lin-s16p-48000-8000.sh b/testcase/fate-swr-resample_lin-s16p-48000-8000.sh new file mode 100755 index 0000000..4377ca9 --- /dev/null +++ b/testcase/fate-swr-resample_lin-s16p-48000-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170549-758480970 +# @用例名称: fate-swr-resample_lin-s16p-48000-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_lin-s16p-48000-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_lin-s16p-48000-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_lin-s16p-48000-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_lin-s16p-8000-44100.sh b/testcase/fate-swr-resample_lin-s16p-8000-44100.sh new file mode 100755 index 0000000..25cdeef --- /dev/null +++ b/testcase/fate-swr-resample_lin-s16p-8000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170549-847540786 +# @用例名称: fate-swr-resample_lin-s16p-8000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_lin-s16p-8000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_lin-s16p-8000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_lin-s16p-8000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_lin-s16p-8000-48000.sh b/testcase/fate-swr-resample_lin-s16p-8000-48000.sh new file mode 100755 index 0000000..806166e --- /dev/null +++ b/testcase/fate-swr-resample_lin-s16p-8000-48000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170549-935698901 +# @用例名称: fate-swr-resample_lin-s16p-8000-48000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_lin-s16p-8000-48000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_lin-s16p-8000-48000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_lin-s16p-8000-48000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_nn-fltp-44100-8000.sh b/testcase/fate-swr-resample_nn-fltp-44100-8000.sh new file mode 100755 index 0000000..ce55ff1 --- /dev/null +++ b/testcase/fate-swr-resample_nn-fltp-44100-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170550-026731689 +# @用例名称: fate-swr-resample_nn-fltp-44100-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_nn-fltp-44100-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_nn-fltp-44100-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_nn-fltp-44100-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_nn-fltp-8000-44100.sh b/testcase/fate-swr-resample_nn-fltp-8000-44100.sh new file mode 100755 index 0000000..afa882d --- /dev/null +++ b/testcase/fate-swr-resample_nn-fltp-8000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170550-117673168 +# @用例名称: fate-swr-resample_nn-fltp-8000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_nn-fltp-8000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_nn-fltp-8000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_nn-fltp-8000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_nn-s16p-44100-8000.sh b/testcase/fate-swr-resample_nn-s16p-44100-8000.sh new file mode 100755 index 0000000..33e13c4 --- /dev/null +++ b/testcase/fate-swr-resample_nn-s16p-44100-8000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170550-210617449 +# @用例名称: fate-swr-resample_nn-s16p-44100-8000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_nn-s16p-44100-8000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_nn-s16p-44100-8000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_nn-s16p-44100-8000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-swr-resample_nn-s16p-8000-44100.sh b/testcase/fate-swr-resample_nn-s16p-8000-44100.sh new file mode 100755 index 0000000..7840ec0 --- /dev/null +++ b/testcase/fate-swr-resample_nn-s16p-8000-44100.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170550-300509469 +# @用例名称: fate-swr-resample_nn-s16p-8000-44100 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-swr-resample_nn-s16p-8000-44100 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-swr-resample_nn-s16p-8000-44100 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-swr-resample_nn-s16p-8000-44100 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-sws-yuv-colorspace.sh b/testcase/fate-sws-yuv-colorspace.sh new file mode 100755 index 0000000..da438bf --- /dev/null +++ b/testcase/fate-sws-yuv-colorspace.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170550-386741701 +# @用例名称: fate-sws-yuv-colorspace +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-sws-yuv-colorspace +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-sws-yuv-colorspace + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-sws-yuv-colorspace + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-sws-yuv-range.sh b/testcase/fate-sws-yuv-range.sh new file mode 100755 index 0000000..7d2c17b --- /dev/null +++ b/testcase/fate-sws-yuv-range.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170550-474921985 +# @用例名称: fate-sws-yuv-range +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-sws-yuv-range +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-sws-yuv-range + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-sws-yuv-range + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-unknown_layout-ac3.sh b/testcase/fate-unknown_layout-ac3.sh new file mode 100755 index 0000000..d22ec16 --- /dev/null +++ b/testcase/fate-unknown_layout-ac3.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170550-562581309 +# @用例名称: fate-unknown_layout-ac3 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-unknown_layout-ac3 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-unknown_layout-ac3 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-unknown_layout-ac3 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-unknown_layout-pcm.sh b/testcase/fate-unknown_layout-pcm.sh new file mode 100755 index 0000000..8f4af1c --- /dev/null +++ b/testcase/fate-unknown_layout-pcm.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170550-649264463 +# @用例名称: fate-unknown_layout-pcm +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-unknown_layout-pcm +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-unknown_layout-pcm + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-unknown_layout-pcm + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-utvideoenc_rgb_left.sh b/testcase/fate-utvideoenc_rgb_left.sh new file mode 100755 index 0000000..ee0ea14 --- /dev/null +++ b/testcase/fate-utvideoenc_rgb_left.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170550-740831050 +# @用例名称: fate-utvideoenc_rgb_left +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-utvideoenc_rgb_left +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-utvideoenc_rgb_left + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-utvideoenc_rgb_left + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-utvideoenc_rgb_median.sh b/testcase/fate-utvideoenc_rgb_median.sh new file mode 100755 index 0000000..01e9a80 --- /dev/null +++ b/testcase/fate-utvideoenc_rgb_median.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170550-829692731 +# @用例名称: fate-utvideoenc_rgb_median +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-utvideoenc_rgb_median +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-utvideoenc_rgb_median + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-utvideoenc_rgb_median + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-utvideoenc_rgb_none.sh b/testcase/fate-utvideoenc_rgb_none.sh new file mode 100755 index 0000000..587dca6 --- /dev/null +++ b/testcase/fate-utvideoenc_rgb_none.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170550-915843844 +# @用例名称: fate-utvideoenc_rgb_none +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-utvideoenc_rgb_none +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-utvideoenc_rgb_none + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-utvideoenc_rgb_none + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-utvideoenc_rgba_left.sh b/testcase/fate-utvideoenc_rgba_left.sh new file mode 100755 index 0000000..da760a1 --- /dev/null +++ b/testcase/fate-utvideoenc_rgba_left.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170551-003551586 +# @用例名称: fate-utvideoenc_rgba_left +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-utvideoenc_rgba_left +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-utvideoenc_rgba_left + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-utvideoenc_rgba_left + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-utvideoenc_rgba_median.sh b/testcase/fate-utvideoenc_rgba_median.sh new file mode 100755 index 0000000..0a75ec2 --- /dev/null +++ b/testcase/fate-utvideoenc_rgba_median.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170551-090795509 +# @用例名称: fate-utvideoenc_rgba_median +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-utvideoenc_rgba_median +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-utvideoenc_rgba_median + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-utvideoenc_rgba_median + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-utvideoenc_rgba_none.sh b/testcase/fate-utvideoenc_rgba_none.sh new file mode 100755 index 0000000..e3a3eeb --- /dev/null +++ b/testcase/fate-utvideoenc_rgba_none.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170551-183789079 +# @用例名称: fate-utvideoenc_rgba_none +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-utvideoenc_rgba_none +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-utvideoenc_rgba_none + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-utvideoenc_rgba_none + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-utvideoenc_yuv420_left.sh b/testcase/fate-utvideoenc_yuv420_left.sh new file mode 100755 index 0000000..bda9d9b --- /dev/null +++ b/testcase/fate-utvideoenc_yuv420_left.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170551-270779165 +# @用例名称: fate-utvideoenc_yuv420_left +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-utvideoenc_yuv420_left +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-utvideoenc_yuv420_left + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-utvideoenc_yuv420_left + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-utvideoenc_yuv420_median.sh b/testcase/fate-utvideoenc_yuv420_median.sh new file mode 100755 index 0000000..002201e --- /dev/null +++ b/testcase/fate-utvideoenc_yuv420_median.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170551-359596478 +# @用例名称: fate-utvideoenc_yuv420_median +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-utvideoenc_yuv420_median +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-utvideoenc_yuv420_median + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-utvideoenc_yuv420_median + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-utvideoenc_yuv420_none.sh b/testcase/fate-utvideoenc_yuv420_none.sh new file mode 100755 index 0000000..20fc3da --- /dev/null +++ b/testcase/fate-utvideoenc_yuv420_none.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170551-445335348 +# @用例名称: fate-utvideoenc_yuv420_none +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-utvideoenc_yuv420_none +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-utvideoenc_yuv420_none + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-utvideoenc_yuv420_none + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-utvideoenc_yuv422_left.sh b/testcase/fate-utvideoenc_yuv422_left.sh new file mode 100755 index 0000000..9717d85 --- /dev/null +++ b/testcase/fate-utvideoenc_yuv422_left.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170551-532348435 +# @用例名称: fate-utvideoenc_yuv422_left +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-utvideoenc_yuv422_left +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-utvideoenc_yuv422_left + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-utvideoenc_yuv422_left + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-utvideoenc_yuv422_median.sh b/testcase/fate-utvideoenc_yuv422_median.sh new file mode 100755 index 0000000..b9cfcd7 --- /dev/null +++ b/testcase/fate-utvideoenc_yuv422_median.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170551-623325924 +# @用例名称: fate-utvideoenc_yuv422_median +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-utvideoenc_yuv422_median +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-utvideoenc_yuv422_median + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-utvideoenc_yuv422_median + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-utvideoenc_yuv422_none.sh b/testcase/fate-utvideoenc_yuv422_none.sh new file mode 100755 index 0000000..83d42f1 --- /dev/null +++ b/testcase/fate-utvideoenc_yuv422_none.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170551-713144746 +# @用例名称: fate-utvideoenc_yuv422_none +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-utvideoenc_yuv422_none +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-utvideoenc_yuv422_none + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-utvideoenc_yuv422_none + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-utvideoenc_yuv444_left.sh b/testcase/fate-utvideoenc_yuv444_left.sh new file mode 100755 index 0000000..05893b1 --- /dev/null +++ b/testcase/fate-utvideoenc_yuv444_left.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170551-806397261 +# @用例名称: fate-utvideoenc_yuv444_left +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-utvideoenc_yuv444_left +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-utvideoenc_yuv444_left + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-utvideoenc_yuv444_left + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-utvideoenc_yuv444_median.sh b/testcase/fate-utvideoenc_yuv444_median.sh new file mode 100755 index 0000000..f877751 --- /dev/null +++ b/testcase/fate-utvideoenc_yuv444_median.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170551-898256302 +# @用例名称: fate-utvideoenc_yuv444_median +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-utvideoenc_yuv444_median +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-utvideoenc_yuv444_median + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-utvideoenc_yuv444_median + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-utvideoenc_yuv444_none.sh b/testcase/fate-utvideoenc_yuv444_none.sh new file mode 100755 index 0000000..05b515c --- /dev/null +++ b/testcase/fate-utvideoenc_yuv444_none.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170551-989920228 +# @用例名称: fate-utvideoenc_yuv444_none +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-utvideoenc_yuv444_none +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-utvideoenc_yuv444_none + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-utvideoenc_yuv444_none + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-amv.sh b/testcase/fate-vsynth1-amv.sh new file mode 100755 index 0000000..3d05e37 --- /dev/null +++ b/testcase/fate-vsynth1-amv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170552-078077672 +# @用例名称: fate-vsynth1-amv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-amv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-amv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-amv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-asv1.sh b/testcase/fate-vsynth1-asv1.sh new file mode 100755 index 0000000..8d4fc0a --- /dev/null +++ b/testcase/fate-vsynth1-asv1.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170552-168702368 +# @用例名称: fate-vsynth1-asv1 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-asv1 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-asv1 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-asv1 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-asv2.sh b/testcase/fate-vsynth1-asv2.sh new file mode 100755 index 0000000..adcbc92 --- /dev/null +++ b/testcase/fate-vsynth1-asv2.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170552-257659886 +# @用例名称: fate-vsynth1-asv2 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-asv2 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-asv2 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-asv2 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-avui.sh b/testcase/fate-vsynth1-avui.sh new file mode 100755 index 0000000..f973b42 --- /dev/null +++ b/testcase/fate-vsynth1-avui.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170552-341758700 +# @用例名称: fate-vsynth1-avui +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-avui +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-avui + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-avui + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-bpp1.sh b/testcase/fate-vsynth1-bpp1.sh new file mode 100755 index 0000000..08bc9a6 --- /dev/null +++ b/testcase/fate-vsynth1-bpp1.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170552-421436891 +# @用例名称: fate-vsynth1-bpp1 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-bpp1 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-bpp1 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-bpp1 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-bpp15.sh b/testcase/fate-vsynth1-bpp15.sh new file mode 100755 index 0000000..42cf6c8 --- /dev/null +++ b/testcase/fate-vsynth1-bpp15.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170552-510186303 +# @用例名称: fate-vsynth1-bpp15 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-bpp15 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-bpp15 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-bpp15 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-cinepak.sh b/testcase/fate-vsynth1-cinepak.sh new file mode 100755 index 0000000..9f88299 --- /dev/null +++ b/testcase/fate-vsynth1-cinepak.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170552-601150613 +# @用例名称: fate-vsynth1-cinepak +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-cinepak +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-cinepak + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-cinepak + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-cljr.sh b/testcase/fate-vsynth1-cljr.sh new file mode 100755 index 0000000..cb75579 --- /dev/null +++ b/testcase/fate-vsynth1-cljr.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170552-690873906 +# @用例名称: fate-vsynth1-cljr +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-cljr +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-cljr + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-cljr + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-dnxhd-1080i-10bit.sh b/testcase/fate-vsynth1-dnxhd-1080i-10bit.sh new file mode 100755 index 0000000..bf107b5 --- /dev/null +++ b/testcase/fate-vsynth1-dnxhd-1080i-10bit.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170552-870419942 +# @用例名称: fate-vsynth1-dnxhd-1080i-10bit +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-dnxhd-1080i-10bit +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-dnxhd-1080i-10bit + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-dnxhd-1080i-10bit + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-dnxhd-1080i-colr.sh b/testcase/fate-vsynth1-dnxhd-1080i-colr.sh new file mode 100755 index 0000000..900a63f --- /dev/null +++ b/testcase/fate-vsynth1-dnxhd-1080i-colr.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170552-960864121 +# @用例名称: fate-vsynth1-dnxhd-1080i-colr +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-dnxhd-1080i-colr +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-dnxhd-1080i-colr + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-dnxhd-1080i-colr + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-dnxhd-1080i.sh b/testcase/fate-vsynth1-dnxhd-1080i.sh new file mode 100755 index 0000000..0760457 --- /dev/null +++ b/testcase/fate-vsynth1-dnxhd-1080i.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170552-779329446 +# @用例名称: fate-vsynth1-dnxhd-1080i +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-dnxhd-1080i +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-dnxhd-1080i + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-dnxhd-1080i + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-dnxhd-2k-hr-hq.sh b/testcase/fate-vsynth1-dnxhd-2k-hr-hq.sh new file mode 100755 index 0000000..97f2b87 --- /dev/null +++ b/testcase/fate-vsynth1-dnxhd-2k-hr-hq.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170553-051196792 +# @用例名称: fate-vsynth1-dnxhd-2k-hr-hq +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-dnxhd-2k-hr-hq +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-dnxhd-2k-hr-hq + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-dnxhd-2k-hr-hq + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-dnxhd-4k-hr-lb.sh b/testcase/fate-vsynth1-dnxhd-4k-hr-lb.sh new file mode 100755 index 0000000..0409c77 --- /dev/null +++ b/testcase/fate-vsynth1-dnxhd-4k-hr-lb.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170553-144672773 +# @用例名称: fate-vsynth1-dnxhd-4k-hr-lb +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-dnxhd-4k-hr-lb +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-dnxhd-4k-hr-lb + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-dnxhd-4k-hr-lb + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-dnxhd-720p-10bit.sh b/testcase/fate-vsynth1-dnxhd-720p-10bit.sh new file mode 100755 index 0000000..707b3f2 --- /dev/null +++ b/testcase/fate-vsynth1-dnxhd-720p-10bit.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170553-328604652 +# @用例名称: fate-vsynth1-dnxhd-720p-10bit +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-dnxhd-720p-10bit +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-dnxhd-720p-10bit + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-dnxhd-720p-10bit + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-dnxhd-720p-hr-lb.sh b/testcase/fate-vsynth1-dnxhd-720p-hr-lb.sh new file mode 100755 index 0000000..511c8f0 --- /dev/null +++ b/testcase/fate-vsynth1-dnxhd-720p-hr-lb.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170553-420396845 +# @用例名称: fate-vsynth1-dnxhd-720p-hr-lb +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-dnxhd-720p-hr-lb +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-dnxhd-720p-hr-lb + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-dnxhd-720p-hr-lb + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-dnxhd-720p-rd.sh b/testcase/fate-vsynth1-dnxhd-720p-rd.sh new file mode 100755 index 0000000..61f7f09 --- /dev/null +++ b/testcase/fate-vsynth1-dnxhd-720p-rd.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170553-512724988 +# @用例名称: fate-vsynth1-dnxhd-720p-rd +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-dnxhd-720p-rd +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-dnxhd-720p-rd + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-dnxhd-720p-rd + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-dnxhd-720p.sh b/testcase/fate-vsynth1-dnxhd-720p.sh new file mode 100755 index 0000000..f531626 --- /dev/null +++ b/testcase/fate-vsynth1-dnxhd-720p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170553-237393169 +# @用例名称: fate-vsynth1-dnxhd-720p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-dnxhd-720p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-dnxhd-720p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-dnxhd-720p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-dnxhd-edge1-hr.sh b/testcase/fate-vsynth1-dnxhd-edge1-hr.sh new file mode 100755 index 0000000..f27c985 --- /dev/null +++ b/testcase/fate-vsynth1-dnxhd-edge1-hr.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170553-596262903 +# @用例名称: fate-vsynth1-dnxhd-edge1-hr +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-dnxhd-edge1-hr +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-dnxhd-edge1-hr + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-dnxhd-edge1-hr + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-dnxhd-edge2-hr.sh b/testcase/fate-vsynth1-dnxhd-edge2-hr.sh new file mode 100755 index 0000000..fc57170 --- /dev/null +++ b/testcase/fate-vsynth1-dnxhd-edge2-hr.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170553-685713102 +# @用例名称: fate-vsynth1-dnxhd-edge2-hr +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-dnxhd-edge2-hr +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-dnxhd-edge2-hr + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-dnxhd-edge2-hr + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-dnxhd-edge3-hr.sh b/testcase/fate-vsynth1-dnxhd-edge3-hr.sh new file mode 100755 index 0000000..3feeb4a --- /dev/null +++ b/testcase/fate-vsynth1-dnxhd-edge3-hr.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170553-776209531 +# @用例名称: fate-vsynth1-dnxhd-edge3-hr +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-dnxhd-edge3-hr +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-dnxhd-edge3-hr + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-dnxhd-edge3-hr + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-dnxhd-hr-hq-mov.sh b/testcase/fate-vsynth1-dnxhd-hr-hq-mov.sh new file mode 100755 index 0000000..83035ba --- /dev/null +++ b/testcase/fate-vsynth1-dnxhd-hr-hq-mov.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170553-866078161 +# @用例名称: fate-vsynth1-dnxhd-hr-hq-mov +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-dnxhd-hr-hq-mov +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-dnxhd-hr-hq-mov + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-dnxhd-hr-hq-mov + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-dnxhd-hr-lb-mov.sh b/testcase/fate-vsynth1-dnxhd-hr-lb-mov.sh new file mode 100755 index 0000000..8074107 --- /dev/null +++ b/testcase/fate-vsynth1-dnxhd-hr-lb-mov.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170553-954763305 +# @用例名称: fate-vsynth1-dnxhd-hr-lb-mov +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-dnxhd-hr-lb-mov +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-dnxhd-hr-lb-mov + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-dnxhd-hr-lb-mov + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-dnxhd-hr-sq-mov.sh b/testcase/fate-vsynth1-dnxhd-hr-sq-mov.sh new file mode 100755 index 0000000..2a7be09 --- /dev/null +++ b/testcase/fate-vsynth1-dnxhd-hr-sq-mov.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170554-041375049 +# @用例名称: fate-vsynth1-dnxhd-hr-sq-mov +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-dnxhd-hr-sq-mov +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-dnxhd-hr-sq-mov + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-dnxhd-hr-sq-mov + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-dnxhd-uhd-hr-sq.sh b/testcase/fate-vsynth1-dnxhd-uhd-hr-sq.sh new file mode 100755 index 0000000..07abc26 --- /dev/null +++ b/testcase/fate-vsynth1-dnxhd-uhd-hr-sq.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170554-122210907 +# @用例名称: fate-vsynth1-dnxhd-uhd-hr-sq +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-dnxhd-uhd-hr-sq +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-dnxhd-uhd-hr-sq + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-dnxhd-uhd-hr-sq + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-dv-411.sh b/testcase/fate-vsynth1-dv-411.sh new file mode 100755 index 0000000..e2d12e3 --- /dev/null +++ b/testcase/fate-vsynth1-dv-411.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170554-290926914 +# @用例名称: fate-vsynth1-dv-411 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-dv-411 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-dv-411 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-dv-411 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-dv-50.sh b/testcase/fate-vsynth1-dv-50.sh new file mode 100755 index 0000000..d874d2c --- /dev/null +++ b/testcase/fate-vsynth1-dv-50.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170554-378039259 +# @用例名称: fate-vsynth1-dv-50 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-dv-50 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-dv-50 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-dv-50 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-dv-fhd.sh b/testcase/fate-vsynth1-dv-fhd.sh new file mode 100755 index 0000000..1b03024 --- /dev/null +++ b/testcase/fate-vsynth1-dv-fhd.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170554-471061528 +# @用例名称: fate-vsynth1-dv-fhd +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-dv-fhd +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-dv-fhd + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-dv-fhd + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-dv-hd.sh b/testcase/fate-vsynth1-dv-hd.sh new file mode 100755 index 0000000..a5a5d2e --- /dev/null +++ b/testcase/fate-vsynth1-dv-hd.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170554-565218525 +# @用例名称: fate-vsynth1-dv-hd +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-dv-hd +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-dv-hd + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-dv-hd + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-dv.sh b/testcase/fate-vsynth1-dv.sh new file mode 100755 index 0000000..05cb3ce --- /dev/null +++ b/testcase/fate-vsynth1-dv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170554-202560614 +# @用例名称: fate-vsynth1-dv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-dv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-dv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-dv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-ffv1-2pass.sh b/testcase/fate-vsynth1-ffv1-2pass.sh new file mode 100755 index 0000000..834cd02 --- /dev/null +++ b/testcase/fate-vsynth1-ffv1-2pass.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170554-751205274 +# @用例名称: fate-vsynth1-ffv1-2pass +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-ffv1-2pass +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-ffv1-2pass + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-ffv1-2pass + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-ffv1-2pass10.sh b/testcase/fate-vsynth1-ffv1-2pass10.sh new file mode 100755 index 0000000..c6f146f --- /dev/null +++ b/testcase/fate-vsynth1-ffv1-2pass10.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170554-849611848 +# @用例名称: fate-vsynth1-ffv1-2pass10 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-ffv1-2pass10 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-ffv1-2pass10 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-ffv1-2pass10 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-ffv1-v0.sh b/testcase/fate-vsynth1-ffv1-v0.sh new file mode 100755 index 0000000..cd6a6ac --- /dev/null +++ b/testcase/fate-vsynth1-ffv1-v0.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170554-944200837 +# @用例名称: fate-vsynth1-ffv1-v0 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-ffv1-v0 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-ffv1-v0 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-ffv1-v0 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-ffv1-v2.sh b/testcase/fate-vsynth1-ffv1-v2.sh new file mode 100755 index 0000000..7c27ae3 --- /dev/null +++ b/testcase/fate-vsynth1-ffv1-v2.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170555-038690486 +# @用例名称: fate-vsynth1-ffv1-v2 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-ffv1-v2 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-ffv1-v2 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-ffv1-v2 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-ffv1-v3-bgr0.sh b/testcase/fate-vsynth1-ffv1-v3-bgr0.sh new file mode 100755 index 0000000..064d05f --- /dev/null +++ b/testcase/fate-vsynth1-ffv1-v3-bgr0.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170555-126184243 +# @用例名称: fate-vsynth1-ffv1-v3-bgr0 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-ffv1-v3-bgr0 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-ffv1-v3-bgr0 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-ffv1-v3-bgr0 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-ffv1-v3-rgb48.sh b/testcase/fate-vsynth1-ffv1-v3-rgb48.sh new file mode 100755 index 0000000..c21df1f --- /dev/null +++ b/testcase/fate-vsynth1-ffv1-v3-rgb48.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170555-218355569 +# @用例名称: fate-vsynth1-ffv1-v3-rgb48 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-ffv1-v3-rgb48 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-ffv1-v3-rgb48 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-ffv1-v3-rgb48 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-ffv1-v3-yuv420p.sh b/testcase/fate-vsynth1-ffv1-v3-yuv420p.sh new file mode 100755 index 0000000..23475cc --- /dev/null +++ b/testcase/fate-vsynth1-ffv1-v3-yuv420p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170555-307974645 +# @用例名称: fate-vsynth1-ffv1-v3-yuv420p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-ffv1-v3-yuv420p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-ffv1-v3-yuv420p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-ffv1-v3-yuv420p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-ffv1-v3-yuv422p10.sh b/testcase/fate-vsynth1-ffv1-v3-yuv422p10.sh new file mode 100755 index 0000000..0575a30 --- /dev/null +++ b/testcase/fate-vsynth1-ffv1-v3-yuv422p10.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170555-401571433 +# @用例名称: fate-vsynth1-ffv1-v3-yuv422p10 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-ffv1-v3-yuv422p10 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-ffv1-v3-yuv422p10 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-ffv1-v3-yuv422p10 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-ffv1-v3-yuv444p16.sh b/testcase/fate-vsynth1-ffv1-v3-yuv444p16.sh new file mode 100755 index 0000000..6b27420 --- /dev/null +++ b/testcase/fate-vsynth1-ffv1-v3-yuv444p16.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170555-498585434 +# @用例名称: fate-vsynth1-ffv1-v3-yuv444p16 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-ffv1-v3-yuv444p16 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-ffv1-v3-yuv444p16 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-ffv1-v3-yuv444p16 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-ffv1.sh b/testcase/fate-vsynth1-ffv1.sh new file mode 100755 index 0000000..fbf75cf --- /dev/null +++ b/testcase/fate-vsynth1-ffv1.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170554-659576518 +# @用例名称: fate-vsynth1-ffv1 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-ffv1 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-ffv1 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-ffv1 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-ffvhuff.sh b/testcase/fate-vsynth1-ffvhuff.sh new file mode 100755 index 0000000..9d1b7db --- /dev/null +++ b/testcase/fate-vsynth1-ffvhuff.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170555-594014187 +# @用例名称: fate-vsynth1-ffvhuff +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-ffvhuff +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-ffvhuff + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-ffvhuff + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-ffvhuff420p12.sh b/testcase/fate-vsynth1-ffvhuff420p12.sh new file mode 100755 index 0000000..ed373c7 --- /dev/null +++ b/testcase/fate-vsynth1-ffvhuff420p12.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170555-686213081 +# @用例名称: fate-vsynth1-ffvhuff420p12 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-ffvhuff420p12 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-ffvhuff420p12 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-ffvhuff420p12 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-ffvhuff422p10left.sh b/testcase/fate-vsynth1-ffvhuff422p10left.sh new file mode 100755 index 0000000..663c63c --- /dev/null +++ b/testcase/fate-vsynth1-ffvhuff422p10left.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170555-776451864 +# @用例名称: fate-vsynth1-ffvhuff422p10left +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-ffvhuff422p10left +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-ffvhuff422p10left + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-ffvhuff422p10left + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-ffvhuff444.sh b/testcase/fate-vsynth1-ffvhuff444.sh new file mode 100755 index 0000000..7b77929 --- /dev/null +++ b/testcase/fate-vsynth1-ffvhuff444.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170555-866976372 +# @用例名称: fate-vsynth1-ffvhuff444 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-ffvhuff444 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-ffvhuff444 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-ffvhuff444 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-ffvhuff444p16.sh b/testcase/fate-vsynth1-ffvhuff444p16.sh new file mode 100755 index 0000000..4435f23 --- /dev/null +++ b/testcase/fate-vsynth1-ffvhuff444p16.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170555-959028020 +# @用例名称: fate-vsynth1-ffvhuff444p16 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-ffvhuff444p16 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-ffvhuff444p16 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-ffvhuff444p16 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-flashsv.sh b/testcase/fate-vsynth1-flashsv.sh new file mode 100755 index 0000000..80a86eb --- /dev/null +++ b/testcase/fate-vsynth1-flashsv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170556-050840903 +# @用例名称: fate-vsynth1-flashsv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-flashsv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-flashsv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-flashsv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-flashsv2.sh b/testcase/fate-vsynth1-flashsv2.sh new file mode 100755 index 0000000..f5b7a01 --- /dev/null +++ b/testcase/fate-vsynth1-flashsv2.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170556-140633486 +# @用例名称: fate-vsynth1-flashsv2 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-flashsv2 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-flashsv2 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-flashsv2 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-flv.sh b/testcase/fate-vsynth1-flv.sh new file mode 100755 index 0000000..72a6035 --- /dev/null +++ b/testcase/fate-vsynth1-flv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170556-242306315 +# @用例名称: fate-vsynth1-flv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-flv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-flv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-flv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-h261-trellis.sh b/testcase/fate-vsynth1-h261-trellis.sh new file mode 100755 index 0000000..7f058ce --- /dev/null +++ b/testcase/fate-vsynth1-h261-trellis.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170556-423539327 +# @用例名称: fate-vsynth1-h261-trellis +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-h261-trellis +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-h261-trellis + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-h261-trellis + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-h261.sh b/testcase/fate-vsynth1-h261.sh new file mode 100755 index 0000000..6fd82de --- /dev/null +++ b/testcase/fate-vsynth1-h261.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170556-332706435 +# @用例名称: fate-vsynth1-h261 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-h261 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-h261 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-h261 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-h263-obmc.sh b/testcase/fate-vsynth1-h263-obmc.sh new file mode 100755 index 0000000..eae1780 --- /dev/null +++ b/testcase/fate-vsynth1-h263-obmc.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170556-601961715 +# @用例名称: fate-vsynth1-h263-obmc +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-h263-obmc +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-h263-obmc + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-h263-obmc + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-h263.sh b/testcase/fate-vsynth1-h263.sh new file mode 100755 index 0000000..9266682 --- /dev/null +++ b/testcase/fate-vsynth1-h263.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170556-512365138 +# @用例名称: fate-vsynth1-h263 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-h263 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-h263 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-h263 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-h263p.sh b/testcase/fate-vsynth1-h263p.sh new file mode 100755 index 0000000..319af33 --- /dev/null +++ b/testcase/fate-vsynth1-h263p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170556-693031272 +# @用例名称: fate-vsynth1-h263p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-h263p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-h263p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-h263p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-huffyuv.sh b/testcase/fate-vsynth1-huffyuv.sh new file mode 100755 index 0000000..37e1cbf --- /dev/null +++ b/testcase/fate-vsynth1-huffyuv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170556-783652778 +# @用例名称: fate-vsynth1-huffyuv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-huffyuv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-huffyuv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-huffyuv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-huffyuvbgr24.sh b/testcase/fate-vsynth1-huffyuvbgr24.sh new file mode 100755 index 0000000..1a377bd --- /dev/null +++ b/testcase/fate-vsynth1-huffyuvbgr24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170556-871340742 +# @用例名称: fate-vsynth1-huffyuvbgr24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-huffyuvbgr24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-huffyuvbgr24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-huffyuvbgr24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-huffyuvbgra.sh b/testcase/fate-vsynth1-huffyuvbgra.sh new file mode 100755 index 0000000..d811230 --- /dev/null +++ b/testcase/fate-vsynth1-huffyuvbgra.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170556-960314429 +# @用例名称: fate-vsynth1-huffyuvbgra +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-huffyuvbgra +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-huffyuvbgra + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-huffyuvbgra + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-jpeg2000-97.sh b/testcase/fate-vsynth1-jpeg2000-97.sh new file mode 100755 index 0000000..424f246 --- /dev/null +++ b/testcase/fate-vsynth1-jpeg2000-97.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170557-140113240 +# @用例名称: fate-vsynth1-jpeg2000-97 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-jpeg2000-97 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-jpeg2000-97 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-jpeg2000-97 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-jpeg2000-gbrp12.sh b/testcase/fate-vsynth1-jpeg2000-gbrp12.sh new file mode 100755 index 0000000..e4917a2 --- /dev/null +++ b/testcase/fate-vsynth1-jpeg2000-gbrp12.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170557-231353954 +# @用例名称: fate-vsynth1-jpeg2000-gbrp12 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-jpeg2000-gbrp12 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-jpeg2000-gbrp12 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-jpeg2000-gbrp12 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-jpeg2000-yuva444p16.sh b/testcase/fate-vsynth1-jpeg2000-yuva444p16.sh new file mode 100755 index 0000000..dd1f631 --- /dev/null +++ b/testcase/fate-vsynth1-jpeg2000-yuva444p16.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170557-321633846 +# @用例名称: fate-vsynth1-jpeg2000-yuva444p16 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-jpeg2000-yuva444p16 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-jpeg2000-yuva444p16 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-jpeg2000-yuva444p16 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-jpeg2000.sh b/testcase/fate-vsynth1-jpeg2000.sh new file mode 100755 index 0000000..cd406a7 --- /dev/null +++ b/testcase/fate-vsynth1-jpeg2000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170557-051103502 +# @用例名称: fate-vsynth1-jpeg2000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-jpeg2000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-jpeg2000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-jpeg2000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-jpegls.sh b/testcase/fate-vsynth1-jpegls.sh new file mode 100755 index 0000000..a1a85eb --- /dev/null +++ b/testcase/fate-vsynth1-jpegls.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170557-409114354 +# @用例名称: fate-vsynth1-jpegls +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-jpegls +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-jpegls + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-jpegls + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-ljpeg.sh b/testcase/fate-vsynth1-ljpeg.sh new file mode 100755 index 0000000..8a903ab --- /dev/null +++ b/testcase/fate-vsynth1-ljpeg.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170557-498548273 +# @用例名称: fate-vsynth1-ljpeg +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-ljpeg +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-ljpeg + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-ljpeg + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-magicyuv.sh b/testcase/fate-vsynth1-magicyuv.sh new file mode 100755 index 0000000..21fe7fe --- /dev/null +++ b/testcase/fate-vsynth1-magicyuv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170557-587943153 +# @用例名称: fate-vsynth1-magicyuv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-magicyuv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-magicyuv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-magicyuv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-mjpeg-422.sh b/testcase/fate-vsynth1-mjpeg-422.sh new file mode 100755 index 0000000..ea83c3e --- /dev/null +++ b/testcase/fate-vsynth1-mjpeg-422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170557-766057787 +# @用例名称: fate-vsynth1-mjpeg-422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-mjpeg-422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-mjpeg-422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-mjpeg-422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-mjpeg-444.sh b/testcase/fate-vsynth1-mjpeg-444.sh new file mode 100755 index 0000000..5214ce6 --- /dev/null +++ b/testcase/fate-vsynth1-mjpeg-444.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170557-856837949 +# @用例名称: fate-vsynth1-mjpeg-444 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-mjpeg-444 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-mjpeg-444 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-mjpeg-444 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-mjpeg-huffman.sh b/testcase/fate-vsynth1-mjpeg-huffman.sh new file mode 100755 index 0000000..9e10834 --- /dev/null +++ b/testcase/fate-vsynth1-mjpeg-huffman.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170557-942319377 +# @用例名称: fate-vsynth1-mjpeg-huffman +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-mjpeg-huffman +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-mjpeg-huffman + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-mjpeg-huffman + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-mjpeg-trell-huffman.sh b/testcase/fate-vsynth1-mjpeg-trell-huffman.sh new file mode 100755 index 0000000..deba7ef --- /dev/null +++ b/testcase/fate-vsynth1-mjpeg-trell-huffman.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170558-117686433 +# @用例名称: fate-vsynth1-mjpeg-trell-huffman +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-mjpeg-trell-huffman +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-mjpeg-trell-huffman + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-mjpeg-trell-huffman + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-mjpeg-trell.sh b/testcase/fate-vsynth1-mjpeg-trell.sh new file mode 100755 index 0000000..ad85425 --- /dev/null +++ b/testcase/fate-vsynth1-mjpeg-trell.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170558-028656186 +# @用例名称: fate-vsynth1-mjpeg-trell +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-mjpeg-trell +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-mjpeg-trell + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-mjpeg-trell + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-mjpeg.sh b/testcase/fate-vsynth1-mjpeg.sh new file mode 100755 index 0000000..a060403 --- /dev/null +++ b/testcase/fate-vsynth1-mjpeg.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170557-677386942 +# @用例名称: fate-vsynth1-mjpeg +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-mjpeg +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-mjpeg + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-mjpeg + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-mov-bgr24.sh b/testcase/fate-vsynth1-mov-bgr24.sh new file mode 100755 index 0000000..f504c7b --- /dev/null +++ b/testcase/fate-vsynth1-mov-bgr24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170558-204527903 +# @用例名称: fate-vsynth1-mov-bgr24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-mov-bgr24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-mov-bgr24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-mov-bgr24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-mov-bpp15.sh b/testcase/fate-vsynth1-mov-bpp15.sh new file mode 100755 index 0000000..a60538d --- /dev/null +++ b/testcase/fate-vsynth1-mov-bpp15.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170558-290559189 +# @用例名称: fate-vsynth1-mov-bpp15 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-mov-bpp15 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-mov-bpp15 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-mov-bpp15 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-mov-bpp16.sh b/testcase/fate-vsynth1-mov-bpp16.sh new file mode 100755 index 0000000..087f36a --- /dev/null +++ b/testcase/fate-vsynth1-mov-bpp16.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170558-377751613 +# @用例名称: fate-vsynth1-mov-bpp16 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-mov-bpp16 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-mov-bpp16 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-mov-bpp16 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-mpeg1.sh b/testcase/fate-vsynth1-mpeg1.sh new file mode 100755 index 0000000..db4707b --- /dev/null +++ b/testcase/fate-vsynth1-mpeg1.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170558-468768351 +# @用例名称: fate-vsynth1-mpeg1 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-mpeg1 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-mpeg1 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-mpeg1 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-mpeg1b.sh b/testcase/fate-vsynth1-mpeg1b.sh new file mode 100755 index 0000000..342c196 --- /dev/null +++ b/testcase/fate-vsynth1-mpeg1b.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170558-557318277 +# @用例名称: fate-vsynth1-mpeg1b +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-mpeg1b +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-mpeg1b + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-mpeg1b + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-mpeg2-422.sh b/testcase/fate-vsynth1-mpeg2-422.sh new file mode 100755 index 0000000..8ea388b --- /dev/null +++ b/testcase/fate-vsynth1-mpeg2-422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170558-736552538 +# @用例名称: fate-vsynth1-mpeg2-422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-mpeg2-422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-mpeg2-422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-mpeg2-422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-mpeg2-idct-int.sh b/testcase/fate-vsynth1-mpeg2-idct-int.sh new file mode 100755 index 0000000..c890778 --- /dev/null +++ b/testcase/fate-vsynth1-mpeg2-idct-int.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170558-826652815 +# @用例名称: fate-vsynth1-mpeg2-idct-int +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-mpeg2-idct-int +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-mpeg2-idct-int + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-mpeg2-idct-int + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-mpeg2-ilace.sh b/testcase/fate-vsynth1-mpeg2-ilace.sh new file mode 100755 index 0000000..a0b44c2 --- /dev/null +++ b/testcase/fate-vsynth1-mpeg2-ilace.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170558-915324659 +# @用例名称: fate-vsynth1-mpeg2-ilace +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-mpeg2-ilace +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-mpeg2-ilace + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-mpeg2-ilace + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-mpeg2-ivlc-qprd.sh b/testcase/fate-vsynth1-mpeg2-ivlc-qprd.sh new file mode 100755 index 0000000..19361d3 --- /dev/null +++ b/testcase/fate-vsynth1-mpeg2-ivlc-qprd.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170559-003563271 +# @用例名称: fate-vsynth1-mpeg2-ivlc-qprd +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-mpeg2-ivlc-qprd +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-mpeg2-ivlc-qprd + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-mpeg2-ivlc-qprd + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-mpeg2-thread-ivlc.sh b/testcase/fate-vsynth1-mpeg2-thread-ivlc.sh new file mode 100755 index 0000000..07bb44f --- /dev/null +++ b/testcase/fate-vsynth1-mpeg2-thread-ivlc.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170559-178797271 +# @用例名称: fate-vsynth1-mpeg2-thread-ivlc +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-mpeg2-thread-ivlc +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-mpeg2-thread-ivlc + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-mpeg2-thread-ivlc + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-mpeg2-thread.sh b/testcase/fate-vsynth1-mpeg2-thread.sh new file mode 100755 index 0000000..ec9933d --- /dev/null +++ b/testcase/fate-vsynth1-mpeg2-thread.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170559-093001511 +# @用例名称: fate-vsynth1-mpeg2-thread +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-mpeg2-thread +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-mpeg2-thread + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-mpeg2-thread + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-mpeg2.sh b/testcase/fate-vsynth1-mpeg2.sh new file mode 100755 index 0000000..f27cd54 --- /dev/null +++ b/testcase/fate-vsynth1-mpeg2.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170558-648909614 +# @用例名称: fate-vsynth1-mpeg2 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-mpeg2 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-mpeg2 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-mpeg2 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-mpeg4-adap.sh b/testcase/fate-vsynth1-mpeg4-adap.sh new file mode 100755 index 0000000..be0d4d3 --- /dev/null +++ b/testcase/fate-vsynth1-mpeg4-adap.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170559-352419322 +# @用例名称: fate-vsynth1-mpeg4-adap +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-mpeg4-adap +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-mpeg4-adap + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-mpeg4-adap + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-mpeg4-adv.sh b/testcase/fate-vsynth1-mpeg4-adv.sh new file mode 100755 index 0000000..fc21f67 --- /dev/null +++ b/testcase/fate-vsynth1-mpeg4-adv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170559-440778534 +# @用例名称: fate-vsynth1-mpeg4-adv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-mpeg4-adv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-mpeg4-adv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-mpeg4-adv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-mpeg4-error.sh b/testcase/fate-vsynth1-mpeg4-error.sh new file mode 100755 index 0000000..7fa4c33 --- /dev/null +++ b/testcase/fate-vsynth1-mpeg4-error.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170559-534759953 +# @用例名称: fate-vsynth1-mpeg4-error +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-mpeg4-error +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-mpeg4-error + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-mpeg4-error + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-mpeg4-nr.sh b/testcase/fate-vsynth1-mpeg4-nr.sh new file mode 100755 index 0000000..1b0587e --- /dev/null +++ b/testcase/fate-vsynth1-mpeg4-nr.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170559-621996286 +# @用例名称: fate-vsynth1-mpeg4-nr +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-mpeg4-nr +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-mpeg4-nr + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-mpeg4-nr + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-mpeg4-nsse.sh b/testcase/fate-vsynth1-mpeg4-nsse.sh new file mode 100755 index 0000000..d7b217d --- /dev/null +++ b/testcase/fate-vsynth1-mpeg4-nsse.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170559-708020092 +# @用例名称: fate-vsynth1-mpeg4-nsse +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-mpeg4-nsse +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-mpeg4-nsse + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-mpeg4-nsse + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-mpeg4-qpel.sh b/testcase/fate-vsynth1-mpeg4-qpel.sh new file mode 100755 index 0000000..f85c204 --- /dev/null +++ b/testcase/fate-vsynth1-mpeg4-qpel.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170559-795181146 +# @用例名称: fate-vsynth1-mpeg4-qpel +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-mpeg4-qpel +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-mpeg4-qpel + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-mpeg4-qpel + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-mpeg4-qprd.sh b/testcase/fate-vsynth1-mpeg4-qprd.sh new file mode 100755 index 0000000..f08c098 --- /dev/null +++ b/testcase/fate-vsynth1-mpeg4-qprd.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170559-882480957 +# @用例名称: fate-vsynth1-mpeg4-qprd +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-mpeg4-qprd +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-mpeg4-qprd + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-mpeg4-qprd + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-mpeg4-rc.sh b/testcase/fate-vsynth1-mpeg4-rc.sh new file mode 100755 index 0000000..9c6abfa --- /dev/null +++ b/testcase/fate-vsynth1-mpeg4-rc.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170559-968238658 +# @用例名称: fate-vsynth1-mpeg4-rc +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-mpeg4-rc +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-mpeg4-rc + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-mpeg4-rc + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-mpeg4-thread.sh b/testcase/fate-vsynth1-mpeg4-thread.sh new file mode 100755 index 0000000..3c5e38a --- /dev/null +++ b/testcase/fate-vsynth1-mpeg4-thread.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170600-059136279 +# @用例名称: fate-vsynth1-mpeg4-thread +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-mpeg4-thread +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-mpeg4-thread + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-mpeg4-thread + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-mpeg4.sh b/testcase/fate-vsynth1-mpeg4.sh new file mode 100755 index 0000000..6c2ce26 --- /dev/null +++ b/testcase/fate-vsynth1-mpeg4.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170559-265250989 +# @用例名称: fate-vsynth1-mpeg4 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-mpeg4 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-mpeg4 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-mpeg4 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-mpng.sh b/testcase/fate-vsynth1-mpng.sh new file mode 100755 index 0000000..3fc7eab --- /dev/null +++ b/testcase/fate-vsynth1-mpng.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170600-150870492 +# @用例名称: fate-vsynth1-mpng +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-mpng +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-mpng + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-mpng + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-msmpeg4.sh b/testcase/fate-vsynth1-msmpeg4.sh new file mode 100755 index 0000000..ae257e0 --- /dev/null +++ b/testcase/fate-vsynth1-msmpeg4.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170600-236626634 +# @用例名称: fate-vsynth1-msmpeg4 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-msmpeg4 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-msmpeg4 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-msmpeg4 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-msmpeg4v2.sh b/testcase/fate-vsynth1-msmpeg4v2.sh new file mode 100755 index 0000000..22c1b36 --- /dev/null +++ b/testcase/fate-vsynth1-msmpeg4v2.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170600-322570112 +# @用例名称: fate-vsynth1-msmpeg4v2 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-msmpeg4v2 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-msmpeg4v2 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-msmpeg4v2 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-msrle.sh b/testcase/fate-vsynth1-msrle.sh new file mode 100755 index 0000000..3a72966 --- /dev/null +++ b/testcase/fate-vsynth1-msrle.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170600-413805456 +# @用例名称: fate-vsynth1-msrle +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-msrle +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-msrle + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-msrle + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-msvideo1.sh b/testcase/fate-vsynth1-msvideo1.sh new file mode 100755 index 0000000..f948f1b --- /dev/null +++ b/testcase/fate-vsynth1-msvideo1.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170600-501562038 +# @用例名称: fate-vsynth1-msvideo1 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-msvideo1 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-msvideo1 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-msvideo1 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-prores.sh b/testcase/fate-vsynth1-prores.sh new file mode 100755 index 0000000..8f91b7f --- /dev/null +++ b/testcase/fate-vsynth1-prores.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170600-586082332 +# @用例名称: fate-vsynth1-prores +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-prores +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-prores + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-prores + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-prores_444.sh b/testcase/fate-vsynth1-prores_444.sh new file mode 100755 index 0000000..ebbadc2 --- /dev/null +++ b/testcase/fate-vsynth1-prores_444.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170600-672981282 +# @用例名称: fate-vsynth1-prores_444 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-prores_444 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-prores_444 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-prores_444 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-prores_444_int.sh b/testcase/fate-vsynth1-prores_444_int.sh new file mode 100755 index 0000000..0bcba47 --- /dev/null +++ b/testcase/fate-vsynth1-prores_444_int.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170600-763513370 +# @用例名称: fate-vsynth1-prores_444_int +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-prores_444_int +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-prores_444_int + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-prores_444_int + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-prores_int.sh b/testcase/fate-vsynth1-prores_int.sh new file mode 100755 index 0000000..826e6b7 --- /dev/null +++ b/testcase/fate-vsynth1-prores_int.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170600-852067256 +# @用例名称: fate-vsynth1-prores_int +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-prores_int +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-prores_int + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-prores_int + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-prores_ks.sh b/testcase/fate-vsynth1-prores_ks.sh new file mode 100755 index 0000000..2267e34 --- /dev/null +++ b/testcase/fate-vsynth1-prores_ks.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170600-942789020 +# @用例名称: fate-vsynth1-prores_ks +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-prores_ks +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-prores_ks + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-prores_ks + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-qtrle.sh b/testcase/fate-vsynth1-qtrle.sh new file mode 100755 index 0000000..0b46e96 --- /dev/null +++ b/testcase/fate-vsynth1-qtrle.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170601-031995514 +# @用例名称: fate-vsynth1-qtrle +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-qtrle +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-qtrle + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-qtrle + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-qtrlegray.sh b/testcase/fate-vsynth1-qtrlegray.sh new file mode 100755 index 0000000..87c8952 --- /dev/null +++ b/testcase/fate-vsynth1-qtrlegray.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170601-121670528 +# @用例名称: fate-vsynth1-qtrlegray +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-qtrlegray +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-qtrlegray + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-qtrlegray + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-r210.sh b/testcase/fate-vsynth1-r210.sh new file mode 100755 index 0000000..4b65aa4 --- /dev/null +++ b/testcase/fate-vsynth1-r210.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170601-209086367 +# @用例名称: fate-vsynth1-r210 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-r210 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-r210 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-r210 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-rgb.sh b/testcase/fate-vsynth1-rgb.sh new file mode 100755 index 0000000..4ceb59a --- /dev/null +++ b/testcase/fate-vsynth1-rgb.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170601-293701721 +# @用例名称: fate-vsynth1-rgb +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-rgb +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-rgb + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-rgb + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-roqvideo.sh b/testcase/fate-vsynth1-roqvideo.sh new file mode 100755 index 0000000..b7ac491 --- /dev/null +++ b/testcase/fate-vsynth1-roqvideo.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170601-380553021 +# @用例名称: fate-vsynth1-roqvideo +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-roqvideo +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-roqvideo + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-roqvideo + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-rpza.sh b/testcase/fate-vsynth1-rpza.sh new file mode 100755 index 0000000..8220c8e --- /dev/null +++ b/testcase/fate-vsynth1-rpza.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170601-465709584 +# @用例名称: fate-vsynth1-rpza +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-rpza +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-rpza + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-rpza + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-rv10.sh b/testcase/fate-vsynth1-rv10.sh new file mode 100755 index 0000000..1c12dcb --- /dev/null +++ b/testcase/fate-vsynth1-rv10.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170601-549569872 +# @用例名称: fate-vsynth1-rv10 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-rv10 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-rv10 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-rv10 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-rv20.sh b/testcase/fate-vsynth1-rv20.sh new file mode 100755 index 0000000..8449646 --- /dev/null +++ b/testcase/fate-vsynth1-rv20.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170601-629920309 +# @用例名称: fate-vsynth1-rv20 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-rv20 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-rv20 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-rv20 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-smc.sh b/testcase/fate-vsynth1-smc.sh new file mode 100755 index 0000000..5d06437 --- /dev/null +++ b/testcase/fate-vsynth1-smc.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170601-715552163 +# @用例名称: fate-vsynth1-smc +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-smc +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-smc + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-smc + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-snow-hpel.sh b/testcase/fate-vsynth1-snow-hpel.sh new file mode 100755 index 0000000..f64de9f --- /dev/null +++ b/testcase/fate-vsynth1-snow-hpel.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170601-890732144 +# @用例名称: fate-vsynth1-snow-hpel +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-snow-hpel +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-snow-hpel + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-snow-hpel + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-snow-ll.sh b/testcase/fate-vsynth1-snow-ll.sh new file mode 100755 index 0000000..c687160 --- /dev/null +++ b/testcase/fate-vsynth1-snow-ll.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170601-978494056 +# @用例名称: fate-vsynth1-snow-ll +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-snow-ll +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-snow-ll + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-snow-ll + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-snow.sh b/testcase/fate-vsynth1-snow.sh new file mode 100755 index 0000000..4c13ce1 --- /dev/null +++ b/testcase/fate-vsynth1-snow.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170601-804963313 +# @用例名称: fate-vsynth1-snow +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-snow +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-snow + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-snow + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-speedhq-420p.sh b/testcase/fate-vsynth1-speedhq-420p.sh new file mode 100755 index 0000000..f3e3b2c --- /dev/null +++ b/testcase/fate-vsynth1-speedhq-420p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170602-063710838 +# @用例名称: fate-vsynth1-speedhq-420p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-speedhq-420p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-speedhq-420p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-speedhq-420p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-speedhq-422p.sh b/testcase/fate-vsynth1-speedhq-422p.sh new file mode 100755 index 0000000..a6b1c6f --- /dev/null +++ b/testcase/fate-vsynth1-speedhq-422p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170602-152709605 +# @用例名称: fate-vsynth1-speedhq-422p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-speedhq-422p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-speedhq-422p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-speedhq-422p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-speedhq-444p.sh b/testcase/fate-vsynth1-speedhq-444p.sh new file mode 100755 index 0000000..4df6e73 --- /dev/null +++ b/testcase/fate-vsynth1-speedhq-444p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170602-244626626 +# @用例名称: fate-vsynth1-speedhq-444p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-speedhq-444p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-speedhq-444p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-speedhq-444p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-svq1.sh b/testcase/fate-vsynth1-svq1.sh new file mode 100755 index 0000000..f7e6724 --- /dev/null +++ b/testcase/fate-vsynth1-svq1.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170602-337489098 +# @用例名称: fate-vsynth1-svq1 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-svq1 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-svq1 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-svq1 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-v210-10.sh b/testcase/fate-vsynth1-v210-10.sh new file mode 100755 index 0000000..db63c6e --- /dev/null +++ b/testcase/fate-vsynth1-v210-10.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170602-520342818 +# @用例名称: fate-vsynth1-v210-10 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-v210-10 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-v210-10 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-v210-10 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-v210.sh b/testcase/fate-vsynth1-v210.sh new file mode 100755 index 0000000..f6a52d8 --- /dev/null +++ b/testcase/fate-vsynth1-v210.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170602-427467487 +# @用例名称: fate-vsynth1-v210 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-v210 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-v210 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-v210 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-v308.sh b/testcase/fate-vsynth1-v308.sh new file mode 100755 index 0000000..384be74 --- /dev/null +++ b/testcase/fate-vsynth1-v308.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170602-612583863 +# @用例名称: fate-vsynth1-v308 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-v308 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-v308 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-v308 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-v408.sh b/testcase/fate-vsynth1-v408.sh new file mode 100755 index 0000000..f716380 --- /dev/null +++ b/testcase/fate-vsynth1-v408.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170602-703345776 +# @用例名称: fate-vsynth1-v408 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-v408 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-v408 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-v408 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-v410.sh b/testcase/fate-vsynth1-v410.sh new file mode 100755 index 0000000..bb7e0d9 --- /dev/null +++ b/testcase/fate-vsynth1-v410.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170602-792971202 +# @用例名称: fate-vsynth1-v410 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-v410 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-v410 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-v410 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-vc2-420p.sh b/testcase/fate-vsynth1-vc2-420p.sh new file mode 100755 index 0000000..5e5114a --- /dev/null +++ b/testcase/fate-vsynth1-vc2-420p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170602-881474940 +# @用例名称: fate-vsynth1-vc2-420p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-vc2-420p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-vc2-420p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-vc2-420p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-vc2-420p10.sh b/testcase/fate-vsynth1-vc2-420p10.sh new file mode 100755 index 0000000..d9d745a --- /dev/null +++ b/testcase/fate-vsynth1-vc2-420p10.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170602-970782822 +# @用例名称: fate-vsynth1-vc2-420p10 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-vc2-420p10 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-vc2-420p10 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-vc2-420p10 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-vc2-420p12.sh b/testcase/fate-vsynth1-vc2-420p12.sh new file mode 100755 index 0000000..299a460 --- /dev/null +++ b/testcase/fate-vsynth1-vc2-420p12.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170603-060254150 +# @用例名称: fate-vsynth1-vc2-420p12 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-vc2-420p12 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-vc2-420p12 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-vc2-420p12 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-vc2-422p.sh b/testcase/fate-vsynth1-vc2-422p.sh new file mode 100755 index 0000000..a9ae116 --- /dev/null +++ b/testcase/fate-vsynth1-vc2-422p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170603-149392605 +# @用例名称: fate-vsynth1-vc2-422p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-vc2-422p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-vc2-422p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-vc2-422p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-vc2-422p10.sh b/testcase/fate-vsynth1-vc2-422p10.sh new file mode 100755 index 0000000..d2b2f84 --- /dev/null +++ b/testcase/fate-vsynth1-vc2-422p10.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170603-238425611 +# @用例名称: fate-vsynth1-vc2-422p10 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-vc2-422p10 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-vc2-422p10 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-vc2-422p10 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-vc2-422p12.sh b/testcase/fate-vsynth1-vc2-422p12.sh new file mode 100755 index 0000000..98da334 --- /dev/null +++ b/testcase/fate-vsynth1-vc2-422p12.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170603-328119736 +# @用例名称: fate-vsynth1-vc2-422p12 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-vc2-422p12 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-vc2-422p12 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-vc2-422p12 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-vc2-444p.sh b/testcase/fate-vsynth1-vc2-444p.sh new file mode 100755 index 0000000..e3d93b0 --- /dev/null +++ b/testcase/fate-vsynth1-vc2-444p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170603-415922877 +# @用例名称: fate-vsynth1-vc2-444p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-vc2-444p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-vc2-444p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-vc2-444p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-vc2-444p10.sh b/testcase/fate-vsynth1-vc2-444p10.sh new file mode 100755 index 0000000..8fd4def --- /dev/null +++ b/testcase/fate-vsynth1-vc2-444p10.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170603-504107441 +# @用例名称: fate-vsynth1-vc2-444p10 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-vc2-444p10 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-vc2-444p10 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-vc2-444p10 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-vc2-444p12.sh b/testcase/fate-vsynth1-vc2-444p12.sh new file mode 100755 index 0000000..1c5504a --- /dev/null +++ b/testcase/fate-vsynth1-vc2-444p12.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170603-591689536 +# @用例名称: fate-vsynth1-vc2-444p12 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-vc2-444p12 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-vc2-444p12 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-vc2-444p12 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-vc2-t5_3.sh b/testcase/fate-vsynth1-vc2-t5_3.sh new file mode 100755 index 0000000..e2a1cee --- /dev/null +++ b/testcase/fate-vsynth1-vc2-t5_3.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170603-677811640 +# @用例名称: fate-vsynth1-vc2-t5_3 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-vc2-t5_3 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-vc2-t5_3 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-vc2-t5_3 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-vc2-thaar.sh b/testcase/fate-vsynth1-vc2-thaar.sh new file mode 100755 index 0000000..dc29c28 --- /dev/null +++ b/testcase/fate-vsynth1-vc2-thaar.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170603-766084653 +# @用例名称: fate-vsynth1-vc2-thaar +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-vc2-thaar +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-vc2-thaar + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-vc2-thaar + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-wmv1.sh b/testcase/fate-vsynth1-wmv1.sh new file mode 100755 index 0000000..ff1c155 --- /dev/null +++ b/testcase/fate-vsynth1-wmv1.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170603-855192208 +# @用例名称: fate-vsynth1-wmv1 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-wmv1 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-wmv1 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-wmv1 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-wmv2.sh b/testcase/fate-vsynth1-wmv2.sh new file mode 100755 index 0000000..950503e --- /dev/null +++ b/testcase/fate-vsynth1-wmv2.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170603-946541780 +# @用例名称: fate-vsynth1-wmv2 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-wmv2 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-wmv2 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-wmv2 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-xface.sh b/testcase/fate-vsynth1-xface.sh new file mode 100755 index 0000000..cfdc4a0 --- /dev/null +++ b/testcase/fate-vsynth1-xface.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170604-035870312 +# @用例名称: fate-vsynth1-xface +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-xface +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-xface + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-xface + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-y41p.sh b/testcase/fate-vsynth1-y41p.sh new file mode 100755 index 0000000..a7e473f --- /dev/null +++ b/testcase/fate-vsynth1-y41p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170604-125905170 +# @用例名称: fate-vsynth1-y41p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-y41p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-y41p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-y41p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-yuv.sh b/testcase/fate-vsynth1-yuv.sh new file mode 100755 index 0000000..376f50a --- /dev/null +++ b/testcase/fate-vsynth1-yuv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170604-211161620 +# @用例名称: fate-vsynth1-yuv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-yuv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-yuv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-yuv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-yuv4.sh b/testcase/fate-vsynth1-yuv4.sh new file mode 100755 index 0000000..8eb66b6 --- /dev/null +++ b/testcase/fate-vsynth1-yuv4.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170604-298562009 +# @用例名称: fate-vsynth1-yuv4 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-yuv4 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-yuv4 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-yuv4 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth1-zlib.sh b/testcase/fate-vsynth1-zlib.sh new file mode 100755 index 0000000..327e421 --- /dev/null +++ b/testcase/fate-vsynth1-zlib.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170604-388153455 +# @用例名称: fate-vsynth1-zlib +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth1-zlib +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth1-zlib + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth1-zlib + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-amv.sh b/testcase/fate-vsynth2-amv.sh new file mode 100755 index 0000000..cb127e2 --- /dev/null +++ b/testcase/fate-vsynth2-amv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170604-479647873 +# @用例名称: fate-vsynth2-amv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-amv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-amv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-amv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-asv1.sh b/testcase/fate-vsynth2-asv1.sh new file mode 100755 index 0000000..ac41097 --- /dev/null +++ b/testcase/fate-vsynth2-asv1.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170604-571315491 +# @用例名称: fate-vsynth2-asv1 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-asv1 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-asv1 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-asv1 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-asv2.sh b/testcase/fate-vsynth2-asv2.sh new file mode 100755 index 0000000..ea9cf81 --- /dev/null +++ b/testcase/fate-vsynth2-asv2.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170604-657158439 +# @用例名称: fate-vsynth2-asv2 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-asv2 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-asv2 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-asv2 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-avui.sh b/testcase/fate-vsynth2-avui.sh new file mode 100755 index 0000000..77195ad --- /dev/null +++ b/testcase/fate-vsynth2-avui.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170604-744519329 +# @用例名称: fate-vsynth2-avui +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-avui +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-avui + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-avui + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-bpp1.sh b/testcase/fate-vsynth2-bpp1.sh new file mode 100755 index 0000000..acd8aa6 --- /dev/null +++ b/testcase/fate-vsynth2-bpp1.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170604-830182852 +# @用例名称: fate-vsynth2-bpp1 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-bpp1 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-bpp1 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-bpp1 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-bpp15.sh b/testcase/fate-vsynth2-bpp15.sh new file mode 100755 index 0000000..ea87d6c --- /dev/null +++ b/testcase/fate-vsynth2-bpp15.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170604-914865135 +# @用例名称: fate-vsynth2-bpp15 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-bpp15 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-bpp15 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-bpp15 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-cinepak.sh b/testcase/fate-vsynth2-cinepak.sh new file mode 100755 index 0000000..125a467 --- /dev/null +++ b/testcase/fate-vsynth2-cinepak.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170605-000581807 +# @用例名称: fate-vsynth2-cinepak +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-cinepak +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-cinepak + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-cinepak + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-cljr.sh b/testcase/fate-vsynth2-cljr.sh new file mode 100755 index 0000000..bfe6219 --- /dev/null +++ b/testcase/fate-vsynth2-cljr.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170605-088055484 +# @用例名称: fate-vsynth2-cljr +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-cljr +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-cljr + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-cljr + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-dnxhd-1080i-10bit.sh b/testcase/fate-vsynth2-dnxhd-1080i-10bit.sh new file mode 100755 index 0000000..90128df --- /dev/null +++ b/testcase/fate-vsynth2-dnxhd-1080i-10bit.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170605-260127366 +# @用例名称: fate-vsynth2-dnxhd-1080i-10bit +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-dnxhd-1080i-10bit +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-dnxhd-1080i-10bit + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-dnxhd-1080i-10bit + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-dnxhd-1080i-colr.sh b/testcase/fate-vsynth2-dnxhd-1080i-colr.sh new file mode 100755 index 0000000..0ea7747 --- /dev/null +++ b/testcase/fate-vsynth2-dnxhd-1080i-colr.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170605-347279990 +# @用例名称: fate-vsynth2-dnxhd-1080i-colr +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-dnxhd-1080i-colr +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-dnxhd-1080i-colr + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-dnxhd-1080i-colr + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-dnxhd-1080i.sh b/testcase/fate-vsynth2-dnxhd-1080i.sh new file mode 100755 index 0000000..34a9972 --- /dev/null +++ b/testcase/fate-vsynth2-dnxhd-1080i.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170605-173109000 +# @用例名称: fate-vsynth2-dnxhd-1080i +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-dnxhd-1080i +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-dnxhd-1080i + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-dnxhd-1080i + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-dnxhd-2k-hr-hq.sh b/testcase/fate-vsynth2-dnxhd-2k-hr-hq.sh new file mode 100755 index 0000000..f6de196 --- /dev/null +++ b/testcase/fate-vsynth2-dnxhd-2k-hr-hq.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170605-433185927 +# @用例名称: fate-vsynth2-dnxhd-2k-hr-hq +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-dnxhd-2k-hr-hq +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-dnxhd-2k-hr-hq + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-dnxhd-2k-hr-hq + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-dnxhd-4k-hr-lb.sh b/testcase/fate-vsynth2-dnxhd-4k-hr-lb.sh new file mode 100755 index 0000000..91280b5 --- /dev/null +++ b/testcase/fate-vsynth2-dnxhd-4k-hr-lb.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170605-520839993 +# @用例名称: fate-vsynth2-dnxhd-4k-hr-lb +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-dnxhd-4k-hr-lb +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-dnxhd-4k-hr-lb + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-dnxhd-4k-hr-lb + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-dnxhd-720p-10bit.sh b/testcase/fate-vsynth2-dnxhd-720p-10bit.sh new file mode 100755 index 0000000..86710ce --- /dev/null +++ b/testcase/fate-vsynth2-dnxhd-720p-10bit.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170605-709483279 +# @用例名称: fate-vsynth2-dnxhd-720p-10bit +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-dnxhd-720p-10bit +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-dnxhd-720p-10bit + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-dnxhd-720p-10bit + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-dnxhd-720p-hr-lb.sh b/testcase/fate-vsynth2-dnxhd-720p-hr-lb.sh new file mode 100755 index 0000000..8e440fc --- /dev/null +++ b/testcase/fate-vsynth2-dnxhd-720p-hr-lb.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170605-803131326 +# @用例名称: fate-vsynth2-dnxhd-720p-hr-lb +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-dnxhd-720p-hr-lb +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-dnxhd-720p-hr-lb + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-dnxhd-720p-hr-lb + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-dnxhd-720p-rd.sh b/testcase/fate-vsynth2-dnxhd-720p-rd.sh new file mode 100755 index 0000000..8d73a4c --- /dev/null +++ b/testcase/fate-vsynth2-dnxhd-720p-rd.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170605-897011569 +# @用例名称: fate-vsynth2-dnxhd-720p-rd +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-dnxhd-720p-rd +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-dnxhd-720p-rd + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-dnxhd-720p-rd + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-dnxhd-720p.sh b/testcase/fate-vsynth2-dnxhd-720p.sh new file mode 100755 index 0000000..33677e4 --- /dev/null +++ b/testcase/fate-vsynth2-dnxhd-720p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170605-613903081 +# @用例名称: fate-vsynth2-dnxhd-720p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-dnxhd-720p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-dnxhd-720p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-dnxhd-720p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-dnxhd-edge1-hr.sh b/testcase/fate-vsynth2-dnxhd-edge1-hr.sh new file mode 100755 index 0000000..3da1df7 --- /dev/null +++ b/testcase/fate-vsynth2-dnxhd-edge1-hr.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170605-991925580 +# @用例名称: fate-vsynth2-dnxhd-edge1-hr +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-dnxhd-edge1-hr +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-dnxhd-edge1-hr + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-dnxhd-edge1-hr + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-dnxhd-edge2-hr.sh b/testcase/fate-vsynth2-dnxhd-edge2-hr.sh new file mode 100755 index 0000000..1b27f69 --- /dev/null +++ b/testcase/fate-vsynth2-dnxhd-edge2-hr.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170606-084921890 +# @用例名称: fate-vsynth2-dnxhd-edge2-hr +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-dnxhd-edge2-hr +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-dnxhd-edge2-hr + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-dnxhd-edge2-hr + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-dnxhd-edge3-hr.sh b/testcase/fate-vsynth2-dnxhd-edge3-hr.sh new file mode 100755 index 0000000..90aaa8e --- /dev/null +++ b/testcase/fate-vsynth2-dnxhd-edge3-hr.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170606-176309700 +# @用例名称: fate-vsynth2-dnxhd-edge3-hr +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-dnxhd-edge3-hr +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-dnxhd-edge3-hr + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-dnxhd-edge3-hr + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-dnxhd-hr-hq-mov.sh b/testcase/fate-vsynth2-dnxhd-hr-hq-mov.sh new file mode 100755 index 0000000..2edd665 --- /dev/null +++ b/testcase/fate-vsynth2-dnxhd-hr-hq-mov.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170606-263799439 +# @用例名称: fate-vsynth2-dnxhd-hr-hq-mov +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-dnxhd-hr-hq-mov +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-dnxhd-hr-hq-mov + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-dnxhd-hr-hq-mov + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-dnxhd-hr-lb-mov.sh b/testcase/fate-vsynth2-dnxhd-hr-lb-mov.sh new file mode 100755 index 0000000..04e9104 --- /dev/null +++ b/testcase/fate-vsynth2-dnxhd-hr-lb-mov.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170606-352488832 +# @用例名称: fate-vsynth2-dnxhd-hr-lb-mov +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-dnxhd-hr-lb-mov +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-dnxhd-hr-lb-mov + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-dnxhd-hr-lb-mov + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-dnxhd-hr-sq-mov.sh b/testcase/fate-vsynth2-dnxhd-hr-sq-mov.sh new file mode 100755 index 0000000..760dda5 --- /dev/null +++ b/testcase/fate-vsynth2-dnxhd-hr-sq-mov.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170606-440459181 +# @用例名称: fate-vsynth2-dnxhd-hr-sq-mov +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-dnxhd-hr-sq-mov +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-dnxhd-hr-sq-mov + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-dnxhd-hr-sq-mov + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-dnxhd-uhd-hr-sq.sh b/testcase/fate-vsynth2-dnxhd-uhd-hr-sq.sh new file mode 100755 index 0000000..265588e --- /dev/null +++ b/testcase/fate-vsynth2-dnxhd-uhd-hr-sq.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170606-533473289 +# @用例名称: fate-vsynth2-dnxhd-uhd-hr-sq +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-dnxhd-uhd-hr-sq +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-dnxhd-uhd-hr-sq + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-dnxhd-uhd-hr-sq + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-dv-411.sh b/testcase/fate-vsynth2-dv-411.sh new file mode 100755 index 0000000..d66d1d3 --- /dev/null +++ b/testcase/fate-vsynth2-dv-411.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170606-712574853 +# @用例名称: fate-vsynth2-dv-411 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-dv-411 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-dv-411 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-dv-411 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-dv-50.sh b/testcase/fate-vsynth2-dv-50.sh new file mode 100755 index 0000000..8158d7b --- /dev/null +++ b/testcase/fate-vsynth2-dv-50.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170606-802810627 +# @用例名称: fate-vsynth2-dv-50 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-dv-50 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-dv-50 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-dv-50 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-dv-fhd.sh b/testcase/fate-vsynth2-dv-fhd.sh new file mode 100755 index 0000000..e115b94 --- /dev/null +++ b/testcase/fate-vsynth2-dv-fhd.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170606-892391763 +# @用例名称: fate-vsynth2-dv-fhd +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-dv-fhd +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-dv-fhd + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-dv-fhd + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-dv-hd.sh b/testcase/fate-vsynth2-dv-hd.sh new file mode 100755 index 0000000..283f187 --- /dev/null +++ b/testcase/fate-vsynth2-dv-hd.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170606-981866691 +# @用例名称: fate-vsynth2-dv-hd +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-dv-hd +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-dv-hd + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-dv-hd + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-dv.sh b/testcase/fate-vsynth2-dv.sh new file mode 100755 index 0000000..2d3f6c8 --- /dev/null +++ b/testcase/fate-vsynth2-dv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170606-625213624 +# @用例名称: fate-vsynth2-dv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-dv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-dv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-dv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-ffv1-2pass.sh b/testcase/fate-vsynth2-ffv1-2pass.sh new file mode 100755 index 0000000..88ad697 --- /dev/null +++ b/testcase/fate-vsynth2-ffv1-2pass.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170607-166430309 +# @用例名称: fate-vsynth2-ffv1-2pass +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-ffv1-2pass +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-ffv1-2pass + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-ffv1-2pass + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-ffv1-2pass10.sh b/testcase/fate-vsynth2-ffv1-2pass10.sh new file mode 100755 index 0000000..18e48a1 --- /dev/null +++ b/testcase/fate-vsynth2-ffv1-2pass10.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170607-254447756 +# @用例名称: fate-vsynth2-ffv1-2pass10 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-ffv1-2pass10 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-ffv1-2pass10 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-ffv1-2pass10 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-ffv1-v0.sh b/testcase/fate-vsynth2-ffv1-v0.sh new file mode 100755 index 0000000..a98f758 --- /dev/null +++ b/testcase/fate-vsynth2-ffv1-v0.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170607-344572802 +# @用例名称: fate-vsynth2-ffv1-v0 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-ffv1-v0 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-ffv1-v0 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-ffv1-v0 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-ffv1-v2.sh b/testcase/fate-vsynth2-ffv1-v2.sh new file mode 100755 index 0000000..7523947 --- /dev/null +++ b/testcase/fate-vsynth2-ffv1-v2.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170607-435325915 +# @用例名称: fate-vsynth2-ffv1-v2 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-ffv1-v2 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-ffv1-v2 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-ffv1-v2 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-ffv1-v3-bgr0.sh b/testcase/fate-vsynth2-ffv1-v3-bgr0.sh new file mode 100755 index 0000000..f9738e0 --- /dev/null +++ b/testcase/fate-vsynth2-ffv1-v3-bgr0.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170607-526721446 +# @用例名称: fate-vsynth2-ffv1-v3-bgr0 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-ffv1-v3-bgr0 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-ffv1-v3-bgr0 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-ffv1-v3-bgr0 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-ffv1-v3-rgb48.sh b/testcase/fate-vsynth2-ffv1-v3-rgb48.sh new file mode 100755 index 0000000..ba193de --- /dev/null +++ b/testcase/fate-vsynth2-ffv1-v3-rgb48.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170607-617823333 +# @用例名称: fate-vsynth2-ffv1-v3-rgb48 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-ffv1-v3-rgb48 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-ffv1-v3-rgb48 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-ffv1-v3-rgb48 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-ffv1-v3-yuv420p.sh b/testcase/fate-vsynth2-ffv1-v3-yuv420p.sh new file mode 100755 index 0000000..095ecdd --- /dev/null +++ b/testcase/fate-vsynth2-ffv1-v3-yuv420p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170607-712444250 +# @用例名称: fate-vsynth2-ffv1-v3-yuv420p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-ffv1-v3-yuv420p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-ffv1-v3-yuv420p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-ffv1-v3-yuv420p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-ffv1-v3-yuv422p10.sh b/testcase/fate-vsynth2-ffv1-v3-yuv422p10.sh new file mode 100755 index 0000000..5e0989a --- /dev/null +++ b/testcase/fate-vsynth2-ffv1-v3-yuv422p10.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170607-805756214 +# @用例名称: fate-vsynth2-ffv1-v3-yuv422p10 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-ffv1-v3-yuv422p10 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-ffv1-v3-yuv422p10 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-ffv1-v3-yuv422p10 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-ffv1-v3-yuv444p16.sh b/testcase/fate-vsynth2-ffv1-v3-yuv444p16.sh new file mode 100755 index 0000000..dc18721 --- /dev/null +++ b/testcase/fate-vsynth2-ffv1-v3-yuv444p16.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170607-898633585 +# @用例名称: fate-vsynth2-ffv1-v3-yuv444p16 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-ffv1-v3-yuv444p16 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-ffv1-v3-yuv444p16 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-ffv1-v3-yuv444p16 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-ffv1.sh b/testcase/fate-vsynth2-ffv1.sh new file mode 100755 index 0000000..ee93faa --- /dev/null +++ b/testcase/fate-vsynth2-ffv1.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170607-075995549 +# @用例名称: fate-vsynth2-ffv1 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-ffv1 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-ffv1 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-ffv1 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-ffvhuff.sh b/testcase/fate-vsynth2-ffvhuff.sh new file mode 100755 index 0000000..0833752 --- /dev/null +++ b/testcase/fate-vsynth2-ffvhuff.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170607-990003917 +# @用例名称: fate-vsynth2-ffvhuff +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-ffvhuff +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-ffvhuff + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-ffvhuff + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-ffvhuff420p12.sh b/testcase/fate-vsynth2-ffvhuff420p12.sh new file mode 100755 index 0000000..6696aa3 --- /dev/null +++ b/testcase/fate-vsynth2-ffvhuff420p12.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170608-081801140 +# @用例名称: fate-vsynth2-ffvhuff420p12 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-ffvhuff420p12 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-ffvhuff420p12 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-ffvhuff420p12 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-ffvhuff422p10left.sh b/testcase/fate-vsynth2-ffvhuff422p10left.sh new file mode 100755 index 0000000..dfdd662 --- /dev/null +++ b/testcase/fate-vsynth2-ffvhuff422p10left.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170608-174281789 +# @用例名称: fate-vsynth2-ffvhuff422p10left +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-ffvhuff422p10left +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-ffvhuff422p10left + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-ffvhuff422p10left + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-ffvhuff444.sh b/testcase/fate-vsynth2-ffvhuff444.sh new file mode 100755 index 0000000..9c9e614 --- /dev/null +++ b/testcase/fate-vsynth2-ffvhuff444.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170608-267861128 +# @用例名称: fate-vsynth2-ffvhuff444 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-ffvhuff444 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-ffvhuff444 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-ffvhuff444 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-ffvhuff444p16.sh b/testcase/fate-vsynth2-ffvhuff444p16.sh new file mode 100755 index 0000000..f1c33ae --- /dev/null +++ b/testcase/fate-vsynth2-ffvhuff444p16.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170608-357135631 +# @用例名称: fate-vsynth2-ffvhuff444p16 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-ffvhuff444p16 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-ffvhuff444p16 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-ffvhuff444p16 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-flashsv.sh b/testcase/fate-vsynth2-flashsv.sh new file mode 100755 index 0000000..6096ab3 --- /dev/null +++ b/testcase/fate-vsynth2-flashsv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170608-441191305 +# @用例名称: fate-vsynth2-flashsv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-flashsv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-flashsv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-flashsv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-flashsv2.sh b/testcase/fate-vsynth2-flashsv2.sh new file mode 100755 index 0000000..81d1d8d --- /dev/null +++ b/testcase/fate-vsynth2-flashsv2.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170608-525022303 +# @用例名称: fate-vsynth2-flashsv2 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-flashsv2 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-flashsv2 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-flashsv2 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-flv.sh b/testcase/fate-vsynth2-flv.sh new file mode 100755 index 0000000..d306539 --- /dev/null +++ b/testcase/fate-vsynth2-flv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170608-617472994 +# @用例名称: fate-vsynth2-flv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-flv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-flv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-flv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-h261-trellis.sh b/testcase/fate-vsynth2-h261-trellis.sh new file mode 100755 index 0000000..06f93ee --- /dev/null +++ b/testcase/fate-vsynth2-h261-trellis.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170608-798734266 +# @用例名称: fate-vsynth2-h261-trellis +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-h261-trellis +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-h261-trellis + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-h261-trellis + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-h261.sh b/testcase/fate-vsynth2-h261.sh new file mode 100755 index 0000000..abf578d --- /dev/null +++ b/testcase/fate-vsynth2-h261.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170608-707499452 +# @用例名称: fate-vsynth2-h261 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-h261 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-h261 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-h261 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-h263-obmc.sh b/testcase/fate-vsynth2-h263-obmc.sh new file mode 100755 index 0000000..1df7a99 --- /dev/null +++ b/testcase/fate-vsynth2-h263-obmc.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170608-982381781 +# @用例名称: fate-vsynth2-h263-obmc +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-h263-obmc +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-h263-obmc + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-h263-obmc + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-h263.sh b/testcase/fate-vsynth2-h263.sh new file mode 100755 index 0000000..bfab6fe --- /dev/null +++ b/testcase/fate-vsynth2-h263.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170608-891921592 +# @用例名称: fate-vsynth2-h263 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-h263 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-h263 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-h263 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-h263p.sh b/testcase/fate-vsynth2-h263p.sh new file mode 100755 index 0000000..8f05d4e --- /dev/null +++ b/testcase/fate-vsynth2-h263p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170609-067080172 +# @用例名称: fate-vsynth2-h263p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-h263p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-h263p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-h263p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-huffyuv.sh b/testcase/fate-vsynth2-huffyuv.sh new file mode 100755 index 0000000..b1041e6 --- /dev/null +++ b/testcase/fate-vsynth2-huffyuv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170609-159975174 +# @用例名称: fate-vsynth2-huffyuv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-huffyuv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-huffyuv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-huffyuv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-huffyuvbgr24.sh b/testcase/fate-vsynth2-huffyuvbgr24.sh new file mode 100755 index 0000000..28955d7 --- /dev/null +++ b/testcase/fate-vsynth2-huffyuvbgr24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170609-255697151 +# @用例名称: fate-vsynth2-huffyuvbgr24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-huffyuvbgr24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-huffyuvbgr24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-huffyuvbgr24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-huffyuvbgra.sh b/testcase/fate-vsynth2-huffyuvbgra.sh new file mode 100755 index 0000000..d43e80e --- /dev/null +++ b/testcase/fate-vsynth2-huffyuvbgra.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170609-349477184 +# @用例名称: fate-vsynth2-huffyuvbgra +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-huffyuvbgra +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-huffyuvbgra + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-huffyuvbgra + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-jpeg2000-97.sh b/testcase/fate-vsynth2-jpeg2000-97.sh new file mode 100755 index 0000000..b3f1f35 --- /dev/null +++ b/testcase/fate-vsynth2-jpeg2000-97.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170609-536422545 +# @用例名称: fate-vsynth2-jpeg2000-97 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-jpeg2000-97 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-jpeg2000-97 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-jpeg2000-97 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-jpeg2000-gbrp12.sh b/testcase/fate-vsynth2-jpeg2000-gbrp12.sh new file mode 100755 index 0000000..0c4672e --- /dev/null +++ b/testcase/fate-vsynth2-jpeg2000-gbrp12.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170609-627341115 +# @用例名称: fate-vsynth2-jpeg2000-gbrp12 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-jpeg2000-gbrp12 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-jpeg2000-gbrp12 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-jpeg2000-gbrp12 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-jpeg2000-yuva444p16.sh b/testcase/fate-vsynth2-jpeg2000-yuva444p16.sh new file mode 100755 index 0000000..3021a0b --- /dev/null +++ b/testcase/fate-vsynth2-jpeg2000-yuva444p16.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170609-719570589 +# @用例名称: fate-vsynth2-jpeg2000-yuva444p16 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-jpeg2000-yuva444p16 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-jpeg2000-yuva444p16 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-jpeg2000-yuva444p16 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-jpeg2000.sh b/testcase/fate-vsynth2-jpeg2000.sh new file mode 100755 index 0000000..b9160c6 --- /dev/null +++ b/testcase/fate-vsynth2-jpeg2000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170609-443880566 +# @用例名称: fate-vsynth2-jpeg2000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-jpeg2000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-jpeg2000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-jpeg2000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-jpegls.sh b/testcase/fate-vsynth2-jpegls.sh new file mode 100755 index 0000000..3de4cdc --- /dev/null +++ b/testcase/fate-vsynth2-jpegls.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170609-816155169 +# @用例名称: fate-vsynth2-jpegls +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-jpegls +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-jpegls + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-jpegls + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-ljpeg.sh b/testcase/fate-vsynth2-ljpeg.sh new file mode 100755 index 0000000..40e34ce --- /dev/null +++ b/testcase/fate-vsynth2-ljpeg.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170609-907064840 +# @用例名称: fate-vsynth2-ljpeg +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-ljpeg +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-ljpeg + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-ljpeg + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-magicyuv.sh b/testcase/fate-vsynth2-magicyuv.sh new file mode 100755 index 0000000..17addb6 --- /dev/null +++ b/testcase/fate-vsynth2-magicyuv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170610-002417952 +# @用例名称: fate-vsynth2-magicyuv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-magicyuv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-magicyuv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-magicyuv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-mjpeg-422.sh b/testcase/fate-vsynth2-mjpeg-422.sh new file mode 100755 index 0000000..4670485 --- /dev/null +++ b/testcase/fate-vsynth2-mjpeg-422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170610-186921202 +# @用例名称: fate-vsynth2-mjpeg-422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-mjpeg-422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-mjpeg-422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-mjpeg-422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-mjpeg-444.sh b/testcase/fate-vsynth2-mjpeg-444.sh new file mode 100755 index 0000000..2a7cba7 --- /dev/null +++ b/testcase/fate-vsynth2-mjpeg-444.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170610-280112806 +# @用例名称: fate-vsynth2-mjpeg-444 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-mjpeg-444 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-mjpeg-444 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-mjpeg-444 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-mjpeg-huffman.sh b/testcase/fate-vsynth2-mjpeg-huffman.sh new file mode 100755 index 0000000..45bc016 --- /dev/null +++ b/testcase/fate-vsynth2-mjpeg-huffman.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170610-368094924 +# @用例名称: fate-vsynth2-mjpeg-huffman +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-mjpeg-huffman +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-mjpeg-huffman + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-mjpeg-huffman + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-mjpeg-trell-huffman.sh b/testcase/fate-vsynth2-mjpeg-trell-huffman.sh new file mode 100755 index 0000000..eba4c24 --- /dev/null +++ b/testcase/fate-vsynth2-mjpeg-trell-huffman.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170610-554148081 +# @用例名称: fate-vsynth2-mjpeg-trell-huffman +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-mjpeg-trell-huffman +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-mjpeg-trell-huffman + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-mjpeg-trell-huffman + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-mjpeg-trell.sh b/testcase/fate-vsynth2-mjpeg-trell.sh new file mode 100755 index 0000000..e0af41b --- /dev/null +++ b/testcase/fate-vsynth2-mjpeg-trell.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170610-460660432 +# @用例名称: fate-vsynth2-mjpeg-trell +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-mjpeg-trell +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-mjpeg-trell + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-mjpeg-trell + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-mjpeg.sh b/testcase/fate-vsynth2-mjpeg.sh new file mode 100755 index 0000000..190b2f3 --- /dev/null +++ b/testcase/fate-vsynth2-mjpeg.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170610-094175437 +# @用例名称: fate-vsynth2-mjpeg +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-mjpeg +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-mjpeg + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-mjpeg + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-mov-bgr24.sh b/testcase/fate-vsynth2-mov-bgr24.sh new file mode 100755 index 0000000..e0b2aac --- /dev/null +++ b/testcase/fate-vsynth2-mov-bgr24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170610-647492675 +# @用例名称: fate-vsynth2-mov-bgr24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-mov-bgr24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-mov-bgr24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-mov-bgr24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-mov-bpp15.sh b/testcase/fate-vsynth2-mov-bpp15.sh new file mode 100755 index 0000000..d1847ff --- /dev/null +++ b/testcase/fate-vsynth2-mov-bpp15.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170610-738552633 +# @用例名称: fate-vsynth2-mov-bpp15 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-mov-bpp15 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-mov-bpp15 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-mov-bpp15 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-mov-bpp16.sh b/testcase/fate-vsynth2-mov-bpp16.sh new file mode 100755 index 0000000..373120d --- /dev/null +++ b/testcase/fate-vsynth2-mov-bpp16.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170610-824255024 +# @用例名称: fate-vsynth2-mov-bpp16 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-mov-bpp16 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-mov-bpp16 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-mov-bpp16 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-mpeg1.sh b/testcase/fate-vsynth2-mpeg1.sh new file mode 100755 index 0000000..29b0d44 --- /dev/null +++ b/testcase/fate-vsynth2-mpeg1.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170610-910187143 +# @用例名称: fate-vsynth2-mpeg1 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-mpeg1 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-mpeg1 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-mpeg1 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-mpeg1b.sh b/testcase/fate-vsynth2-mpeg1b.sh new file mode 100755 index 0000000..e59a12e --- /dev/null +++ b/testcase/fate-vsynth2-mpeg1b.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170611-003810389 +# @用例名称: fate-vsynth2-mpeg1b +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-mpeg1b +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-mpeg1b + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-mpeg1b + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-mpeg2-422.sh b/testcase/fate-vsynth2-mpeg2-422.sh new file mode 100755 index 0000000..092a0c3 --- /dev/null +++ b/testcase/fate-vsynth2-mpeg2-422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170611-183436393 +# @用例名称: fate-vsynth2-mpeg2-422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-mpeg2-422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-mpeg2-422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-mpeg2-422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-mpeg2-idct-int.sh b/testcase/fate-vsynth2-mpeg2-idct-int.sh new file mode 100755 index 0000000..32d84ae --- /dev/null +++ b/testcase/fate-vsynth2-mpeg2-idct-int.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170611-267476929 +# @用例名称: fate-vsynth2-mpeg2-idct-int +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-mpeg2-idct-int +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-mpeg2-idct-int + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-mpeg2-idct-int + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-mpeg2-ilace.sh b/testcase/fate-vsynth2-mpeg2-ilace.sh new file mode 100755 index 0000000..8ee792b --- /dev/null +++ b/testcase/fate-vsynth2-mpeg2-ilace.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170611-357290559 +# @用例名称: fate-vsynth2-mpeg2-ilace +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-mpeg2-ilace +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-mpeg2-ilace + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-mpeg2-ilace + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-mpeg2-ivlc-qprd.sh b/testcase/fate-vsynth2-mpeg2-ivlc-qprd.sh new file mode 100755 index 0000000..a2534d2 --- /dev/null +++ b/testcase/fate-vsynth2-mpeg2-ivlc-qprd.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170611-447816988 +# @用例名称: fate-vsynth2-mpeg2-ivlc-qprd +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-mpeg2-ivlc-qprd +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-mpeg2-ivlc-qprd + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-mpeg2-ivlc-qprd + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-mpeg2-thread-ivlc.sh b/testcase/fate-vsynth2-mpeg2-thread-ivlc.sh new file mode 100755 index 0000000..f1b59fd --- /dev/null +++ b/testcase/fate-vsynth2-mpeg2-thread-ivlc.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170611-633904065 +# @用例名称: fate-vsynth2-mpeg2-thread-ivlc +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-mpeg2-thread-ivlc +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-mpeg2-thread-ivlc + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-mpeg2-thread-ivlc + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-mpeg2-thread.sh b/testcase/fate-vsynth2-mpeg2-thread.sh new file mode 100755 index 0000000..e39e95a --- /dev/null +++ b/testcase/fate-vsynth2-mpeg2-thread.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170611-540165491 +# @用例名称: fate-vsynth2-mpeg2-thread +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-mpeg2-thread +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-mpeg2-thread + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-mpeg2-thread + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-mpeg2.sh b/testcase/fate-vsynth2-mpeg2.sh new file mode 100755 index 0000000..888ada5 --- /dev/null +++ b/testcase/fate-vsynth2-mpeg2.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170611-092984005 +# @用例名称: fate-vsynth2-mpeg2 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-mpeg2 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-mpeg2 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-mpeg2 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-mpeg4-adap.sh b/testcase/fate-vsynth2-mpeg4-adap.sh new file mode 100755 index 0000000..670669a --- /dev/null +++ b/testcase/fate-vsynth2-mpeg4-adap.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170611-821395675 +# @用例名称: fate-vsynth2-mpeg4-adap +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-mpeg4-adap +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-mpeg4-adap + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-mpeg4-adap + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-mpeg4-adv.sh b/testcase/fate-vsynth2-mpeg4-adv.sh new file mode 100755 index 0000000..7ff71f7 --- /dev/null +++ b/testcase/fate-vsynth2-mpeg4-adv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170611-916687900 +# @用例名称: fate-vsynth2-mpeg4-adv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-mpeg4-adv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-mpeg4-adv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-mpeg4-adv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-mpeg4-error.sh b/testcase/fate-vsynth2-mpeg4-error.sh new file mode 100755 index 0000000..a708911 --- /dev/null +++ b/testcase/fate-vsynth2-mpeg4-error.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170612-009744039 +# @用例名称: fate-vsynth2-mpeg4-error +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-mpeg4-error +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-mpeg4-error + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-mpeg4-error + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-mpeg4-nr.sh b/testcase/fate-vsynth2-mpeg4-nr.sh new file mode 100755 index 0000000..39b310c --- /dev/null +++ b/testcase/fate-vsynth2-mpeg4-nr.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170612-100072800 +# @用例名称: fate-vsynth2-mpeg4-nr +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-mpeg4-nr +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-mpeg4-nr + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-mpeg4-nr + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-mpeg4-nsse.sh b/testcase/fate-vsynth2-mpeg4-nsse.sh new file mode 100755 index 0000000..b0197fa --- /dev/null +++ b/testcase/fate-vsynth2-mpeg4-nsse.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170612-189889202 +# @用例名称: fate-vsynth2-mpeg4-nsse +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-mpeg4-nsse +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-mpeg4-nsse + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-mpeg4-nsse + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-mpeg4-qpel.sh b/testcase/fate-vsynth2-mpeg4-qpel.sh new file mode 100755 index 0000000..9ee1d3f --- /dev/null +++ b/testcase/fate-vsynth2-mpeg4-qpel.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170612-280147805 +# @用例名称: fate-vsynth2-mpeg4-qpel +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-mpeg4-qpel +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-mpeg4-qpel + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-mpeg4-qpel + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-mpeg4-qprd.sh b/testcase/fate-vsynth2-mpeg4-qprd.sh new file mode 100755 index 0000000..cd154a2 --- /dev/null +++ b/testcase/fate-vsynth2-mpeg4-qprd.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170612-371357959 +# @用例名称: fate-vsynth2-mpeg4-qprd +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-mpeg4-qprd +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-mpeg4-qprd + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-mpeg4-qprd + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-mpeg4-rc.sh b/testcase/fate-vsynth2-mpeg4-rc.sh new file mode 100755 index 0000000..105f5c9 --- /dev/null +++ b/testcase/fate-vsynth2-mpeg4-rc.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170612-462711671 +# @用例名称: fate-vsynth2-mpeg4-rc +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-mpeg4-rc +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-mpeg4-rc + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-mpeg4-rc + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-mpeg4-thread.sh b/testcase/fate-vsynth2-mpeg4-thread.sh new file mode 100755 index 0000000..8cf4473 --- /dev/null +++ b/testcase/fate-vsynth2-mpeg4-thread.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170612-548909333 +# @用例名称: fate-vsynth2-mpeg4-thread +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-mpeg4-thread +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-mpeg4-thread + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-mpeg4-thread + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-mpeg4.sh b/testcase/fate-vsynth2-mpeg4.sh new file mode 100755 index 0000000..df61d70 --- /dev/null +++ b/testcase/fate-vsynth2-mpeg4.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170611-725639920 +# @用例名称: fate-vsynth2-mpeg4 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-mpeg4 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-mpeg4 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-mpeg4 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-mpng.sh b/testcase/fate-vsynth2-mpng.sh new file mode 100755 index 0000000..421d289 --- /dev/null +++ b/testcase/fate-vsynth2-mpng.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170612-638777074 +# @用例名称: fate-vsynth2-mpng +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-mpng +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-mpng + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-mpng + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-msmpeg4.sh b/testcase/fate-vsynth2-msmpeg4.sh new file mode 100755 index 0000000..2389594 --- /dev/null +++ b/testcase/fate-vsynth2-msmpeg4.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170612-729261663 +# @用例名称: fate-vsynth2-msmpeg4 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-msmpeg4 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-msmpeg4 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-msmpeg4 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-msmpeg4v2.sh b/testcase/fate-vsynth2-msmpeg4v2.sh new file mode 100755 index 0000000..122fd43 --- /dev/null +++ b/testcase/fate-vsynth2-msmpeg4v2.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170612-818823801 +# @用例名称: fate-vsynth2-msmpeg4v2 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-msmpeg4v2 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-msmpeg4v2 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-msmpeg4v2 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-msrle.sh b/testcase/fate-vsynth2-msrle.sh new file mode 100755 index 0000000..9aefd28 --- /dev/null +++ b/testcase/fate-vsynth2-msrle.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170612-910241840 +# @用例名称: fate-vsynth2-msrle +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-msrle +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-msrle + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-msrle + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-msvideo1.sh b/testcase/fate-vsynth2-msvideo1.sh new file mode 100755 index 0000000..bbc4c12 --- /dev/null +++ b/testcase/fate-vsynth2-msvideo1.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170613-001893846 +# @用例名称: fate-vsynth2-msvideo1 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-msvideo1 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-msvideo1 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-msvideo1 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-prores.sh b/testcase/fate-vsynth2-prores.sh new file mode 100755 index 0000000..da0afa3 --- /dev/null +++ b/testcase/fate-vsynth2-prores.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170613-093081611 +# @用例名称: fate-vsynth2-prores +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-prores +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-prores + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-prores + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-prores_444.sh b/testcase/fate-vsynth2-prores_444.sh new file mode 100755 index 0000000..52122dc --- /dev/null +++ b/testcase/fate-vsynth2-prores_444.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170613-189320007 +# @用例名称: fate-vsynth2-prores_444 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-prores_444 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-prores_444 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-prores_444 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-prores_444_int.sh b/testcase/fate-vsynth2-prores_444_int.sh new file mode 100755 index 0000000..fd9d13a --- /dev/null +++ b/testcase/fate-vsynth2-prores_444_int.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170613-281989562 +# @用例名称: fate-vsynth2-prores_444_int +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-prores_444_int +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-prores_444_int + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-prores_444_int + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-prores_int.sh b/testcase/fate-vsynth2-prores_int.sh new file mode 100755 index 0000000..a75c546 --- /dev/null +++ b/testcase/fate-vsynth2-prores_int.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170613-375897744 +# @用例名称: fate-vsynth2-prores_int +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-prores_int +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-prores_int + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-prores_int + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-prores_ks.sh b/testcase/fate-vsynth2-prores_ks.sh new file mode 100755 index 0000000..173b8dd --- /dev/null +++ b/testcase/fate-vsynth2-prores_ks.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170613-469174639 +# @用例名称: fate-vsynth2-prores_ks +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-prores_ks +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-prores_ks + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-prores_ks + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-qtrle.sh b/testcase/fate-vsynth2-qtrle.sh new file mode 100755 index 0000000..5840c6d --- /dev/null +++ b/testcase/fate-vsynth2-qtrle.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170613-559720726 +# @用例名称: fate-vsynth2-qtrle +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-qtrle +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-qtrle + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-qtrle + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-qtrlegray.sh b/testcase/fate-vsynth2-qtrlegray.sh new file mode 100755 index 0000000..689eade --- /dev/null +++ b/testcase/fate-vsynth2-qtrlegray.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170613-651014830 +# @用例名称: fate-vsynth2-qtrlegray +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-qtrlegray +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-qtrlegray + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-qtrlegray + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-r210.sh b/testcase/fate-vsynth2-r210.sh new file mode 100755 index 0000000..cf3c823 --- /dev/null +++ b/testcase/fate-vsynth2-r210.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170613-742567467 +# @用例名称: fate-vsynth2-r210 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-r210 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-r210 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-r210 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-rgb.sh b/testcase/fate-vsynth2-rgb.sh new file mode 100755 index 0000000..ae1c196 --- /dev/null +++ b/testcase/fate-vsynth2-rgb.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170613-833165984 +# @用例名称: fate-vsynth2-rgb +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-rgb +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-rgb + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-rgb + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-roqvideo.sh b/testcase/fate-vsynth2-roqvideo.sh new file mode 100755 index 0000000..d7a7682 --- /dev/null +++ b/testcase/fate-vsynth2-roqvideo.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170613-926357319 +# @用例名称: fate-vsynth2-roqvideo +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-roqvideo +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-roqvideo + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-roqvideo + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-rpza.sh b/testcase/fate-vsynth2-rpza.sh new file mode 100755 index 0000000..708f941 --- /dev/null +++ b/testcase/fate-vsynth2-rpza.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170614-019660003 +# @用例名称: fate-vsynth2-rpza +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-rpza +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-rpza + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-rpza + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-rv10.sh b/testcase/fate-vsynth2-rv10.sh new file mode 100755 index 0000000..6a0b44d --- /dev/null +++ b/testcase/fate-vsynth2-rv10.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170614-111554215 +# @用例名称: fate-vsynth2-rv10 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-rv10 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-rv10 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-rv10 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-rv20.sh b/testcase/fate-vsynth2-rv20.sh new file mode 100755 index 0000000..09d5ec1 --- /dev/null +++ b/testcase/fate-vsynth2-rv20.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170614-207109213 +# @用例名称: fate-vsynth2-rv20 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-rv20 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-rv20 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-rv20 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-smc.sh b/testcase/fate-vsynth2-smc.sh new file mode 100755 index 0000000..faabd2b --- /dev/null +++ b/testcase/fate-vsynth2-smc.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170614-296343657 +# @用例名称: fate-vsynth2-smc +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-smc +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-smc + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-smc + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-snow-hpel.sh b/testcase/fate-vsynth2-snow-hpel.sh new file mode 100755 index 0000000..b8bd6c6 --- /dev/null +++ b/testcase/fate-vsynth2-snow-hpel.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170614-481040231 +# @用例名称: fate-vsynth2-snow-hpel +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-snow-hpel +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-snow-hpel + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-snow-hpel + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-snow-ll.sh b/testcase/fate-vsynth2-snow-ll.sh new file mode 100755 index 0000000..9c2d235 --- /dev/null +++ b/testcase/fate-vsynth2-snow-ll.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170614-578480594 +# @用例名称: fate-vsynth2-snow-ll +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-snow-ll +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-snow-ll + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-snow-ll + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-snow.sh b/testcase/fate-vsynth2-snow.sh new file mode 100755 index 0000000..56f667e --- /dev/null +++ b/testcase/fate-vsynth2-snow.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170614-387449824 +# @用例名称: fate-vsynth2-snow +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-snow +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-snow + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-snow + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-speedhq-420p.sh b/testcase/fate-vsynth2-speedhq-420p.sh new file mode 100755 index 0000000..7e7822f --- /dev/null +++ b/testcase/fate-vsynth2-speedhq-420p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170614-678057535 +# @用例名称: fate-vsynth2-speedhq-420p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-speedhq-420p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-speedhq-420p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-speedhq-420p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-speedhq-422p.sh b/testcase/fate-vsynth2-speedhq-422p.sh new file mode 100755 index 0000000..783728e --- /dev/null +++ b/testcase/fate-vsynth2-speedhq-422p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170614-772830950 +# @用例名称: fate-vsynth2-speedhq-422p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-speedhq-422p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-speedhq-422p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-speedhq-422p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-speedhq-444p.sh b/testcase/fate-vsynth2-speedhq-444p.sh new file mode 100755 index 0000000..0a3cdb8 --- /dev/null +++ b/testcase/fate-vsynth2-speedhq-444p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170614-867495386 +# @用例名称: fate-vsynth2-speedhq-444p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-speedhq-444p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-speedhq-444p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-speedhq-444p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-svq1.sh b/testcase/fate-vsynth2-svq1.sh new file mode 100755 index 0000000..4b2ea3d --- /dev/null +++ b/testcase/fate-vsynth2-svq1.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170614-960369098 +# @用例名称: fate-vsynth2-svq1 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-svq1 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-svq1 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-svq1 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-v210-10.sh b/testcase/fate-vsynth2-v210-10.sh new file mode 100755 index 0000000..1465419 --- /dev/null +++ b/testcase/fate-vsynth2-v210-10.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170615-136948962 +# @用例名称: fate-vsynth2-v210-10 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-v210-10 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-v210-10 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-v210-10 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-v210.sh b/testcase/fate-vsynth2-v210.sh new file mode 100755 index 0000000..68ed80f --- /dev/null +++ b/testcase/fate-vsynth2-v210.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170615-046045221 +# @用例名称: fate-vsynth2-v210 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-v210 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-v210 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-v210 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-v308.sh b/testcase/fate-vsynth2-v308.sh new file mode 100755 index 0000000..32a53b3 --- /dev/null +++ b/testcase/fate-vsynth2-v308.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170615-228698395 +# @用例名称: fate-vsynth2-v308 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-v308 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-v308 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-v308 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-v408.sh b/testcase/fate-vsynth2-v408.sh new file mode 100755 index 0000000..130a432 --- /dev/null +++ b/testcase/fate-vsynth2-v408.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170615-318560646 +# @用例名称: fate-vsynth2-v408 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-v408 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-v408 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-v408 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-v410.sh b/testcase/fate-vsynth2-v410.sh new file mode 100755 index 0000000..83cfccc --- /dev/null +++ b/testcase/fate-vsynth2-v410.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170615-409988676 +# @用例名称: fate-vsynth2-v410 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-v410 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-v410 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-v410 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-vc2-420p.sh b/testcase/fate-vsynth2-vc2-420p.sh new file mode 100755 index 0000000..df5f6c6 --- /dev/null +++ b/testcase/fate-vsynth2-vc2-420p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170615-502642562 +# @用例名称: fate-vsynth2-vc2-420p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-vc2-420p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-vc2-420p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-vc2-420p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-vc2-420p10.sh b/testcase/fate-vsynth2-vc2-420p10.sh new file mode 100755 index 0000000..613e5b2 --- /dev/null +++ b/testcase/fate-vsynth2-vc2-420p10.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170615-591935595 +# @用例名称: fate-vsynth2-vc2-420p10 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-vc2-420p10 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-vc2-420p10 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-vc2-420p10 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-vc2-420p12.sh b/testcase/fate-vsynth2-vc2-420p12.sh new file mode 100755 index 0000000..5d6e324 --- /dev/null +++ b/testcase/fate-vsynth2-vc2-420p12.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170615-678482871 +# @用例名称: fate-vsynth2-vc2-420p12 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-vc2-420p12 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-vc2-420p12 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-vc2-420p12 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-vc2-422p.sh b/testcase/fate-vsynth2-vc2-422p.sh new file mode 100755 index 0000000..adb14e0 --- /dev/null +++ b/testcase/fate-vsynth2-vc2-422p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170615-771792423 +# @用例名称: fate-vsynth2-vc2-422p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-vc2-422p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-vc2-422p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-vc2-422p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-vc2-422p10.sh b/testcase/fate-vsynth2-vc2-422p10.sh new file mode 100755 index 0000000..637407a --- /dev/null +++ b/testcase/fate-vsynth2-vc2-422p10.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170615-864895341 +# @用例名称: fate-vsynth2-vc2-422p10 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-vc2-422p10 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-vc2-422p10 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-vc2-422p10 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-vc2-422p12.sh b/testcase/fate-vsynth2-vc2-422p12.sh new file mode 100755 index 0000000..2e16019 --- /dev/null +++ b/testcase/fate-vsynth2-vc2-422p12.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170615-956240053 +# @用例名称: fate-vsynth2-vc2-422p12 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-vc2-422p12 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-vc2-422p12 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-vc2-422p12 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-vc2-444p.sh b/testcase/fate-vsynth2-vc2-444p.sh new file mode 100755 index 0000000..0db1213 --- /dev/null +++ b/testcase/fate-vsynth2-vc2-444p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170616-048129105 +# @用例名称: fate-vsynth2-vc2-444p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-vc2-444p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-vc2-444p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-vc2-444p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-vc2-444p10.sh b/testcase/fate-vsynth2-vc2-444p10.sh new file mode 100755 index 0000000..00a11b1 --- /dev/null +++ b/testcase/fate-vsynth2-vc2-444p10.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170616-142497326 +# @用例名称: fate-vsynth2-vc2-444p10 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-vc2-444p10 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-vc2-444p10 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-vc2-444p10 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-vc2-444p12.sh b/testcase/fate-vsynth2-vc2-444p12.sh new file mode 100755 index 0000000..685f48c --- /dev/null +++ b/testcase/fate-vsynth2-vc2-444p12.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170616-233645753 +# @用例名称: fate-vsynth2-vc2-444p12 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-vc2-444p12 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-vc2-444p12 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-vc2-444p12 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-vc2-t5_3.sh b/testcase/fate-vsynth2-vc2-t5_3.sh new file mode 100755 index 0000000..0bdbf9a --- /dev/null +++ b/testcase/fate-vsynth2-vc2-t5_3.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170616-316035250 +# @用例名称: fate-vsynth2-vc2-t5_3 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-vc2-t5_3 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-vc2-t5_3 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-vc2-t5_3 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-vc2-thaar.sh b/testcase/fate-vsynth2-vc2-thaar.sh new file mode 100755 index 0000000..d9d44c5 --- /dev/null +++ b/testcase/fate-vsynth2-vc2-thaar.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170616-399395589 +# @用例名称: fate-vsynth2-vc2-thaar +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-vc2-thaar +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-vc2-thaar + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-vc2-thaar + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-wmv1.sh b/testcase/fate-vsynth2-wmv1.sh new file mode 100755 index 0000000..0b0b02f --- /dev/null +++ b/testcase/fate-vsynth2-wmv1.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170616-490949816 +# @用例名称: fate-vsynth2-wmv1 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-wmv1 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-wmv1 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-wmv1 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-wmv2.sh b/testcase/fate-vsynth2-wmv2.sh new file mode 100755 index 0000000..2c3c1db --- /dev/null +++ b/testcase/fate-vsynth2-wmv2.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170616-580539493 +# @用例名称: fate-vsynth2-wmv2 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-wmv2 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-wmv2 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-wmv2 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-xface.sh b/testcase/fate-vsynth2-xface.sh new file mode 100755 index 0000000..024627d --- /dev/null +++ b/testcase/fate-vsynth2-xface.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170616-674700819 +# @用例名称: fate-vsynth2-xface +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-xface +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-xface + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-xface + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-y41p.sh b/testcase/fate-vsynth2-y41p.sh new file mode 100755 index 0000000..4b9a218 --- /dev/null +++ b/testcase/fate-vsynth2-y41p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170616-771594153 +# @用例名称: fate-vsynth2-y41p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-y41p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-y41p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-y41p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-yuv.sh b/testcase/fate-vsynth2-yuv.sh new file mode 100755 index 0000000..8a289cb --- /dev/null +++ b/testcase/fate-vsynth2-yuv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170616-865692520 +# @用例名称: fate-vsynth2-yuv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-yuv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-yuv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-yuv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-yuv4.sh b/testcase/fate-vsynth2-yuv4.sh new file mode 100755 index 0000000..6caffb7 --- /dev/null +++ b/testcase/fate-vsynth2-yuv4.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170616-959749029 +# @用例名称: fate-vsynth2-yuv4 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-yuv4 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-yuv4 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-yuv4 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth2-zlib.sh b/testcase/fate-vsynth2-zlib.sh new file mode 100755 index 0000000..d87ad63 --- /dev/null +++ b/testcase/fate-vsynth2-zlib.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170617-046047660 +# @用例名称: fate-vsynth2-zlib +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth2-zlib +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth2-zlib + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth2-zlib + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-amv.sh b/testcase/fate-vsynth3-amv.sh new file mode 100755 index 0000000..444dbcf --- /dev/null +++ b/testcase/fate-vsynth3-amv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170617-133917270 +# @用例名称: fate-vsynth3-amv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-amv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-amv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-amv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-asv1.sh b/testcase/fate-vsynth3-asv1.sh new file mode 100755 index 0000000..58ff32c --- /dev/null +++ b/testcase/fate-vsynth3-asv1.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170617-221684942 +# @用例名称: fate-vsynth3-asv1 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-asv1 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-asv1 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-asv1 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-asv2.sh b/testcase/fate-vsynth3-asv2.sh new file mode 100755 index 0000000..ae72941 --- /dev/null +++ b/testcase/fate-vsynth3-asv2.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170617-304110187 +# @用例名称: fate-vsynth3-asv2 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-asv2 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-asv2 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-asv2 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-bpp1.sh b/testcase/fate-vsynth3-bpp1.sh new file mode 100755 index 0000000..033e570 --- /dev/null +++ b/testcase/fate-vsynth3-bpp1.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170617-395133556 +# @用例名称: fate-vsynth3-bpp1 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-bpp1 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-bpp1 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-bpp1 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-bpp15.sh b/testcase/fate-vsynth3-bpp15.sh new file mode 100755 index 0000000..27c2f00 --- /dev/null +++ b/testcase/fate-vsynth3-bpp15.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170617-485692883 +# @用例名称: fate-vsynth3-bpp15 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-bpp15 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-bpp15 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-bpp15 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-cljr.sh b/testcase/fate-vsynth3-cljr.sh new file mode 100755 index 0000000..21aff3c --- /dev/null +++ b/testcase/fate-vsynth3-cljr.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170617-579116135 +# @用例名称: fate-vsynth3-cljr +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-cljr +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-cljr + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-cljr + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-dnxhd-1080i-10bit.sh b/testcase/fate-vsynth3-dnxhd-1080i-10bit.sh new file mode 100755 index 0000000..5173fbc --- /dev/null +++ b/testcase/fate-vsynth3-dnxhd-1080i-10bit.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170617-672213043 +# @用例名称: fate-vsynth3-dnxhd-1080i-10bit +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-dnxhd-1080i-10bit +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-dnxhd-1080i-10bit + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-dnxhd-1080i-10bit + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-dnxhd-1080i-colr.sh b/testcase/fate-vsynth3-dnxhd-1080i-colr.sh new file mode 100755 index 0000000..148e809 --- /dev/null +++ b/testcase/fate-vsynth3-dnxhd-1080i-colr.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170617-768825071 +# @用例名称: fate-vsynth3-dnxhd-1080i-colr +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-dnxhd-1080i-colr +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-dnxhd-1080i-colr + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-dnxhd-1080i-colr + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-dnxhd-2k-hr-hq.sh b/testcase/fate-vsynth3-dnxhd-2k-hr-hq.sh new file mode 100755 index 0000000..80bba67 --- /dev/null +++ b/testcase/fate-vsynth3-dnxhd-2k-hr-hq.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170617-861188173 +# @用例名称: fate-vsynth3-dnxhd-2k-hr-hq +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-dnxhd-2k-hr-hq +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-dnxhd-2k-hr-hq + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-dnxhd-2k-hr-hq + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-dnxhd-4k-hr-lb.sh b/testcase/fate-vsynth3-dnxhd-4k-hr-lb.sh new file mode 100755 index 0000000..cb8e0f8 --- /dev/null +++ b/testcase/fate-vsynth3-dnxhd-4k-hr-lb.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170617-954716771 +# @用例名称: fate-vsynth3-dnxhd-4k-hr-lb +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-dnxhd-4k-hr-lb +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-dnxhd-4k-hr-lb + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-dnxhd-4k-hr-lb + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-dnxhd-720p-hr-lb.sh b/testcase/fate-vsynth3-dnxhd-720p-hr-lb.sh new file mode 100755 index 0000000..15bef60 --- /dev/null +++ b/testcase/fate-vsynth3-dnxhd-720p-hr-lb.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170618-048325899 +# @用例名称: fate-vsynth3-dnxhd-720p-hr-lb +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-dnxhd-720p-hr-lb +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-dnxhd-720p-hr-lb + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-dnxhd-720p-hr-lb + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-dnxhd-edge1-hr.sh b/testcase/fate-vsynth3-dnxhd-edge1-hr.sh new file mode 100755 index 0000000..9498a4c --- /dev/null +++ b/testcase/fate-vsynth3-dnxhd-edge1-hr.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170618-141002866 +# @用例名称: fate-vsynth3-dnxhd-edge1-hr +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-dnxhd-edge1-hr +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-dnxhd-edge1-hr + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-dnxhd-edge1-hr + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-dnxhd-edge2-hr.sh b/testcase/fate-vsynth3-dnxhd-edge2-hr.sh new file mode 100755 index 0000000..c7038e9 --- /dev/null +++ b/testcase/fate-vsynth3-dnxhd-edge2-hr.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170618-231625882 +# @用例名称: fate-vsynth3-dnxhd-edge2-hr +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-dnxhd-edge2-hr +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-dnxhd-edge2-hr + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-dnxhd-edge2-hr + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-dnxhd-edge3-hr.sh b/testcase/fate-vsynth3-dnxhd-edge3-hr.sh new file mode 100755 index 0000000..49795e9 --- /dev/null +++ b/testcase/fate-vsynth3-dnxhd-edge3-hr.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170618-323206548 +# @用例名称: fate-vsynth3-dnxhd-edge3-hr +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-dnxhd-edge3-hr +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-dnxhd-edge3-hr + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-dnxhd-edge3-hr + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-dnxhd-hr-hq-mov.sh b/testcase/fate-vsynth3-dnxhd-hr-hq-mov.sh new file mode 100755 index 0000000..d50ca83 --- /dev/null +++ b/testcase/fate-vsynth3-dnxhd-hr-hq-mov.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170618-421444046 +# @用例名称: fate-vsynth3-dnxhd-hr-hq-mov +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-dnxhd-hr-hq-mov +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-dnxhd-hr-hq-mov + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-dnxhd-hr-hq-mov + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-dnxhd-hr-lb-mov.sh b/testcase/fate-vsynth3-dnxhd-hr-lb-mov.sh new file mode 100755 index 0000000..9bcc5c1 --- /dev/null +++ b/testcase/fate-vsynth3-dnxhd-hr-lb-mov.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170618-515768298 +# @用例名称: fate-vsynth3-dnxhd-hr-lb-mov +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-dnxhd-hr-lb-mov +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-dnxhd-hr-lb-mov + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-dnxhd-hr-lb-mov + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-dnxhd-hr-sq-mov.sh b/testcase/fate-vsynth3-dnxhd-hr-sq-mov.sh new file mode 100755 index 0000000..2c141a4 --- /dev/null +++ b/testcase/fate-vsynth3-dnxhd-hr-sq-mov.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170618-609010414 +# @用例名称: fate-vsynth3-dnxhd-hr-sq-mov +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-dnxhd-hr-sq-mov +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-dnxhd-hr-sq-mov + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-dnxhd-hr-sq-mov + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-dnxhd-uhd-hr-sq.sh b/testcase/fate-vsynth3-dnxhd-uhd-hr-sq.sh new file mode 100755 index 0000000..a669bd1 --- /dev/null +++ b/testcase/fate-vsynth3-dnxhd-uhd-hr-sq.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170618-698015672 +# @用例名称: fate-vsynth3-dnxhd-uhd-hr-sq +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-dnxhd-uhd-hr-sq +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-dnxhd-uhd-hr-sq + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-dnxhd-uhd-hr-sq + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-dv-fhd.sh b/testcase/fate-vsynth3-dv-fhd.sh new file mode 100755 index 0000000..210cf69 --- /dev/null +++ b/testcase/fate-vsynth3-dv-fhd.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170618-791844575 +# @用例名称: fate-vsynth3-dv-fhd +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-dv-fhd +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-dv-fhd + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-dv-fhd + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-dv-hd.sh b/testcase/fate-vsynth3-dv-hd.sh new file mode 100755 index 0000000..505e4f3 --- /dev/null +++ b/testcase/fate-vsynth3-dv-hd.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170618-886697738 +# @用例名称: fate-vsynth3-dv-hd +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-dv-hd +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-dv-hd + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-dv-hd + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-ffv1-2pass.sh b/testcase/fate-vsynth3-ffv1-2pass.sh new file mode 100755 index 0000000..0b238fc --- /dev/null +++ b/testcase/fate-vsynth3-ffv1-2pass.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170619-076060300 +# @用例名称: fate-vsynth3-ffv1-2pass +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-ffv1-2pass +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-ffv1-2pass + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-ffv1-2pass + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-ffv1-2pass10.sh b/testcase/fate-vsynth3-ffv1-2pass10.sh new file mode 100755 index 0000000..9d5fdf4 --- /dev/null +++ b/testcase/fate-vsynth3-ffv1-2pass10.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170619-169460053 +# @用例名称: fate-vsynth3-ffv1-2pass10 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-ffv1-2pass10 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-ffv1-2pass10 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-ffv1-2pass10 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-ffv1-v0.sh b/testcase/fate-vsynth3-ffv1-v0.sh new file mode 100755 index 0000000..29a1bf7 --- /dev/null +++ b/testcase/fate-vsynth3-ffv1-v0.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170619-259483270 +# @用例名称: fate-vsynth3-ffv1-v0 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-ffv1-v0 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-ffv1-v0 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-ffv1-v0 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-ffv1-v2.sh b/testcase/fate-vsynth3-ffv1-v2.sh new file mode 100755 index 0000000..bf86012 --- /dev/null +++ b/testcase/fate-vsynth3-ffv1-v2.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170619-348568026 +# @用例名称: fate-vsynth3-ffv1-v2 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-ffv1-v2 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-ffv1-v2 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-ffv1-v2 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-ffv1-v3-bgr0.sh b/testcase/fate-vsynth3-ffv1-v3-bgr0.sh new file mode 100755 index 0000000..02aff7f --- /dev/null +++ b/testcase/fate-vsynth3-ffv1-v3-bgr0.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170619-444393450 +# @用例名称: fate-vsynth3-ffv1-v3-bgr0 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-ffv1-v3-bgr0 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-ffv1-v3-bgr0 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-ffv1-v3-bgr0 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-ffv1-v3-rgb48.sh b/testcase/fate-vsynth3-ffv1-v3-rgb48.sh new file mode 100755 index 0000000..bfe1ec3 --- /dev/null +++ b/testcase/fate-vsynth3-ffv1-v3-rgb48.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170619-537022667 +# @用例名称: fate-vsynth3-ffv1-v3-rgb48 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-ffv1-v3-rgb48 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-ffv1-v3-rgb48 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-ffv1-v3-rgb48 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-ffv1-v3-yuv420p.sh b/testcase/fate-vsynth3-ffv1-v3-yuv420p.sh new file mode 100755 index 0000000..7f2ca76 --- /dev/null +++ b/testcase/fate-vsynth3-ffv1-v3-yuv420p.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170619-633535028 +# @用例名称: fate-vsynth3-ffv1-v3-yuv420p +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-ffv1-v3-yuv420p +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-ffv1-v3-yuv420p + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-ffv1-v3-yuv420p + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-ffv1-v3-yuv422p10.sh b/testcase/fate-vsynth3-ffv1-v3-yuv422p10.sh new file mode 100755 index 0000000..a75a7d1 --- /dev/null +++ b/testcase/fate-vsynth3-ffv1-v3-yuv422p10.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170619-723996927 +# @用例名称: fate-vsynth3-ffv1-v3-yuv422p10 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-ffv1-v3-yuv422p10 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-ffv1-v3-yuv422p10 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-ffv1-v3-yuv422p10 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-ffv1-v3-yuv444p16.sh b/testcase/fate-vsynth3-ffv1-v3-yuv444p16.sh new file mode 100755 index 0000000..c1732c4 --- /dev/null +++ b/testcase/fate-vsynth3-ffv1-v3-yuv444p16.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170619-816506227 +# @用例名称: fate-vsynth3-ffv1-v3-yuv444p16 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-ffv1-v3-yuv444p16 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-ffv1-v3-yuv444p16 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-ffv1-v3-yuv444p16 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-ffv1.sh b/testcase/fate-vsynth3-ffv1.sh new file mode 100755 index 0000000..55a93cf --- /dev/null +++ b/testcase/fate-vsynth3-ffv1.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170618-980933122 +# @用例名称: fate-vsynth3-ffv1 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-ffv1 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-ffv1 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-ffv1 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-ffvhuff.sh b/testcase/fate-vsynth3-ffvhuff.sh new file mode 100755 index 0000000..8971d2a --- /dev/null +++ b/testcase/fate-vsynth3-ffvhuff.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170619-909000526 +# @用例名称: fate-vsynth3-ffvhuff +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-ffvhuff +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-ffvhuff + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-ffvhuff + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-ffvhuff420p12.sh b/testcase/fate-vsynth3-ffvhuff420p12.sh new file mode 100755 index 0000000..d600fb8 --- /dev/null +++ b/testcase/fate-vsynth3-ffvhuff420p12.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170620-002614774 +# @用例名称: fate-vsynth3-ffvhuff420p12 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-ffvhuff420p12 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-ffvhuff420p12 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-ffvhuff420p12 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-ffvhuff422p10left.sh b/testcase/fate-vsynth3-ffvhuff422p10left.sh new file mode 100755 index 0000000..8f56397 --- /dev/null +++ b/testcase/fate-vsynth3-ffvhuff422p10left.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170620-093283698 +# @用例名称: fate-vsynth3-ffvhuff422p10left +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-ffvhuff422p10left +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-ffvhuff422p10left + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-ffvhuff422p10left + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-ffvhuff444.sh b/testcase/fate-vsynth3-ffvhuff444.sh new file mode 100755 index 0000000..947b4ef --- /dev/null +++ b/testcase/fate-vsynth3-ffvhuff444.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170620-177847482 +# @用例名称: fate-vsynth3-ffvhuff444 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-ffvhuff444 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-ffvhuff444 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-ffvhuff444 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-ffvhuff444p16.sh b/testcase/fate-vsynth3-ffvhuff444p16.sh new file mode 100755 index 0000000..7ca28c9 --- /dev/null +++ b/testcase/fate-vsynth3-ffvhuff444p16.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170620-269109677 +# @用例名称: fate-vsynth3-ffvhuff444p16 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-ffvhuff444p16 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-ffvhuff444p16 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-ffvhuff444p16 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-flashsv.sh b/testcase/fate-vsynth3-flashsv.sh new file mode 100755 index 0000000..ae2540d --- /dev/null +++ b/testcase/fate-vsynth3-flashsv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170620-358702323 +# @用例名称: fate-vsynth3-flashsv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-flashsv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-flashsv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-flashsv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-flashsv2.sh b/testcase/fate-vsynth3-flashsv2.sh new file mode 100755 index 0000000..f6f4366 --- /dev/null +++ b/testcase/fate-vsynth3-flashsv2.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170620-448893037 +# @用例名称: fate-vsynth3-flashsv2 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-flashsv2 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-flashsv2 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-flashsv2 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-flv.sh b/testcase/fate-vsynth3-flv.sh new file mode 100755 index 0000000..3159bd2 --- /dev/null +++ b/testcase/fate-vsynth3-flv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170620-537474583 +# @用例名称: fate-vsynth3-flv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-flv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-flv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-flv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-huffyuv.sh b/testcase/fate-vsynth3-huffyuv.sh new file mode 100755 index 0000000..ef30fda --- /dev/null +++ b/testcase/fate-vsynth3-huffyuv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170620-630058600 +# @用例名称: fate-vsynth3-huffyuv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-huffyuv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-huffyuv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-huffyuv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-huffyuvbgr24.sh b/testcase/fate-vsynth3-huffyuvbgr24.sh new file mode 100755 index 0000000..2a7e31e --- /dev/null +++ b/testcase/fate-vsynth3-huffyuvbgr24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170620-719725675 +# @用例名称: fate-vsynth3-huffyuvbgr24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-huffyuvbgr24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-huffyuvbgr24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-huffyuvbgr24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-huffyuvbgra.sh b/testcase/fate-vsynth3-huffyuvbgra.sh new file mode 100755 index 0000000..745e113 --- /dev/null +++ b/testcase/fate-vsynth3-huffyuvbgra.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170620-811951260 +# @用例名称: fate-vsynth3-huffyuvbgra +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-huffyuvbgra +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-huffyuvbgra + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-huffyuvbgra + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-jpeg2000-97.sh b/testcase/fate-vsynth3-jpeg2000-97.sh new file mode 100755 index 0000000..42ec8a4 --- /dev/null +++ b/testcase/fate-vsynth3-jpeg2000-97.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170620-997340721 +# @用例名称: fate-vsynth3-jpeg2000-97 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-jpeg2000-97 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-jpeg2000-97 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-jpeg2000-97 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-jpeg2000-gbrp12.sh b/testcase/fate-vsynth3-jpeg2000-gbrp12.sh new file mode 100755 index 0000000..aacd212 --- /dev/null +++ b/testcase/fate-vsynth3-jpeg2000-gbrp12.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170621-090586336 +# @用例名称: fate-vsynth3-jpeg2000-gbrp12 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-jpeg2000-gbrp12 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-jpeg2000-gbrp12 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-jpeg2000-gbrp12 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-jpeg2000-yuva444p16.sh b/testcase/fate-vsynth3-jpeg2000-yuva444p16.sh new file mode 100755 index 0000000..b4bbb32 --- /dev/null +++ b/testcase/fate-vsynth3-jpeg2000-yuva444p16.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170621-183667694 +# @用例名称: fate-vsynth3-jpeg2000-yuva444p16 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-jpeg2000-yuva444p16 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-jpeg2000-yuva444p16 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-jpeg2000-yuva444p16 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-jpeg2000.sh b/testcase/fate-vsynth3-jpeg2000.sh new file mode 100755 index 0000000..4170e3e --- /dev/null +++ b/testcase/fate-vsynth3-jpeg2000.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170620-905173485 +# @用例名称: fate-vsynth3-jpeg2000 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-jpeg2000 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-jpeg2000 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-jpeg2000 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-jpegls.sh b/testcase/fate-vsynth3-jpegls.sh new file mode 100755 index 0000000..ab18572 --- /dev/null +++ b/testcase/fate-vsynth3-jpegls.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170621-274463916 +# @用例名称: fate-vsynth3-jpegls +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-jpegls +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-jpegls + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-jpegls + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-ljpeg.sh b/testcase/fate-vsynth3-ljpeg.sh new file mode 100755 index 0000000..956abbf --- /dev/null +++ b/testcase/fate-vsynth3-ljpeg.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170621-363013923 +# @用例名称: fate-vsynth3-ljpeg +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-ljpeg +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-ljpeg + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-ljpeg + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-magicyuv.sh b/testcase/fate-vsynth3-magicyuv.sh new file mode 100755 index 0000000..88abd71 --- /dev/null +++ b/testcase/fate-vsynth3-magicyuv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170621-447011108 +# @用例名称: fate-vsynth3-magicyuv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-magicyuv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-magicyuv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-magicyuv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-mjpeg-422.sh b/testcase/fate-vsynth3-mjpeg-422.sh new file mode 100755 index 0000000..4c820a7 --- /dev/null +++ b/testcase/fate-vsynth3-mjpeg-422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170621-625639562 +# @用例名称: fate-vsynth3-mjpeg-422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-mjpeg-422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-mjpeg-422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-mjpeg-422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-mjpeg-444.sh b/testcase/fate-vsynth3-mjpeg-444.sh new file mode 100755 index 0000000..adaf5aa --- /dev/null +++ b/testcase/fate-vsynth3-mjpeg-444.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170621-718411266 +# @用例名称: fate-vsynth3-mjpeg-444 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-mjpeg-444 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-mjpeg-444 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-mjpeg-444 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-mjpeg-huffman.sh b/testcase/fate-vsynth3-mjpeg-huffman.sh new file mode 100755 index 0000000..8862536 --- /dev/null +++ b/testcase/fate-vsynth3-mjpeg-huffman.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170621-810588770 +# @用例名称: fate-vsynth3-mjpeg-huffman +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-mjpeg-huffman +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-mjpeg-huffman + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-mjpeg-huffman + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-mjpeg-trell-huffman.sh b/testcase/fate-vsynth3-mjpeg-trell-huffman.sh new file mode 100755 index 0000000..91d6abd --- /dev/null +++ b/testcase/fate-vsynth3-mjpeg-trell-huffman.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170621-992728485 +# @用例名称: fate-vsynth3-mjpeg-trell-huffman +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-mjpeg-trell-huffman +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-mjpeg-trell-huffman + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-mjpeg-trell-huffman + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-mjpeg-trell.sh b/testcase/fate-vsynth3-mjpeg-trell.sh new file mode 100755 index 0000000..b772793 --- /dev/null +++ b/testcase/fate-vsynth3-mjpeg-trell.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170621-899557439 +# @用例名称: fate-vsynth3-mjpeg-trell +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-mjpeg-trell +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-mjpeg-trell + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-mjpeg-trell + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-mjpeg.sh b/testcase/fate-vsynth3-mjpeg.sh new file mode 100755 index 0000000..166c903 --- /dev/null +++ b/testcase/fate-vsynth3-mjpeg.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170621-533664972 +# @用例名称: fate-vsynth3-mjpeg +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-mjpeg +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-mjpeg + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-mjpeg + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-mov-bgr24.sh b/testcase/fate-vsynth3-mov-bgr24.sh new file mode 100755 index 0000000..f27115c --- /dev/null +++ b/testcase/fate-vsynth3-mov-bgr24.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170622-084258234 +# @用例名称: fate-vsynth3-mov-bgr24 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-mov-bgr24 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-mov-bgr24 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-mov-bgr24 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-mov-bpp15.sh b/testcase/fate-vsynth3-mov-bpp15.sh new file mode 100755 index 0000000..2f3bc18 --- /dev/null +++ b/testcase/fate-vsynth3-mov-bpp15.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170622-174702002 +# @用例名称: fate-vsynth3-mov-bpp15 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-mov-bpp15 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-mov-bpp15 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-mov-bpp15 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-mov-bpp16.sh b/testcase/fate-vsynth3-mov-bpp16.sh new file mode 100755 index 0000000..e4c46d3 --- /dev/null +++ b/testcase/fate-vsynth3-mov-bpp16.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170622-264908337 +# @用例名称: fate-vsynth3-mov-bpp16 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-mov-bpp16 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-mov-bpp16 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-mov-bpp16 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-mpeg1.sh b/testcase/fate-vsynth3-mpeg1.sh new file mode 100755 index 0000000..e84538b --- /dev/null +++ b/testcase/fate-vsynth3-mpeg1.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170622-354105931 +# @用例名称: fate-vsynth3-mpeg1 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-mpeg1 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-mpeg1 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-mpeg1 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-mpeg1b.sh b/testcase/fate-vsynth3-mpeg1b.sh new file mode 100755 index 0000000..f836964 --- /dev/null +++ b/testcase/fate-vsynth3-mpeg1b.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170622-445257557 +# @用例名称: fate-vsynth3-mpeg1b +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-mpeg1b +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-mpeg1b + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-mpeg1b + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-mpeg2-422.sh b/testcase/fate-vsynth3-mpeg2-422.sh new file mode 100755 index 0000000..ea22989 --- /dev/null +++ b/testcase/fate-vsynth3-mpeg2-422.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170622-629942851 +# @用例名称: fate-vsynth3-mpeg2-422 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-mpeg2-422 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-mpeg2-422 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-mpeg2-422 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-mpeg2-idct-int.sh b/testcase/fate-vsynth3-mpeg2-idct-int.sh new file mode 100755 index 0000000..1347e5a --- /dev/null +++ b/testcase/fate-vsynth3-mpeg2-idct-int.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170622-718516867 +# @用例名称: fate-vsynth3-mpeg2-idct-int +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-mpeg2-idct-int +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-mpeg2-idct-int + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-mpeg2-idct-int + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-mpeg2-ilace.sh b/testcase/fate-vsynth3-mpeg2-ilace.sh new file mode 100755 index 0000000..2875e05 --- /dev/null +++ b/testcase/fate-vsynth3-mpeg2-ilace.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170622-806177822 +# @用例名称: fate-vsynth3-mpeg2-ilace +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-mpeg2-ilace +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-mpeg2-ilace + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-mpeg2-ilace + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-mpeg2-ivlc-qprd.sh b/testcase/fate-vsynth3-mpeg2-ivlc-qprd.sh new file mode 100755 index 0000000..018fc6f --- /dev/null +++ b/testcase/fate-vsynth3-mpeg2-ivlc-qprd.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170622-894835676 +# @用例名称: fate-vsynth3-mpeg2-ivlc-qprd +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-mpeg2-ivlc-qprd +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-mpeg2-ivlc-qprd + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-mpeg2-ivlc-qprd + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-mpeg2-thread-ivlc.sh b/testcase/fate-vsynth3-mpeg2-thread-ivlc.sh new file mode 100755 index 0000000..6a5613a --- /dev/null +++ b/testcase/fate-vsynth3-mpeg2-thread-ivlc.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170623-077486040 +# @用例名称: fate-vsynth3-mpeg2-thread-ivlc +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-mpeg2-thread-ivlc +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-mpeg2-thread-ivlc + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-mpeg2-thread-ivlc + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-mpeg2-thread.sh b/testcase/fate-vsynth3-mpeg2-thread.sh new file mode 100755 index 0000000..63a720c --- /dev/null +++ b/testcase/fate-vsynth3-mpeg2-thread.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170622-985077249 +# @用例名称: fate-vsynth3-mpeg2-thread +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-mpeg2-thread +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-mpeg2-thread + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-mpeg2-thread + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-mpeg2.sh b/testcase/fate-vsynth3-mpeg2.sh new file mode 100755 index 0000000..b9bf75a --- /dev/null +++ b/testcase/fate-vsynth3-mpeg2.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170622-537283305 +# @用例名称: fate-vsynth3-mpeg2 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-mpeg2 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-mpeg2 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-mpeg2 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-mpeg4-adap.sh b/testcase/fate-vsynth3-mpeg4-adap.sh new file mode 100755 index 0000000..494f38e --- /dev/null +++ b/testcase/fate-vsynth3-mpeg4-adap.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170623-259974078 +# @用例名称: fate-vsynth3-mpeg4-adap +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-mpeg4-adap +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-mpeg4-adap + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-mpeg4-adap + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-mpeg4-adv.sh b/testcase/fate-vsynth3-mpeg4-adv.sh new file mode 100755 index 0000000..bae21ef --- /dev/null +++ b/testcase/fate-vsynth3-mpeg4-adv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170623-354457819 +# @用例名称: fate-vsynth3-mpeg4-adv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-mpeg4-adv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-mpeg4-adv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-mpeg4-adv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-mpeg4-error.sh b/testcase/fate-vsynth3-mpeg4-error.sh new file mode 100755 index 0000000..41a2d22 --- /dev/null +++ b/testcase/fate-vsynth3-mpeg4-error.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170623-448480218 +# @用例名称: fate-vsynth3-mpeg4-error +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-mpeg4-error +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-mpeg4-error + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-mpeg4-error + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-mpeg4-nr.sh b/testcase/fate-vsynth3-mpeg4-nr.sh new file mode 100755 index 0000000..155a401 --- /dev/null +++ b/testcase/fate-vsynth3-mpeg4-nr.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170623-537441477 +# @用例名称: fate-vsynth3-mpeg4-nr +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-mpeg4-nr +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-mpeg4-nr + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-mpeg4-nr + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-mpeg4-nsse.sh b/testcase/fate-vsynth3-mpeg4-nsse.sh new file mode 100755 index 0000000..2bbb476 --- /dev/null +++ b/testcase/fate-vsynth3-mpeg4-nsse.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170623-621773155 +# @用例名称: fate-vsynth3-mpeg4-nsse +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-mpeg4-nsse +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-mpeg4-nsse + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-mpeg4-nsse + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-mpeg4-qpel.sh b/testcase/fate-vsynth3-mpeg4-qpel.sh new file mode 100755 index 0000000..6058a81 --- /dev/null +++ b/testcase/fate-vsynth3-mpeg4-qpel.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170623-711353562 +# @用例名称: fate-vsynth3-mpeg4-qpel +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-mpeg4-qpel +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-mpeg4-qpel + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-mpeg4-qpel + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-mpeg4-qprd.sh b/testcase/fate-vsynth3-mpeg4-qprd.sh new file mode 100755 index 0000000..dd1a911 --- /dev/null +++ b/testcase/fate-vsynth3-mpeg4-qprd.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170623-802852961 +# @用例名称: fate-vsynth3-mpeg4-qprd +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-mpeg4-qprd +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-mpeg4-qprd + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-mpeg4-qprd + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-mpeg4-rc.sh b/testcase/fate-vsynth3-mpeg4-rc.sh new file mode 100755 index 0000000..40f5a6f --- /dev/null +++ b/testcase/fate-vsynth3-mpeg4-rc.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170623-892076264 +# @用例名称: fate-vsynth3-mpeg4-rc +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-mpeg4-rc +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-mpeg4-rc + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-mpeg4-rc + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-mpeg4-thread.sh b/testcase/fate-vsynth3-mpeg4-thread.sh new file mode 100755 index 0000000..c434b28 --- /dev/null +++ b/testcase/fate-vsynth3-mpeg4-thread.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170623-984245220 +# @用例名称: fate-vsynth3-mpeg4-thread +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-mpeg4-thread +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-mpeg4-thread + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-mpeg4-thread + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-mpeg4.sh b/testcase/fate-vsynth3-mpeg4.sh new file mode 100755 index 0000000..f05faac --- /dev/null +++ b/testcase/fate-vsynth3-mpeg4.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170623-168850153 +# @用例名称: fate-vsynth3-mpeg4 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-mpeg4 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-mpeg4 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-mpeg4 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-mpng.sh b/testcase/fate-vsynth3-mpng.sh new file mode 100755 index 0000000..681db76 --- /dev/null +++ b/testcase/fate-vsynth3-mpng.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170624-081191723 +# @用例名称: fate-vsynth3-mpng +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-mpng +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-mpng + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-mpng + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-msmpeg4.sh b/testcase/fate-vsynth3-msmpeg4.sh new file mode 100755 index 0000000..4fd74da --- /dev/null +++ b/testcase/fate-vsynth3-msmpeg4.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170624-177927769 +# @用例名称: fate-vsynth3-msmpeg4 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-msmpeg4 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-msmpeg4 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-msmpeg4 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-msmpeg4v2.sh b/testcase/fate-vsynth3-msmpeg4v2.sh new file mode 100755 index 0000000..bdc62da --- /dev/null +++ b/testcase/fate-vsynth3-msmpeg4v2.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170624-268386558 +# @用例名称: fate-vsynth3-msmpeg4v2 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-msmpeg4v2 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-msmpeg4v2 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-msmpeg4v2 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-msrle.sh b/testcase/fate-vsynth3-msrle.sh new file mode 100755 index 0000000..8ef4949 --- /dev/null +++ b/testcase/fate-vsynth3-msrle.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170624-358100772 +# @用例名称: fate-vsynth3-msrle +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-msrle +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-msrle + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-msrle + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-prores.sh b/testcase/fate-vsynth3-prores.sh new file mode 100755 index 0000000..cc616c6 --- /dev/null +++ b/testcase/fate-vsynth3-prores.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170624-452990215 +# @用例名称: fate-vsynth3-prores +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-prores +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-prores + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-prores + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-prores_444.sh b/testcase/fate-vsynth3-prores_444.sh new file mode 100755 index 0000000..fb2ca98 --- /dev/null +++ b/testcase/fate-vsynth3-prores_444.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170624-541951492 +# @用例名称: fate-vsynth3-prores_444 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-prores_444 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-prores_444 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-prores_444 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-prores_444_int.sh b/testcase/fate-vsynth3-prores_444_int.sh new file mode 100755 index 0000000..640ced4 --- /dev/null +++ b/testcase/fate-vsynth3-prores_444_int.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170624-624677823 +# @用例名称: fate-vsynth3-prores_444_int +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-prores_444_int +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-prores_444_int + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-prores_444_int + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-prores_int.sh b/testcase/fate-vsynth3-prores_int.sh new file mode 100755 index 0000000..836b248 --- /dev/null +++ b/testcase/fate-vsynth3-prores_int.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170624-714475976 +# @用例名称: fate-vsynth3-prores_int +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-prores_int +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-prores_int + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-prores_int + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-prores_ks.sh b/testcase/fate-vsynth3-prores_ks.sh new file mode 100755 index 0000000..44737bc --- /dev/null +++ b/testcase/fate-vsynth3-prores_ks.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170624-807682371 +# @用例名称: fate-vsynth3-prores_ks +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-prores_ks +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-prores_ks + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-prores_ks + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-qtrle.sh b/testcase/fate-vsynth3-qtrle.sh new file mode 100755 index 0000000..aa387ab --- /dev/null +++ b/testcase/fate-vsynth3-qtrle.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170624-900117272 +# @用例名称: fate-vsynth3-qtrle +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-qtrle +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-qtrle + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-qtrle + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-r210.sh b/testcase/fate-vsynth3-r210.sh new file mode 100755 index 0000000..d3e9476 --- /dev/null +++ b/testcase/fate-vsynth3-r210.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170624-996118702 +# @用例名称: fate-vsynth3-r210 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-r210 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-r210 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-r210 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-rgb.sh b/testcase/fate-vsynth3-rgb.sh new file mode 100755 index 0000000..9562f59 --- /dev/null +++ b/testcase/fate-vsynth3-rgb.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170625-089322577 +# @用例名称: fate-vsynth3-rgb +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-rgb +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-rgb + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-rgb + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-rpza.sh b/testcase/fate-vsynth3-rpza.sh new file mode 100755 index 0000000..69dcd12 --- /dev/null +++ b/testcase/fate-vsynth3-rpza.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170625-181697890 +# @用例名称: fate-vsynth3-rpza +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-rpza +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-rpza + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-rpza + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-smc.sh b/testcase/fate-vsynth3-smc.sh new file mode 100755 index 0000000..85b7caf --- /dev/null +++ b/testcase/fate-vsynth3-smc.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170625-271537420 +# @用例名称: fate-vsynth3-smc +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-smc +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-smc + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-smc + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-svq1.sh b/testcase/fate-vsynth3-svq1.sh new file mode 100755 index 0000000..f20ff3e --- /dev/null +++ b/testcase/fate-vsynth3-svq1.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170625-363738676 +# @用例名称: fate-vsynth3-svq1 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-svq1 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-svq1 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-svq1 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-v210-10.sh b/testcase/fate-vsynth3-v210-10.sh new file mode 100755 index 0000000..d82e8c9 --- /dev/null +++ b/testcase/fate-vsynth3-v210-10.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170625-553177297 +# @用例名称: fate-vsynth3-v210-10 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-v210-10 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-v210-10 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-v210-10 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-v210.sh b/testcase/fate-vsynth3-v210.sh new file mode 100755 index 0000000..b7743f6 --- /dev/null +++ b/testcase/fate-vsynth3-v210.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170625-458603899 +# @用例名称: fate-vsynth3-v210 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-v210 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-v210 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-v210 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-v308.sh b/testcase/fate-vsynth3-v308.sh new file mode 100755 index 0000000..74be2c3 --- /dev/null +++ b/testcase/fate-vsynth3-v308.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170625-649107219 +# @用例名称: fate-vsynth3-v308 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-v308 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-v308 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-v308 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-v408.sh b/testcase/fate-vsynth3-v408.sh new file mode 100755 index 0000000..6bdba88 --- /dev/null +++ b/testcase/fate-vsynth3-v408.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170625-742260566 +# @用例名称: fate-vsynth3-v408 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-v408 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-v408 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-v408 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-v410.sh b/testcase/fate-vsynth3-v410.sh new file mode 100755 index 0000000..035cdd0 --- /dev/null +++ b/testcase/fate-vsynth3-v410.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170625-835242346 +# @用例名称: fate-vsynth3-v410 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-v410 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-v410 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-v410 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-wmv1.sh b/testcase/fate-vsynth3-wmv1.sh new file mode 100755 index 0000000..c0a7759 --- /dev/null +++ b/testcase/fate-vsynth3-wmv1.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170625-930161898 +# @用例名称: fate-vsynth3-wmv1 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-wmv1 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-wmv1 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-wmv1 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-wmv2.sh b/testcase/fate-vsynth3-wmv2.sh new file mode 100755 index 0000000..33339d6 --- /dev/null +++ b/testcase/fate-vsynth3-wmv2.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170626-027304966 +# @用例名称: fate-vsynth3-wmv2 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-wmv2 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-wmv2 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-wmv2 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-xface.sh b/testcase/fate-vsynth3-xface.sh new file mode 100755 index 0000000..c074cad --- /dev/null +++ b/testcase/fate-vsynth3-xface.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170626-119118169 +# @用例名称: fate-vsynth3-xface +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-xface +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-xface + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-xface + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-yuv.sh b/testcase/fate-vsynth3-yuv.sh new file mode 100755 index 0000000..97fae30 --- /dev/null +++ b/testcase/fate-vsynth3-yuv.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170626-210927102 +# @用例名称: fate-vsynth3-yuv +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-yuv +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-yuv + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-yuv + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-yuv4.sh b/testcase/fate-vsynth3-yuv4.sh new file mode 100755 index 0000000..fabe80c --- /dev/null +++ b/testcase/fate-vsynth3-yuv4.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170626-302517029 +# @用例名称: fate-vsynth3-yuv4 +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-yuv4 +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-yuv4 + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-yuv4 + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### diff --git a/testcase/fate-vsynth3-zlib.sh b/testcase/fate-vsynth3-zlib.sh new file mode 100755 index 0000000..f6dfb34 --- /dev/null +++ b/testcase/fate-vsynth3-zlib.sh @@ -0,0 +1,49 @@ +#!/bin/bash +############################################################################### +# @用例ID: 20260317-170626-396468440 +# @用例名称: fate-vsynth3-zlib +# @用例级别: 3 +# @用例标签: +# @扩展属性: +# @用例类型: 功能测试 +# @自动化: 1 +# @超时时间: 0 +# @用例描述: 执行ffmpeg fate测试用例fate-vsynth3-zlib +############################################################################### +if [ -z "$TST_TS_TOPDIR" ]; then + TST_TS_TOPDIR="$(realpath "$(dirname "$0")/..")" + while [ "$TST_TS_TOPDIR" != "/" ]; do + [ -f "${TST_TS_TOPDIR}/tsuite" ] && break + TST_TS_TOPDIR="$(dirname "$TST_TS_TOPDIR")" + done + export TST_TS_TOPDIR +fi +source "${TST_TS_TOPDIR}/common/lib/common.sh" || exit 1 +############################################################################### + +g_tmpdir="$(mktemp -d)" + +tc_setup() { + msg "this is tc_setup" + + return 0 +} + +do_test() { + msg "this is do_test" + + # @测试步骤:1: 执行ffmpeg fate测试用例fate-vsynth3-zlib + # @预期结果:1: 用例返回0 + assert_true run_single_case fate-vsynth3-zlib + return 0 +} + +tc_teardown() { + msg "this is tc_teardown" + rm -rfv "$g_tmpdir" || return 1 + return 0 +} + +############################################################################### +tst_main "$@" +############################################################################### -- Gitee