dataplane_test_profile: Unused variable

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-12-06 16:32:56 -08:00
parent b83179c70d
commit ceb08808e1

View File

@@ -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__':