-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1521 from katlapinka/kasiat/tf-update
Update test-framework submodule version
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule test-framework
updated
9 files
+9 −0 | connection/base_executor.py | |
+14 −16 | connection/local_executor.py | |
+14 −4 | connection/ssh_executor.py | |
+184 −104 | storage_devices/disk.py | |
+6 −2 | test_tools/fs_utils.py | |
+19 −15 | test_tools/peach_fuzzer/peach_fuzzer.py | |
+124 −0 | test_utils/git.py | |
+1 −1 | test_utils/io_stats.py | |
+7 −0 | test_utils/size.py |