summaryrefslogtreecommitdiffstats
path: root/spec/unit/ral
Commit message (Expand)AuthorAgeFilesLines
* Moving all tests that are in 'ral' up a level.Luke Kanies2008-05-1517-2486/+0
* Fixing the user test.Luke Kanies2008-05-151-6/+4
* adding execute bits to testsLuke Kanies2008-05-122-0/+0
* New native ssh_authorized_key typeFrancois Deppierraz2008-05-072-0/+154
* Fixing some tests that were failing because new base typesLuke Kanies2008-04-081-31/+39
* Fixes #1148 - replaces #!/usr/bin/ruby with #!/usr/bin/env ruby.Paul Lathrop2008-03-282-2/+2
* Fixing some tests that only failed under certainLuke Kanies2008-03-181-4/+7
* Removing explicit requires of types and providers,Luke Kanies2008-03-182-6/+1
* Fixing #1118 -- downloading plugins and facts now ignores noop.Luke Kanies2008-03-131-0/+38
* renaming ral/types to ral/type in the testsLuke Kanies2008-02-289-0/+0
* Adding a 'control' parameter to services, for thoseLuke Kanies2008-02-281-4/+11
* Removing the validation on package sources, sinceLuke Kanies2008-02-261-2/+2
* Somewhat refactored fileserving so that it no longer cachesLuke Kanies2008-02-231-0/+37
* Removing a test I never migrated from test/unit.Luke Kanies2008-02-211-119/+0
* Quashed commit of my fixes for #1010.Luke Kanies2008-02-211-0/+119
* Removing some extraneous debugging from a test.Luke Kanies2008-02-181-3/+0
* Merge branch 'my24' into 0.24.xRick Bradley2008-02-185-594/+560
|\
| * 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
| * converting mount type specs from setup/teardown to before/afterRick Bradley2008-02-181-94/+91
| * converting package type specs from setup/teardown to before/afterRick Bradley2008-02-181-91/+94
| * converting ral/types/schedule specs away from setup/teardownRick Bradley2008-02-181-243/+210
* | Fixed #1037 -- remote unreadable files no longer have theLuke Kanies2008-02-181-11/+44
|/
* Renaming the 'pfile' and 'pfilebucket' files to plainLuke Kanies2008-02-131-1/+1
* Removing the last remaining vestiges of GRATR --Luke Kanies2008-02-111-2/+2
* Removing the requirement in the parsed mount providerLuke Kanies2008-01-071-1/+1
* Added builtin support for all Nagios resource types.Luke Kanies2007-12-311-0/+55
* Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies2007-12-112-23/+23
* Adding basic unit tests for type/user by DavidS from #948.Luke Kanies2007-12-061-0/+58
* Fixing a couple of tests that were failing on a different platform or with a ...Luke Kanies2007-11-281-1/+1
* Fixing #892 -- filesystem mounts are no longer remounted.Luke Kanies2007-11-281-0/+7
* Fixing #527 (rewrote service tests), #766 (services only restart when theyLuke Kanies2007-11-282-2/+249
* Theoretically, this patch is to fix #917 (which it does), butLuke Kanies2007-11-281-1/+1
* Fixing #931 by keeping track in configurations ofLuke Kanies2007-11-272-6/+10
* Fixing the persistent and periodic schedule test failuresLuke Kanies2007-11-271-0/+374
* Fixing #924 -- clearing the configuration cache before andLuke Kanies2007-11-261-1/+0
* Fixing #920 -- I have replaced the existing mount test with anLuke Kanies2007-11-261-0/+189
* Fixing a test that was erroneously testing for the wrong featureLuke Kanies2007-11-261-1/+1
* Rewriting the tests for the package resource type, fixing #930.Luke Kanies2007-11-261-0/+246
* Adding more tests to the redhat interface provider. It noLuke Kanies2007-11-231-1/+103
* Rewriting the sunos interface provider to manually parse andLuke Kanies2007-11-231-48/+166
* Adding unit tests for the sunos interface provider.Luke Kanies2007-11-231-0/+121
* Adding some unit tests for the interface type before i go messing around with itLuke Kanies2007-11-231-0/+95
* Removing the bootproto and broadcast attributes from the redhat interface pro...Luke Kanies2007-11-201-18/+0
* fixing the path to the spec helper in the exec testLuke Kanies2007-11-201-1/+1
* Fixing #762. The main problem was that I accepted the patchLuke Kanies2007-11-201-0/+187
* Moving the exec test into the types/ directoryLuke Kanies2007-11-201-0/+0
* Fixing the exec spec so it works when non-root and is a bit cleanerLuke Kanies2007-11-201-42/+12
* Using the Environment class to determine the default environment,Luke Kanies2007-11-201-1/+0
* Merge commit 'davids-bugfixes/rest/fix-903'Luke Kanies2007-11-191-0/+124
|\