diff options
author | Ryan D. Brooks | 2019-01-15 18:16:15 +0000 |
---|---|---|
committer | Ryan D. Brooks | 2020-12-15 21:45:01 +0000 |
commit | 19a60bf13717056d81cd678c679af53ea96c071c (patch) | |
tree | e044903f78cf2da02a0b475cc7559aa23b546b0a | |
parent | 72b57e7de469cfc892d40ae2b6c2d292bf7a5653 (diff) | |
download | org.eclipse.osee-19a60bf13717056d81cd678c679af53ea96c071c.tar.gz org.eclipse.osee-19a60bf13717056d81cd678c679af53ea96c071c.tar.xz org.eclipse.osee-19a60bf13717056d81cd678c679af53ea96c071c.zip |
refinement: Create launch config for ORCS REST integration tests
Change-Id: I4f5586bdae5744f759685370a252ed96b23d3383
-rw-r--r-- | plugins/org.eclipse.osee.orcs.rest.test/OrcsRest_Integration_PluginTestSuite.launch | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.orcs.rest.test/OrcsRest_Integration_PluginTestSuite.launch b/plugins/org.eclipse.osee.orcs.rest.test/OrcsRest_Integration_PluginTestSuite.launch new file mode 100644 index 00000000000..9572ac52b00 --- /dev/null +++ b/plugins/org.eclipse.osee.orcs.rest.test/OrcsRest_Integration_PluginTestSuite.launch @@ -0,0 +1,53 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<launchConfiguration type="org.eclipse.pde.ui.JunitLaunchConfig"> +<setAttribute key="additional_plugins"/> +<booleanAttribute key="append.args" value="true"/> +<stringAttribute key="application" value="org.eclipse.pde.junit.runtime.coretestapplication"/> +<booleanAttribute key="askclear" value="false"/> +<booleanAttribute key="automaticAdd" value="true"/> +<booleanAttribute key="automaticValidate" value="true"/> +<stringAttribute key="bootstrap" value=""/> +<stringAttribute key="checked" value="[NONE]"/> +<booleanAttribute key="clearConfig" value="true"/> +<booleanAttribute key="clearws" value="true"/> +<booleanAttribute key="clearwslog" value="false"/> +<stringAttribute key="configLocation" value="${workspace_loc}/.metadata/.plugins/org.eclipse.pde.core/OrcsRest_Integration_PluginTestSuite"/> +<booleanAttribute key="default" value="false"/> +<stringAttribute key="featureDefaultLocation" value="workspace"/> +<stringAttribute key="featurePluginResolution" value="workspace"/> +<booleanAttribute key="includeOptional" value="true"/> +<stringAttribute key="location" value="${workspace_loc}/../junit-workspace"/> +<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> +<listEntry value="/org.eclipse.osee.orcs.rest.test/src/org/eclipse/osee/orcs/rest/OrcsRest_Integration_TestSuite.java"/> +</listAttribute> +<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"> +<listEntry value="1"/> +</listAttribute> +<stringAttribute key="org.eclipse.jdt.junit.CONTAINER" value=""/> +<booleanAttribute key="org.eclipse.jdt.junit.KEEPRUNNING_ATTR" value="false"/> +<stringAttribute key="org.eclipse.jdt.junit.TESTNAME" value=""/> +<stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit4"/> +<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> +<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.osee.orcs.rest.OrcsRest_Integration_TestSuite"/> +<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl} -console -consoleLog -noexit"/> +<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.osee.orcs.rest.test"/> +<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.pde.ui.workbenchClasspathProvider"/> +<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xms40m -Xmx384m -Dosee.log.default=INFO -DNequinox.ds.print=true -DNequinox.ds.debug=true -Dlogback.configurationFile=C:/UserData/logback-dev.xml -Dosee.version=DEVELOPMENT -Dosee.proxy.bypass.enabled=true -Dcm.config.uri="${project_loc:org.eclipse.osee.support.config}/launchConfig/osee.hsql.json""/> +<stringAttribute key="pde.version" value="3.3"/> +<stringAttribute key="product" value="org.eclipse.osee.framework.ui.product.osee"/> +<booleanAttribute key="run_in_ui_thread" value="false"/> +<setAttribute key="selected_features"> +<setEntry value="org.eclipse.osee.core.server.external.feature:default"/> +<setEntry value="org.eclipse.osee.core.server.feature:default"/> +<setEntry value="org.eclipse.osee.orcs.feature:default"/> +<setEntry value="org.eclipse.osee.server.external.feature:default"/> +<setEntry value="org.eclipse.osee.server.feature:default"/> +<setEntry value="org.eclipse.osee.server.legacy.feature:default"/> +</setAttribute> +<booleanAttribute key="show_selected_only" value="false"/> +<booleanAttribute key="tracing" value="false"/> +<booleanAttribute key="useCustomFeatures" value="true"/> +<booleanAttribute key="useDefaultConfig" value="true"/> +<booleanAttribute key="useDefaultConfigArea" value="true"/> +<booleanAttribute key="useProduct" value="false"/> +</launchConfiguration> |