added support for trex

added support for trex -- line 78
This commit is contained in:
M35a2
2021-12-03 13:38:03 -07:00
committed by GitHub
parent 8adac17bae
commit 96ba859d14

View File

@@ -75,6 +75,7 @@ while n_id < 100:
response.get("node_definition") == "alpine" or
response.get("node_definition") == "coreos" or
response.get("node_definition") == "desktop" or
response.get("node_definition") == "trex" or
response.get("node_definition") == "ubuntu"):
# only add 1 to port number for the next device
port = port + 1