Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-24 | read_file_or_url: raise UrlError with 404 on ENOENT | Scott Moser | |
This makes it easier to call read_file_or_url and handle file or url errors. Now read_file_or_url will raise a UrlError in either case on errors. | |||
2014-01-23 | Skip retry and continued fetch of userdata when NOT_FOUND | Joshua Harlow | |
When a 404 http code comes back from the fetching of ec2 data, instead of retrying immediatly stop the fetching process and in the userdata fetching function handle this case as a special case of no userdata being fetched (an empty string in this case). | |||
2013-04-25 | fix test | Scott Moser | |
2013-02-23 | Get tests working and further adjustments. | harlowja | |
2013-02-07 | more test cases for nocloud including one for config seed | Scott Moser | |
2012-08-22 | fix pep8 complaints. | Scott Moser | |
make pep8 now is silent on precise's pep8 ( 0.6.1-2ubuntu2). | |||
2012-08-09 | stright forward pylint cleanups to tests/ and tools/ | Scott Moser | |
2012-06-21 | Get this test working again. | Joshua Harlow | |
2012-03-16 | add supprot for reading public-keys from DataSourcMAAS | Scott Moser | |
2012-03-16 | rename DataSourceMaaS to DataSourceMAAS, generally use MAAS everywhere | Scott Moser | |
instead of MaaS or Maas, use MAAS consistently. The only non 'MAAS' left are all lower case. | |||
2012-03-08 | pep8 and pylint | Scott Moser | |
2012-03-08 | add a test for read_maas_seed_url | Scott Moser | |
2012-03-08 | fix tests for 'hostname' to 'local-hostname' and user-data not required | Scott Moser | |
2012-03-07 | fix pylint and pep8 warnings | Scott Moser | |
2012-03-06 | file for user-data should be 'user-data' (including the '-') | Scott Moser | |
2012-03-06 | assert that userdata is not returned as part of metadata | Scott Moser | |
2012-03-06 | Add initial DataSourceMaaS. | Scott Moser | |
Tests at this point seem to indicate that seed-dir would work. |