summaryrefslogtreecommitdiff
path: root/tests/unittests/test_datasource/test_smartos.py
AgeCommit message (Expand)Author
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-08-10SmartOS: more improvements for network configurationScott Moser
2016-06-10Refactor a large part of the networking code.Joshua Harlow
2016-06-10fix one large source of leaked tmpfilesScott Moser
2016-06-06Rebase against masterJoshua Harlow
2016-06-02fix toxScott Moser
2016-05-27assertEqualScott Moser
2016-05-27assertEqualsScott Moser
2016-05-27add a unit test for conversionScott Moser
2016-05-27fix pyflakes and flake8Scott Moser
2016-05-27fix the remaining testsScott Moser
2016-05-27fix a bunch of the testsScott Moser
2016-05-27merge from trunkScott Moser
2016-05-26Move sdc:nics to a JSON map. Add unittest for sdc:nicsRyan Harper
2016-05-19Fix up tests and flake8 warningsJoshua Harlow
2016-05-19Remerge against head/masterJoshua Harlow
2016-05-12run flake8 instead of pyflakes in tox. expect tests/ to pass flake8.Scott Moser
2016-05-11Use a fake serial module that will allow tests to contineJoshua Harlow
2016-05-11Fix py26 for rhel (and older versions of python)Joshua Harlow
2016-03-04Apply pep8, pyflakes fixes for python2 and 3Scott Moser
2016-03-03Fix pyflake/pyflake3 errorsRyan Harper
2016-03-03Update pep8 runner and fix pep8 issuesRyan Harper
2016-03-03run pyflakes in more places, fix falloutScott Moser
2016-02-04SmartOS: Add support for Joyent LX-Brand Zones (LP: #1540965)Robert Jennings
2015-05-01fix 'Make pyflakes'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-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-26More test repairs.Barry Warsaw
2015-01-22Low hanging Python 3 fruit.Barry Warsaw
2015-01-22More test ports from mocker to mock.Barry Warsaw
2015-01-06tools/run-pep8: remove leading ',' fed to --ignoreScott Moser
2014-07-23moreDimitri John Ledkov
2014-06-02SmartOS test: do not require existance of /dev/ttyS1.Scott Moser
2014-04-01pyflakes cleanupsScott Moser
2014-02-26SmartOS: do not run on arm as dmidecode causes problemsScott Moser
2014-02-24test_smartos: remove bad test caseScott Moser
2014-02-13re-work vendor-data and smartosScott Moser
2014-02-13Define default vendordata for SmartOS. In absence of a vendordata, use aBen Howard
2014-01-24Fixes for SmartOS datasource (LP: #1272115):Ben Howard
2013-09-27fix tests small other changesScott Moser
2013-09-19Fixes for the MP.Ben Howard
2013-08-24changes to behavior on specifying keys.Scott Moser
2013-08-20Fixed no_base64_decode settingsBen Howard
2013-07-30Added base64 support to SmartOS datasource.Ben Howard
2013-07-23Changed get_serial to be fully parameterized and return the serialBen Howard