From 41ffba6a76a80a7ef4553cb8856393dd209d172e Mon Sep 17 00:00:00 2001 From: Hector Fernandez Date: Tue, 10 Mar 2020 17:37:16 +0100 Subject: First release of the test. All the tests work correctly for SOPA0000. --- test-cli/.idea/workspace.xml | 21 ++++---- test-cli/setup.xml | 2 +- test-cli/test/files/test_ok.png | Bin 18150 -> 0 bytes test-cli/test/files/usbtest/usbdatatest.bin | Bin 0 -> 33554431 bytes test-cli/test/files/usbtest/usbdatatest.md5 | 1 + test-cli/test/flashers/__init__.py | 0 test-cli/test/flashers/flasher.py | 10 ++++ test-cli/test/flashers/flasher_sopa0000.py | 13 +++++ test-cli/test/helpers/int_registers.py | 3 +- test-cli/test/helpers/uboot_flasher.py | 0 test-cli/test/runners/simple.py | 1 + test-cli/test/suites/__init__.py | 0 test-cli/test/tests/qduplex_ser.py | 18 +++++-- test-cli/test/tests/qflash.py | 77 ---------------------------- test-cli/test/tests/qserial.py | 8 +-- test-cli/test/tests/qusb.py | 10 +++- test-cli/test_main.py | 30 ++++++----- 17 files changed, 82 insertions(+), 112 deletions(-) delete mode 100644 test-cli/test/files/test_ok.png create mode 100644 test-cli/test/files/usbtest/usbdatatest.bin create mode 100644 test-cli/test/files/usbtest/usbdatatest.md5 create mode 100644 test-cli/test/flashers/__init__.py create mode 100644 test-cli/test/flashers/flasher.py create mode 100644 test-cli/test/flashers/flasher_sopa0000.py delete mode 100644 test-cli/test/helpers/uboot_flasher.py delete mode 100644 test-cli/test/suites/__init__.py delete mode 100644 test-cli/test/tests/qflash.py diff --git a/test-cli/.idea/workspace.xml b/test-cli/.idea/workspace.xml index c2653e0..6b65c5c 100644 --- a/test-cli/.idea/workspace.xml +++ b/test-cli/.idea/workspace.xml @@ -2,15 +2,18 @@ - - + - - - - + + + + + + + + + -