Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 4fd3ec8

Browse files
committed
Revert changes to ./src/external/run_test.sh from commit 426167b
1 parent a239a88 commit 4fd3ec8

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

src/external/run_test.sh

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,18 @@ if [ "${REPO}" = "oss" ] ; then
4545
cd OmafDashAccess
4646
curl -H 'X-JFrog-Art-Api: AKCp5dL3Kxmp2PhDfYhT2oFk4SDxJji5H8S38oAqmMSkiD46Ho8uCA282aJJhM9ZqCKLb64bw' -O "https://ubit-artifactory-sh.intel.com/artifactory/immersive_media-sh-local/testfile/segs_for_readertest_0909.tar.gz" && tar zxf segs_for_readertest_0909.tar.gz
4747

48-
# ./testMediaSource --gtest_filter=*_static
49-
# ./testMediaSource --gtest_filter=*_live
50-
# ./testMediaSource --gtest_filter=*_static_withPredictor
51-
# ./testMediaSource --gtest_filter=*_live_withPredictor
52-
# ./testMediaSource --gtest_filter=*_static_changeViewport
53-
# ./testMediaSource --gtest_filter=*_live_changeViewport
48+
./testMediaSource --gtest_filter=*_static
49+
./testMediaSource --gtest_filter=*_live
50+
./testMediaSource --gtest_filter=*_static_withPredictor
51+
./testMediaSource --gtest_filter=*_live_withPredictor
52+
./testMediaSource --gtest_filter=*_static_changeViewport
53+
./testMediaSource --gtest_filter=*_live_changeViewport
5454
# local dash file will be deleted after release.
55-
# ./testMPDParser
55+
curl -H 'X-JFrog-Art-Api: AKCp5dL3Kxmp2PhDfYhT2oFk4SDxJji5H8S38oAqmMSkiD46Ho8uCA282aJJhM9ZqCKLb64bw' -O "https://ubit-artifactory-sh.intel.com/artifactory/immersive_media-sh-local/testfile/segs_for_readertest_0909.tar.gz" && tar zxf segs_for_readertest_0909.tar.gz
56+
./testMPDParser
57+
curl -H 'X-JFrog-Art-Api: AKCp5dL3Kxmp2PhDfYhT2oFk4SDxJji5H8S38oAqmMSkiD46Ho8uCA282aJJhM9ZqCKLb64bw' -O "https://ubit-artifactory-sh.intel.com/artifactory/immersive_media-sh-local/testfile/segs_for_readertest_0909.tar.gz" && tar zxf segs_for_readertest_0909.tar.gz
5658
./testOmafReader
59+
curl -H 'X-JFrog-Art-Api: AKCp5dL3Kxmp2PhDfYhT2oFk4SDxJji5H8S38oAqmMSkiD46Ho8uCA282aJJhM9ZqCKLb64bw' -O "https://ubit-artifactory-sh.intel.com/artifactory/immersive_media-sh-local/testfile/segs_for_readertest_0909.tar.gz" && tar zxf segs_for_readertest_0909.tar.gz
5760
./testOmafReaderManager
5861

5962
rm -rf ./segs_for_readertest*

0 commit comments

Comments
 (0)