Add 'log4j2' domain tests to the Log4j 2.x agent
[lttng-ust-java-tests.git] / lttng-ust-java-tests-log4j / src / test / java / org / lttng / ust / agent / integration / filter / Log4jFilterListenerIT.java
index cc55f406cb0ce5b9df2cf0c595f2d3a55f12f4c1..d4e5aa67f81331677a78b315c810bccfb17e5bb7 100644 (file)
@@ -22,6 +22,7 @@ import java.io.IOException;
 
 import org.junit.jupiter.api.AfterAll;
 import org.junit.jupiter.api.BeforeAll;
+import org.junit.jupiter.api.Tag;
 import org.lttng.tools.ILttngSession;
 import org.lttng.ust.agent.ILttngHandler;
 import org.lttng.ust.agent.log4j.LttngLogAppender;
@@ -33,6 +34,8 @@ import org.lttng.ust.agent.utils.Log4jTestUtils;
  *
  * @author Alexandre Montplaisir
  */
+@Tag("agent:log4j")
+@Tag("domain:log4j")
 public class Log4jFilterListenerIT extends FilterListenerITBase {
 
     /**
@@ -65,5 +68,4 @@ public class Log4jFilterListenerIT extends FilterListenerITBase {
     protected ILogLevelStrings getLogLevelStrings() {
         return ILogLevelStrings.LOG4J_LOGLEVEL_STRINGS;
     }
-
 }
This page took 0.023353 seconds and 4 git commands to generate.