| # Config file for the Opencast receiver tests |
| # |
| # PROPERTIES |
| |
| # Dot-notation path to the module containing the TestCase class: |
| TEST_CASE_MODULE=eurtest.tests.cast.receiver.opencast_test_case |
| |
| # Name of the TestCase sub-class: |
| TEST_CASE_CLASS=OpencastReceiverComplianceTestCase,OpencastMultipleSendersTestCase,OpencastReceiverBenchmarkTestCase,OpencastReceiverMediaProtocolTestCase,OpencastReceiverStressTestCase |
| |
| # Dot-notation path to the module containing the TestSequence class: |
| TEST_SEQUENCE_MODULE=eurtest.tests.cast.receiver.opencast_test_sequence |
| |
| # Name of the TestSequence sub-class: |
| TEST_SEQUENCE_CLASS=OpencastTestSequence |
| |
| # Receiver app ids: |
| CAST_V2_DEBUG_APP_ID=C566BECD |
| CAST_V2_PLAYER_APP_ID=BE6E4473 |
| |
| # Test specific configuration values: |
| MP4_MEDIA_URL=https://home-media-server.sandbox.google.com/static/media/car-1920x1080.mp4 |
| MP4_MEDIA_MIME_TYPE=video/mp4 |
| DASH_MEDIA_URL=https://home-media-server.sandbox.google.com/static/tests/js_mse_eme/media/car-20120827-manifest.mpd |
| DASH_MEDIA_MIME_TYPE=application/dash+xml |
| HLS_MEDIA_URL=https://home-media-server.sandbox.google.com/static/dumps/media/hls/unicornmedia/demo.umedia.com/cast/testfiles/preroll_midroll60s_postroll.zip/manifest.m3u8 |
| HLS_MEDIA_MIME_TYPE=application/x-mpegurl |
| SMOOTH_STREAMING_MEDIA_URL=https://home-media-server.sandbox.google.com/static/receiver/smooth/BBB_H264_AACL/big_buck_bunny_1080p_stereo.ism/manifest |
| SMOOTH_STREAMING_MEDIA_MIME_TYPE=application/vnd.ms-sstr+xml |
| MEDIA_LOAD_TIMEOUT_SECS=30 |
| |
| |