mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
Added testing for cx creation
This commit is contained in:
@@ -14,6 +14,10 @@ print(f"CXs: {cxList}\n")
|
||||
print(f"Stations: {staList}\n")
|
||||
print(f"VAPs: {vapList}\n")
|
||||
|
||||
cxTest = Realm.CXProfile()
|
||||
|
||||
cxTest.addPorts("A", "lf_udp", test.findPortsLike("sta+"))
|
||||
cxTest.create()
|
||||
|
||||
print(test.findPortsLike("sta+"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user