File: README.md

package info (click to toggle)
golang-github-newrelic-go-agent 3.15.2-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 8,356 kB
  • sloc: sh: 65; makefile: 6
file content (6 lines) | stat: -rw-r--r-- 318 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
These tests cover parsing of Docker container IDs on Linux hosts out of
`/proc/self/cgroup` (or `/proc/<pid>/cgroup` more generally).

The `cases.json` file lists each filename in this directory containing
example `/proc/self/cgroup` content, and the expected Docker container ID that
should be parsed from that file.