~sylvain-pineau/plainbox-provider-checkbox:disk_product_slug

Last commit made on 2018-05-17
Get this branch:
git clone -b disk_product_slug https://git.launchpad.net/~sylvain-pineau/plainbox-provider-checkbox
Only Sylvain Pineau can upload to this branch. If you are Sylvain Pineau please log in for upload directions.

Branch merges

Branch information

Name:
disk_product_slug
Repository:
lp:~sylvain-pineau/plainbox-provider-checkbox

Recent commits

db4c6bd... by Sylvain Pineau

units:disks: Ensure no bad chars in test summaries

Example:

{
    "bus": "mmc",
    "category": "DISK",
    "driver": "mmcblk",
    "name": "mmcblk0",
    "path": "/devices/pci0000:00/0000:00:1c.0/mmc_host/mmc0/mmc0:0001",
    "product": "HAG2e\u0005",
    "product_slug": "HAG2e_"
},

268a81f... by Sylvain Pineau

graphics: Look for Xorg logs in $HOME on systems where X is running as non root

ace333c... by Sylvain Pineau

units: update some requirements to use executable.name instead of package.name

To be snap-friendly where most of them are stage packages

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

Merge #345642 from ~sylvain-pineau/plainbox-provider-checkbox:fix-1552609

767e1d1... by Sylvain Pineau

bin: Enforce versions with gi.require_version in python3 scripts

Fixes lp:1552609

1b7f8b4... by PMR <pmr@pmr-lander>

Merge #345641 from ~sylvain-pineau/plainbox-provider-checkbox:fix-1766816

c344f10... by Sylvain Pineau

bin:cycle_vts: Add support for gdm virtual terminals

Fixes: lp:1766816

77faa80... by PMR <pmr@pmr-lander>

Merge #345443 from ~bladernr/plainbox-provider-checkbox:1760632-drop-version-checks-dmitest

2b8d878... by Jeff Lane 

stop testing for version in dmitest on servers lp: #1760632

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

Merge #345095 from ~kissiel/plainbox-provider-checkbox:removable-storage-improv

I needed to debug why the test was failing and found a piece of code unnecessarily complex.

This MR fixes that.

Tested on two machines, one that uses xhci_hcd and one that does not.