blob: 703c5c44a6729d51c82fd0e81981f92803e0ab2b [file]
# Configuration values for the Cast V2 mDNS test.
#
# PROPERTIES
# Dot-notation path to the module containing the TestCase class:
TEST_CASE_MODULE=eurtest.tests.cast.discovery.receiver_discovery_mdns_test_case
# Name of the TestCase sub-class:
TEST_CASE_CLASS=ReceiverDiscoveryMdnsTestCase
# Name of the device type to host the server
SERVER_DEVICE_TYPE=ubuntu-x86
# Name of the device group to host the server
SERVER_DEVICE_GROUP=ubuntu
# 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
# These properties are required by CopyRepositoriesStepFactory step.
# The properties should have had REMOTE_ prefix because the provided info
# is for remote machine. Bug id 17896008.
# TODO(khai): remove this block when the bug is fixed.
SELF_IP=100.107.131.248
USER_NAME=cctestdriver
HOME_DIR=/home/cctestdriver
ROOT_REPO=repository/eureka
# IP address of the test driver
REMOTE_IP=100.107.131.248
# User name on the test driver
REMOTE_USER_NAME=cctestdriver
# Home directory of the user on the test driver
REMOTE_HOME_DIR=/home/cctestdriver
# Repository root on the test driver
REMOTE_REPO_ROOT=repository/eureka
# Directory for log files on the test driver
REMOTE_LOG_DIR=/tmp/logs
# Temporary directory on the test driver
REMOTE_TMP_DIR=/tmp/temp
# Test driver needs to know where to upload the execution results to. This is
# the path test driver should use to point to correct db.
REMOTE_SERVER_DB_CONFIG_PATH=/home/cctestdriver/repository/eureka/continuous-tests/db/db.config
# Information of the test driver network interfaces. This must be in JSON
# format {"ip_address_0": "iface_a", "ip_address_1": "iface_b", ...}.
# Note:
# 1) Keys and values must be strings using double quotes (") instead of single
# quotes because JSON parser doesn't understand them.
# 2) Make sure there are no duplicate keys (i.e., same IP addresses) in the
# dictionary. The config file reader uses JSON parser for this property.
# If there are duplicate keys, the latter will override the previous ones.
# For example, {'127.0.0.1': 'localhost', '127.0.0.1': 'myhostname'} will
# result in {'127.0.0.1': 'myhostname'}.
REMOTE_IFACES={"192.168.0.2": "eth2"}
# Device under test, prefix must match the device_type in test_def.json
# For example, if device_type in test_def.json is "lexx' then the device
# IP is from LEXX_DEVICE_IP.
LEXX_DEVICE_IP=192.168.0.100