Add an integration tests plugin
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Fri, 26 Aug 2016 02:31:39 +0000 (22:31 -0400)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Fri, 26 Aug 2016 20:17:17 +0000 (16:17 -0400)
commitfb096ff3b0b2c3598050019ea8b153e5a47adf6f
tree71a093cf37383be41af5e41fbd349f7a1e42eb60
parent4eebea10fc57f4a28c45fcce0ce4f5a76b3d7932
Add an integration tests plugin

This plugin will contain tests that possibly require many "leaf" dependencies
and that are not unit tests but instead fuller scenarios. For example,
it might test importing UST and Kernel traces together in one operation
and test for name clashes. Therefore it is not a unit test for UST or
Kernel.

The plugin is not added in the parent pom.xml for now as it would fail
because it does not have a test yet.

Change-Id: I6f3af925700b78adbca04dbdf4017f59581ae9e4
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/79789
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
13 files changed:
releng/org.eclipse.tracecompass.integration.swtbot.tests/.classpath [new file with mode: 0644]
releng/org.eclipse.tracecompass.integration.swtbot.tests/.gitignore [new file with mode: 0644]
releng/org.eclipse.tracecompass.integration.swtbot.tests/.project [new file with mode: 0644]
releng/org.eclipse.tracecompass.integration.swtbot.tests/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
releng/org.eclipse.tracecompass.integration.swtbot.tests/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
releng/org.eclipse.tracecompass.integration.swtbot.tests/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
releng/org.eclipse.tracecompass.integration.swtbot.tests/.settings/org.eclipse.jdt.ui.prefs [new file with mode: 0644]
releng/org.eclipse.tracecompass.integration.swtbot.tests/.settings/org.eclipse.pde.prefs [new file with mode: 0644]
releng/org.eclipse.tracecompass.integration.swtbot.tests/META-INF/MANIFEST.MF [new file with mode: 0644]
releng/org.eclipse.tracecompass.integration.swtbot.tests/about.html [new file with mode: 0644]
releng/org.eclipse.tracecompass.integration.swtbot.tests/build.properties [new file with mode: 0644]
releng/org.eclipse.tracecompass.integration.swtbot.tests/plugin.properties [new file with mode: 0644]
releng/org.eclipse.tracecompass.integration.swtbot.tests/swtbot-test-plugin.properties [new file with mode: 0644]
This page took 0.024405 seconds and 5 git commands to generate.