summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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-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-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
2015-02-11Fix import ordering in test_util.py.Daniel Watkins
2015-02-10pep8Scott Moser
2015-02-10pep8Scott Moser
2015-02-10skip cheetah dependent testScott Moser
2015-02-10make bddeb work with python3 or python2Scott Moser
2015-01-27Respond to review:Barry Warsaw
2015-01-26super() works in all of Python 2.6, 2.7, and 3.4.Barry Warsaw
2015-01-26Repair the Python 2.6 tests.Barry Warsaw
2015-01-26Trunk merged and ported.Barry Warsaw
2015-01-26Port the MAAS code to oauthlib.Barry Warsaw
2015-01-26Down to it.Barry Warsaw
2015-01-26* More str/bytes fixes.Barry Warsaw
2015-01-26More Python 3 test fixes.Barry Warsaw
2015-01-26More test repairs.Barry Warsaw
2015-01-22Low hanging Python 3 fruit.Barry Warsaw
2015-01-22Conversion from mocker to mock completed.Barry Warsaw
2015-01-22More conversions from mocker to mock.Barry Warsaw
2015-01-22More conversions from mocker to mock.Barry Warsaw
2015-01-22More test ports from mocker to mock.Barry Warsaw
2015-01-22Clean up.Barry Warsaw
2015-01-22Convert helpers.py and test_data.py from mocker to mock.Barry Warsaw
2015-01-22Use .addCleanup() instead of a .tearDown() where appropriate, although weBarry Warsaw