salt/tests/integration
Erik Johnson d942c98ef6 Fix gitfs tests
This changes how the setUp function initializes and commits the repo
used as a gitfs remote by these tests. Instead of using the git.Git
class, it simply uses the index object to add and then commit. See here
for more info:

https://pythonhosted.org/GitPython/0.3.1/tutorial.html#the-index-object

Additionally, file_hash() and serve_file() are designed to check copies
of files that have been retrieved from the blobs, in
$cachedir/gitfs/refs/$saltenv/path/to/file. The paths have been fixed in
these two tests, and the sha1 test has been renamed to ensure that it is
executed after test_find_file, so that the file exists in the cache.
2014-07-08 18:56:12 -06:00
..
client Update test case to new return format. 2014-03-24 17:07:50 +00:00
cloud Fix digital ocean provider integration tests 2014-06-24 14:33:15 -06:00
files Dummy file to fix failing tests. 2014-07-01 15:58:01 -06:00
fileserver Fix gitfs tests 2014-07-08 18:56:12 -06:00
loader No need to iterate through keys 2014-06-21 15:34:33 +01:00
mockbin Add "mockbin" directory and a fake "su" wrapper for tests 2012-07-26 22:14:00 +06:00
modules Fix typo in email from bad copy-paste 2014-07-07 16:12:11 -06:00
netapi Ignore import 2014-06-30 01:03:36 +01:00
output No need to be root to run these tests 2014-05-12 19:09:55 +01:00
runner White-space related lint fixes. 2013-12-20 20:02:05 +00:00
runners Fix the output now that we are using the default output (nested) instead of hard coding it to yaml 2014-04-19 15:59:13 -07:00
shell White-space lint fix 2014-07-05 00:45:53 +01:00
ssh More Pylint 2014-05-23 15:27:19 -06:00
states Adapt tests to behaviour introduced in #13333 2014-06-10 03:00:19 +01:00
wheel Added wheel test for testing token authentication 2013-12-19 21:07:46 -07:00
__init__.py verify the raet cacedir in tests 2014-07-07 15:56:16 -06:00