Skip to content

Commit b7b2b7f

Browse files
committed
tests: Change Modbus IP to DNS hostname
Changes the modbus server test from using a DHCP IP address to a DNS hostname we can manage seperatly from the codebase. Signed-off-by: Matthew Gee <mgee@iol.unh.edu>
1 parent 5992d7c commit b7b2b7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/groups/modbusServerValidation/modbusServer_validation_remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def main():
2727
time.sleep(5)
2828

2929
print("----* Reading client connection status *----")
30-
client_remote = ModbusTcpClient("132.177.122.245", port=1502)
30+
client_remote = ModbusTcpClient("ocre-b-u585i.lfedge.iol.unh.edu", port=1502)
3131
client_remote.connect()
3232

3333
connection_results = [client_remote.connected, client_remote.is_socket_open()]

0 commit comments

Comments
 (0)