| # 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://storage.googleapis.com/cast_media/format_tests/audio/stereo_guitar.mp3 |
| MP4_MEDIA_MIME_TYPE=audio/mp3 |
| |
| DASH_MEDIA_URL=https://home-media-server.sandbox.google.com/static/formats/audio/stereo_guitar.mpd |
| DASH_MEDIA_MIME_TYPE=application/dash+xml |
| |
| HLS_MEDIA_URL=https://home-media-server.sandbox.google.com/static/formats/audio/hls_aac_he/stereo_guitar.m3u8 |
| HLS_MEDIA_MIME_TYPE=application/x-mpegurl |
| |
| SMOOTH_STREAMING_MEDIA_URL=https://home-media-server.sandbox.google.com/static/formats/audio/stereo_guitar.ism/Manifest |
| SMOOTH_STREAMING_MEDIA_MIME_TYPE=application/vnd.ms-sstr+xml |
| |
| MEDIA_LOAD_TIMEOUT_SECS=30 |
| |
| # Flag to skip tests that require a display and can't be run in C4A devices. |
| NO_DISPLAY=1 |
| |
| # This config is used to determine if cast operations should be allowed even if |
| # device is not signed-in using a gaia account. |
| ENABLE_CAST_WITHOUT_SIGN_IN=True |