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_handler
/
test_handler_growpart.py
Age
Commit message (
Expand
)
Author
2020-06-08
Move subp into its own module. (#416)
Scott Moser
2020-04-24
cloudinit: drop dependencies on unittest2 and contextlib2 (#322)
Daniel Watkins
2020-01-23
cloudinit: remove ImportError handling for mock imports (#182)
Daniel Watkins
2020-01-14
Only use gpart if it is the BSD gpart (#131)
Conrad Hoffmann
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-09-21
subp: add 'update_env' argument
Scott Moser
2016-05-12
run flake8 instead of pyflakes in tox. expect tests/ to pass flake8.
Scott Moser
2015-01-26
Repair the Python 2.6 tests.
Barry Warsaw
2015-01-22
Conversion from mocker to mock completed.
Barry Warsaw
2015-01-21
Fix file modes to be Python 2/3 compatible.
Barry Warsaw
2014-08-26
further remove evidence of pylint.
Scott Moser
2014-08-26
fix(pep8): Fix various pep8 violations and version-lock pep8
Jay Faulkner
2014-07-24
pep8 fixes (2 unrelated to this mp)
Scott Moser
2014-02-26
pep8 and pylint
Scott Moser
2014-01-17
remove support for resizing via 'parted resizepart'
Scott Moser
2013-08-14
cc_growpart: prefer growpart over parted 'resizepart'
Scott Moser
2013-03-07
pep8
Scott Moser
2013-03-07
fix a pylint complaint in test_handler_growpart
Scott Moser
2013-03-07
pep8 and pylint fixes
Scott Moser
2013-03-05
pep8, pylint, make resize_devices return more useful
Scott Moser
2013-03-05
remove 'log' passing. call growpart with --dry-run first.
Scott Moser
2013-03-05
change default (no 'growpart' in config) to use 'auto' and '/'
Scott Moser
2013-03-04
test of resize, a couple small fixes
Scott Moser
2013-03-04
add the unit test, fix a few issues
Scott Moser