summaryrefslogtreecommitdiff
path: root/spec/unit/plugins/freebsd
Commit message (Expand)AuthorAgeFilesLines
* Remove Copyright DatesLamont Granquist2020-08-273-3/+3
* rspec updates from rubocop-rspecrspecTim Smith2019-08-164-8/+8
* Changing quotes to satisfy styleLynn Frank2019-04-134-4/+4
* Replaces require_relative with requireLynn Frank2019-04-124-4/+4
* Merge pull request #1262 from jaymzh/unify_cpu_pluginTim Smith2018-10-041-2/+2
|\
| * Unify the cpu pluginPhil Dibowitz2018-10-031-2/+2
* | Unify the OS pluginsPhil Dibowitz2018-10-031-32/+0
|/
* fixes for new chefstyle rulesLamont Granquist2018-07-052-19/+19
* Minor spec file cleanupminor_spec_cleanupTim Smith2017-01-245-5/+5
* chefstyle catchup for ohaiLamont Granquist2016-02-115-26/+22
* Update e-mails and copyrightsTim Smith2016-01-133-13/+13
* Handle core count with multiple processorsTim Smith2015-12-091-5/+5
* Determine real, total, and cores for BSDTim Smith2015-12-071-4/+19
* Collapse duplicate BSD plugins into common BSD pluginsTim Smith2015-11-262-221/+0
* Merge pull request #641 from tas50/inodesTim Smith2015-11-111-0/+126
|\
| * Collect inode data on FreeBSD and add filesystem specsTim Smith2015-10-291-0/+126
* | Convert hex CPU data to intsTim Smith2015-11-031-2/+3
* | Fix detection on FreeBSD <=10.1Tim Smith2015-10-291-1/+35
* | Fix and extend CPU detection on FreeBSDTim Smith2015-10-291-13/+24
|/
* Convert specs to RSpec 3.1.7 syntax with TranspecClaire McQuin2014-10-306-48/+48
* Ensure CPU total is an integer on FreeBSDschisamo/freebsd-cpu-total-fixSeth Chisamore2014-09-301-1/+1
* Add addition Freebsd CPU unit testsTim Smith2014-05-151-6/+32
* Fix execution and add a specTim Smith2014-05-151-0/+42
* Consolidate specTim Smith2014-05-151-26/+7
* Switch back to relative path and add specsTim Smith2014-05-151-9/+24
* Move capture of __FreeBSD_version to OS pluginRichard Manyanza2014-03-312-6/+33
* Capture __FreeBSD_version on FreeBSD systemsRichard Manyanza2014-03-311-0/+6
* Merge pull request #265 from opscode/lcg/fix-hostname-pluginlamont-granquist2014-01-091-3/+6
|\
| * fix hostname plugin + add machinename variableLamont Granquist2014-01-081-3/+6
* | Remove -f / --file option from OHAI. This option was useful when developing O...OC-10958sersut2014-01-081-1/+0
|/
* automatically clear plugins and constants between testsClaire McQuin2013-10-174-25/+1
* update plugin filesClaire McQuin2013-10-173-5/+24
* consolidate hostname pluginClaire McQuin2013-10-171-2/+8
* Converted plugins/freebsd/virtualization to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-14/+14
* Converted plugins/freebsd/platform to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-2/+2
* Converted plugins/freebsd/kernel to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-3/+3
* Converted plugins/freebsd/hostname to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-2/+2
* Added a commentTheodore Nordsieck2013-09-031-0/+1
* Fixed the freebsd/virtualization plugin re: removing the pipeTheodore Nordsieck2013-09-031-1/+1
* add plugin loading to common specClaire McQuin2013-08-214-12/+4
* create/update spec testsClaire McQuin2013-08-194-12/+12
* update spec tests for compat with new dslClaire McQuin2013-08-074-10/+10
* convert plugins to new dsl.Claire McQuin2013-08-074-4/+4
* New plugin map for Ohai::System controller. Added and updated spec tests to r...Claire McQuin2013-07-264-4/+4
* Replace all calls to `stub!` with `stub`danielsdeleo2013-07-153-10/+10
* Update new specs for plugin class splitdanielsdeleo2013-07-151-24/+25
* [OHAI-412] Split Ohai::System responsibilites into 2 classesdanielsdeleo2013-07-153-20/+24
* Refactor unit test layoutBryan McLellan2012-12-064-0/+210