Commit Graph

66918 Commits

Author SHA1 Message Date
twangboy
66afd4855c Fix unit tests 2016-03-30 08:56:49 -06:00
twangboy
614b768d6a Add more specific error documentation 2016-03-30 08:56:49 -06:00
twangboy
faf15c7e99 Change from 'such file' to 'No such file' 2016-03-30 08:56:49 -06:00
twangboy
e7df94a6fa Verify success of write, delete, and clear 2016-03-30 08:56:49 -06:00
twangboy
6239aab76d Add documentation for exptected return values 2016-03-30 08:56:49 -06:00
twangboy
93f252d868 Fix some pylint errors 2016-03-30 08:56:49 -06:00
twangboy
2855ea3e2e Fix test_delete_missing unit test 2016-03-30 08:56:49 -06:00
twangboy
f5f7249c37 Fix unit tests 2016-03-30 08:56:49 -06:00
twangboy
8ea709cc3f Remove xattr.list from know_to_return_none 2016-03-30 08:56:49 -06:00
twangboy
7bd0e43790 Remove redundant raise statement 2016-03-30 08:56:49 -06:00
twangboy
cedc14e6f5 Fix tests for read and delete 2016-03-30 08:56:49 -06:00
twangboy
cbd868e12a Improve integration tests 2016-03-30 08:56:49 -06:00
twangboy
29c9c4a54a Fix error detection 2016-03-30 08:56:49 -06:00
twangboy
1934a17f8e Add additional error handling 2016-03-30 08:56:49 -06:00
twangboy
fb82a32b4d Fix xattr.list on no attributes 2016-03-30 08:56:49 -06:00
twangboy
833d63c27d Raise errors on command failures 2016-03-30 08:56:49 -06:00
twangboy
6f98a5204f Fix xattr.list returning None
Fixes tests
Removes super calls from setUp and tearDown
2016-03-30 08:56:49 -06:00
twangboy
bacaa9c4c0 Add missing import 2016-03-30 08:56:49 -06:00
twangboy
1094754085 Gate the tests for Mac OS X 2016-03-30 08:56:49 -06:00
twangboy
ab205f52d4 Fix some lint errors 2016-03-30 08:56:49 -06:00
twangboy
cd4c84a7eb Fix problem with xattr.list tests 2016-03-30 08:56:49 -06:00
twangboy
f54139fb9f Fix some tests 2016-03-30 08:56:49 -06:00
twangboy
fd96733fc7 Put test file in correct state for each test 2016-03-30 08:56:49 -06:00
twangboy
212590b130 Add remaining test functions 2016-03-30 08:56:49 -06:00
twangboy
8b8d35ef8b Add if main statement 2016-03-30 08:56:49 -06:00
twangboy
677c4384b0 Add integration test file for mac_xattr 2016-03-30 08:56:49 -06:00
twangboy
12f4b7edb2 Fix error when there are no extended attributes 2016-03-30 08:56:49 -06:00
Mike Place
4b985caf52 Merge pull request #32200 from twangboy/win_timelib
Add timelib to windows pip dependencies
2016-03-29 14:04:26 -06:00
Mike Place
4ad92da5c4 Merge pull request #32214 from jtand/fix_test_kill
Undo previous fix for a more correct fix for process_test.test_kill
2016-03-29 13:15:20 -06:00
Mike Place
9f7740c023 Merge pull request #32216 from UtahDave/2016.3local
Fix spelling error
2016-03-29 13:13:58 -06:00
David Boucha
b48d0c6b5b Fix spelling error 2016-03-29 11:16:18 -06:00
Justin Anderson
b25e995efd Lint fix 2016-03-29 10:57:46 -06:00
Justin Anderson
5a57f2e1c6 Undo previous fix for a more correct fix for process_test.test_kill 2016-03-29 09:58:28 -06:00
twangboy
6984d5a075 Update pip and setuptools using req-pip.txt 2016-03-28 18:39:24 -06:00
twangboy
94354c45de Fix upgrade pip 2016-03-28 18:27:36 -06:00
twangboy
733ef7c3e0 Make VC Compiler for Python install silently 2016-03-28 18:23:26 -06:00
twangboy
33735ada22 Fix VC for Python install 2016-03-28 18:21:58 -06:00
twangboy
2f957409ad Add timelib and prereqs for compiling
Add timelib==0.2.4 to req.txt
Add check for VC Compiler for python
Add installer for VC Compiler
2016-03-28 18:15:00 -06:00
Nicole Thomas
f513e401d8 Merge pull request #32188 from jtand/fix_test_kill
Fix test kill
2016-03-28 16:38:48 -06:00
Nicole Thomas
b1a23756db Merge pull request #32191 from rallytime/bp-32138
Back-port #32138 to 2016.3
2016-03-28 16:38:32 -06:00
Tim Egbert
5f6384c707 Fixes the nova cloud driver so it can parse OpenStack ip addresses.
Added code after the main ip address parsing that, if no ip addresses
are found, will attempt to parse the data structure as provided by
OpenStack (Kilo). The existing parsing, which works for Rackspace
is not affected.
2016-03-28 14:53:17 -06:00
Nicole Thomas
be7277d338 Merge pull request #32178 from rallytime/merge-2016.3
[2016.3] Merge forward from 2015.8 to 2016.3
2016-03-28 12:58:28 -06:00
Justin Anderson
0f4f303380 Lint fix 2016-03-28 12:37:52 -06:00
rallytime
8531847e3f Pylint fix 2016-03-28 11:42:54 -06:00
Justin Anderson
a74bb9b67f Fix the process_test.test_kill failure in 2016.3 2016-03-28 11:33:55 -06:00
rallytime
9adc2facb2 Merge branch '2015.8' into '2016.3'
No conflicts.
2016-03-28 10:57:25 -06:00
Mike Place
d527eec228 Merge pull request #32156 from rallytime/mac-keychain-test
Add integration tests for mac_keychain module
2016-03-28 08:58:55 -06:00
Mike Place
a4aee8748e Merge pull request #32158 from twangboy/mac_path
Add /opt/salt/bin to PATH in postinstall script for Mac
2016-03-28 08:57:08 -06:00
Mike Place
1afb048801 Merge pull request #32163 from rallytime/fix-27605
Update nacl.config docs to use key value instead of 'None'
2016-03-28 08:46:40 -06:00
Mike Place
c08ba3f8a9 Merge pull request #32166 from vutny/fix-multiline-yaml-string-example
`salt.states.file`: correct examples with multiline YAML string
2016-03-28 08:45:32 -06:00