ACK: [ACT][PATCH] ubuntu_boot: fix typpo in TestRevocationList class name

Sean Feole sean.feole at canonical.com
Mon Aug 23 17:25:07 UTC 2021


ACK +1,

Thanks for providing this quick fix

Both patches were tested by Dimitri and results were provided in mattermost

Sean

On 8/23/21 1:16 PM, Dimitri John Ledkov wrote:
> Signed-off-by: Dimitri John Ledkov <dimitri.ledkov at canonical.com>
> ---
>   ubuntu_boot/kernel_revocation_list.py | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/ubuntu_boot/kernel_revocation_list.py b/ubuntu_boot/kernel_revocation_list.py
> index fbe122a0ba..dbd4294658 100755
> --- a/ubuntu_boot/kernel_revocation_list.py
> +++ b/ubuntu_boot/kernel_revocation_list.py
> @@ -6,7 +6,7 @@ import subprocess
>   import unittest
>   
>   
> -class RestRevocationList(unittest.TestCase):
> +class TestRevocationList(unittest.TestCase):
>       @classmethod
>       def setUpClass(cls):
>           config_file = "/boot/config-" + os.uname()[2]



More information about the kernel-team mailing list