diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-10-05 21:53:35 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-10-06 20:23:27 +0200 |
commit | 713bfdaa6c0484674b398284f7ca225005f42574 (patch) | |
tree | 12770d059a1bd3299b4f4f36dc16d919ac6a3c23 /test | |
parent | test-network: disable RA in test_sriov (diff) | |
download | systemd-713bfdaa6c0484674b398284f7ca225005f42574.tar.xz systemd-713bfdaa6c0484674b398284f7ca225005f42574.zip |
test-network: add a missing netdev in the list
Diffstat (limited to 'test')
-rwxr-xr-x | test/test-network/systemd-networkd-tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-network/systemd-networkd-tests.py b/test/test-network/systemd-networkd-tests.py index 67c0cce230..f2231d6701 100755 --- a/test/test-network/systemd-networkd-tests.py +++ b/test/test-network/systemd-networkd-tests.py @@ -745,6 +745,7 @@ class NetworkdNetDevTests(unittest.TestCase, Utilities): links = [ '6rdtun99', 'bareudp99', + 'bond98', 'bond99', 'bridge99', 'dropin-test', |