mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
* tests:new perf test to install many snaps with --no-wait and check changes Install different snaps many times based on arch availability. In this scenario all the snaps are installed in parallel and the test checks the system can handel all the installs and remains active. * performance tests reorganization To avoid executing perf tests when the nested tests are executed, the tests have been moved under tests/perf tests/perf/main -> suite with the tests executed in the target device tests/perf/nested -> suite with the tests executed in a nested environment * Update tests/perf/nested/install-many-snaps-no-wait/task.yaml Co-authored-by: Miguel Pires <miguelpires94@gmail.com> * Update tests/perf/nested/install-many-snaps-no-wait/task.yaml Co-authored-by: Miguel Pires <miguelpires94@gmail.com> * Update tests/perf/main/install-many-snaps-no-wait/task.yaml Co-authored-by: Miguel Pires <miguelpires94@gmail.com> * improve logs check and fixes based on review comments * addressing review comments --------- Co-authored-by: Miguel Pires <miguelpires94@gmail.com>