mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
dataplane_test_profile: Unused variable
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -39,7 +39,7 @@ class DataPlaneTest(ChamberViewBase):
|
||||
|
||||
|
||||
def main():
|
||||
obj = DataPlaneTest(lfclient_host="localhost", lfclient_port=8080, debug_=True)
|
||||
DataPlaneTest(lfclient_host="localhost", lfclient_port=8080, debug_=True)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user