diff options
| author | Michael Biebl <biebl@debian.org> | 2014-07-06 02:16:10 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2014-07-06 02:16:10 +0200 |
| commit | 33491bc4279481db8ae47213e34a6d695a0e8830 (patch) | |
| tree | 097d2b0fdff3fae6885381ae5e57a182cd8cbbba /src/config/tests/NetworkManager.conf | |
| parent | 59c3714a494c3b3765657c0551ad82842d98a7d2 (diff) | |
Imported Upstream version 0.9.10.0 upstream/0.9.10.0
Diffstat (limited to 'src/config/tests/NetworkManager.conf')
| -rw-r--r-- | src/config/tests/NetworkManager.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/config/tests/NetworkManager.conf b/src/config/tests/NetworkManager.conf new file mode 100644 index 00000000..401ba48a --- /dev/null +++ b/src/config/tests/NetworkManager.conf @@ -0,0 +1,15 @@ +[main] +dhcp=dhclient +plugins=foo,bar,baz +no-auto-default=11:11:11:11:11:11 + +[logging] +level=INFO + +[connectivity] +uri=http://example.com +interval=100 +response=Hello + +[extra-section] +extra-key=some value |