go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/_motor/platform/detector/testdata/detect-photon3.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/photon-release"]
    11  content = """
    12  VMware Photon OS 3.0
    13  PHOTON_BUILD_NUMBER=49d932d
    14  """
    15  
    16  [files."/etc/os-release"]
    17  content = """
    18  NAME="VMware Photon OS"
    19  VERSION="3.0"
    20  ID=photon
    21  VERSION_ID=3.0
    22  PRETTY_NAME="VMware Photon OS/Linux"
    23  ANSI_COLOR="1;34"
    24  HOME_URL="https://vmware.github.io/photon/"
    25  BUG_REPORT_URL="https://github.com/vmware/photon/issues"
    26  """