mirror of
https://github.com/CiscoDevNet/cml-community.git
synced 2025-10-23 07:42:03 +00:00
added support for trex
added support for trex -- line 78
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user