We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfff442 commit db7f30dCopy full SHA for db7f30d
runtime-tests/newrelic/8.0/goss.yaml
@@ -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/'
runtime-tests/startup/8.0/goss.yaml
@@ -0,0 +1,6 @@
+ /goss/docker_output.log:
+ - '/launching...$/'
0 commit comments