~netplan-developers/netplan/+git/netplan:slyon/fix-snapd-netplan-set

Last commit made on 2021-04-27
Get this branch:
git clone -b slyon/fix-snapd-netplan-set https://git.launchpad.net/~netplan-developers/netplan/+git/netplan

Branch merges

Branch information

Name:
slyon/fix-snapd-netplan-set
Repository:
lp:~netplan-developers/netplan/+git/netplan

Recent commits

45b6186... by Lukas Märdian

cli:set: use shutil.copy2()

81c1ae5... by Lukas Märdian

cli:set: Fix netplan-set on Core20

Using os.replace() leads to "Invalid cross-device link" on Core20
setups, due to having different mounts. Use shutil.copy() & os.remove()
instead.

a42fc2f... by Peter MacKinnon

Fix parsing of OVS values with colons (LP: #1913906) (#203)

Fixes the parse error for dict values that include ":"

COMMITS:
* Fix parsing of values with colons
* Update test_ovs.py
Fix pycodestyle pipeline
* Update ovs.py
One more pycodestyle error
* Update test_ovs.py
Add raw string to cure PEP8 fail
* tests:ovs: improve coverage for colon values

Co-authored-by: Pete MacKinnon <email address hidden>
Co-authored-by: Lukas Märdian <email address hidden>

2f7d973... by Lukas Märdian

tests:tunnels: improve flaky wireguard test with wait_output()

3ec52c4... by Lukas Märdian

cli:apply: reload/reconfigure networkd instead of restart (#200)

COMMITS:
* cli:apply: cleanup formatting
* cli:apply:utils: use networkctl reload/reconfigure
* utils: consolidate methods
* test:utils: improve coverage
* cli:utils: Review improvement for list handling
make use of list.extend() instead of individual list.append()s
Co-authored-by: Łukasz Zemczak <email address hidden>

abad253... by Lukas Märdian

tests:bonds: fix flaky resend_igmp test

6270143... by Lukas Märdian

tests:base: avoid long waits

b98a160... by Lukas Märdian

tests:base: improve daemon-reload check

3f19eeb... by Lukas Märdian

tests:base: improve reliabilty by using higher timeout

a049983... by Lukas Märdian

tests:base: improve management interface handling