mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-15 01:24:59 +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():
|
def main():
|
||||||
obj = DataPlaneTest(lfclient_host="localhost", lfclient_port=8080, debug_=True)
|
DataPlaneTest(lfclient_host="localhost", lfclient_port=8080, debug_=True)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|||||||
Reference in New Issue
Block a user