~jocave/checkbox-support:add-netplan-parser

Last commit made on 2019-06-17
Get this branch:
git clone -b add-netplan-parser https://git.launchpad.net/~jocave/checkbox-support
Only Jonathan Cave can upload to this branch. If you are Jonathan Cave please log in for upload directions.

Branch merges

Branch information

Name:
add-netplan-parser
Repository:
lp:~jocave/checkbox-support

Recent commits

ad173b0... by Jonathan Cave

parsers/netplan: new parser for netplan configs

Parser taken from the upstream netplan project with small
addition to expose renderer.

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

Merge #368558 from ~jocave/checkbox-support:udev-parser-add-symlinks

d3da578... by Jonathan Cave

test_udevadm: test for symlink_uuid property

Test that parses two device DBs including a USB storage device
that is enumerated differently after reboot. The key feature
is that the symlink_uuid remains the same so the device can be
tracked across the reboot.

97afb9f... by Jonathan Cave

udevadm_data: DH170 with usb stick rebooted

bff20f3... by Jonathan Cave

udevadm_data: DH170 usb stick inserted no reboot

2f94e95... by Jonathan Cave

test_udevadm.py: support partitions list in parser

0b8440c... by PMR <pmr@pmr-lander>

Merge #368471 from ~kissiel/checkbox-support:xrandr-rotation-improv

fee1901... by Jonathan Cave

udevadmp.py: expose symlink_uuid property

Devices will return the symlink location for devices of
category PARTITION if the symlink is in the by-uuid directory.
This should be stable across reboots even if the device node
name changes.

ac99060... by Jonathan Cave

udevadm.py: store symlink udev attributes

Add a list of all symlinks created by udev to the device
representation. These are the lines keyed with 'S' in the
udev db.

be1ec08... by Jonathan Cave

udevadm.py: flake8 fixes for udev parser