new ui sanity docker
[sdc.git] / test-apis-ci / src / main / java / org / openecomp / sdc / ci / tests / config / Config.java
index 590297e..9f7043d 100644 (file)
@@ -94,6 +94,7 @@ public class Config {
        private boolean useBrowserMobProxy;
        private String sdcHttpMethod;
        private String localDataCenter;
+       private boolean uiSimulator;
 
        public String getLocalDataCenter() {
                return localDataCenter;
@@ -198,6 +199,14 @@ public class Config {
                return config;
        }
 
+       public boolean isUiSimulator() {
+               return uiSimulator;
+       }
+
+       public void setUiSimulator(boolean uiSimulator) {
+               this.uiSimulator = uiSimulator;
+       }
+
        private static void setPackagesAndBugs(String path, Config config) throws IOException {
 
                int separator = Math.max(path.lastIndexOf("\\"), path.lastIndexOf("/"));