Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Usb tests change base script (BugFix) (#1291)
* removed removable_storage_watcher from insert * Clearer naming of callbacks * Fixed some typos * Added the device number to the insertion test * Updated read_write script * changed insert/remove/storage_detect tests to not use udisks2 * Removed unused jinja templates * Name Automated USB after suspend * Removed udisks2 dependencies from usb-c * Removed udisks2 dependencies from mediacard * Removed udisks2 dependencies from thunderbolt * Removed dummy variable used only for internal testing * Explicit Class reference for enums * Moved _storage_info_helper to StorageWatcher and set correct inheritance * Fixed inheritance of Storage Watcher * Fixed bug on storage removal * Removing custom test timeout * Cleaning up unused function and better naming * Added tests for run_watcher * Added systemd dependency to checkbox-support * Fixed tests for 3.5 * Removed enum to increase clarity * Separated storage helper function into tstore and remove * Fixed unit tests * Made tests more uniform * Added more info to mediacard tests * Updated run_watcher according to PR suggestions * Small fixes to run watcher.py * Fixed unit-tests for run-watcher * cleaned up test_run_watcher * Fixed main tests for coverage * fixed escape strings * Increased unit-test coverage * added tests for usb_read_write * setting back settings.json * Removed unused comments in watcher tests * Fixed wrong email in copyright... * Removed wrong email also from genio repo * Added fixed version for systemd-python and removed python3-systemd dep * Fixed dependencies * Changed also dock/thunderbolt tests to use the new script
- Loading branch information