mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
* run-checks: skip high-level tests requirement for interfaces with a standalone test
interfaces-many-{core,snap}-provided tests are doing minimal testing for
all interfaces. This became one of the slowest tests that it started to timeout.
A check is added to relax the requirement for high-level tests and
skip if a standalone test already exists for the interface which at
least connects and disconnects the interface.
The requirement can be relaxed further in the future to skip the
connect/disconnect checks allowing more tests to be skipped.
Signed-off-by: Zeyad Gouda <zeyad.gouda@canonical.com>
* run-checks: relax interface checks and error on redundant tests
Signed-off-by: Zeyad Gouda <zeyad.gouda@canonical.com>
* tests: s/interfaces-input/interfaces-raw-input
Signed-off-by: Zeyad Gouda <zeyad.gouda@canonical.com>
---------
Signed-off-by: Zeyad Gouda <zeyad.gouda@canonical.com>