summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2015-05-08Move our walinuxagent implementation to a single function call.Daniel Watkins
2015-05-08Stop using Python 3 only tempfile.TemporaryDirectory (but lose free cleanup).Daniel Watkins
2015-05-08Split WALinuxAgentShim code out to separate file.Daniel Watkins
2015-05-08Make find_endpoint a staticmethod to clean up top-level namespace.Daniel Watkins
2015-05-08Return a dict of data from WALinuxAgentShim, rather than accessing attributes.Daniel Watkins
2015-05-07Implement basic replacement for walinuxagent in Azure data source.Daniel Watkins
2015-05-01Fix exception when running with no arguments on Python 3Scott Moser
2015-05-01Update is_disk_used for changed enumerate_disk output.Scott Moser
2015-05-01fix 'Make pyflakes'Scott Moser
2015-05-01Azure: if user has set hostname, do not overwrite itScott Moser
2015-04-20GCE instance-level SSH keys override project-level keys. (LP: #1403617)Daniel Watkins
2015-04-20Add test that missing GCE required key returns False.Daniel Watkins
2015-04-16fix cloud-config-archive handlingScott Moser
2015-04-16pep8 fixesScott Moser
2015-04-15Reset host name after bounce has allowed walinuxagent to run successfully.Daniel Watkins
2015-04-15Add unit tests for Azure hostname bouncing.Daniel Watkins
2015-03-31adjust cc_snappy for snappy install package with config.Scott Moser
2015-03-27remove debugScott Moser
2015-03-27be more user-friendly when looking for matching .configScott Moser
2015-03-27address namespacingScott Moser
2015-03-27change 'configs' to 'config', and namespace input to 'snappy config'Scott Moser
2015-03-26add tests for data typesScott Moser
2015-03-26pep8, and some more testsScott Moser
2015-03-26start of snap_op testsScott Moser
2015-03-26commit work in progress. tests pass.Scott Moser
2015-03-25Ensure that the serial console is always closed.Daniel Watkins
2015-03-25Refactor tests to assume JoyentMetadataClient is correct.Daniel Watkins
2015-03-25Convert DataSourceSmartOS to use v2 metadata.Daniel Watkins
2015-03-25Organise imports in test_smartos.py.Daniel Watkins
2015-03-18Add tests for cc_disk_setup.is_disk_used.Daniel Watkins
2015-03-13Write and read bytes to/from the SmartOS serial console.Daniel Watkins
2015-03-11userdata-handlers: python3-related fixes on do-not-process-this-part pathOleg Strikov
2015-03-04Fix hang caused by HTTPretty on Python 3.4.2.Scott Moser
2015-03-04Add util.message_from_string to wrap email.message_from_string.Daniel Watkins
2015-03-04Fix hang caused by HTTPretty on Python 3.4.2.Daniel Watkins
2015-03-04Convert dmidecode values to sysfs names before looking for them.Daniel Watkins
2015-03-02get_cmdline_url: fix in python3 when callingScott Moser
2015-03-02pep8Scott Moser
2015-02-26Fix traceback with no arguments on Python 3.Daniel Watkins
2015-02-25move towards user-data being binaryScott Moser
2015-02-24move recently added test_udprocess tests to test_data, improve a bitScott Moser
2015-02-24Azure: Fix consumption of user-dataScott Moser
2015-02-24use util.decode_binary rather than str, add tests.Scott Moser
2015-02-24merge from trunkScott Moser
2015-02-20Add automated tests for CloudStack passwords.Daniel Watkins
2015-02-18Read ovf-env.xml as bytes.Daniel Watkins
2015-02-13tests/unittests/test_util.py: pep8Scott Moser
2015-02-11pep8Scott Moser
2015-02-11Add unittests for util.multi_log.Daniel Watkins
2015-02-11Add helpers for patching open and stdout/stderr.Daniel Watkins