diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2024-02-13 12:33:51 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2024-02-13 14:28:06 +0100 |
commit | 82f4cfc971ef6a2e56b34227d9e0b1a594dc2265 (patch) | |
tree | b2e8512a807105627ff7f5dea117ee6e92247adf /test | |
parent | 422e68f569f374f697b84332f7e68c6fe5f7389f (diff) |
Add the ?security pattern
Diffstat (limited to 'test')
-rwxr-xr-x | test/integration/test-phased-updates-upgrade | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/integration/test-phased-updates-upgrade b/test/integration/test-phased-updates-upgrade index 518e39fed..3bee1dc86 100755 --- a/test/integration/test-phased-updates-upgrade +++ b/test/integration/test-phased-updates-upgrade @@ -72,6 +72,10 @@ phased-dep/unstable-updates 3 all [upgradable from: 1] phased-depends-ready-dep/unstable-updates 3 all [upgradable from: 1] phased/unstable-updates 3 all [upgradable from: 1]" apt list '?phasing' +testsuccessequal "Listing... +phased-security-same/unstable-security,unstable-updates 3 all [upgradable from: 1] +phased-security/unstable-updates 3 all [upgradable from: 1]" apt list '?security' + for always in APT::Get::Always-Include-Phased-Updates Update-Manager::Always-Include-Phased-Updates; do testsuccessequal "Reading package lists... Building dependency tree... |