Comment 2 for bug 1734274

Revision history for this message
Christian Ehrhardt  (paelzer) wrote : Re: curtin fails to deploy on empty config values

Can be run to see output like:
nosetests -v --nocapture tests/unittests/test_pack.py:TestPack.test_pseudo_install_empty

Might be a good test to be added (without the print's) in general.
But so far this proves to me that something else must be important in your case - as the empty command just works without your error.

$ nosetests -v --nocapture tests/unittests/test_pack.py:TestPack.test_pseudo_install_empty
test_pseudo_install_empty (unittests.test_pack.TestPack) ... {"sources": {"testsrc": "file:///tmp/curtin-TestPack.C9umk_/NOT_USED"}, "stages": ["early"], "early_commands": {}, "install": {"log_file": "/tmp/curtin-TestPack.C9umk_/tmpByespe"}}
DEBUG: cfg
{'stages': ['early'], 'early_commands': {}}
DEBUG: out
curtin: Installation started. (0.1.0~bzr542)
curtin: Installation finished.

ok

----------------------------------------------------------------------
Ran 1 test in 1.052s

OK