From a4d7e279731b4b2aa6fb825b096305556d1e825a Mon Sep 17 00:00:00 2001 From: Manel Caro Date: Wed, 4 Mar 2020 19:37:53 +0100 Subject: pycharm project --- test-cli/.idea/workspace.xml | 46 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 test-cli/.idea/workspace.xml (limited to 'test-cli/.idea/workspace.xml') diff --git a/test-cli/.idea/workspace.xml b/test-cli/.idea/workspace.xml new file mode 100644 index 0000000..25fe244 --- /dev/null +++ b/test-cli/.idea/workspace.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + 1583340556211 + + + + + + \ No newline at end of file -- cgit v1.1 From 98d40cecc9818360984188755e455aa53933aab0 Mon Sep 17 00:00:00 2001 From: Hector Fernandez Date: Fri, 6 Mar 2020 09:38:18 +0100 Subject: changed parameter names of tests --- test-cli/.idea/workspace.xml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'test-cli/.idea/workspace.xml') diff --git a/test-cli/.idea/workspace.xml b/test-cli/.idea/workspace.xml index 25fe244..42f0f8f 100644 --- a/test-cli/.idea/workspace.xml +++ b/test-cli/.idea/workspace.xml @@ -2,8 +2,12 @@ - - + + + + + + @@ -43,4 +48,14 @@ + + + + + + + + + + \ No newline at end of file -- cgit v1.1 From 9f07a57d89a927aa9b172c1bf20c7ab563658c73 Mon Sep 17 00:00:00 2001 From: Hector Fernandez Date: Fri, 6 Mar 2020 12:46:27 +0100 Subject: Fixed multiple errors. --- test-cli/.idea/workspace.xml | 126 ++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 120 insertions(+), 6 deletions(-) (limited to 'test-cli/.idea/workspace.xml') diff --git a/test-cli/.idea/workspace.xml b/test-cli/.idea/workspace.xml index 42f0f8f..cd587e0 100644 --- a/test-cli/.idea/workspace.xml +++ b/test-cli/.idea/workspace.xml @@ -2,12 +2,26 @@ - - + + + + + + + + + + + + + + + + + - - + + + + + + + @@ -49,13 +87,89 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + file://$PROJECT_DIR$/test/runners/simple.py + 83 + + + file://$PROJECT_DIR$/test/runners/simple.py + 58 + + + + \ No newline at end of file -- cgit v1.1 From a03055f657d2e970e45e7ea2a3e66857f821eabd Mon Sep 17 00:00:00 2001 From: Hector Fernandez Date: Mon, 9 Mar 2020 09:03:28 +0100 Subject: Solved problems with consumption test. Fixed error when getting mac address. --- test-cli/.idea/workspace.xml | 43 ++++++++++++++++++++----------------------- 1 file changed, 20 insertions(+), 23 deletions(-) (limited to 'test-cli/.idea/workspace.xml') diff --git a/test-cli/.idea/workspace.xml b/test-cli/.idea/workspace.xml index cd587e0..7e0aea1 100644 --- a/test-cli/.idea/workspace.xml +++ b/test-cli/.idea/workspace.xml @@ -2,26 +2,11 @@ + + - - - + - - - - - - - - - - - - - - - + + + @@ -43,9 +35,14 @@ - + + + + + + @@ -87,18 +84,18 @@ - + - + - + - + -- cgit v1.1 From c685367cbd6abf1c6ae442df759e39b25a907d3b Mon Sep 17 00:00:00 2001 From: Hector Fernandez Date: Mon, 9 Mar 2020 12:39:50 +0100 Subject: Fixed several test procedures. --- test-cli/.idea/workspace.xml | 37 +++++++++++++++---------------------- 1 file changed, 15 insertions(+), 22 deletions(-) (limited to 'test-cli/.idea/workspace.xml') diff --git a/test-cli/.idea/workspace.xml b/test-cli/.idea/workspace.xml index 7e0aea1..872ab45 100644 --- a/test-cli/.idea/workspace.xml +++ b/test-cli/.idea/workspace.xml @@ -2,12 +2,17 @@ - - + - - - + + + + + + + + + @@ -148,25 +153,13 @@ + + + + - - - - - file://$PROJECT_DIR$/test/runners/simple.py - 83 - - - file://$PROJECT_DIR$/test/runners/simple.py - 58 - - - - \ No newline at end of file -- cgit v1.1 From d38c92bfd7b6abe3a52b51b87b1a2949b857d9b4 Mon Sep 17 00:00:00 2001 From: Hector Fernandez Date: Mon, 9 Mar 2020 19:16:08 +0100 Subject: Created function to flash the eeprom memory. --- test-cli/.idea/workspace.xml | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) (limited to 'test-cli/.idea/workspace.xml') diff --git a/test-cli/.idea/workspace.xml b/test-cli/.idea/workspace.xml index 872ab45..c2653e0 100644 --- a/test-cli/.idea/workspace.xml +++ b/test-cli/.idea/workspace.xml @@ -2,17 +2,16 @@ - + + - - - - - - - - + + + + + + + + + @@ -93,6 +95,14 @@ + + + + + + + + @@ -157,9 +167,9 @@ - + - + \ No newline at end of file -- cgit v1.1 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 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'test-cli/.idea/workspace.xml') 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 @@ - - + - - - - + + + + + + + + + - \ No newline at end of file -- cgit v1.1 From 71d9a1f0b6bb4389cb9b0760ce4e847574fdcd45 Mon Sep 17 00:00:00 2001 From: Hector Fernandez Date: Fri, 13 Mar 2020 12:36:14 +0100 Subject: SOPA0000 test: Saved the variable data used during the eeprom and nand flashing. --- test-cli/.idea/workspace.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'test-cli/.idea/workspace.xml') diff --git a/test-cli/.idea/workspace.xml b/test-cli/.idea/workspace.xml index 6167250..9b9e803 100644 --- a/test-cli/.idea/workspace.xml +++ b/test-cli/.idea/workspace.xml @@ -1,7 +1,13 @@ - + + + + + + + \ No newline at end of file -- cgit v1.1 From 0e8e3ecd4b9be71c41008b95950d089819622dff Mon Sep 17 00:00:00 2001 From: Hector Fernandez Date: Mon, 6 Jul 2020 14:08:27 +0200 Subject: Corrected some errors in USB and USBDUAL tests. --- test-cli/.idea/workspace.xml | 54 +++++++++++++++----------------------------- 1 file changed, 18 insertions(+), 36 deletions(-) (limited to 'test-cli/.idea/workspace.xml') diff --git a/test-cli/.idea/workspace.xml b/test-cli/.idea/workspace.xml index 887bf9b..edde041 100644 --- a/test-cli/.idea/workspace.xml +++ b/test-cli/.idea/workspace.xml @@ -2,39 +2,11 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - + - + + + + - + - - - + + + @@ -116,6 +91,9 @@ + + @@ -125,6 +103,10 @@ + + + + -- cgit v1.1 From cd3c8dd78e3bcdd442967583e3814db3701871c0 Mon Sep 17 00:00:00 2001 From: Hector Fernandez Date: Mon, 6 Jul 2020 16:01:08 +0200 Subject: Solved minor errors with audio and usbloop tests. --- test-cli/.idea/workspace.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'test-cli/.idea/workspace.xml') diff --git a/test-cli/.idea/workspace.xml b/test-cli/.idea/workspace.xml index edde041..4e10f5c 100644 --- a/test-cli/.idea/workspace.xml +++ b/test-cli/.idea/workspace.xml @@ -3,11 +3,8 @@ - - - + - + + + + -- cgit v1.1 From 47827e40f71696e04ad805296dedc44a03451db3 Mon Sep 17 00:00:00 2001 From: Hector Fernandez Date: Mon, 6 Jul 2020 17:51:09 +0200 Subject: In case iperf3 server is busy, clients wait and retry. --- test-cli/.idea/workspace.xml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'test-cli/.idea/workspace.xml') diff --git a/test-cli/.idea/workspace.xml b/test-cli/.idea/workspace.xml index 5d804c5..3d15030 100644 --- a/test-cli/.idea/workspace.xml +++ b/test-cli/.idea/workspace.xml @@ -3,13 +3,8 @@ - - - - -