From 2e815741852bcdf4fcbe5e4f08ad1d9b1cc8bd48 Mon Sep 17 00:00:00 2001 From: Marek Blaha Date: Wed, 2 Aug 2023 18:06:40 +0200 Subject: [PATCH] updateinfo: Enable implemented tests for dnfdaemon --- dnf-behave-tests/dnf/updateinfo.feature | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/dnf-behave-tests/dnf/updateinfo.feature b/dnf-behave-tests/dnf/updateinfo.feature index 8f3abc05d..d7a7352d6 100644 --- a/dnf-behave-tests/dnf/updateinfo.feature +++ b/dnf-behave-tests/dnf/updateinfo.feature @@ -6,8 +6,7 @@ Background: Given I use repository "dnf-ci-fedora" -@wip -@dnfdaemon +@dnf5daemon Scenario: Listing available updates When I execute dnf with args "install glibc flac" Then Transaction is following @@ -103,6 +102,7 @@ Scenario: updateinfo --summary available when there is an available update (dnf4 """ +@dnf5daemon Scenario: advisory info When I execute dnf with args "install glibc flac" Then the exit code is 0 @@ -206,6 +206,7 @@ Scenario: updateinfo info security (when there's nothing to report) (dnf4 compat """ +@dnf5daemon Scenario: advisory info security (when there's nothing to report) When I execute dnf with args "install glibc flac" Then the exit code is 0 @@ -218,6 +219,7 @@ Scenario: advisory info security (when there's nothing to report) """ +@dnf5daemon Scenario: advisory list When I execute dnf with args "install glibc flac" Then the exit code is 0 @@ -254,6 +256,7 @@ Scenario: updateinfo --list (dnf4 compat) """ +@dnf5daemon Scenario: advisory list all security Given I use repository "dnf-ci-fedora-updates-testing" When I execute dnf with args "install glibc flac CQRlib" @@ -269,6 +272,7 @@ Scenario: advisory list all security """ +@dnf5daemon Scenario: advisory list updates When I execute dnf with args "install glibc flac" Then the exit code is 0 @@ -287,6 +291,7 @@ Scenario: advisory list updates """ +@dnf5daemon Scenario: advisory list installed When I execute dnf with args "install glibc flac" Then the exit code is 0 @@ -304,6 +309,7 @@ Scenario: advisory list installed """ +@dnf5daemon Scenario: advisory list available enhancement When I execute dnf with args "install glibc flac" Then the exit code is 0 @@ -320,6 +326,7 @@ Scenario: advisory list available enhancement """ +@dnf5daemon Scenario: advisory list all bugfix When I execute dnf with args "install glibc flac" Then the exit code is 0 @@ -334,6 +341,7 @@ Scenario: advisory list all bugfix """ +@dnf5daemon Scenario Outline: advisory list updates plus