Age | Commit message (Collapse) | Author |
|
The ifupdown-ng implementations are apparently just stubs.
Partially reverts commit e9c6302edf1e (setup-interface: avoid install
bridge/bonding with ifupdown-ng)
|
|
We don't need to install bridge or bonding packages with ifupdown-ng.
|
|
Don't install vlan package if ifupdown-ng package is used.
Add tests for this.
fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10495
|
|
test that vlan gets installed
|
|
|
|
Have a shared test_env.sh to de-duplicate code.
Add a common test_usage, where we test that:
- option -h prints to stdout and exit with success
- invalid option prints usage to stderr and exit with error
Use a common init_tests and a common atf_init_test_cases
Move documenation links to README.md
|