Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-26 | More test repairs. | Barry Warsaw | |
2015-01-22 | Low hanging Python 3 fruit. | Barry Warsaw | |
2015-01-14 | Use the short name for GCE hostnames per GCE's request (LP: #1383794). | Ben Howard | |
2015-01-06 | remove the user-data-encoding from test meta-data | Scott Moser | |
just so we don't come to rely on it being set to 'base64' or ''. rather the default case is that it wont be present at all. | |||
2015-01-06 | pep8 | Scott Moser | |
2014-12-19 | add user-data encoding support for gce | Wayne Witzel III | |
2014-07-24 | merge from trunk | Scott Moser | |
2014-07-23 | fix httpretty based test cases if http_proxy is set. | Scott Moser | |
previously this would fail: http_proxy=http://foo.bar make test now it will pass. This works around a bug where httpretty is not able to patch http operations if http_proxy is set. https://github.com/gabrielfalcao/HTTPretty/issues/122 | |||
2014-07-23 | more | Dimitri John Ledkov | |
2014-07-16 | Fix a few tests that have been failing in python 2.6 | Joshua Harlow | |
A few of the current tests have been continually failing in python 2.6 based systems, due to lack of unit test functions that are now added to ensure we can run the unit tests (and not have to ignore those failures) on python 2.6 | |||
2014-02-13 | GCE: use dns name instead of IP address | Vaidas Jablonskis | |
2014-02-13 | GCE: add unit tests, user-data support and few other fixes | Vaidas Jablonskis | |