summaryrefslogtreecommitdiffstats
path: root/spec/unit/ral/provider
Commit message (Collapse)AuthorAgeFilesLines
* Moving all tests that are in 'ral' up a level.Luke Kanies2008-05-155-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 testsLuke Kanies2008-05-121-0/+0
|
* New native ssh_authorized_key typeFrancois Deppierraz2008-05-071-0/+74
|
* Fixes #1148 - replaces #!/usr/bin/ruby with #!/usr/bin/env ruby.Paul Lathrop2008-03-281-1/+1
|
* Removing explicit requires of types and providers,Luke Kanies2008-03-181-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/afterRick Bradley2008-02-181-88/+84
|
* converting parsed mount provider specs from setup/teardown to before/afterRick Bradley2008-02-181-78/+81
|
* Adding more tests to the redhat interface provider. It noLuke Kanies2007-11-231-1/+103
| | | | | longer uses the :target parameter (which I'll be removing in the next commit).
* Rewriting the sunos interface provider to manually parse andLuke Kanies2007-11-231-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 Kanies2007-11-231-0/+121
|
* Removing the bootproto and broadcast attributes from the redhat interface ↵Luke Kanies2007-11-201-18/+0
| | | | provider, since they are not needed
* Fixing #762. The main problem was that I accepted the patchLuke Kanies2007-11-201-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 theLuke Kanies2007-11-081-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 longerLuke Kanies2007-11-081-0/+182
modify the local system and they run fine as non-root users.