summaryrefslogtreecommitdiff
path: root/spec/unit/plugins/linux/network_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Update network plugin to use ipaddr not ipaddress gemfix_requireTim Smith2020-08-101-1/+0
* Gate more of the external requiresTim Smith2020-08-091-1/+1
* Add Address Family Check to route_is_valid_default_route?Cooper Lees2020-07-291-0/+9
* Add spaces on rspec expected hashesCooper Lees2020-06-241-2/+2
* Linux network plugin: Handle IPv6 next hops for IPv4 routesCooper Lees2020-06-241-0/+18
* fix unrelated chefstyle issuesLamont Granquist2020-05-121-2/+2
* Expose NIC channel params, coalesce params, and driver info in the network pl...Matt Clark2020-03-091-0/+113
* rspec updates from rubocop-rspecrspecTim Smith2019-08-161-19/+20
* Changing quotes to satisfy styleLynn Frank2019-04-131-1/+1
* Replaces require_relative with requireLynn Frank2019-04-121-1/+1
* Chefstyle fixes for Chefstyle 0.12Tim Smith2019-01-241-36/+36
* fixes for new chefstyle rulesLamont Granquist2018-07-051-464/+464
* mechanical conversion of debug to tracetm/inject_logThom May2018-03-161-16/+16
* [linux/network] Tunnel information (#1104)Phil Dibowitz2017-12-191-1/+36
* Avoid extra file stats and simplify things a bitTim Smith2017-06-101-7/+9
* Find network binaries with the which helperTim Smith2017-06-101-27/+7
* Minor spec file cleanupminor_spec_cleanupTim Smith2017-01-241-8/+2
* Better debug loggingTim Smith2016-12-221-1/+1
* more chefstyle autocorrects after the engine upgradeLamont Granquist2016-08-191-72/+108
* Style/StringLiterals fixes from rubocop 0.42.0Lamont Granquist2016-08-171-5/+5
* Merge pull request #827 from davide125/ethtoolPhil Dibowitz2016-06-171-1/+22
|\
| * expose ring parameters in the network pluginDavide Cavalca2016-05-251-1/+22
* | Add additional info to networking interfaces/addressesPhil Dibowitz2016-06-151-0/+4
|/
* moar chefstyle fixesAdam Leff2016-02-181-65/+64
* updates for chefstyleAdam Leff2016-02-181-6/+6
* refactor #favored_default_route to be easier to understand and debug, tests a...Adam Leff2016-02-181-1/+156
* Report an ipaddress in a Linux corner case observed on Cisco IOS XRGlenn Matthews2016-02-181-1/+65
* fix multiline strings to heredocsLamont Granquist2016-02-181-246/+246
* reverting errant pushes to master without PRLamont Granquist2016-02-181-246/+246
* fix multiline strings to heredocsLamont Granquist2016-02-181-246/+246
* Allow route table overrideMatt Whiteley2016-01-141-2/+2
* Update e-mails and copyrightsTim Smith2016-01-131-1/+1
* We cannot get ipv6address without src from linux/network at this timeBryan McLellan2016-01-021-14/+16
* fix some tests, ishBryan McLellan2015-12-281-1/+11
* Fix tests for ipv6-only macaddress use case, add more debug logsBryan McLellan2015-12-221-1/+10
* Update comments and revert testTim Smith2015-12-211-2/+2
* Properly detect mac address on ipv6 systemsTim Smith2015-12-181-1/+1
* this offends my sense of English language aesthetics, but changing hyphens to...phreakocious2015-12-141-2/+2
* Add support for collecting ethernet layer one information from ethtool on linux.phreakocious2015-12-111-0/+48
* return correct ipaddress for openvz guests (fixes #415)Michael Sprauer2015-05-261-0/+40
* Ensure we test v6 correctlytm/avoid_v6Thom May2015-04-241-1/+13
* fix network on coreos/gentooMichael Schmidt2015-02-171-3/+13
* fix unit-test after rebaseSten Spans2015-02-171-2/+1
* add explicit test for ip link only interfacesSten Spans2015-02-171-0/+5
* add xenserver sample interfaces to unit-testSten Spans2015-02-171-1/+46
* Merge branch 'trusty_network' of github.com:cread/ohai into cread-trusty_networkClaire McQuin2014-10-131-427/+435
|\
| * Refactor the network tests to rspec 3, merge in test for new vlan outputChris Read2014-07-011-359/+367
* | [Ohai 7] Add support for ECMP routes to linux::networkPhil Dibowitz2014-08-151-2/+5
|/
* make linux/network.rb define collect_data(:linux)linux-networkClaire McQuin2014-01-071-0/+1
* automatically clear plugins and constants between testsClaire McQuin2013-10-171-6/+0