diff --git a/images/ubuntu/scripts/tests/Apt.Tests.ps1 b/images/ubuntu/scripts/tests/Apt.Tests.ps1 index d0596137d..844f1ceae 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 9ce39fca2..13d83e551 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 0a45df9fc..551526f79 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 fa71fd067..f9d8d04ff 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",