go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/_motor/platform/detector/testdata/detect-windriver7.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 = "3.14.23-WR7.0.0.2_standard"
     9  
    10  [files."/etc/os-release"]
    11  content = """
    12  ID=wrlinux
    13  NAME=Wind River Linux
    14  VERSION=7.0.0.2
    15  VERSION_ID=7.0.0.2
    16  PRETTY_NAME=Wind River Linux 7.0.0.2
    17  """