summaryrefslogtreecommitdiff
path: root/tests/unittests/test_datasource/test_smartos.py
Commit message (Expand)AuthorAgeFilesLines
* README: Mention move of revision control to git.HEADtrunkScott Moser2016-08-101-543/+0
* Refactor a large part of the networking code.Joshua Harlow2016-06-101-2/+4
|\
| * Rebase against masterJoshua Harlow2016-06-061-166/+124
| |\
| * | Fix up tests and flake8 warningsJoshua Harlow2016-05-191-1/+1
| * | Remerge against head/masterJoshua Harlow2016-05-191-7/+5
| |\ \
| | * | Use a fake serial module that will allow tests to contineJoshua Harlow2016-05-111-11/+4
| | * | Fix py26 for rhel (and older versions of python)Joshua Harlow2016-05-111-8/+13
* | | | fix one large source of leaked tmpfilesScott Moser2016-06-101-1/+3
| |_|/ |/| |
* | | fix toxScott Moser2016-06-021-1/+1
* | | assertEqualScott Moser2016-05-271-2/+2
* | | assertEqualsScott Moser2016-05-271-1/+1
* | | add a unit test for conversionScott Moser2016-05-271-1/+21
* | | fix pyflakes and flake8Scott Moser2016-05-271-8/+2
* | | fix the remaining testsScott Moser2016-05-271-386/+5
* | | fix a bunch of the testsScott Moser2016-05-271-21/+291
* | | merge from trunkScott Moser2016-05-271-55/+55
|\ \ \ | |/ /
| * | run flake8 instead of pyflakes in tox. expect tests/ to pass flake8.Scott Moser2016-05-121-55/+55
| |/
* | Move sdc:nics to a JSON map. Add unittest for sdc:nicsRyan Harper2016-05-261-0/+51
|/
* Apply pep8, pyflakes fixes for python2 and 3Scott Moser2016-03-041-3/+3
|\
| * Fix pyflake/pyflake3 errorsRyan Harper2016-03-031-1/+0
| * Update pep8 runner and fix pep8 issuesRyan Harper2016-03-031-3/+3
* | run pyflakes in more places, fix falloutScott Moser2016-03-031-1/+0
|/
* SmartOS: Add support for Joyent LX-Brand Zones (LP: #1540965)Robert Jennings2016-02-041-30/+55
* fix 'Make pyflakes'Scott Moser2015-05-011-2/+0
* Ensure that the serial console is always closed.Daniel Watkins2015-03-251-0/+12
* Refactor tests to assume JoyentMetadataClient is correct.Daniel Watkins2015-03-251-75/+13
* Convert DataSourceSmartOS to use v2 metadata.Daniel Watkins2015-03-251-32/+184
* Organise imports in test_smartos.py.Daniel Watkins2015-03-251-5/+6
* Write and read bytes to/from the SmartOS serial console.Daniel Watkins2015-03-131-5/+10
* Respond to review:Barry Warsaw2015-01-271-10/+4
* super() works in all of Python 2.6, 2.7, and 3.4.Barry Warsaw2015-01-261-1/+1
* More test repairs.Barry Warsaw2015-01-261-3/+9
* Low hanging Python 3 fruit.Barry Warsaw2015-01-221-1/+3
* More test ports from mocker to mock.Barry Warsaw2015-01-221-3/+7
* tools/run-pep8: remove leading ',' fed to --ignoreScott Moser2015-01-061-2/+2
* moreDimitri John Ledkov2014-07-231-1/+1
* SmartOS test: do not require existance of /dev/ttyS1.Scott Moser2014-06-021-0/+1
* pyflakes cleanups0.7.5Scott Moser2014-04-011-3/+0
* SmartOS: do not run on arm as dmidecode causes problemsScott Moser2014-02-261-0/+6
* test_smartos: remove bad test caseScott Moser2014-02-241-27/+0
* re-work vendor-data and smartosScott Moser2014-02-131-40/+11
* Define default vendordata for SmartOS. In absence of a vendordata, use aBen Howard2014-02-131-5/+71
* Fixes for SmartOS datasource (LP: #1272115):Ben Howard2014-01-241-8/+137
* fix tests small other changesScott Moser2013-09-271-15/+13
* Fixes for the MP.Ben Howard2013-09-191-0/+35
* changes to behavior on specifying keys.Scott Moser2013-08-241-62/+91
* Fixed no_base64_decode settingsBen Howard2013-08-201-0/+8
* Added base64 support to SmartOS datasource.Ben Howard2013-07-301-11/+56
* Changed get_serial to be fully parameterized and return the serialBen Howard2013-07-231-5/+5
* Added SmartOS datasource and unit tests.Ben Howard2013-07-181-0/+191