Martin Kojtal
9f429e66eb
Merge pull request #986 from PrzemekWirkus/plugin_pooling
...
Added timeouts (delays) on serial port and mounting point
2015-03-24 08:45:47 +00:00
Przemek Wirkus
a8de31c4be
Added timeouts (delays) on serial port and mounting point accesses in host_test and copy plugins to prevent serial/disk io errors when device remounts USB iface of interface chip
2015-03-20 14:11:20 +00:00
Przemek Wirkus
bf33d5e19e
1. Host test shell plugin bugfix.
...
Test suite should report IOERR_COPY when shell copy command fails (fixed).
2. Host test shell plugin update
How you can specify with option -c value 'shell' and copy plugin will detect
for you your OS and choose between 'cp' (for 'posix') and 'copy' (for
Windows).
2015-03-12 15:41:46 +00:00
Przemek Wirkus
2ab22b1dbe
Host test plugins: removed shutil.copy() dependency and added re module import - note this plugin is still unstable so change is just cosmetic
2014-11-17 16:07:18 +00:00
Przemek Wirkus
7e11ffd173
Fixed traceback from host_test_plugin - formating issue with integer
2014-11-17 15:45:10 +00:00
Przemek Wirkus
4f76a567f6
Host test plugins: Added extra line for error printing in mbed copy plugin. For readability reasons
2014-10-28 11:29:56 +00:00
Przemek Wirkus
97c220d56e
Host test plugins: rearranged singletest.py script parameters list so now for option -c and -r (copy method and reset method respectively) we will see plugin related options also - changed dynamicaly with plugin loads
2014-10-27 12:42:48 +00:00
Przemek Wirkus
48490022ed
Host test plugins: Removed unused / not stable plugins static registration
2014-10-27 11:53:28 +00:00
Przemek Wirkus
9700aff0a6
Host test plugins: Bug-fix, notification about already loaded plugin was printed always in plugin registration
2014-10-27 11:48:30 +00:00
Przemek Wirkus
69cc2fb86a
Host test plugins: removed unused pass statement
2014-10-23 17:24:51 +01:00
Przemek Wirkus
2f03b85bfc
Host test plugins: Added generic error printing to host test plugin base class
2014-10-23 17:14:18 +01:00
Przemek Wirkus
17f42519f0
Host test plugins: Added MPS2 and Firfox copy methods (both not stable and require further development)
...
Host test plugins: Added 'stable' attribute to each plugin, by default all plugins are not stable
Moved all MPS2 related functions to MPS2 plugins in host test directory
2014-10-23 16:56:05 +01:00
Przemek Wirkus
6a1bdb588e
Host test plugins: added copy pligins, and removed Selenium and eACommander dependency from Test API
2014-10-23 16:30:17 +01:00
Przemek Wirkus
7591cf5caf
Host test plugins: added return values to setup() and execute() interface methods
2014-10-22 16:59:07 +01:00
Przemek Wirkus
3f00c59030
Host test plugins: Added license and fxed one parsing issue
2014-10-22 15:35:36 +01:00
Przemek Wirkus
8af8250b48
Host test plugins: Cleaned preliminary code before next round of refactoring and improvements
2014-10-22 15:30:45 +01:00
Przemek Wirkus
fd2142f3bf
Host test plugins: First draft with working pluging for mbed (serial sendBreak command for reset)
2014-10-22 15:12:24 +01:00