core/tests/components/vodafone_station/const.py

7 lines
177 B
Python

"""Common stuff for Vodafone Station tests."""
DEVICE_1_HOST = "WifiDevice0"
DEVICE_1_MAC = "xx:xx:xx:xx:xx:xx"
DEVICE_2_HOST = "LanDevice1"
DEVICE_2_MAC = "yy:yy:yy:yy:yy:yy"