From 90a2de6c302844ae1190af560774dce835ddc2e0 Mon Sep 17 00:00:00 2001 From: Amy Date: Thu, 16 Jan 2020 17:40:11 -0800 Subject: [PATCH] Disable Tuner HAL VTS test cases that use un-licensed stream. Test: atest Change-Id: I91c27f536bcf589dd605b402a851af14cd2c993f (cherry picked from commit 342388ac41f12b56643082af713ed3ca54d97ffd) --- .../1.0/vts/functional/VtsHalTvTunerV1_0TargetTest.cpp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/tv/tuner/1.0/vts/functional/VtsHalTvTunerV1_0TargetTest.cpp b/tv/tuner/1.0/vts/functional/VtsHalTvTunerV1_0TargetTest.cpp index 7977f25389..4e7dcc3ae4 100644 --- a/tv/tuner/1.0/vts/functional/VtsHalTvTunerV1_0TargetTest.cpp +++ b/tv/tuner/1.0/vts/functional/VtsHalTvTunerV1_0TargetTest.cpp @@ -1322,7 +1322,7 @@ TEST_F(TunerHidlTest, CloseFrontend) { } } -/*TEST_F(TunerHidlTest, CreateDemuxWithFrontend) { +TEST_F(TunerHidlTest, CreateDemuxWithFrontend) { Result status; hidl_vec feIds; @@ -1347,7 +1347,7 @@ TEST_F(TunerHidlTest, CloseFrontend) { ASSERT_TRUE(createDemuxWithFrontend(feIds[i], settings)); mFrontend->stopTune(); } -}*/ +} TEST_F(TunerHidlTest, CreateDemux) { description("Create Demux"); @@ -1371,8 +1371,10 @@ TEST_F(TunerHidlTest, CloseDescrambler) { /* * DATA FLOW TESTS + * + * TODO: re-enable the tests after finalizing the testing stream. */ -TEST_F(TunerHidlTest, PlaybackDataFlowWithSectionFilterTest) { +/*TEST_F(TunerHidlTest, PlaybackDataFlowWithSectionFilterTest) { description("Feed ts data from playback and configure pes filter to get output"); // todo modulize the filter conf parser @@ -1481,7 +1483,7 @@ TEST_F(TunerHidlTest, RecordDataFlowWithTsRecordFilterTest) { vector goldenOutputFiles; ASSERT_TRUE(recordDataFlowTest(filterConf, recordSetting, goldenOutputFiles)); -} +}*/ } // namespace