Conversation
d8b7f91 to
d0d07a4
Compare
|
The current implementation of the paramiko monkey-patch in network.py affects the paramiko library globally, making any other plugin using the paramiko library in the same python process will also inherit the patched behavior. I will revisit the implementation to find a possible fix for this scenario. |
Signed-off-by: Macy Libed <macy.libed@analog.com>
Microblaze Fixes
Signed-off-by: Macy Libed <macy.libed@analog.com>
…uart connection testing
Signed-off-by: Macy Libed <macy.libed@analog.com>
…test for boot process
Signed-off-by: Macy Libed <macy.libed@analog.com>
…orkaround for drop bear bugs
…global variable in network
Signed-off-by: Trecia Agoylo <trecia.agoylo@analog.com>
8a31cbb to
4f136b8
Compare
|
Removed the monkey patch that ignore MAC mismatch errors during SSH connections to Microblaze boards. some tests are expected to fail due to the Dropbear server issues on Microblaze boards. These failures are not due to script logics but rather server's behavior. Once the Dropbear issue is resolved, The changes and tests are expected to pass successfully. |
|
Signed-off-by: Zvckkk <acealexander.ilog@analog.com>
Signed-off-by: Zvckkk <acealexander.ilog@analog.com>
tagoylo
left a comment
There was a problem hiding this comment.
Kindly address remaining comments
Signed-off-by: Ace Alexander Ilog <acealexander.ilog@analog.com>
|
Finished addressing the remaining comments |
Introduces the implementation of MicroBlaze board support in the core functionalities.
Downloader Module:
Uart Module
Jtag Module
Manager Module
Network Module