Lttng: smoke test
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Wed, 6 Nov 2013 20:12:37 +0000 (15:12 -0500)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Wed, 15 Jan 2014 21:20:20 +0000 (16:20 -0500)
commitffa8146c15dea8e6b40f9110c810a5995188ab73
treeb1f51c0af7815657511f8af6a4e677236ca3fd46
parente6d4bff015c430d72d50d85c37b35cb7f81ebfdf
Lttng: smoke test

This is a sample of how to make a test using SWTBOT.
It should be a useful stepping stone to gain test
case coverage and control what we're reading.

The test features:
* opening a trace
* navigation in a trace
* testing lttng kernel perspective

What would be nice to have:
* closing a trace
* test views more thoroughly
* all the other functional test on all the trace types!

Change-Id: I2cb6b7a7f5a78206dfa8429f4e0111249ae9d933
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/18154
18 files changed:
org.eclipse.linuxtools.lttng2.kernel.ui.swtbot.tests/.classpath [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui.swtbot.tests/.gitignore [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui.swtbot.tests/.project [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui.swtbot.tests/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui.swtbot.tests/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui.swtbot.tests/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui.swtbot.tests/.settings/org.eclipse.jdt.ui.prefs [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui.swtbot.tests/.settings/org.eclipse.pde.api.tools.prefs [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui.swtbot.tests/.settings/org.eclipse.pde.prefs [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui.swtbot.tests/META-INF/MANIFEST.MF [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui.swtbot.tests/about.html [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui.swtbot.tests/build.properties [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui.swtbot.tests/plugin.properties [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui.swtbot.tests/pom.xml [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui.swtbot.tests/src/org/eclipse/linuxtools/lttng2/kernel/ui/swtbot/tests/AllTests.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui.swtbot.tests/src/org/eclipse/linuxtools/lttng2/kernel/ui/swtbot/tests/ImportAndReadKernelSmokeTest.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui/META-INF/MANIFEST.MF
pom.xml
This page took 0.027352 seconds and 5 git commands to generate.