From 28a15b96183b81ddb28be92d4a66d694a7364d69 Mon Sep 17 00:00:00 2001 From: Logan Lipke Date: Thu, 28 May 2020 12:27:28 -0700 Subject: [PATCH] Added testing for cx creation --- RealmTest.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RealmTest.py b/RealmTest.py index 07b55c06..bf3e376b 100755 --- a/RealmTest.py +++ b/RealmTest.py @@ -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+"))