index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
mergify/bp/circinus/pr-78
mergify/bp/circinus/pr-85
mergify/bp/sagitta/pr-78
sagitta
(mirror of https://github.com/vyos/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
unittests
/
test_net.py
Age
Commit message (
Expand
)
Author
2017-03-20
cloudinit.net: add network config v2 parsing and rendering
Ryan Harper
2017-03-17
net: add renderers for automatically selecting the renderer.
Scott Moser
2017-03-17
render_network_state: switch arguments around, do not require target
Scott Moser
2017-03-17
support 'loopback' as a device type.
Scott Moser
2017-03-07
net: support both ipv4 and ipv6 gateways in sysconfig.
Lars Kellogg-Stedman
2017-02-17
flake8: fix flake8 complaints in previous commit.
Scott Moser
2017-02-17
net: correct errors in cloudinit/net/sysconfig.py
Lars Kellogg-Stedman
2017-01-25
Fix eni rendering of multiple IPs per interface
Ryan Harper
2017-01-24
tests: remove executable bit on test_net, so it runs, and fix it.
Scott Moser
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-12-19
network: add ENI unit test for statically rendered routes.
Scott Moser
2016-12-02
Replace usage of sys_netdev_info with read_sys_net
Joshua Harlow
2016-11-22
tests: fix assumptions that expected no eth0 in system.
Scott Moser
2016-11-22
net/cmdline: Consider ip= or ip6= on command line not only ip=
Scott Moser
2016-09-21
net: support reading ipv6 dhcp config from initramfs
LaMont Jones
2016-07-13
merge from trunk.lp1602373
Scott Moser
2016-07-13
ConfigDrive: write 'injected' files and legacy networking
Scott Moser
2016-06-21
no longer skip 'lo' elements when reading. pass 3rd test.
Scott Moser
2016-06-21
fix flake8
Scott Moser
2016-06-21
make 2 of 3 tests pass
Scott Moser
2016-06-21
fix lost per-interface routes, use post-up to bring up interface aliases
Scott Moser
2016-06-21
commit test changes
Scott Moser
2016-06-20
merge with trunk.
Scott Moser
2016-06-15
Fixup code review comments
Joshua Harlow
2016-06-14
Make the os samples easier to extend (for new samples)
Joshua Harlow
2016-06-10
Add a bunch more sample tests for sysconfig
Joshua Harlow
2016-06-10
Add a sysconfig rendering test
Joshua Harlow
2016-06-03
improve how 'lo' is handled when rendering network state to interfaces
Scott Moser
2016-05-19
Fix up tests and flake8 warnings
Joshua Harlow
2016-05-19
Remerge against head/master
Joshua Harlow
2016-05-19
Adjust net module to be more isolated
Joshua Harlow
2016-05-12
run flake8 instead of pyflakes in tox. expect tests/ to pass flake8.
Scott Moser
2016-05-11
Fix py26 for rhel (and older versions of python)
Joshua Harlow
2016-05-10
Use lstrip for easier viewing of test expected result
Joshua Harlow
2016-05-10
Add some basic eni rendering tests
Joshua Harlow
2016-05-10
Fix up tests and debian distro
Joshua Harlow
2016-05-05
Work on refactoring (and adding) network conversion tests
Joshua Harlow
2016-04-15
support and render control=manual on initramfs network devices
Scott Moser
2016-03-24
add comments and improve error messages
Scott Moser
2016-03-24
add suport for base64 encoded gzipped text on command line
Scott Moser
2016-03-23
one more tox
Scott Moser
2016-03-23
add unit test
Scott Moser