Skip to content

Commit db7f30d

Browse files
author
Bryan Latten
committed
Tests: added 8.0-variant startup
1 parent bfff442 commit db7f30d

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
file:
2+
/etc/php/8.0/mods-available/newrelic.ini:
3+
exists: true
4+
mode: "0644"
5+
filetype: file # file, symlink, directory
6+
contains: # Check file content for these patterns
7+
- '/^newrelic.transaction_tracer.enabled = true/'
8+
- '/^newrelic.distributed_tracing_enabled = true/'
9+
- '/^newrelic.loglevel = \"verbosedebug\"/'
10+
- '/^newrelic.daemon.loglevel = \"verbosedebug\"/'
11+
- '/^newrelic.special=debug_autorum/'
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
file:
2+
/goss/docker_output.log:
3+
exists: true
4+
filetype: file # file, symlink, directory
5+
contains: # Check file content for these patterns
6+
- '/launching...$/'

0 commit comments

Comments
 (0)