blob: 4ae4f6568c42b4efea26c3d6e721d24f11b41eae [file]
# Config file for the Cast receiver tests on fuchsia 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.fuchsia_test_case
# Name of the TestCase sub-class:
TEST_CASE_CLASS=CastReceiverComplianceTestCase,CastReceiverMultipleSendersTestCase,CastReceiverMirroringProtocolTestCase,CastReceiverVolumeControlTestCase,CastReceiverStressTestCase,CastReceiverMediaProtocolMP4TestCase,CastReceiverMediaProtocolDASHTestCase,CastReceiverMediaProtocolHLSTestCase,CastReceiverMediaProtocolSmoothStreamingTestCase,CastReceiverBenchmarkTestCase,CastReceiverQueueTestCase,CastReceiverCapabilityTestCase
# BUG(b/171057532): OOBE required to bypass kronk for cast tests.
# Dot-notation path to the module containing the TestSequence class:
TEST_SEQUENCE_MODULE=eurtest.framework.fuchsia_oobe_test_sequence
# Name of the TestSequence sub-class:
TEST_SEQUENCE_CLASS=FuchsiaOobeTestSequence
# 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=https://home-media-server.sandbox.google.com/static/receiver/mp4/bbb_1080p_30fps_x264_high_41_mp3.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
# 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
# Whether or not the list of test classes should be filtered. This is to be able to pass
# the extraction_path modifier.
SHOULD_NOT_FILTER=True