[sdc] update code of sdc
[sdc.git] / ui-ci / src / main / java / org / openecomp / sdc / ci / tests / execute / setup / DriverFactory.java
index 7d0d77a..00c9ff4 100644 (file)
@@ -95,6 +95,9 @@ public class DriverFactory {
                        if (webDriverThread.getDriver() != null)
                                webDriverThread.quitDriver();
                }
+               
+               MobProxy.removeAllProxyServers();
+               
                deleteDownloadDirs();
        }
 
@@ -111,6 +114,7 @@ public class DriverFactory {
                driverThread.get().quitDriver();
                driverThread.remove();
                WindowTestManager.removeWindowTest();
+               MobProxy.removePoxyServer();
        }
 
        public static Config getConfig() {