From 3da36a86dab620b29032612e108e47ebfcc3aeff Mon Sep 17 00:00:00 2001 From: Zhiwei Liang Date: Fri, 15 May 2026 13:00:29 -0400 Subject: [PATCH] fix: update test image from Ubuntu to Arch in SSH integration tests --- tests/integration/ssh/test_plugin_ssh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/ssh/test_plugin_ssh.py b/tests/integration/ssh/test_plugin_ssh.py index e8b765735..a1953fd6b 100644 --- a/tests/integration/ssh/test_plugin_ssh.py +++ b/tests/integration/ssh/test_plugin_ssh.py @@ -16,7 +16,7 @@ ) TEST_REGION = get_random_region_with_caps(required_capabilities=["Linodes"]) -TEST_IMAGE = "linode/ubuntu24.10" +TEST_IMAGE = "linode/arch" TEST_TYPE = "g6-nanode-1" TEST_ROOT_PASS = "r00tp@ss!long-long-and-longer"