mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-01 11:28:09 +00:00
unit-tests: Fix include path to deal with new directory layout.
Add 'logs/README.md' to create that dir so logs automatically have a place to be written to. Signed-off-by: Ben Greear <greearb@candelatech.com>
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
#!/usr/bin/python3
|
||||
|
||||
import sys
|
||||
|
||||
sys.path.append(f'../tests')
|
||||
|
||||
from UnitTestBase import *
|
||||
|
||||
parser = argparse.ArgumentParser(description="Query SDK Objects", add_help=False)
|
||||
|
||||
Reference in New Issue
Block a user