Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test-network fails with a bad local host configuration #9895

Closed
keszybz opened this issue Aug 21, 2018 · 0 comments
Closed

test-network fails with a bad local host configuration #9895

keszybz opened this issue Aug 21, 2018 · 0 comments
Labels
bug 🐛 Programming errors, that need preferential fixing network tests
Milestone

Comments

@keszybz
Copy link
Member

keszybz commented Aug 21, 2018

I got bit by #717 again, and made an error in the configuration file. I guess that's on me.
But this also causes our unit tests to fail:

$ cat /etc/systemd/network/ens3.network 
[Network]
Name=ens3
DHCP=yes
$ build/test-network
/etc/systemd/network/ens3.network:2: Unknown lvalue 'Name' in section 'Network'
Assertion 'network_get(manager, loopback, "lo", &mac, &network) == -ENOENT' failed at ../src/network/test-network.c:126, function test_network_get(). Aborting.
Aborted (core dumped)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Programming errors, that need preferential fixing network tests
Development

No branches or pull requests

2 participants