Add 'log4j2' domain tests to the Log4j 2.x agent
[lttng-ust-java-tests.git] / lttng-ust-java-tests-jul / src / test / java / org / lttng / ust / agent / integration / filter / JulFilterListenerIT.java
index 04f04ec48c45666a215117f818c6166712239d73..9b3eeea4edd4f10e678325fdc2352b05e7b92113 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.jul.LttngLogHandler;
@@ -33,6 +34,8 @@ import org.lttng.ust.agent.utils.JulTestUtils;
  *
  * @author Alexandre Montplaisir
  */
+@Tag("agent:jul")
+@Tag("domain:jul")
 public class JulFilterListenerIT extends FilterListenerITBase {
 
     /**
@@ -65,5 +68,4 @@ public class JulFilterListenerIT extends FilterListenerITBase {
     protected ILogLevelStrings getLogLevelStrings() {
         return ILogLevelStrings.JUL_LOGLEVEL_STRINGS;
     }
-
 }
This page took 0.023136 seconds and 4 git commands to generate.