forked from M-Labs/artiq
use IP instead of hostname for kc705-1
Makes it easier to run tests in the Windows VM
This commit is contained in:
parent
4d215cf541
commit
73d6078883
|
@ -1,7 +1,7 @@
|
||||||
# This is an example device database that needs to be adapted to your setup.
|
# This is an example device database that needs to be adapted to your setup.
|
||||||
# The list of devices here is not exhaustive.
|
# The list of devices here is not exhaustive.
|
||||||
|
|
||||||
core_addr = "kc705-1.lab.m-labs.hk"
|
core_addr = "192.168.1.50"
|
||||||
|
|
||||||
device_db = {
|
device_db = {
|
||||||
# Core device
|
# Core device
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# unit tests with release-3.
|
# unit tests with release-3.
|
||||||
# Remove and update buildbot when release-3 is no longer maintained.
|
# Remove and update buildbot when release-3 is no longer maintained.
|
||||||
|
|
||||||
core_addr = "kc705-1.lab.m-labs.hk"
|
core_addr = "192.168.1.50"
|
||||||
|
|
||||||
device_db = {
|
device_db = {
|
||||||
# Core device
|
# Core device
|
||||||
|
|
Loading…
Reference in New Issue