Filip Jagodzinski
83745b99c5
Tests: SleepManager: Add test for new check() fun
...
sleep_manager_can_deep_sleep_test_check() is intended to be used in test
code.
2018-10-09 17:52:43 +02:00
Filip Jagodzinski
43c22e4977
Tests: SleepManager: update concurrent test docs
2018-10-09 17:52:42 +02:00
Filip Jagodzinski
f2c222be15
Tests: SleepManager: extend test suite
...
New test cases:
* "deep sleep lock/unlock"
* "deep sleep unbalanced unlock"
* "deep sleep locked USHRT_MAX times"
* "deep sleep locked more than USHRT_MAX times"
* "sleep_auto calls sleep/deep sleep based on lock"
2018-10-09 17:52:42 +02:00
Cruz Monrreal
15879f5273
Merge pull request #8241 from SeppoTakalo/fix_wifi_connect_params_fail
...
Fix WIFI_CONNECT_PARAMS_CHANNEL_FAIL testcase.
2018-10-08 10:16:37 -05:00
Cruz Monrreal
506dfca8d0
Merge pull request #8235 from VeijoPesonen/mbedgt-netsocket-tc-fixes
...
Mbedgt netsocket tc fixes
2018-10-08 10:14:52 -05:00
Martin Kojtal
9d39f233d2
Merge pull request #8257 from mprse/sleep_test_nrf52_dk_fix
...
tests-mbed_hal-sleep: finish UART transmission before sleep test
2018-10-05 17:27:39 +02:00
Martin Kojtal
8adb8c3049
Merge pull request #7917 from deepikabhavnani/heap_overhead
...
Add overhead count in heap stats
2018-10-05 15:29:18 +02:00
deepikabhavnani
5f5882830f
Add `overhead_size` element to get the overhead of stats
...
Heap statistics are used for analysing heap stats, but it doesn't tell anything
about real heap usage or malloc overheads. Adding `overhead_size` element
will help users to get the real heap usage.
2018-10-03 16:41:24 -05:00
Shrikant Tudavekar
dc8b1fa98f
use forced_reset_timeout as delay after reset
2018-10-02 18:01:08 -05:00
Przemyslaw Stekiel
1fced21d3b
tests-mbed_hal-sleep: add message with failure details
2018-09-30 19:31:50 +02:00
Cruz Monrreal
b1b6399482
Merge pull request #8132 from VeijoPesonen/bugfix-tests-netsocket-tcp-stacksize
...
gt netsocket tcp - increases threads' stack size
2018-09-27 17:53:54 -05:00
Cruz Monrreal
f35975c782
Merge pull request #7926 from jamesbeyond/fm_test
...
Increase the timeout for rtostimer test to 10s
2018-09-27 10:20:30 -05:00
Cruz Monrreal
4403a561b3
Merge pull request #7890 from deepikabhavnani/cb_issue_7701
...
Circular buffer should use conditional statement instead of modulo
2018-09-27 10:20:05 -05:00
Veijo Pesonen
c4546910d1
Increases stack size for threads used in gt netsocket tcp test cases
...
Stack size is insufficient for debug profile
Stack size is insufficient for NUCLEO_F401RE+IDW01M1
Please see https://github.com/ARMmbed/wifi-x-nucleo-idw01m1/issues/17
2018-09-27 09:13:11 +03:00
Przemyslaw Stekiel
25b23a9286
tests-mbed_hal-sleep: finish UART transmission before sleep test
...
There is no problem with this test during the morph, but some issue has been noticed while testing new Jenkins CI in Oulu on NRF52_DK.
I was able to reproduce the issue locally. The difference between morph and local run is that CPU statistics are enabled on morph. This makes the difference and test passes.
The sleep test case perform sleep for 100 us, 200 us, ... ,1000 us in loop (us ticker wakes the board) and verifies if sleep time matches the assumption.
I got the following results:
sleep wake-up after
100 us ~100 us ok
200 us ~200 us ok
300 us ~300 us ok
400 us ~400 us ok
500 us ~14 us (??)
When requested sleep time is equal to 500 us some unexpected interrupt occurs which wakeup the board and force the test to fail.
Register state just after exit from sleep:
Control and State Register: 0x00400000 (ISRPENDING - Interrupt pending flag is set).
NVIC Interrupt Set-pending Register[0]: 0x00000004 (UARTE0_UART0_IRQn) or 0x00000200 (TIMER1_IRQn - timer used by us ticker).
UART interrupt is generated because of green-tea transmission. We know that it is performed while test is executed since we need to wait before going into deep-sleep since otherwise the transmission will be broken. So to take care of UART interrupt we need to wait before sleep test in the same way like it is done in deep-sleep test.
2018-09-26 14:29:14 +02:00
Martin Kojtal
a0a9b54e97
Merge pull request #7057 from theamirocohen/trng_test
...
Add TRNG API test
2018-09-26 09:48:36 +02:00
Amir Cohen
e92f41a8a4
Fix print error
2018-09-25 15:30:29 +03:00
Seppo Takalo
e7924a98b2
Fix WIFI_CONNECT_PARAMS_CHANNEL_FAIL testcase.
...
Test case was assuming that secure and unsecure SSID were on different
channels.
This is not a requirement and it should be OK to run on same channel.
Fixed the testcase by using +1 on channel number to get a wrong channel.
2018-09-25 14:11:22 +03:00
Veijo Pesonen
d302a62e60
Drops removed mbedgt-netsocket cases from test specification
2018-09-25 11:52:50 +03:00
Veijo Pesonen
6ac099ab1a
Makes mbedgt-network-wifi case to skip channel number check
...
2.4GHz and 5GHz channels might be using the same SSID. Wifi scan
might also fail occasionally to find secure- and unsecure channels
on same scan so lets not assume that we'll find both.
2018-09-25 09:29:53 +03:00
Veijo Pesonen
b355c750a6
Makes mbedgt-netsocket cases to accept port 0 as destination
2018-09-25 09:29:53 +03:00
Martin Kojtal
ab882c3416
Merge pull request #8030 from OpenNuvoton/nuvoton_fix_common_tickers_fail
...
Nuvoton: Fix Greentea test common_tickers failed
2018-09-21 14:55:28 +02:00
Martin Kojtal
cbb676ccbd
Merge pull request #8060 from SeppoTakalo/documentation_update
...
Clarify test configuration in Socket/Networking test document
2018-09-21 09:40:59 +02:00
Martin Kojtal
6a34251b07
Merge pull request #7925 from maciejbocianski/qspi_hal_test_refactoring
...
Qspi hal test refactoring/update
2018-09-21 09:40:10 +02:00
Cruz Monrreal
c005ba24ff
Merge pull request #8171 from SeppoTakalo/skip-dns-test
...
Skip the unstable SYNCHRONOUS_DNS_CACHE testcase
2018-09-20 13:59:17 -05:00
Seppo Takalo
558b579a8d
Remove the unstable SYNCHRONOUS_DNS_CACHE testcase
...
Will be reverted once the test case is fixed
2018-09-20 10:59:20 +01:00
Martin Kojtal
0233c8df4c
Merge pull request #7882 from mikaleppanen/nw_if_gt_tests
...
Add greentea tests for network interface status and connect/disconnect
2018-09-19 14:20:07 +02:00
ccli8
4888ff2b11
Fix Greentea test common_tickers failed
...
1. Disable ticker interrupt which would interfere with fire_interrupt speed test
2. Enlarge test period to avoid timeout error
2018-09-18 10:57:14 +08:00
Martin Kojtal
10b5a3a9d8
Merge pull request #7960 from RonEld/set_NULL_as_platform_context
...
Change mbedtls_platform_context parameter to NULL
2018-09-17 14:30:03 +02:00
Cruz Monrreal
836eec00ae
Merge pull request #7945 from jarlamsa/synchronous_dns_cache
...
Move SYNCHRONOUS_DNS_CACHE test to extended set
2018-09-14 13:12:04 -05:00
Veijo Pesonen
88eea6a390
Testing with ESP8266's AT firmware v1.7 takes more time
2018-09-14 12:07:19 +03:00
Veijo Pesonen
24905f5b50
Declares gt netsocket test case buffers as static
...
Original patch https://github.com/ARMmbed/wifi-x-nucleo-idw01m1/issues/17
2018-09-14 12:03:36 +03:00
Seppo Takalo
5e9fb0d562
Clarify test configuration in Socket/Networking test document
2018-09-10 18:08:31 +03:00
Cruz Monrreal
920db63453
Merge pull request #7803 from SeppoTakalo/socket-test-plan
...
Add Socket test plan
2018-09-09 22:44:00 -05:00
Yossi Levy
79e51111cd
Adding complete buffer print in case of failure.
2018-09-05 17:42:06 +03:00
Amir Cohen
6d8dab8e74
Fix trng_len loop
2018-09-05 17:36:55 +03:00
Amir Cohen
780d9c6dbf
Remove NVstore unused mechanism
2018-09-05 17:36:54 +03:00
David Saada
b2b14ca26f
Fix TRNG test to use reset from python script and not from code
2018-09-05 17:36:53 +03:00
Amir Cohen
9b0b63169c
Fix messages
2018-09-05 17:36:51 +03:00
Amir Cohen
11f1aaf978
Fix pithy library
2018-09-05 17:36:50 +03:00
Amir Cohen
5f7a6401b8
Fix Compilation problems
2018-09-05 17:36:49 +03:00
Amir Cohen
5256e963f0
Fix IAR issues
2018-09-05 17:36:48 +03:00
Amir Cohen
225a3bfb90
Erase debug prints
2018-09-05 17:36:47 +03:00
Amir Cohen
1f4405c644
Reduce Debug prints
2018-09-05 17:36:45 +03:00
Amir Cohen
1466518644
Fixing PR comments
2018-09-05 17:36:44 +03:00
Amir Cohen
abe2b00fac
Fix var declaration problem
2018-09-05 17:36:43 +03:00
Amir Cohen
6dadbd897a
Repalce compression libs for license issues
2018-09-05 17:36:42 +03:00
Amir Cohen
4d1d1a0313
Fix lisence and style
2018-09-05 17:36:40 +03:00
Amir Cohen
669b618ea1
Add TRNG API test
2018-09-05 17:36:39 +03:00
Anna Bridge
c2fdc0d972
Merge pull request #7423 from mprse/mutex_lock_assert
...
Fix issue #6872 - Mutex lock has possibility to fail at runtime (returning status flag)
2018-09-03 14:14:24 +01:00