Merge remote-tracking branch 'upstream-public/pr/2172' into development
This commit is contained in:
commit
3c0941ec64
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ class MbedTlsTest(BaseHostTest):
|
||||||
binary_path = self.get_config_item('image_path')
|
binary_path = self.get_config_item('image_path')
|
||||||
script_dir = os.path.split(os.path.abspath(__file__))[0]
|
script_dir = os.path.split(os.path.abspath(__file__))[0]
|
||||||
suite_name = os.path.splitext(os.path.basename(binary_path))[0]
|
suite_name = os.path.splitext(os.path.basename(binary_path))[0]
|
||||||
data_file = ".".join((suite_name, 'data'))
|
data_file = ".".join((suite_name, 'datax'))
|
||||||
data_file = os.path.join(script_dir, '..', 'mbedtls',
|
data_file = os.path.join(script_dir, '..', 'mbedtls',
|
||||||
suite_name, data_file)
|
suite_name, data_file)
|
||||||
if os.path.exists(data_file):
|
if os.path.exists(data_file):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue