From 3dca722ddb39e44f9788d7b82ec2c3f681de9857 Mon Sep 17 00:00:00 2001 From: Alexey-Ayupov <116575425+Alexey-Ayupov@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:47:06 +0100 Subject: [PATCH] [Ubuntu] Add systemd-coredump (#11120) --- images/ubuntu/scripts/tests/Apt.Tests.ps1 | 21 +++++++++++---------- images/ubuntu/toolsets/toolset-2004.json | 1 + images/ubuntu/toolsets/toolset-2204.json | 1 + images/ubuntu/toolsets/toolset-2404.json | 1 + 4 files changed, 14 insertions(+), 10 deletions(-) diff --git a/images/ubuntu/scripts/tests/Apt.Tests.ps1 b/images/ubuntu/scripts/tests/Apt.Tests.ps1 index d0596137..844f1cea 100644 --- a/images/ubuntu/scripts/tests/Apt.Tests.ps1 +++ b/images/ubuntu/scripts/tests/Apt.Tests.ps1 @@ -6,16 +6,17 @@ Describe "Apt" { It " is available" -TestCases $testCases { switch ($toolName) { - "acl" { $toolName = "getfacl"; break } - "aria2" { $toolName = "aria2c"; break } - "p7zip-full" { $toolName = "p7zip"; break } - "subversion" { $toolName = "svn"; break } - "sphinxsearch" { $toolName = "searchd"; break } - "binutils" { $toolName = "strings"; break } - "coreutils" { $toolName = "tr"; break } - "net-tools" { $toolName = "netstat"; break } - "mercurial" { $toolName = "hg"; break } - "findutils" { $toolName = "find"; break } + "acl" { $toolName = "getfacl"; break } + "aria2" { $toolName = "aria2c"; break } + "p7zip-full" { $toolName = "p7zip"; break } + "subversion" { $toolName = "svn"; break } + "sphinxsearch" { $toolName = "searchd"; break } + "binutils" { $toolName = "strings"; break } + "coreutils" { $toolName = "tr"; break } + "net-tools" { $toolName = "netstat"; break } + "mercurial" { $toolName = "hg"; break } + "findutils" { $toolName = "find"; break } + "systemd-coredump" { $toolName = "coredumpctl"; break } } (Get-Command -Name $toolName).CommandType | Should -BeExactly "Application" diff --git a/images/ubuntu/toolsets/toolset-2004.json b/images/ubuntu/toolsets/toolset-2004.json index 9ce39fca..13d83e55 100644 --- a/images/ubuntu/toolsets/toolset-2004.json +++ b/images/ubuntu/toolsets/toolset-2004.json @@ -202,6 +202,7 @@ "sshpass", "subversion", "sudo", + "systemd-coredump", "swig", "telnet", "time", diff --git a/images/ubuntu/toolsets/toolset-2204.json b/images/ubuntu/toolsets/toolset-2204.json index 0a45df9f..551526f7 100644 --- a/images/ubuntu/toolsets/toolset-2204.json +++ b/images/ubuntu/toolsets/toolset-2204.json @@ -201,6 +201,7 @@ "sshpass", "subversion", "sudo", + "systemd-coredump", "swig", "telnet", "time", diff --git a/images/ubuntu/toolsets/toolset-2404.json b/images/ubuntu/toolsets/toolset-2404.json index fa71fd06..f9d8d04f 100644 --- a/images/ubuntu/toolsets/toolset-2404.json +++ b/images/ubuntu/toolsets/toolset-2404.json @@ -172,6 +172,7 @@ "ssh", "sshpass", "sudo", + "systemd-coredump", "swig", "telnet", "time",