summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Convert @ohai => let(:ohai) in system_spec.OC-10998sersut2014-01-141-78/+64
* Decrease the chance of specs failing to 1 / 2^32sersut2014-01-141-1/+1
* Move constant clean up functions to its own mixin.sersut2014-01-142-28/+1
* Remove the forgotten :focus in system tests.sersut2014-01-141-1/+1
* Reset the plugin information when all_plugins is called consecutively in orde...sersut2014-01-142-6/+43
* Convert AIX plugins to use shell_out.sersut2014-01-135-21/+23
* Fix gce plugin and gce plugin specs. The changes are:sersut2014-01-131-65/+13
* convert aix unit tests to version 7 test formatClaire McQuin2014-01-127-115/+140
* merged most of 6-stable into master. remaining files: lib/ohai/plugins/cloud....Claire McQuin2014-01-099-8/+633
|\
| * OHAI-537: Require the os plugin in the hostname pluginBryan McLellan2013-12-041-1/+11
| * force encode all strings to UTF-8lcg/force-encodeLamont Granquist2013-10-171-4/+4
| * Test for LANG=C and input contains UTF-8Lamont Granquist2013-10-171-0/+20
| * Restore Ohai 6 compatibility in spec testadamedx2013-10-101-18/+18
| * clarify spec descriptionPaul Rossman2013-10-101-1/+1
| * fixed spec errorsPaul Rossman2013-10-101-4/+4
| * fix spec errorsPaul Rossman2013-10-101-14/+3
| * GCEL is deprecatedPaul Rossman2013-10-101-6/+0
| * new metadata server urlPaul Rossman2013-10-101-32/+3
| * Port AIX plugins to 6-stableadamedx2013-09-237-134/+110
| * Fixed the uptime test-case that was failing in jenkins due to missing stubbin...Prabhu Das2013-09-231-3/+4
| * Unit tests for cpu, kernel and platform plugins of AIX.Prabhu Das2013-09-233-0/+134
| * ohai plugins hostname and platform specs.Prabhu Das2013-09-232-0/+67
| * Added missing tests for netstat -nrf inet6.Prabhu Das2013-09-231-15/+40
| * Added unit tests for AIX filesystem and network plugins along with a minor fix.Prabhu Das2013-09-232-0/+369
| * Refactored Aix uptime unit tests.Prabhu Das2013-09-231-6/+1
| * Unit test for Aix plugin uptime.Prabhu Das2013-09-231-0/+44
| * Revert "Merge pull request #175 from opscode/adamed-oc-9106"adamedx2013-09-2374-2980/+2339
| * Fixed the uptime test-case that was failing in jenkins due to missing stubbin...Prabhu Das2013-08-191-3/+4
| * Unit tests for cpu, kernel and platform plugins of AIX.Prabhu Das2013-08-193-0/+134
| * ohai plugins hostname and platform specs.Prabhu Das2013-08-192-0/+67
| * Added missing tests for netstat -nrf inet6.Prabhu Das2013-08-191-15/+40
| * Added unit tests for AIX filesystem and network plugins along with a minor fix.Prabhu Das2013-08-192-0/+369
| * Refactored Aix uptime unit tests.Prabhu Das2013-08-191-6/+1
| * Unit test for Aix plugin uptime.Prabhu Das2013-08-191-0/+44
| * Disable root_group on Windowsdanielsdeleo2013-08-191-42/+0
| * update chef plugin tests for system/plugin splitdanielsdeleo2013-08-191-2/+2
| * Replace deprecated should_receive(:m).any_number_of_timesdanielsdeleo2013-08-192-18/+18
| * replace all calls to `mock` with `double`danielsdeleo2013-08-1915-102/+102
| * Replace all calls to `stub!` with `stub`danielsdeleo2013-08-1956-346/+388
| * Fix ruby warnings Config => RbConfigdanielsdeleo2013-08-191-11/+11
| * Update new specs for plugin class splitdanielsdeleo2013-08-1915-265/+259
| * [OHAI-412] fix missing stub in linux kernel plugindanielsdeleo2013-08-191-0/+1
| * [OHAI-412] fix missing stubs in darwin kernel specdanielsdeleo2013-08-191-0/+2
| * [OHAI-412] Split Ohai::System responsibilites into 2 classesdanielsdeleo2013-08-1955-1827/+1836
| * Revert "Merge branch 'OHAI-489'"danielsdeleo2013-08-191-3/+3
| * Disable root_group on Windowsdanielsdeleo2013-07-171-46/+5
* | Merge pull request #265 from opscode/lcg/fix-hostname-pluginlamont-granquist2014-01-097-38/+114
|\ \
| * | add sigar_is_available? checkLamont Granquist2014-01-091-2/+3
| * | normalize fqdn across the platformsLamont Granquist2014-01-095-22/+62
| * | fix hostname plugin + add machinename variableLamont Granquist2014-01-083-18/+53