2022-04-26 19:02:53 +00:00
|
|
|
summary: Basic smoke test
|
2022-08-25 07:38:51 +00:00
|
|
|
discover:
|
|
|
|
how: shell
|
|
|
|
tests:
|
|
|
|
- name: /smoke/log-events
|
|
|
|
test: |
|
|
|
|
PATH=/usr/lib/jvm/java-1.8.0-openjdk/bin:${PATH}
|
|
|
|
javac -cp /usr/share/java/disruptor.jar plans/Smoke.java
|
|
|
|
java -cp /usr/share/java/disruptor.jar:plans Smoke
|
2022-04-26 19:02:53 +00:00
|
|
|
prepare:
|
|
|
|
how: install
|
|
|
|
package: java-1.8.0-openjdk-devel
|
|
|
|
execute:
|
2022-08-25 07:38:51 +00:00
|
|
|
how: tmt
|