mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-31 18:58:01 +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"Stations: {staList}\n")
|
||||||
print(f"VAPs: {vapList}\n")
|
print(f"VAPs: {vapList}\n")
|
||||||
|
|
||||||
|
cxTest = Realm.CXProfile()
|
||||||
|
|
||||||
|
cxTest.addPorts("A", "lf_udp", test.findPortsLike("sta+"))
|
||||||
|
cxTest.create()
|
||||||
|
|
||||||
print(test.findPortsLike("sta+"))
|
print(test.findPortsLike("sta+"))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user