aws: Add regression test for AWS on KVM on ARM architecture.
[virt-what.git] / tests / aws-kvm-arm / sbin / dmidecode
1 #!/bin/sh -
2 cat <<'EOF'
3 # dmidecode 3.1
4 Getting SMBIOS data from sysfs.
5 SMBIOS 2.7 present.
6 5 structures occupying 233 bytes.
7 Table at 0x7F780000.
8
9 Handle 0x0000, DMI type 0, 24 bytes
10 BIOS Information
11         Vendor: Amazon EC2
12         Version: 1.0
13         Release Date: 12/1/2018
14         Address: 0xF0000
15         Runtime Size: 64 kB
16         ROM Size: 64 kB
17         Characteristics:
18                 PCI is supported
19                 EDD is supported
20                 ACPI is supported
21                 System is a virtual machine
22         BIOS Revision: 1.0
23
24 Handle 0x0001, DMI type 1, 27 bytes
25 System Information
26         Manufacturer: Amazon EC2
27         Product Name: a1.medium
28         Version: Not Specified
29         Serial Number: ec2ce86a-12c2-9388-d9b0-8dc833cba752
30         UUID: ec2ce86a-12c2-9388-d9b0-8dc833cba752
31         Wake-up Type: Power Switch
32         SKU Number: Not Specified
33         Family: Not Specified
34
35 Handle 0x0002, DMI type 2, 15 bytes
36 Base Board Information
37         Manufacturer: Amazon EC2
38         Product Name: Not Specified
39         Version: Not Specified
40         Serial Number: Not Specified
41         Asset Tag: i-01c1b85d3dcc02ed7
42         Features: None
43         Location In Chassis: Not Specified
44         Chassis Handle: 0x0003
45         Type: Other
46         Contained Object Handles: 0
47
48 Handle 0x0003, DMI type 3, 21 bytes
49 Chassis Information
50         Manufacturer: Amazon EC2
51         Type: Other
52         Lock: Not Present
53         Version: Not Specified
54         Serial Number: Not Specified
55         Asset Tag: Amazon EC2
56         Boot-up State: Safe
57         Power Supply State: Safe
58         Thermal State: Safe
59         Security Status: None
60         OEM Information: 0x00000000
61         Height: Unspecified
62         Number Of Power Cords: 1
63         Contained Elements: 0
64
65 Handle 0xFEFF, DMI type 127, 4 bytes
66 End Of Table
67
68 EOF