| # Config file for the Cast receiver tests on audio devices |
| # |
| # Do not modify property names |
| # Run make reconfig if you change a value |
| # and buildbot is running |
| # |
| # PROPERTIES |
| |
| # Dot-notation path to the module containing the TestCase class: |
| TEST_CASE_MODULE=eurtest.tests.cast.receiver.compliance_test_case |
| |
| # Name of the TestCase sub-class: |
| TEST_CASE_CLASS=CastReceiverComplianceTestCase,CastReceiverMultipleSendersTestCase,CastReceiverMirroringProtocolTestCase,CastReceiverVolumeControlTestCase,CastReceiverStressTestCase,CastReceiverMediaProtocolMP4TestCase,CastReceiverMediaProtocolSmoothStreamingTestCase,CastReceiverBenchmarkTestCase,CastReceiverQueueTestCase,CastReceiverCapabilityTestCase,CastReceiverMediaProtocolHLSTestCase,CastReceiverMediaProtocolDASHTestCase |
| |
| # Dot-notation path to the module containing the TestSequence class: |
| TEST_SEQUENCE_MODULE=eurtest.framework.test_sequence |
| |
| # Name of the TestSequence sub-class: |
| TEST_SEQUENCE_CLASS=TestSequence |
| |
| # Receiver app ids: |
| CAST_V2_DEBUG_APP_ID=C566BECD |
| CAST_V2_PLAYER_APP_ID=BE6E4473 |
| CHROME_MIRRORING_APP_ID=85CDB22F |
| |
| # Test specific configuration values: |
| MP4_MEDIA_URL=https://storage.googleapis.com/cast_media/format_tests/audio/stereo_guitar.mp3 |
| MP4_MEDIA_MIME_TYPE=video/mp4 |
| |
| # Temporary fix |
| DASH_MEDIA_URL=https://home-media-server.sandbox.google.com/static/receiver/dash/sample-dash-list.mpd |
| DASH_MEDIA_MIME_TYPE=application/dash+xml |
| HLS_MEDIA_URL=https://home-media-server.sandbox.google.com/static/receiver/hls/bbb/bbb_hls.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 |
| |
| # 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 |
| |
| |