go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/_motor/platform/detector/testdata/detect-arch-vm.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="Arch Linux"
    13  PRETTY_NAME="Arch Linux"
    14  ID=arch
    15  ID_LIKE=archlinux
    16  ANSI_COLOR="0;36"
    17  HOME_URL="https://www.archlinux.org/"
    18  SUPPORT_URL="https://bbs.archlinux.org/"
    19  BUG_REPORT_URL="https://bugs.archlinux.org/"
    20  """
    21  
    22  [files."/etc/arch-release"]
    23  content = ""