From 8fd71dcd718efbe2b60d965b19c652c09c7b63b4 Mon Sep 17 00:00:00 2001 From: Andreas Hasenack Date: Tue, 26 Mar 2024 15:10:57 -0300 Subject: [PATCH] TEST: apt_messages.feature: run apt_news tests on aws too, let's see what happens... --- features/apt_messages.feature | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/features/apt_messages.feature b/features/apt_messages.feature index 2bf8e017a7..2ef7f85f7a 100644 --- a/features/apt_messages.feature +++ b/features/apt_messages.feature @@ -642,12 +642,16 @@ Feature: APT Messages | release | machine_type | | xenial | lxd-container | | xenial | lxd-vm | + | xenial | aws.generic | | bionic | lxd-container | | bionic | lxd-vm | + | bionic | aws.generic | | focal | lxd-container | | focal | lxd-vm | + | focal | aws.generic | | jammy | lxd-container | | jammy | lxd-vm | + | jammy | aws.generic | | mantic | lxd-container | | mantic | lxd-vm |