Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving all tests that are in 'ral' up a level. | Luke Kanies | 2008-05-15 | 5 | -896/+0 |
| | | | | | This directory only existed as an organizational method, and the code never matched it, so I'm fixing it. | ||||
* | adding execute bits to tests | Luke Kanies | 2008-05-12 | 1 | -0/+0 |
| | |||||
* | New native ssh_authorized_key type | Francois Deppierraz | 2008-05-07 | 1 | -0/+74 |
| | |||||
* | Fixes #1148 - replaces #!/usr/bin/ruby with #!/usr/bin/env ruby. | Paul Lathrop | 2008-03-28 | 1 | -1/+1 |
| | |||||
* | Removing explicit requires of types and providers, | Luke Kanies | 2008-03-18 | 1 | -3/+0 |
| | | | | | | because they were conflicting with Puppet's autoloading. This is clearly a sign that our autoloading is silly, if Ruby's own loading easily makes it unhappy. | ||||
* | converting mount provider specs from setup/teardown to before/after | Rick Bradley | 2008-02-18 | 1 | -88/+84 |
| | |||||
* | converting parsed mount provider specs from setup/teardown to before/after | Rick Bradley | 2008-02-18 | 1 | -78/+81 |
| | |||||
* | Adding more tests to the redhat interface provider. It no | Luke Kanies | 2007-11-23 | 1 | -1/+103 |
| | | | | | longer uses the :target parameter (which I'll be removing in the next commit). | ||||
* | Rewriting the sunos interface provider to manually parse and | Luke Kanies | 2007-11-23 | 1 | -48/+166 |
| | | | | | generate, rather than using ParsedFile. This should fix #777, and has from what I can tell. | ||||
* | Adding unit tests for the sunos interface provider. | Luke Kanies | 2007-11-23 | 1 | -0/+121 |
| | |||||
* | Removing the bootproto and broadcast attributes from the redhat interface ↵ | Luke Kanies | 2007-11-20 | 1 | -18/+0 |
| | | | | provider, since they are not needed | ||||
* | Fixing #762. The main problem was that I accepted the patch | Luke Kanies | 2007-11-20 | 1 | -0/+187 |
| | | | | | | in #744 which broke the templates. In the process, I also added test code for the redhat interface provider and rewrote how parsing worked to make it more testable. | ||||
* | Adding unit tests for the module that handles the | Luke Kanies | 2007-11-08 | 1 | -0/+134 |
| | | | | | logic around mounting and unmounting. This includes a fix for bug #761, which required a different regex for Solaris. | ||||
* | Fixing the 'mount' tests so that they no longer | Luke Kanies | 2007-11-08 | 1 | -0/+182 |
modify the local system and they run fine as non-root users. |