Re: [PATCH 3/3] toaster:update jquery and functional tests waiting time

"Marlon Rodriguez Garcia" <[email protected]> Thu, 12 Oct 2023 07:00:47 -0700
Newsgroups org.yoctoproject.lists.toaster
Message-ID <[email protected]>
Helllo
The time values were added because after executing click actions in the test procedures some time the next screen takes a few seconds to load, in order to ensure the next element in the test execution is ready a waiting time was added

Bootstrap was updated to version 3.3.7 to fix compatibility errors with the new jquery version

The update of the test suite is an active element we are currently working on, at this moment some of test fails mostly related to builds, to run the test suite for toaster you can use the following command from the build directory on poky:
*EVENTREPLAY_DIR=./ TOASTER_BUILDSERVER=1 DJANGO_SETTINGS_MODULE=toastermain.settings_test ../bitbake/lib/toaster/manage.py test tests.db tests.commands tests.browser tests.functional tests.views*

For the purpose of this patch the test targeted were the once under the functional folder

I will make sure to add more details in future patches, thanks