mbox series

[ovs-dev,0/2] nft in tests.

Message ID 20240812121436.2982073-1-xsimonar@redhat.com
Headers show
Series nft in tests. | expand

Message

Xavier Simonart Aug. 12, 2024, 12:14 p.m. UTC
nft was used in some tests, while nft related packages might not be installed.

Xavier Simonart (2):
  tests: Skip some tests if nft not installed.
  ci: Add nftables to containers.

 tests/ovn-macros.at                    | 12 +++++++-----
 utilities/containers/fedora/Dockerfile |  1 +
 utilities/containers/ubuntu/Dockerfile |  1 +
 3 files changed, 9 insertions(+), 5 deletions(-)

Comments

Mark Michelson Aug. 14, 2024, 3:15 p.m. UTC | #1
I pushed this series to main, branch-24.09, branch-24.03, and branch-23.09.

On 8/12/24 08:14, Xavier Simonart wrote:
> nft was used in some tests, while nft related packages might not be installed.
> 
> Xavier Simonart (2):
>    tests: Skip some tests if nft not installed.
>    ci: Add nftables to containers.
> 
>   tests/ovn-macros.at                    | 12 +++++++-----
>   utilities/containers/fedora/Dockerfile |  1 +
>   utilities/containers/ubuntu/Dockerfile |  1 +
>   3 files changed, 9 insertions(+), 5 deletions(-)
>