mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 11:18:03 +00:00
Script for testing Realm.py module
This commit is contained in:
8
RealmTest.py
Executable file
8
RealmTest.py
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import Realm
|
||||
|
||||
|
||||
test = Realm.Realm("localhost:8080")
|
||||
|
||||
test.stationList
|
||||
Reference in New Issue
Block a user