go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/_motor/platform/detector/testdata/detect-ubuntu1604.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="Ubuntu"
    13  VERSION="16.04.4 LTS (Xenial Xerus)"
    14  ID=ubuntu
    15  ID_LIKE=debian
    16  PRETTY_NAME="Ubuntu 16.04.4 LTS"
    17  VERSION_ID="16.04"
    18  HOME_URL="http://www.ubuntu.com/"
    19  SUPPORT_URL="http://help.ubuntu.com/"
    20  BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
    21  VERSION_CODENAME=xenial
    22  UBUNTU_CODENAME=xenial
    23  """
    24  
    25  [files."/etc/lsb-release"]
    26  content = """
    27  DISTRIB_ID=Ubuntu
    28  DISTRIB_RELEASE=16.04
    29  DISTRIB_CODENAME=xenial
    30  DISTRIB_DESCRIPTION="Ubuntu 16.04.4 LTS"
    31  """