mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
347a712ab1
Test cases for virSysinfoRead. Initially, there are tests for x86 (DMI based) and s390 (/proc/... based). In lack of PPC data, I have stubbed out the test for it, but it can be added with a minimal effort. Signed-off-by: Viktor Mihajlovski <mihajlov@linux.vnet.ibm.com>
4 lines
62 B
Bash
Executable File
4 lines
62 B
Bash
Executable File
#!/bin/sh
|
|
DATAFILE=`dirname $0`/x86sysinfo.data
|
|
cat $DATAFILE
|