index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
sagitta
(mirror of https://github.com/marekm72/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
unittests
/
test_datasource
/
test_smartos.py
Age
Commit message (
Expand
)
Author
2021-05-13
Allow user control over update events (#834)
James Falcon
2020-06-08
Move subp into its own module. (#416)
Scott Moser
2020-05-14
cloudinit: remove unneeded __future__ imports (#362)
Daniel Watkins
2020-04-24
cloudinit: drop dependencies on unittest2 and contextlib2 (#322)
Daniel Watkins
2020-01-21
Drop most of the remaining use of six (#179)
Daniel Watkins
2019-10-31
DataSourceSmartOS: reconfigure network on each boot
Mike Gerdts
2018-10-09
instance-data: Add standard keys platform and subplatform. Refactor ec2.
Chad Smith
2018-09-05
tests: Disallow use of util.subp except for where needed.
Scott Moser
2018-05-24
Enable SmartOS network metadata to work with netplan via per-subnet routes
Dan McDonald
2018-04-23
DataSourceSmartOS: add locking of serial device.
Mike Gerdts
2018-04-20
DataSourceSmartOS: sdc:hostname is ignored
Mike Gerdts
2018-04-20
DataSourceSmartOS: list() should always return a list
Mike Gerdts
2018-04-18
DataSourceSmartOS: fix hang when metadata service is down
Mike Gerdts
2017-12-05
Datasources: Formalize DataSource get_data and related properties.
Chad Smith
2017-09-05
relocate tests/unittests/helpers.py to cloudinit/tests
Lars Kellogg-Stedman
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-08-10
SmartOS: more improvements for network configuration
Scott Moser
2016-06-10
Refactor a large part of the networking code.
Joshua Harlow
2016-06-10
fix one large source of leaked tmpfiles
Scott Moser
2016-06-06
Rebase against master
Joshua Harlow
2016-06-02
fix tox
Scott Moser
2016-05-27
assertEqual
Scott Moser
2016-05-27
assertEquals
Scott Moser
2016-05-27
add a unit test for conversion
Scott Moser
2016-05-27
fix pyflakes and flake8
Scott Moser
2016-05-27
fix the remaining tests
Scott Moser
2016-05-27
fix a bunch of the tests
Scott Moser
2016-05-27
merge from trunk
Scott Moser
2016-05-26
Move sdc:nics to a JSON map. Add unittest for sdc:nics
Ryan Harper
2016-05-19
Fix up tests and flake8 warnings
Joshua Harlow
2016-05-19
Remerge against head/master
Joshua Harlow
2016-05-12
run flake8 instead of pyflakes in tox. expect tests/ to pass flake8.
Scott Moser
2016-05-11
Use a fake serial module that will allow tests to contine
Joshua Harlow
2016-05-11
Fix py26 for rhel (and older versions of python)
Joshua Harlow
2016-03-04
Apply pep8, pyflakes fixes for python2 and 3
Scott Moser
2016-03-03
Fix pyflake/pyflake3 errors
Ryan Harper
2016-03-03
Update pep8 runner and fix pep8 issues
Ryan Harper
2016-03-03
run pyflakes in more places, fix fallout
Scott Moser
2016-02-04
SmartOS: Add support for Joyent LX-Brand Zones (LP: #1540965)
Robert Jennings
2015-05-01
fix 'Make pyflakes'
Scott Moser
2015-03-25
Ensure that the serial console is always closed.
Daniel Watkins
2015-03-25
Refactor tests to assume JoyentMetadataClient is correct.
Daniel Watkins
2015-03-25
Convert DataSourceSmartOS to use v2 metadata.
Daniel Watkins
2015-03-25
Organise imports in test_smartos.py.
Daniel Watkins
2015-03-13
Write and read bytes to/from the SmartOS serial console.
Daniel Watkins
2015-01-27
Respond to review:
Barry Warsaw
2015-01-26
super() works in all of Python 2.6, 2.7, and 3.4.
Barry Warsaw
2015-01-26
More test repairs.
Barry Warsaw
2015-01-22
Low hanging Python 3 fruit.
Barry Warsaw
2015-01-22
More test ports from mocker to mock.
Barry Warsaw
[next]