Peter Conheeney
bec257786a
commit of latest changes to arduino support, plus fixes for IOTSS BEID
2016-02-29 12:02:47 +00:00
Brian Daniels
e895edd912
Adding serial port check with mbedls if --auto is set
2015-09-25 10:50:38 -05:00
Brian Daniels
2fa3b5fda9
Adding checks so smart copy is only imported if mbedls is available
2015-09-25 10:49:30 -05:00
Brian Daniels
19978dd9a8
Using mbedls for smartcopy
2015-09-25 10:49:28 -05:00
Brian Daniels
1eacabd7c3
Added smart copy plugin
2015-09-25 10:48:08 -05:00
Martin Kojtal
b290644b9c
Merge pull request #1338 from PeterConheeney/master
...
changes for adding IoT Subsystem for Cortex-M target
2015-09-25 12:37:58 +02:00
Brian Daniels
bb7fb37ed4
Move program_cycle_s into host test copy plugins
2015-09-21 16:41:12 -05:00
Peter Conheeney
24ebe1790e
changes for adding IoT Subsystem for Cortex-M target
2015-09-14 12:23:32 +01:00
Przemek Wirkus
2875d4bffa
Added 'sync' command after shell copy execution for posix OS
2015-08-14 15:04:48 +01:00
Przemek Wirkus
074809da0f
fixed typo capabilitity -> capability
2015-08-14 15:04:39 +01:00
Przemek Wirkus
598654fa4d
Changed 'default' flashing method for cli option -c to 'shell'
2015-08-14 15:04:28 +01:00
Przemek Wirkus
65bae00f61
Bugfix: copy plugin assumed always that all commands like cp, copy, xcopy are
...
shell command. In fact copy and xcopy are shell commands under Windows and 'cp'
is always a separate app. not shell command e.g. in Windows.
2015-05-06 16:31:59 +01:00
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