aboutsummaryrefslogtreecommitdiffstats
path: root/ui-ci/src/main/java/org/openecomp/sdc/ci/tests/execute/setup/DriverFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'ui-ci/src/main/java/org/openecomp/sdc/ci/tests/execute/setup/DriverFactory.java')
-rw-r--r--ui-ci/src/main/java/org/openecomp/sdc/ci/tests/execute/setup/DriverFactory.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui-ci/src/main/java/org/openecomp/sdc/ci/tests/execute/setup/DriverFactory.java b/ui-ci/src/main/java/org/openecomp/sdc/ci/tests/execute/setup/DriverFactory.java
index 7d0d77acfa..00c9ff4db4 100644
--- a/ui-ci/src/main/java/org/openecomp/sdc/ci/tests/execute/setup/DriverFactory.java
+++ b/ui-ci/src/main/java/org/openecomp/sdc/ci/tests/execute/setup/DriverFactory.java
@@ -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() {