summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * fix aix ifconfig functional test to use lo for enable-disable action and en0 ...kaustubh-d2013-07-231-22/+44
| * raise exception if metric attribute is set in aix ifconfig for add action.kaustubh-d2013-07-231-4/+2
| * add aix- ifconfig functional tests.kaustubh-d2013-07-231-10/+85
| * aix -ifconfig implement enable disable action.kaustubh-d2013-07-232-5/+24
| * ifconfig - functional test for action add.kaustubh-d2013-07-231-3/+11
| * set correct expectation on add action when interface already exists.kaustubh-d2013-07-231-1/+1
| * ifconfig - generate configs only when updating interface.kaustubh-d2013-07-231-16/+14
| * ifconfig spec - metric and mtu should be strings.kaustubh-d2013-07-231-3/+4
| * fix - set the current resource device properly.kaustubh-d2013-07-231-1/+1
| * ifconfig resource functional test.kaustubh-d2013-07-232-2/+59
| * aix- abstract command generation for ifconfig.kaustubh-d2013-07-233-6/+66
| * aix ifconfig - load current resource implementation.kaustubh-d2013-07-231-0/+82
|/
* Merge pull request #912 from opscode/adamed-OC-8621-mount-for-aixAdam Edwards2013-07-237-2/+695
|\
| * mount functional test- use free ramdisk device for tests.kaustubh-d2013-07-221-0/+7
| * fix indentations.kaustubh-d2013-07-221-14/+14
| * stub out shellout for lsfs.kaustubh-d2013-07-221-10/+10
| * mount functional test needs root privileges.kaustubh-d2013-07-221-1/+1
| * implement review comments.kaustubh-d2013-07-221-72/+98
| * aix mount provider unit test.kaustubh-d2013-07-221-0/+237
| * implement review comment - updated_by_last_action is updated by parent.kaustubh-d2013-07-222-5/+0
| * aix - mount fix disable_fs regex.kaustubh-d2013-07-221-1/+1
| * aix mount functional tests - methods for platform specific setup and cleanup.kaustubh-d2013-07-221-39/+44
| * aix functional test abstract ohai and runcontext creation.kaustubh-d2013-07-221-0/+40
| * Revert "Added Provider for AIX BFF packages"Deepali Jagtap2013-07-221-144/+0
| * Incorporated review commentsDeepali Jagtap2013-07-222-22/+22
| * Added Provider for AIX BFF packagesDeepali Jagtap2013-07-221-0/+144
| * fix aix mount enabled? method to use proper regexkaustubh-d2013-07-221-10/+18
| * set proper options for aix reenable test.kaustubh-d2013-07-221-1/+5
| * mark resource updated when re-enable fs and ordered comparison of mount options.kaustubh-d2013-07-221-1/+3
| * use jfs2 for remount functional test.kaustubh-d2013-07-221-6/+7
| * rewrite mount functional testskaustubh-d2013-07-222-184/+188
| * Removed commentsdeepalijagtap2013-07-221-1/+1
| * Fix remount on AIX for mountdeepalijagtap2013-07-222-4/+14
| * Added initialization for AIX resource class, corrected method:mounteddeepalijagtap2013-07-221-4/+23
| * Commit changes to fix disable_fs for Mount on AIXdeepalijagtap2013-07-221-10/+28
| * fix enable-fs test expectation.kaustubh-d2013-07-221-1/+1
| * mount functional test cleanupkaustubh-d2013-07-221-1/+5
| * create ramdisk once for mount test and order the testskaustubh-d2013-07-221-13/+15
| * fix formatting and remove non-overridden methods.kaustubh-d2013-07-221-36/+17
| * add mount enable-disable functional test caseskaustubh-d2013-07-221-0/+56
| * create ramdisk as per platform for mount functional tests.kaustubh-d2013-07-221-7/+30
| * require aix mount providerdeepalijagtap2013-07-221-0/+1
| * Mount changes for AIX (added code for enable/disable actionsdeepalijagtap2013-07-221-7/+42
| * Mount for AIX (added code for enable and disable actionsdeepalijagtap2013-07-221-1/+2
| * add functional tests for remount.kaustubh-d2013-07-221-2/+26
| * load provider as per platformkaustubh-d2013-07-221-1/+7
| * add negative test foe mount and umountkaustubh-d2013-07-221-3/+17
| * mount functional test, inprogresskaustubh-d2013-07-221-0/+55
| * Provider class for Mount on AIXkaustubh-d2013-07-221-0/+115
|/
* Merge pull request #898 from opscode/OC-8693Claire McQuin2013-07-175-71/+86
|\