Files
mckernel/test/issues/1158/result.log
Ken Sato ab284b0531 test: Add test programs for #1158
refs: #1158
Change-Id: I853dd84f5433a01da510813e9fb1276e5477f73f
2018-09-20 02:05:55 +00:00

16 lines
542 B
Plaintext

*** CT_001 start *******************************
[Linux ] cat /sys/devices/pci0000:00/0000:00:00.0/local_cpus
00010001
[McKernel] mcexec cat /sys/devices/pci0000:00/0000:00:00.0/local_cpus
00010001
[OK] local_cpus is same between Linux and McKernel
*** CT_001: PASSED
*** CT_002 start *******************************
[Linux ] cat /sys/devices/pci0000:00/0000:00:00.0/local_cpulist
0,16
[McKernel] mcexec cat /sys/devices/pci0000:00/0000:00:00.0/local_cpulist
0,16
[OK] local_cpulist is same between Linux and McKernel
*** CT_002: PASSED