Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |