go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/_motor/platform/detector/testdata/detect-rhel-7.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/redhat-release"]
    11  content = "Red Hat Enterprise Linux Server release 7.2 (Maipo)"
    12  
    13  [files."/etc/os-release"]
    14  content = """
    15  NAME="Red Hat Enterprise Linux Server"
    16  VERSION="7.2 (Maipo)"
    17  ID="rhel"
    18  ID_LIKE="fedora"
    19  VERSION_ID="7.2"
    20  PRETTY_NAME="Red Hat Enterprise Linux Server 7.2 (Maipo)"
    21  ANSI_COLOR="0;31"
    22  CPE_NAME="cpe:/o:redhat:enterprise_linux:7.2:GA:server"
    23  HOME_URL="https://www.redhat.com/"
    24  BUG_REPORT_URL="https://bugzilla.redhat.com/"
    25  
    26  REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 7"
    27  REDHAT_BUGZILLA_PRODUCT_VERSION=7.2
    28  REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
    29  REDHAT_SUPPORT_PRODUCT_VERSION="7.2"
    30  """