From b4137ffb4d290162819f0fd252a87c1a20694cfa Mon Sep 17 00:00:00 2001 From: Wally Huang Date: Thu, 3 Aug 2023 10:18:03 +0800 Subject: [PATCH] fix(iOS): reset wda local port to 8100 Signed-off-by: Wally Huang --- src/test/java/org/cloud/sonic/driver/ios/IOSDriverTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/cloud/sonic/driver/ios/IOSDriverTest.java b/src/test/java/org/cloud/sonic/driver/ios/IOSDriverTest.java index 451c431..c41aaf3 100644 --- a/src/test/java/org/cloud/sonic/driver/ios/IOSDriverTest.java +++ b/src/test/java/org/cloud/sonic/driver/ios/IOSDriverTest.java @@ -37,7 +37,7 @@ @RunWith(Parameterized.class) public class IOSDriverTest { static IOSDriver iosDriver; - static String url = "http://localhost:8827"; + static String url = "http://localhost:8100"; @Parameterized.Parameters public static Object[][] data() {