aboutsummaryrefslogtreecommitdiff
path: root/manual/se/tc16.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'manual/se/tc16.yaml')
-rw-r--r--manual/se/tc16.yaml68
1 files changed, 68 insertions, 0 deletions
diff --git a/manual/se/tc16.yaml b/manual/se/tc16.yaml
new file mode 100644
index 0000000..f4ead1f
--- /dev/null
+++ b/manual/se/tc16.yaml
@@ -0,0 +1,68 @@
+metadata:
+ name: TC16
+ format: "Manual Test Definition 1.0"
+ description: "TC16: Dual Core CMP"
+ maintainer:
+ - ryan.harkin@linaro.org
+ os:
+ - openembedded
+ scope:
+ - functional
+ devices:
+ - lces2
+ - soca9
+ environment:
+ - manual-test
+
+run:
+ steps:
+ - "cat /proc/cpuinfo"
+
+ expected:
+ - "# soca9"
+ - "root@snarc-soca9:/data/linux_scripts/linux# cat /proc/cpuinfo"
+ - "processor : 0"
+ - "model name : ARMv7 Processor rev 0 (v7l)"
+ - "BogoMIPS : 200.00"
+ - "Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpd32"
+ - "CPU implementer : 0x41"
+ - "CPU architecture: 7"
+ - "CPU variant : 0x3"
+ - "CPU part : 0xc09"
+ - "CPU revision : 0"
+ - "processor : 1"
+ - "model name : ARMv7 Processor rev 0 (v7l)"
+ - "BogoMIPS : 200.00"
+ - "Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpd32"
+ - "CPU implementer : 0x41"
+ - "CPU architecture: 7"
+ - "CPU variant : 0x3"
+ - "CPU part : 0xc09"
+ - "CPU revision : 0"
+ - "Hardware : Altera SOCFPGA"
+ - "Revision : 0000"
+ - "Serial : 0000000000000000"
+ - " "
+ - "# lces2"
+ - "root@rzn1-snarc:/data/linux_scripts/linux# cat /proc/cpuinfo"
+ - "processor : 0"
+ - "model name : ARMv7 Processor rev 5 (v7l)"
+ - "BogoMIPS : 12.50"
+ - "Features : half thumb fastmult vfp edsp thumbee vfpv3 vfpv3d16 tls vfpv4 idiva idivt lpae evtstrm"
+ - "CPU implementer : 0x41"
+ - "CPU architecture: 7"
+ - "CPU variant : 0x0"
+ - "CPU part : 0xc07"
+ - "CPU revision : 5"
+ - "processor : 1"
+ - "model name : ARMv7 Processor rev 5 (v7l)"
+ - "BogoMIPS : 12.50"
+ - "Features : half thumb fastmult vfp edsp thumbee vfpv3 vfpv3d16 tls vfpv4 idiva idivt lpae evtstrm"
+ - "CPU implementer : 0x41"
+ - "CPU architecture: 7"
+ - "CPU variant : 0x0"
+ - "CPU part : 0xc07"
+ - "CPU revision : 5"
+ - "Hardware : Renesas RZ/N1 (DT)"
+ - "Revision : 0000"
+ - "Serial : LCES2-0x0000000000000000"