openharmony-standard: add patch test-xts-acts-wifi-test-fix.patch
add patch test-xts-acts-wifi-test-fix.patch
```
test/xts/acts: fix wifi acts to wait for async callback execution
in multiple wifi testcases the async callback/promise are not actually executed,
therefore the testcases terminate before the asserts inside the callbacks are
checked causing the testcases to pass even when things are not actually properly
working. Fixing by moving the done() functions inside the callback or in the `.then(...`;
Remove sleeps where not necessary;
Apply to test/xts/acts
```
Signed-off-by:
Francesco Pham <francesco.pham@huawei.com>
Showing
- recipes-openharmony/openharmony/openharmony-standard-3.0/test-xts-acts-wifi-test-fix.patch 166 additions, 0 deletions...penharmony-standard-3.0/test-xts-acts-wifi-test-fix.patch
- recipes-openharmony/openharmony/openharmony-standard_3.0.bb 1 addition, 0 deletionsrecipes-openharmony/openharmony/openharmony-standard_3.0.bb
Please register or sign in to comment