go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/providers/os/resources/kernel/testdata/amznlinux1.toml (about)

     1  
     2  [commands."uname -r"]
     3  stdout = "4.14.193-113.317.amzn1.x86_64"
     4  
     5  [commands."uname -s"]
     6  stdout = "Linux"
     7  
     8  [commands."uname -m"]
     9  stdout = "x86_64"
    10  
    11  [files."/etc/os-release"]
    12  content = """
    13  NAME="Amazon Linux AMI"
    14  VERSION="2018.03"
    15  ID="amzn"
    16  ID_LIKE="rhel fedora"
    17  VERSION_ID="2018.03"
    18  PRETTY_NAME="Amazon Linux AMI 2018.03"
    19  ANSI_COLOR="0;33"
    20  CPE_NAME="cpe:/o:amazon:linux:2018.03:ga"
    21  HOME_URL="http://aws.amazon.com/amazon-linux-ami/"
    22  """
    23  
    24  [files."/proc/version"]
    25  content = "Linux version 4.14.193-113.317.amzn1.x86_64 (mockbuild@koji-pdx-corp-builder-60005) (gcc version 7.2.1 20170915 (Red Hat 7.2.1-2) (GCC)) #1 SMP Thu Sep 3 19:08:08 UTC 2020"
    26  
    27  [files."/proc/cmdline"]
    28  content = "root=LABEL=/ console=tty1 console=ttyS0 selinux=0 nvme_core.io_timeout=4294967295"
    29  
    30  
    31  [commands."/sbin/lsmod"]
    32  stdout = """Module                  Size  Used by
    33  ipv6                  516096  54
    34  crc_ccitt              16384  1 ipv6
    35  binfmt_misc            20480  1
    36  mousedev               24576  0
    37  evdev                  20480  3
    38  psmouse                32768  0
    39  button                 16384  0
    40  ext4                  724992  1
    41  crc16                  16384  1 ext4
    42  mbcache                16384  1 ext4
    43  jbd2                  126976  1 ext4
    44  fscrypto               32768  1 ext4
    45  xen_blkfront           49152  2
    46  ata_piix               36864  0
    47  libata                266240  1 ata_piix
    48  scsi_mod              245760  1 libata
    49  dm_mirror              28672  0
    50  dm_region_hash         20480  1 dm_mirror
    51  dm_log                 20480  2 dm_region_hash,dm_mirror
    52  dm_mod                139264  2 dm_log,dm_mirror
    53  dax                    69632  1 dm_mod
    54  """