
On Wed, Jun 08, 2016 at 14:41:37 +0200, Jiri Denemark wrote:
The actual CPU model in the data files is Penryn which makes the file name look rather strange. Well, one of them contains Nehalem, but that's a bug which will be fixed in the following patch.
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> --- tests/cputest.c | 4 ++-- ...host+nehalem-force-result.xml => x86-host+penryn-force-result.xml} | 0 tests/cputestdata/{x86-nehalem-force.xml => x86-penryn-force.xml} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename tests/cputestdata/{x86-host+nehalem-force-result.xml => x86-host+penryn-force-result.xml} (100%) rename tests/cputestdata/{x86-nehalem-force.xml => x86-penryn-force.xml} (100%)
ACK