summaryrefslogtreecommitdiffstats
path: root/acceptance/tests/resource/service
Commit message (Collapse)AuthorAgeFilesLines
* (maint) Fix platform dection for RHELDominic Maraglia2011-07-122-3/+2
| | | | | Detecting supported platform used incorrect string for RHEL. Changed string from 'redhat' to 'rhel'
* (#7956) Port resource acceptance testsDominic Maraglia2011-06-271-3/+4
| | | | | | Many of the Puppet resource acceptance tests were RHEL/Centos specifc. These tests were ported under the enterptise-dist repo; move the tests into 2.6.x for merging.
* (#7193) Fix path issues with acceptance tests that call old shell testsMatt Robinson2011-06-062-2/+2
| | | | | | | Some rearranging of the acceptance test directories caused some ruby tests that referenced old shell tests to lose their relative paths. Paired-with: Dominic Maraglia <dominic@puppetlabs.com>
* (4123) Fix test for 4123/4 on old egrep in cent4Dominic Maraglia2011-05-242-51/+36
| | | | | | | | Older versions of egrep do not support the character class "\s". Changed: puppet resource service | egrep -B1 "ensure\s*=>.*'running" to: puppet resource service | egrep -B1 "ensure.*=>.*'running"
* Move tests from puppet-acceptance repoDominic Maraglia2011-04-204-0/+97