~leftyfb/plainbox-provider-checkbox:1659929-fix-virt-cpu

Last commit made on 2017-01-27
Get this branch:
git clone -b 1659929-fix-virt-cpu https://git.launchpad.net/~leftyfb/plainbox-provider-checkbox
Only Mike Rushton can upload to this branch. If you are Mike Rushton please log in for upload directions.

Branch merges

Branch information

Name:
1659929-fix-virt-cpu
Repository:
lp:~leftyfb/plainbox-provider-checkbox

Recent commits

3cffaa7... by Mike Rushton

Set cpu type for ppc to match host

d2ca58a... by PMR <pmr@pmr-lander>

Merge #315444 from ~pierre-equoy/plainbox-provider-checkbox:1658624-fwts-tests-list-update

15aad47... by Pierre Equoy

Update FWTS tests using HWE recommendations

Following HWE recommendations, we decided to update our fwts test script to
split only between HWE and QA ("Recommended") tests.

The options to launch the script have been updated accordingly.

LP: #1658624

21a3309... by PMR <pmr@pmr-lander>

Merge #315037 from ~rodsmith/plainbox-provider-checkbox:add-numa-testing

582bcf4... by PMR <pmr@pmr-lander>

Merge #314996 from ~kissiel/plainbox-provider-checkbox:use-mii-tool-in-network

2f5fb1b... by Rod Smith

Add NUMA test to memory_stress_ng test and fix minor error number reporting bug LP:#1657511

7777b1e... by Maciej Kisielewski

network: use mii-tool instead of ethtool to determine max speed

On some systems, ethtool returns such output:
>>>

Supported link modes: 10baseT/Half 10baseT/Full
      100baseT/Half 100baseT/Full
      1000baseT/Half 1000baseT/Full
Supported pause frame use: No
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
      100baseT/Half 100baseT/Full
Advertised pause frame use: Symmetric Receive-only
Advertised auto-negotiation: Yes
Link partner advertised link modes: 10baseT/Half 10baseT/Full
          100baseT/Half 100baseT/Full
<<<

previous version of the `network` script parsed for any number followed by
the 'baseT' string and picked the largest one found as max_speed. Which for
this system is wrong.

This patch makes the script parse output of mii-tool and look for
'capabilities' line. It parses modes only from that line. In case of that
system it returns 100.

Signed-off-by: Maciej Kisielewski <email address hidden>

62b3636... by PMR <pmr@pmr-lander>

Merge #314487 from ~bladernr/plainbox-provider-checkbox:1655155

353587c... by Jeff Lane 

a few more output tweaks

0760e45... by Jeff Lane 

PEP8 fixes