go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/_motor/platform/detector/testdata/detect-suse-sles-15.toml (about) 1 [commands."uname -s"] 2 stdout = "Linux" 3 4 [commands."uname -m"] 5 stdout = "x86_64" 6 7 [commands."uname -r"] 8 stdout = "4.9.125-linuxkit" 9 10 [files."/etc/os-release"] 11 content = """ 12 NAME="SLES" 13 VERSION="15-SP1" 14 VERSION_ID="15.1" 15 PRETTY_NAME="SUSE Linux Enterprise Server 15 SP1" 16 ID="sles" 17 ID_LIKE="suse" 18 ANSI_COLOR="0;32" 19 CPE_NAME="cpe:/o:suse:sles:15:sp1" 20 """