lp://staging/~raharper/curtin/trunk.vmtest-remove-bug-timers
Created by
Ryan Harper
and last modified
- Get this branch:
- bzr branch lp://staging/~raharper/curtin/trunk.vmtest-remove-bug-timers
Only
Ryan Harper
can upload to this branch. If you are
Ryan Harper
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Server Team CI bot: Approve (continuous-integration)
- Scott Moser (community): Approve
- Chad Smith: Pending requested
-
Diff: 544 lines (+128/-134)13 files modifiedcurtin/commands/curthooks.py (+19/-5)
examples/tests/network_alias.yaml (+0/-2)
examples/tests/network_static_routes.yaml (+10/-15)
tests/vmtests/__init__.py (+20/-1)
tests/vmtests/test_network.py (+15/-11)
tests/vmtests/test_network_bonding.py (+16/-17)
tests/vmtests/test_network_bridging.py (+15/-9)
tests/vmtests/test_network_enisource.py (+2/-4)
tests/vmtests/test_network_ipv6.py (+0/-11)
tests/vmtests/test_network_ipv6_enisource.py (+3/-17)
tests/vmtests/test_network_ipv6_vlan.py (+0/-6)
tests/vmtests/test_network_mtu.py (+26/-24)
tests/vmtests/test_network_vlan.py (+2/-12)
Related bugs
Bug #1671951: networkd should allow configuring IPV6 MTU | Medium | Fix Released | |
Bug #1706744: need to not install ifenslave and possibly other packages when passthrough will render netplan | Medium | Fix Released | |
Bug #1714028: artful network vmtests fail now that resovlconf is missing (and ifupdown is still present) | High | Fix Released | |
Bug #1718216: artful: failure to setup networking | Medium | Fix Released | |
Bug #1721157: netplan render drops bridge_stp setting | High | Fix Released |
Related blueprints
Branch information
Recent revisions
- 538. By Ryan Harper
-
Merge from smoser
- 531. By Ryan Harper
-
vmtest: fix artful networking
- ifenslave brings in ifupdown, so filter out ifenslave package if target
release is artful
- Adjust artful bonding test to skip checking for ifslave and instead check
that ifenslave is *not* installed
- Drop mtu settings in network-static- routes configuration, (not needed)
- Move static routes under an interface subnet to be compatible with
netplan format which requires routes under an interface
- Refactor ip_route_show parsing, ignoring default route and fetching
variable settings like 'proto'.
- Skiptest bridging in artful, need a cloud-init fix for stp in netplan
- Skiptest for mtu in artful, need networkd to support mtu6 support
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~curtin-dev/curtin/trunk