| # Configuration values for the Cast V2 mDNS test. |
| |
| # Dot-notation path to the module containing the TestCase class: |
| TEST_CASE_MODULE=eurtest.tests.cast.mdns.mdns_remote_test_case |
| |
| # Name of the TestCase sub-class: |
| TEST_CASE_CLASS=CastMdnsRemoteTestCase |
| |
| # 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=DEFAULT |
| |
| # 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 |
| |
| # must be in-sync with |
| # continuous-test/lab_system/master/config/groups/cast_mdns.cfg |
| REMOTE_SERVER_IP=172.17.23.200 |
| REMOTE_SERVER_USERNAME=gtvchrome |
| |
| # path that remote server should use to point to db.config |
| REMOTE_SERVER_DB_CONFIG_PATH=/home/gtvchrome/repository/eureka/continuous-tests/db/db.config |
| |
| # PROPERTIES |
| SELF_IP=172.17.23.200 |
| HOME_DIR=/home/gtvchrome |
| USER_NAME=gtvchrome |
| REPO_ROOT=repository/eureka |
| |