Advertisement
rohankanojia

Untitled

Sep 9th, 2020 (edited)
1,021
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.96 KB | None | 0 0
  1. You have access to 59 projects, the list has been suppressed. You can list all projects with 'oc projects'
  2.  
  3. Using project "rokumar".
  4. systemtest : $ mvn test -Dtest="io.strimzi.systemtest.metrics.MetricsST"
  5. [INFO] Scanning for projects...
  6. [INFO]
  7. [INFO] -----------------------< io.strimzi:systemtest >------------------------
  8. [INFO] Building systemtest 0.20.0-SNAPSHOT
  9. [INFO] --------------------------------[ jar ]---------------------------------
  10. [INFO]
  11. [INFO] --- maven-checkstyle-plugin:3.1.0:check (validate) @ systemtest ---
  12. [INFO] Starting audit...
  13. Audit done.
  14. [INFO]
  15. [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-banned-dependencies) @ systemtest ---
  16. [INFO]
  17. [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ systemtest ---
  18. [INFO] surefireArgLine set to -javaagent:/home/rohaan/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/rohaan/work/repos/strimzi-kafka-operator/systemtest/target/jacoco.exec
  19. [INFO]
  20. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ systemtest ---
  21. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  22. [INFO] Copying 4 resources
  23. [INFO] Copying 2 resources
  24. [INFO]
  25. [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ systemtest ---
  26. [INFO] Nothing to compile - all classes are up to date
  27. [INFO]
  28. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ systemtest ---
  29. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  30. [INFO] Copying 46 resources
  31. [INFO]
  32. [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ systemtest ---
  33. [INFO] Nothing to compile - all classes are up to date
  34. [INFO]
  35. [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ systemtest ---
  36. [INFO]
  37. [INFO] -------------------------------------------------------
  38. [INFO]  T E S T S
  39. [INFO] -------------------------------------------------------
  40. [INFO] Running io.strimzi.systemtest.metrics.MetricsST
  41.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement