test: fix failed cases

This commit is contained in:
ReaJason
2025-12-08 01:43:41 +08:00
parent 772a8b5cb0
commit c5cdb03a9f
4 changed files with 53 additions and 1 deletions
@@ -412,6 +412,10 @@ public class ShellAssertion {
Pair<String, String> urls = ShellAssertion.getUrls(url, shellType, shellTool, packer);
String shellUrl = urls.getLeft();
String urlPattern = urls.getRight();
if (urlPattern != null) {
shellUrl += "testProbe";
urlPattern += "testProbe";
}
ShellConfig shellConfig = ShellConfig.builder()
.server(server)
.serverVersion(serverVersion)