summaryrefslogtreecommitdiff
path: root/tests/unittests/test_datasource/test_maas.py
Commit message (Expand)AuthorAgeFilesLines
* Reorganize unit test locations under tests/unittests (#1126)Brett Holman2021-12-031-200/+0
* cloudinit/tests: remove unneeded with_logs configuration (#263)Daniel Watkins2020-03-191-1/+0
* Replace mock library with unittest.mock (#186)Daniel Watkins2020-01-291-1/+1
* pylint: pay attention to unused variable warnings.Scott Moser2018-04-191-2/+2
* MAAS: add check_instance_id based off oauth tokens.Scott Moser2018-01-101-7/+46
* relocate tests/unittests/helpers.py to cloudinit/testsLars Kellogg-Stedman2017-09-051-1/+1
* flake8: move the pinned version of flake8 up to 3.3.0Scott Moser2017-05-231-1/+1
* LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm2016-12-221-0/+2
* MAAS: add vendor-data supportScott Moser2016-08-121-65/+62
* run flake8 instead of pyflakes in tox. expect tests/ to pass flake8.Scott Moser2016-05-121-2/+2
* Update pep8 runner and fix pep8 issuesRyan Harper2016-03-031-8/+8
* hopefully fix DataSourceMAASScott Moser2015-08-071-1/+1
* move towards user-data being binaryScott Moser2015-02-251-4/+4
* Repair the Python 2.6 tests.Barry Warsaw2015-01-261-3/+2
* Port the MAAS code to oauthlib.Barry Warsaw2015-01-261-6/+1
* * More str/bytes fixes.Barry Warsaw2015-01-261-1/+6
* More test ports from mocker to mock.Barry Warsaw2015-01-221-28/+47
* moreDimitri John Ledkov2014-07-231-1/+1
* moreDimitri John Ledkov2014-07-231-1/+1
* pyflakes cleanups0.7.5Scott Moser2014-04-011-1/+0
* read_file_or_url: raise UrlError with 404 on ENOENTScott Moser2014-01-241-1/+1
* Skip retry and continued fetch of userdata when NOT_FOUNDJoshua Harlow2014-01-231-1/+2
* fix testScott Moser2013-04-251-2/+3
* Get tests working and further adjustments.harlowja2013-02-231-4/+7
* more test cases for nocloud including one for config seedScott Moser2013-02-071-7/+1
* fix pep8 complaints.Scott Moser2012-08-221-11/+11
* stright forward pylint cleanups to tests/ and tools/Scott Moser2012-08-091-2/+0
* Get this test working again.Joshua Harlow2012-06-211-34/+30
* add supprot for reading public-keys from DataSourcMAASScott Moser2012-03-161-1/+3
* rename DataSourceMaaS to DataSourceMAAS, generally use MAAS everywhereScott Moser2012-03-161-15/+15
* pep8 and pylintScott Moser2012-03-081-6/+8
* add a test for read_maas_seed_urlScott Moser2012-03-081-2/+36
* fix tests for 'hostname' to 'local-hostname' and user-data not requiredScott Moser2012-03-081-6/+6
* fix pylint and pep8 warningsScott Moser2012-03-071-1/+1
* file for user-data should be 'user-data' (including the '-')Scott Moser2012-03-061-7/+7
* assert that userdata is not returned as part of metadataScott Moser2012-03-061-0/+3
* Add initial DataSourceMaaS.Scott Moser2012-03-061-0/+112