Fixed hostname for bilby motor tests

This commit is contained in:
Ferdi Franceschini
2014-02-06 07:54:00 +11:00
parent a9ead2ee30
commit 3b62ab1127

View File

@ -6,10 +6,10 @@ foreach {key host port} {
MC2 localhost 63031 MC2 localhost 63031
MC3 localhost 63032 MC3 localhost 63032
MC4 localhost 63033 MC4 localhost 63033
MC5 mc5-bilby 63034 MC5 localhost 63034
MC6 mc6-bilby 63035 MC6 localhost 63035
MC7 mc7-bilby 63036 MC7 localhost 63036
MC8 mc8-bilby 63037 MC8 localhost 63037
} { } {
dict set MOTOR_HOSTPORT $key HOST $host dict set MOTOR_HOSTPORT $key HOST $host
dict set MOTOR_HOSTPORT $key PORT $port dict set MOTOR_HOSTPORT $key PORT $port