| # Config file for the Cast receiver tests running on Android TV |
| # |
| # Do not modify property names |
| # Run make reconfig if you change a value |
| # and buildbot is running |
| # |
| # PROPERTIES |
| |
| # Remote Test Setup |
| USER_NAME=gtvchrome |
| REMOTE_TEST_ROOT=/home/gtvchrome/repositories/HEAD |
| REMOTE_RESULT_DIR=/home/gtvchrome/results |
| |
| # Dot-notation path to the module containing the TestCase class: |
| TEST_CASE_MODULE=eurtest.tests.cast.receiver.atv_test_case |
| |
| # Name of the TestCase sub-class: |
| TEST_CASE_CLASS=CastReceiverComplianceTestCase,CastReceiverMirroringProtocolTestCase,CastReceiverVolumeControlTestCase,CastReceiverMultipleSendersTestCase,CastReceiverMediaProtocolMP4TestCase |
| |
| # Dot-notation path to the module containing the TestSequence class: |
| TEST_SEQUENCE_MODULE=eurtest.framework.android_test_sequence |
| |
| # Name of the TestSequence sub-class: |
| TEST_SEQUENCE_CLASS=AndroidTestSequence |
| |
| # Receiver app ids: |
| CAST_V2_DEBUG_APP_ID=C566BECD |
| CAST_V2_PLAYER_APP_ID=BE6E4473 |
| CHROME_MIRRORING_APP_ID=0F5096E8 |
| |
| # Test specific configuration values: |
| MP4_MEDIA_URL=http://commondatastorage.googleapis.com/android-tv/Sample%20videos/Zeitgeist/Zeitgeist%202010_%20Year%20in%20Review.mp4 |
| MP4_MEDIA_MIME_TYPE=video/mp4 |
| 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 |