~bladernr/plainbox-provider-checkbox:1660653

Last commit made on 2017-01-31
Get this branch:
git clone -b 1660653 https://git.launchpad.net/~bladernr/plainbox-provider-checkbox
Only Jeff Lane  can upload to this branch. If you are Jeff Lane  please log in for upload directions.

Branch merges

Branch information

Name:
1660653
Repository:
lp:~bladernr/plainbox-provider-checkbox

Recent commits

1eaf13f... by Jeff Lane 

re-swizzeled on a copy of base to fix some weird artifacts that got pulled in originally. LP: #1660653

518e3df... by Sylvain Pineau

Update .gitignore

2a4dad9... by PMR <pmr@pmr-lander>

Merge #315823 from ~leftyfb/plainbox-provider-checkbox:1659929-fix-virt-cpu

b2e8473... by Mike Rushton

Set cpu type for ppc to match host

5da3d33... by PMR <pmr@pmr-lander>

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

95acdd2... 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

18c78cf... by PMR <pmr@pmr-lander>

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

85361fc... by PMR <pmr@pmr-lander>

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

97398b8... by Rod Smith

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

d3d14a2... 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>