- Mar 01, 2023
-
-
Esben Haabendal authored
This way, all OpenHarmony services should hopefully be ready when connection to hdcd is established, allowing more robust ACTS execution. Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
openharmony-standard: add //base/hiviewdfx/hiappevent See merge request eclipse/oniro-core/meta-openharmony!102
-
- Feb 28, 2023
-
-
Francesco Pham authored
openharmony-standard: add patches to fix segfault, disable graphics, fixing feature abilities timeouts See merge request eclipse/oniro-core/meta-openharmony!101
-
Francesco Pham authored
adding //base/hiviewdfx/hiappevent in OPENHARMONY_PARTS adding ${PN}-hiappevent package fixing ActsHiAppEventJsTest ACTS tests Signed-off-by:
Francesco Pham <francesco.pham@huawei.com>
-
Francesco Pham authored
add and apply actsfeatureabilitytest-wait-between-testcases.patch test/xts/acts/ActsFeatureAbilityTest: wait 8 seconds between each testcase sometimes feature abilities fail to start because the previous testcase still has't completely started or terminated its feature ability. Increasing sleep time from 1 seconds to 8 seconds between each testcase. Upstream-Status: Pending Signed-off-by:
Francesco Pham <francesco.pham@huawei.com>
-
Francesco Pham authored
test/xts/acts/ActsGetWantTest: wait 10 seconds between each testcase sometimes feature abilities fail to start because the previous testcase still has't completely started or terminated its feature ability. Adding a 10 seconds wait time between each testcase. Signed-off-by:
Francesco Pham <francesco.pham@huawei.com>
-
Francesco Pham authored
- increment testcase timeout and START_ABILITY_TIMEOUT for actsfeatureabilitytest - adjust testcase timeout from 60 seconds to 20 seconds - adjust actsbmsmoduleusagerecordtest START_ABILITY_TIMEOUT from 30 to 15 seconds - rename patch files Signed-off-by:
Francesco Pham <francesco.pham@huawei.com>
-
Francesco Pham authored
test/xts/acts: increase testsuite timeouts sometimes testsuites execution are timing out because the execution takes longer to finish. Increasing some testsuite timeouts. Signed-off-by:
Francesco Pham <francesco.pham@huawei.com>
-
Francesco Pham authored
foundation/ace/ace_engine: disable graphics The graphics rendering is slowing the system making some ACTS test suites to timeout. Since we are aiming for certification for headless system, graphics stack should not be required. Disabling graphics by skipping JSView::CreateComponent() execution. In the future we will remove this patch when we the graphical part will be needed. Signed-off-by:
Francesco Pham <francesco.pham@huawei.com>
-
Francesco Pham authored
Adding and apply ParagraphTxt-ComputeLineBreaks-skip-sigsegv-code.patch ParagraphTxt::ComputeLineBreaks() is causing a segmentation fault for some reasons. This is causing hap applications to crash, including ACTS test suites and status bar. As a temporary solution we skip the part of the code that is raising the segfault. The side effect of this is that texts are not properly rendered. Signed-off-by:
Francesco Pham <francesco.pham@huawei.com>
-
- Feb 24, 2023
-
-
Stefan Schmidt authored
openharmony-standard: Comment out noisy vsync/vblank hilog messags See merge request eclipse/oniro-core/meta-openharmony!100
-
Stefan Schmidt authored
openharmony-standard: Simplified version of drmWaitVBlank hack See merge request eclipse/oniro-core/meta-openharmony!98
-
Stefan Schmidt authored
bitbake-builder: Enable password-less sudo See merge request eclipse/oniro-core/meta-openharmony!97
-
- Feb 23, 2023
-
-
Stefan Schmidt authored
hicolliecpptest.cpp: Fix HiCollieCppTest to verify process restart See merge request eclipse/oniro-core/meta-openharmony!99
-
Kareem Zarka authored
The previous implementation of HiCollieCppTest used the 'ps -A' command to check if a process had restarted, which was not reliable. This patch adds the creation and removal of a file 'x_collie_watchdog_test_file' in the child process that is monitored, and the test cases now verify the presence and removal of this file to confirm that the process was restarted. Also, this commit updates the build recipe in openharmony-standard_3.0.bb to include the newly created patch file. Signed-off-by:
Kareem Zarka <kareem.zarka@huawei.com>
-
Esben Haabendal authored
This happens at least 60 times a second, totalling at least 120 lines per second. We are disabling them completely, so we don't even flood the debug log. Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
- Feb 22, 2023
-
-
Francesco Pham authored
Add ACTS test suite to openharmony-tools Closes #58 and #68 See merge request eclipse/oniro-core/meta-openharmony!96
-
Esben Haabendal authored
This simplifies and improves the hack added to libdrm to handle drivers (like virtio drm) that does not support DRM_IOCTL_WAIT_VBLANK, and tries to return at 60 Hz points in time. Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
This is needed in order to enable creation of tap devices, which we want to use for running ACTS against QEMU machine. Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
- Feb 21, 2023
-
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
- Feb 20, 2023
-
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
Add openharmony-tools image for host hdc and xdevice tools Closes #65 See merge request eclipse/oniro-core/meta-openharmony!94
-
Esben Haabendal authored
openharmony-standard_3.0: allow devtool to properly unpack sources See merge request eclipse/oniro-core/meta-openharmony!95
-
Francesco Pham authored
regenerate patch from the ${S}/base/hiviewdfx/hilog patch directory, and apply the patch to the subdirectory. This allows `devtool modify openharmony standard` to properly apply the patch in the external workspace. Signed-off-by:
Francesco Pham <francesco.pham@huawei.com>
-
Francesco Pham authored
move OH_GRALLOC_TMP_DIR into the source directory and do not remove directory. This allows devtool to properly build openharmony-standard from external workspace. Signed-off-by:
Francesco Pham <francesco.pham@huawei.com>
-
Francesco Pham authored
instead of using the absolute path using the ${S} variable, use an relative subdir path to copy the display_device.c file in the source directory. This allows the correct build when using an external source directory, such as when using a devtool workspace. Signed-off-by:
Francesco Pham <francesco.pham@huawei.com>
-
Stefan Schmidt authored
Fix ActsFautLoggerTest Closes #84 See merge request eclipse/oniro-core/meta-openharmony!91
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
This recipe builds a simple Yocto SDK style bundle, initially containing hdc and xdevice tools. As such, it can be used for running ACTS testcases. Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Stefan Schmidt authored
openharmony-standard_3.0: install system haps in /system/app directory See merge request eclipse/oniro-core/meta-openharmony!93
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben@geanix.com>
-