go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/providers/os/id/hostname/testdata/hostname_linux.toml (about)

     1  [commands."hostname"]
     2  stdout="abefed34cc9c"
     3  
     4  [commands."uname -s"]
     5  stdout = "Linux"
     6  
     7  [commands."uname -m"]
     8  stdout = "x86_64"
     9  
    10  [commands."uname -r"]
    11  stdout = "4.9.125-linuxkit"
    12  
    13  [files."/etc/redhat-release"]
    14  content = "Red Hat Enterprise Linux Server release 7.2 (Maipo)"
    15  
    16  [files."/etc/os-release"]
    17  content = """
    18  NAME="Red Hat Enterprise Linux Server"
    19  VERSION="7.2 (Maipo)"
    20  ID="rhel"
    21  ID_LIKE="fedora"
    22  VERSION_ID="7.2"
    23  PRETTY_NAME="Red Hat Enterprise Linux Server 7.2 (Maipo)"
    24  ANSI_COLOR="0;31"
    25  CPE_NAME="cpe:/o:redhat:enterprise_linux:7.2:GA:server"
    26  HOME_URL="https://www.redhat.com/"
    27  BUG_REPORT_URL="https://bugzilla.redhat.com/"
    28  
    29  REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 7"
    30  REDHAT_BUGZILLA_PRODUCT_VERSION=7.2
    31  REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
    32  REDHAT_SUPPORT_PRODUCT_VERSION="7.2"
    33  """