summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Make sure :disabled_plugins can disable both v6 and v7 plugins.OC-10161sersut2014-01-083-6/+92
* Merge pull request #261 from opscode/lcg/fix-network-listenerslamont-granquist2014-01-071-2/+2
|\
| * fix specs for exception handlingLamont Granquist2014-01-071-2/+2
* | Merge pull request #263 from opscode/linux-networkClaire McQuin2014-01-071-0/+1
|\ \
| * | make linux/network.rb define collect_data(:linux)linux-networkClaire McQuin2014-01-071-0/+1
* | | save plugin source(s) for version 7 plugins during loadingClaire McQuin2014-01-071-7/+36
|/ /
* | add kernel kextstat -k -l output to test kernel/modules in darwin/kernel.rbClaire McQuin2014-01-071-1/+23
|/
* Merge pull request #250 from opscode/OC-10250Claire McQuin2014-01-022-15/+117
|\
| * modify error messages, processing syntax error messagesClaire McQuin2013-12-201-7/+7
| * tune syntax error message output, handle invalid plugin names that aren't syn...Claire McQuin2013-12-192-0/+44
| * rescue from syntax error in loaderClaire McQuin2013-12-191-15/+73
* | Explicitly test dependency cycle detection for self-dependencydanielsdeleo2013-12-191-25/+48
* | Fix dependency cycle error explanation.danielsdeleo2013-12-191-1/+2
|/
* Merge pull request #240 from opscode/OC-9410Claire McQuin2013-12-182-10/+109
|\
| * add methods for verifying and splitting attributes, fix behavior of find_clos...Claire McQuin2013-12-182-6/+31
| * separate out different ways of gathering attribute providers into different m...Claire McQuin2013-12-171-30/+37
| * move lookup of parent providers for attributes from runner to provides_mapClaire McQuin2013-12-172-33/+50
| * when a plugin depends on an attribute that doesn't have a provider, look for ...Claire McQuin2013-12-171-3/+53
* | Add spec test to check the platform specific collect_data check.OC-10876sersut2013-12-171-0/+23
|/
* Remove the left over pry statements.OC-10251sersut2013-12-171-1/+1
* Handle AttributeNotFound exception correctly.sersut2013-12-172-1/+24
* Rewrite system specs with OHAI integration testing infra.sersut2013-12-172-311/+236
* Add option to only run plugins providing requested attributesdanielsdeleo2013-12-162-0/+96
* Disable one test which requires changes to require_plugin() which will be don...OC-9924sersut2013-12-132-30/+15
* Refactor hints to its own class.sersut2013-12-133-44/+143
* This PR includes a few refactorings. Since they are intertwined they are done...sersut2013-12-137-211/+193
* Remove no-longer-relevant "TODO"danielsdeleo2013-12-041-1/+0
* Rename variables/methods for ProvidesMap to provides_mapdanielsdeleo2013-12-045-29/+28
* Remove access to ProvidesMap internal data structuredanielsdeleo2013-12-043-13/+13
* Extract ProvidesMap and tests to their own filesdanielsdeleo2013-12-043-132/+138
* Extract plugin<->provides mapping to custom classdanielsdeleo2013-12-041-21/+22
* Add support for :focus tests to spec helperdanielsdeleo2013-12-041-0/+4
* Fix warnings in DSL::Plugin specdanielsdeleo2013-12-041-12/+11
* OHAI-529 ensure virtual IPs are never chosen for privateaddressEric Saxby2013-11-261-11/+13
* OHAI-529 Remove ipaddr_extension from GemfileEric Saxby2013-11-261-47/+56
* OHAI-529: ip_scopes prefers ethernet to pppEric Saxby2013-11-261-0/+86
* update test with current masterElan Ruusamäe2013-11-251-3/+1
* [OHAI-358] add test for php version parseElan Ruusamäe2013-11-251-0/+9
* OHAI-525 : can now detect qemu/kvm according the cpu typeThibaut Notteboom2013-11-251-0/+16
* Fix Mac OS X stub java workaroundOHAI-514danielsdeleo2013-11-071-83/+139
* Update Virtualbox guest test for the dmidecode detectionTim Smith2013-11-041-8/+20
* fix mime-types dependency versionClaire McQuin2013-10-291-2/+2
* check for detailed warning messageClaire McQuin2013-10-291-1/+1
* add exceptions to ohai/exception.rbClaire McQuin2013-10-294-14/+14
* add PluginDefinitionError to Ohai, rescue in loader.rbClaire McQuin2013-10-292-2/+16
* fail when more than one collect_data blocks defined per platformClaire McQuin2013-10-292-13/+18
* change _providers to _pluginsClaire McQuin2013-10-174-56/+71
* update new solaris2 plugins and specsClaire McQuin2013-10-172-2/+2
* update spec_helper, system_spec to Ohai::Mixin::OSClaire McQuin2013-10-172-3/+3
* change :providers to :_providers to avoid attribute conflictsClaire McQuin2013-10-174-26/+26