Mike Place
0cbac67a3f
Support for continuous integration testing of salt-ssh
2014-05-10 14:18:53 +01:00
Pedro Algarvio
e096df9016
Replace string substitution with string formatting
2014-05-01 13:29:38 +01:00
Pedro Algarvio
91182e9e44
Replace string substitution with string formatting
2014-05-01 13:29:38 +01:00
Chris Rebert
45981a56f9
lots of copyediting
2014-04-30 12:06:27 -07:00
Thomas S Hatch
6129ec828d
Merge pull request #12281 from terminalmage/issue12209-tests
...
Add tests for #12209
2014-04-25 20:35:47 -06:00
Erik Johnson
b78e558296
Remove unnecessary except
2014-04-25 18:00:04 -05:00
Erik Johnson
cb81b69abc
Fix import
2014-04-25 17:58:41 -05:00
Pedro Algarvio
1a65ee6bc7
In order not to change the arguments order
2014-04-25 23:34:15 +01:00
Erik Johnson
bffb9b5d43
Add skipIf and destructiveTest
...
These tests must be run as root, and create and destroy a user and
group, so this adds the proper decorators.
Additionally, this wraps the assertions from these tests in a try/except
block that ensures that the temp directory created for this test is
cleaned up.
2014-04-25 17:17:34 -05:00
Erik Johnson
d9fa7c5203
Use new decorators for issue 12209 tests
2014-04-25 17:17:34 -05:00
Erik Johnson
8574d9a19e
Use custom user/group for integration tests for #12209
...
Not all platforms have a "nobody" user, this commit changes these tests
to use a "test12209" user/group for these tests.
2014-04-25 17:17:34 -05:00
Erik Johnson
f73a193c6b
Add tests for #12209
2014-04-25 17:17:33 -05:00
Erik Johnson
ad53983a16
Fix refs to with_system_account decorator
...
This renames this decorator to with_system_user, to go along with
changes in https://github.com/saltstack/salt-testing/pull/14 .
2014-04-25 14:03:41 -05:00
Joseph Hall
f971ec3af3
Merge pull request #12263 from s0undt3ch/issues/12261-too-many-args-to-docs
...
Fail soon on too many args to docs
2014-04-25 07:03:39 -06:00
Pedro Algarvio
13106807b1
Better examples on tests
2014-04-24 16:04:51 +01:00
Pedro Algarvio
b969cd15f7
Handle too many arguments for docs in salt-run. Refs #12261 .
2014-04-24 16:01:25 +01:00
Pedro Algarvio
f3fa2aef74
Handle too many arguments for docs in salt-call. Refs #12261 .
2014-04-24 15:56:58 +01:00
Pedro Algarvio
762d0b1e24
Check for extra arguments to '--doc' and fail. Fixes #12261 .
2014-04-24 15:42:47 +01:00
Pedro Algarvio
5b790dbb79
Allow getting stderr
from the commands.
2014-04-24 15:42:17 +01:00
Pedro Algarvio
f43dfd5478
Merge pull request #12171 from cachedout/6692
...
Supervisord mod_watch fix
2014-04-24 13:21:26 +01:00
Pedro Algarvio
33f361e99d
Don't use the deprecated keyword argument
2014-04-24 09:06:28 +01:00
Mike Place
637c372aae
Fix bug with mod_watch in supervisor modules
...
* Also adds __virtual__ support to supervisord exec module
* Closes #6692
Remove uneeded module.
Don't run supervisord tests without supervisord
Fix state test.
Pulled in an old pylint breakage.
Conflicts:
salt/modules/saltutil.py
2014-04-23 16:14:12 -06:00
Thomas S Hatch
ff30f81933
Merge pull request #12135 from jacksontj/job_cache
...
Master_job_caches
2014-04-23 13:55:51 -06:00
Erik Johnson
74180b1da0
More test fixes
2014-04-21 20:36:23 -05:00
Erik Johnson
c41526c913
Fix tests to match new error messages
2014-04-21 20:07:06 -05:00
Mike Place
9ac6e8e150
Remove test.
...
Also pass makedirs correctly.
2014-04-21 10:30:27 -06:00
Thomas Jackson
05f0969ee8
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
Thomas Jackson
df4dd4ec18
Fix failing shell test case-- and change up jobs runner to use the "output" config instead of hard coding what the option should be. In addition i changed the display_output function to default the "out" to None, since that means "use config" down inside.
2014-04-19 13:33:25 -07:00
Mike Place
f717aa6004
Write test for ownership of file.managed with makedirs=True
2014-04-17 15:36:08 -06:00
Mike Place
702d51f55e
Remove unecessary test.
2014-04-09 16:27:44 -06:00
Seth House
d24cf41b62
Added integration tests for webhook auth enable/disable
2014-04-08 13:51:33 -06:00
Thomas S Hatch
09769d6fa2
lint tests
2014-04-02 11:16:24 -06:00
Thomas S Hatch
9ed1e172e3
Maybe this will fix the ubuntu tests on jenkins!
2014-04-02 11:02:03 -06:00
Thomas S Hatch
d478a16ef5
These tests should have never worked!!
2014-04-02 10:27:04 -06:00
Pedro Algarvio
bb70a0e381
Switch quotes to make test pass
2014-03-31 22:30:16 +01:00
Seth House
0a1a21df17
First stab at integration tests for the rest_cherrypy netapi module
2014-03-31 09:58:56 -06:00
Pedro Algarvio
6f1337b4c8
Remove extra white-space
2014-03-29 13:20:47 +00:00
Pedro Algarvio
596b38e494
Provide env
to templates.
...
Map `env` to the same value of `saltenv` in the templating context until
`env` is fully deprecated in favor of `saltenv`.
Fixes #11480 .
2014-03-29 13:03:36 +00:00
Thomas S Hatch
88bcbc4e53
Merge pull request #11594 from rallytime/darwin_sysctl_test
...
Tests and added functionality for darwin_sysctl module
2014-03-27 13:34:43 -06:00
rallytime
4c2adea74e
Added functionality to sysctl.persist and integration tests for darwin_sysctl module
2014-03-27 13:05:22 -06:00
Thomas S Hatch
95ade395d6
Merge pull request #11511 from rallytime/darwin_sysctl_test
...
More darwin_sysctl tests
2014-03-25 14:23:20 -06:00
rallytime
27985060e2
Integration tests started for darwin_sysctl module
2014-03-25 13:52:54 -06:00
Thomas S Hatch
ef9fc46828
Merge pull request #11447 from s0undt3ch/hotfix/minion-events
...
Fix minion event trigger
2014-03-24 15:43:45 -06:00
Pedro Algarvio
0144b24a24
Update test case to new return format.
...
Also, the comparison check is old, new or better, known -> unknown
2014-03-24 17:07:50 +00:00
Pedro Algarvio
ed12816806
Update tests to new event classes signatures.
2014-03-24 16:54:31 +00:00
Thomas S Hatch
f9c32c3627
Merge pull request #11414 from rallytime/brew_integration
...
Integration tests for brew module
2014-03-21 12:43:06 -06:00
Thomas S Hatch
43de620730
Merge pull request #11413 from s0undt3ch/hotfix/immutable-lists-sum
...
Simpler immutable types
2014-03-21 11:40:09 -06:00
rallytime
1c26ce3845
Integration tests for brew module
2014-03-21 10:52:51 -06:00
rallytime
761a774424
Integration tests for mac_group module
2014-03-18 14:34:36 -06:00
rallytime
813920b092
Merge branch 'develop' of https://github.com/saltstack/salt into mac_group
2014-03-18 13:11:42 -06:00
rallytime
f2cff53756
Check if gid exists before adding group and associated tests
2014-03-18 13:02:20 -06:00
Thomas S Hatch
d3c28e8b08
Merge pull request #11302 from cro/add_file_mode_tests
...
Add tests to verify that file.managed will set permissions correctly on existing files.
2014-03-18 10:25:48 -06:00
C. R. Oldham
6c60f17751
Add two tests for checking file permissions when file is already existing
2014-03-17 14:25:17 -06:00
rallytime
42ae77f181
destructive tests
2014-03-17 13:34:05 -06:00
rallytime
29cd475d30
clean-up after changing user info tests
2014-03-17 13:16:45 -06:00
rallytime
4a8ac5fc51
Merge branch 'develop' of https://github.com/saltstack/salt into mac_user_test
2014-03-17 13:12:11 -06:00
rallytime
e2af3aca24
Integration tests for changing user info in mac_user module
2014-03-17 13:10:36 -06:00
rallytime
d3bc7c800c
mac_user integration tests
2014-03-17 09:02:16 -06:00
Erik Johnson
37bf8ee768
Change package used for opensuse integration pkg tests
2014-03-14 11:50:32 -05:00
Colton Myers
ea800935d7
Switch git clones to saltstack/salt-test-repo (super small repo)
...
Was previously cloning bootstrap a few times, and our salt repo once
(which is a large repo). Should speed up the git tests substantially.
2014-03-14 09:45:17 -06:00
Thomas S Hatch
d522a78926
Merge pull request #11214 from rallytime/mac_user_test
...
pylint fixes
2014-03-13 17:37:42 -06:00
rallytime
ad6bcbdd73
pylint fixes
2014-03-13 14:29:58 -06:00
Mike Place
72749d70ac
Merge pull request #11213 from rallytime/mac_user_test
...
Refactored and wrote more mac_user integration tests
2014-03-13 13:57:51 -06:00
rallytime
aacf7ee6ac
Ah! Almost forgot the destructive test decorators
2014-03-13 13:55:32 -06:00
rallytime
1dd6fd45bc
Pylints
2014-03-13 13:51:58 -06:00
rallytime
69d974d764
Refactored and wrote more mac_user integration tests
2014-03-13 13:47:01 -06:00
Pedro Algarvio
2f3d7bd6cc
Merge branch 'develop' of github.com:saltstack/salt into hotfix/immutable-lists-sum
2014-03-13 16:03:50 +00:00
Mathieu Le Marec - Pasquet
ab0b465d3e
Yet another fix for ImmutableProxyList
...
This is related to #11088 , #11035 , #11003 , #11190 .
2014-03-13 10:53:55 +01:00
Pedro Algarvio
e1c33dcad6
Revert "Stop running the test while it's failing"
...
This reverts commit a084303c91
.
2014-03-12 21:52:08 +00:00
Thomas S Hatch
1c909c0ea9
Merge pull request #11155 from rallytime/mac_user_test
...
Mac user integration test
2014-03-11 23:17:03 -06:00
rallytime
b9ea2d09f4
pylint fixes
2014-03-11 21:45:41 -06:00
rallytime
edfd0f4a99
Wrote a mac_user integration test
2014-03-11 15:26:16 -06:00
Thomas S Hatch
84d5c525b0
Merge pull request #10972 from s0undt3ch/hotfix/force-virtual-booleans
...
The `__virtual__()` function should only return strings on renames.
2014-03-11 08:51:11 -07:00
Pedro Algarvio
a084303c91
Stop running the test while it's failing
2014-03-10 23:52:38 +00:00
Pedro Algarvio
1ef4cd11cb
Not renaming, return a boolean in __virtual__()
.
2014-03-10 17:51:54 +00:00
Pedro Algarvio
fd1bab0d8d
Add test case which triggers #11003 .
2014-03-10 17:47:22 +00:00
rallytime
b7d4e2ed96
Started some integration tests for mac_user module
2014-03-10 11:19:40 -06:00
Mathieu Le Marec - Pasquet
537f96fe14
salt-call now returns jobs to master
...
This is related to #10500 .
This finishes @thatch45 work
2014-02-20 20:31:40 +01:00
Thomas S Hatch
81790838fa
tmp stub out test until we can find a better home for it
2014-02-17 14:31:41 -07:00
Vye Wilson
e2b1381185
Adds support for updating cached git repo url.
...
Fixes #10408
2014-02-12 18:58:42 -08:00
Pedro Algarvio
059ed16d02
Remove unused import
2014-02-12 15:37:15 +00:00
Pedro Algarvio
7465f0511f
Remove unused import
2014-02-12 15:36:17 +00:00
Pedro Algarvio
c15526852a
Remove unused imports
2014-02-12 15:35:14 +00:00
Erik Johnson
98bcd26139
Fix pkg test with dots in filename
...
The package here is much smaller and should install quicker than the old
one.
2014-02-11 11:22:34 -06:00
Thomas S Hatch
8ce74e0378
disable dot test, need to find another package
2014-02-11 09:41:10 -07:00
Thomas S Hatch
17edf0b1a7
Merge pull request #10288 from s0undt3ch/hotfix/lint
...
Lint Fixes
2014-02-10 12:22:09 -07:00
Pedro Algarvio
362e162496
Remove un-necessary code
2014-02-10 15:10:19 +00:00
Pedro Algarvio
ec5614bd08
Remove the vim jedi output from the code
2014-02-10 13:28:28 +00:00
Pedro Algarvio
74dae3b842
And, as a last resort, kill the process after failing to terminate them.
2014-02-10 13:11:09 +00:00
Pedro Algarvio
db41d3b5c5
Ignore unused imports
2014-02-08 07:57:43 +00:00
Pedro Algarvio
e5b293e767
Remove unused imports
2014-02-08 07:57:10 +00:00
Pedro Algarvio
375de4e706
Remove unused imports
2014-02-08 07:56:40 +00:00
Pedro Algarvio
7c51c8ff7f
Remove unused imports
2014-02-08 07:55:55 +00:00
Pedro Algarvio
2a31e4e38b
Remove unused imports & Skip if no mock available
2014-02-08 07:54:31 +00:00
Pedro Algarvio
6144ac22f7
Remove unused imports & Skip if no mock available
2014-02-08 07:51:28 +00:00
Pedro Algarvio
d67488775e
Remove unused imports & Skip if no mock available
2014-02-08 07:50:12 +00:00
Pedro Algarvio
7acf994c46
Remove unused imports
2014-02-08 07:47:17 +00:00
Pedro Algarvio
3fceb028eb
Ignore and remove unused imports
2014-02-08 07:46:50 +00:00
Pedro Algarvio
b60a0543ce
Skip test if binaries missing
2014-02-08 07:45:25 +00:00
Pedro Algarvio
3e0780fa78
Remove unused imports
2014-02-08 07:43:30 +00:00
Pedro Algarvio
8e0233bbb8
Remove unused imports
2014-02-08 07:42:32 +00:00
Pedro Algarvio
fd306ea0b0
We need a bigger timeout, salt's repo is pretty big now.
2014-02-08 03:07:30 +00:00
Pedro Algarvio
bb9e431491
No need for the line breaks
2014-02-08 00:33:26 +00:00
Pedro Algarvio
c8010bbf4f
We don't narrow check's to state calls no more.
2014-02-07 18:01:09 +00:00
Pedro Algarvio
420fe3cc50
Let's try without passing the --out
option.
2014-02-07 18:00:40 +00:00
Pedro Algarvio
499a508a0f
Use the correct .format()
index.
2014-02-07 10:25:27 +00:00
Pedro Algarvio
b66418e263
Provide tests cases for #10197 and #10198
2014-02-05 21:56:08 +00:00
Pedro Algarvio
c304660f88
Fix typo
2014-02-05 02:32:04 +00:00
Pedro Algarvio
74376c40ef
Include what happened in the returned list.
2014-02-04 22:49:13 +00:00
Pedro Algarvio
6045f0901f
Try to match some more stalled functions.
2014-02-04 22:36:39 +00:00
Pedro Algarvio
6248850055
Show and kill stalled states jobs when running the tests.
2014-02-04 21:07:13 +00:00
Joseph Hall
6b39fbec81
Merge pull request #10137 from s0undt3ch/hotfix/rabbitmq-virtual-fixes
...
rabbitmq module and test fixes/simplifications
2014-02-03 04:33:08 -08:00
Pedro Algarvio
69d0f907f9
Make use of the print()
function.
2014-02-03 11:07:43 +00:00
Pedro Algarvio
378a9d5b21
Simplify test requirements.
2014-02-03 10:55:44 +00:00
Pedro Algarvio
f417bb5b5a
Minor cosmetic change for consistency.
2014-02-03 10:31:13 +00:00
Thomas S Hatch
ce1f305745
Merge pull request #10031 from kaithar/feature/test-fixes
...
Feature/test fixes
2014-01-31 09:38:38 -08:00
Thomas S Hatch
13e0d53493
Merge pull request #10029 from kaithar/feature/fix-special-bit-perm-test
...
Better handling for special bit modes
2014-01-29 19:20:31 -08:00
Daniel Bradshaw
749e4871db
Fixing some missing PEP8ness
2014-01-29 19:48:57 +00:00
Daniel Bradshaw
bc967fa3fb
Expand tests for manage_mode
2014-01-29 18:46:44 +00:00
Daniel Bradshaw
a5fee18ac8
Handle directories in the config directory when we try to clone config
2014-01-29 18:02:36 +00:00
Daniel Bradshaw
0a7546b1b1
Correct import
2014-01-29 18:01:35 +00:00
Thomas S Hatch
94a6b01522
Merge pull request #10011 from makinacorpus/fix10010
...
display full jinja traceback when applicable
2014-01-29 07:41:29 -08:00
Mathieu Le Marec - Pasquet
a6b3bf4167
Lint fix
2014-01-29 02:43:19 +01:00
Mathieu Le Marec - Pasquet
688abda402
display full jinja traceback when applicable
...
This fixes #10010
2014-01-29 02:04:12 +01:00
Mathieu Le Marec - Pasquet
165b5e4af2
Handle better state errors
...
This fixes #9983 .
2014-01-28 16:01:34 +01:00
Pedro Algarvio
0c9bf6e5fc
Merge pull request #9813 from kaithar/feature/fix-impossible-permissions-test
...
config.manage_mode(): Changing zfill(3) to zfill(4) so that we get '0700' instead of '700'
2014-01-22 09:12:15 -08:00
Pedro Algarvio
74ef6ab26a
Fix the syndic test
2014-01-20 15:50:51 +00:00
Pedro Algarvio
1c399660a9
Provide a path which should fail.
2014-01-20 13:12:57 +00:00
Pedro Algarvio
8a84079848
Test expected outout and raise expected errors if syslog is not available.
2014-01-20 11:24:54 +00:00
Pedro Algarvio
b8d45673d5
Adapt to expected output
2014-01-20 11:09:56 +00:00
Pedro Algarvio
a8a8f38ea4
Fix unit test expected results since we now exit with an error code.
2014-01-19 16:16:49 +00:00
Pedro Algarvio
a9429d8b18
Fix unit test expected results since we now exit with an error code.
2014-01-19 16:16:49 +00:00
Pedro Algarvio
26a8572b7e
Fix unit test expected results since we now exit with an error code.
2014-01-19 16:16:49 +00:00
Pedro Algarvio
c6de2adb31
Fix unit test expected results since we now exit with an error code.
2014-01-19 16:16:49 +00:00
Pedro Algarvio
05b2636cd5
Fix unit test expected results since we now exit with an error code.
2014-01-19 16:16:49 +00:00
Pedro Algarvio
a5f2286960
Fix unit test expected results since we now exit with an error code.
2014-01-19 16:16:49 +00:00
Daniel Bradshaw
b89ca9e9e7
Attempt to correct test failing due treating 0755 as octal but passing it as decimal.
2014-01-17 22:49:36 +00:00
Daniel Bradshaw
3896313436
Changing zfill(3) to zfill(4) so that we get '0700' instead of '700'
...
There is a possibility of this causing regressions, it will work correctly where both params are passed through it or where it's being compared with stat() output. If there is code expecting a '700' style permission it will fail. Realistically, '0700' is correct so the other code needs to be fixed.
2014-01-17 21:09:35 +00:00
Erik Johnson
18a4c95f46
whitelist expand_repo_def in test_valid_docs
2014-01-16 22:40:22 -06:00
Pedro Algarvio
2e9e3281cd
Merge pull request #9737 from s0undt3ch/hotfix/testing-output-columns
...
Prepare the code to support passing the colums to use in output
2014-01-16 04:09:13 -08:00
FELD Boris
43889c7d79
Add a test for git states support of numeric revision
2014-01-15 17:20:08 +01:00
Pedro Algarvio
b45900e903
Remote empty lines
2014-01-14 16:15:08 +00:00
Pedro Algarvio
ff75e49c86
Prepare the code to support passing the colums to use in output
2014-01-14 15:16:30 +00:00
Pedro Algarvio
4221499b59
Some systems do not have the python
binary
2014-01-14 14:10:33 +00:00
Pedro Algarvio
ab6d7d8029
Skip test if the which
binary is not available
2014-01-14 12:30:18 +00:00
Pedro Algarvio
106c44587e
Merge pull request #9701 from s0undt3ch/hotfix/ssh-binaries
...
Skip the tests if binaries are missing.
2014-01-11 14:47:14 -08:00
Pedro Algarvio
44bdfee0a3
Merge pull request #9700 from s0undt3ch/hotfix/no-hardcoded-virtualenv-bin
...
no hardcoded virtualenv bin
2014-01-11 14:46:52 -08:00
Pedro Algarvio
2bb11d24b9
Skip the tests if binaries are missing.
2014-01-11 14:38:17 -07:00
Pedro Algarvio
8268b7b532
Ignore it PyLint!!!
2014-01-11 21:35:18 +00:00
Pedro Algarvio
5642db5032
Simplify the code
2014-01-11 21:20:42 +00:00
Pedro Algarvio
a5a791695c
Import from the right module.
2014-01-11 21:12:03 +00:00
Pedro Algarvio
bdec26f812
Tell Pylint to ignore these imports.
2014-01-11 21:01:58 +00:00
Pedro Algarvio
ba4bf1b05d
Add helper function while there's no new release of salt-testing.
2014-01-11 20:51:32 +00:00
Pedro Algarvio
b1ddb350b6
Some more white-space lint fixes
2014-01-11 13:48:12 -07:00
Pedro Algarvio
c8038d87b1
Use KNOWN_BINARY_NAMES
from salt.modules.virtualenv
2014-01-11 12:19:29 -07:00
Thomas S Hatch
b90b4a0db8
Set tests to refresh fs list cace with every check
2014-01-09 15:10:42 -07:00
Pedro Algarvio
2cab3227fd
The virtualenv binary can have multiple CLI names.
2014-01-02 20:27:18 +00:00
Pedro Algarvio
7e62178d5a
Add test case to conform parser errors on wrong arguments
2013-12-31 09:32:04 +00:00
Mike Place
ca57a864b8
Increase timeout for pkg tests.
...
* Since we started running a refresh_db in pkgrepo (7c3d0cc80d
), we may be checking an exit code prematurely. This increases the timeouts to 120 seconds to see if Jenkins will calm itself.
2013-12-30 11:08:32 -07:00
Mike Place
444cae7236
Integration test fix
...
* oscodename should not have been removed.
2013-12-27 13:25:05 -07:00
Mike Place
9a8b9ab49d
Fix Ubuntu integration tests.
...
Ubuntu changed the name of the software-properties package, breaking tests. Details here: https://bugs.launchpad.net/ubuntu/+source/ubuntu-meta/+bug/439566
2013-12-27 09:40:07 -07:00
Thomas S Hatch
d713cb919c
Fix missed import
2013-12-20 13:52:45 -07:00
Pedro Algarvio
edcf47ccc2
White-space related lint fixes.
2013-12-20 20:02:05 +00:00
Thomas S Hatch
b3ddce56dc
Merge pull request #9365 from whiteinge/test-eauth-token
...
Add integrations tests for master_call eauth & token for RunnerClient and WheelClient
2013-12-20 08:46:29 -08:00
Seth House
d6c4584bf2
Added integration tests for RunnerClient's master_call
2013-12-19 21:07:46 -07:00
Seth House
6f4cabf99c
Added wheel test for testing token authentication
2013-12-19 21:07:46 -07:00
Seth House
78f4d77681
Added helper function to easily create directories
2013-12-19 21:07:46 -07:00
Thomas S Hatch
26a3eb1ec8
remove test for not yet covered case
2013-12-19 14:27:40 -07:00
Thomas S Hatch
a5f7360d22
Merge pull request #9307 from olliewalsh/client_timeouts
...
Fix client timeout issues
2013-12-19 09:23:54 -08:00
Ollie Walsh
14da357576
Increase master timeout during tests now that it is not incorrectly incrementing
2013-12-17 01:49:08 +00:00
Pedro Algarvio
68d7cc074b
exsel
matching is no longer supported.
2013-12-17 01:01:49 +00:00
Pedro Algarvio
b7b99a3a06
Let's see if PyLint stops complaining.
2013-12-14 00:40:34 +00:00
Thomas S Hatch
1216169d00
pylint
2013-12-13 16:32:08 -07:00
Seth House
7cfaca6ddb
Add basic lowdata test for master_call
2013-12-13 16:00:34 -07:00
Seth House
f4ea6c2026
Added integration tests for two functions in the key wheel module
2013-12-13 16:00:19 -07:00
Seth House
932cd9708a
Added new TestCase for testing the *Client interfaces
2013-12-13 16:00:19 -07:00
Thomas S Hatch
49f4ae324f
Changed underlying error message to be more concise
2013-12-13 15:27:44 -07:00
Thomas S Hatch
476f0b8a25
Apply yaml_utf8 to test config
2013-12-13 15:20:50 -07:00
Pedro Algarvio
27a32c5849
Catch the proper exception. White-space fixes.
2013-12-13 08:12:00 +00:00
Thomas S Hatch
39e849c314
pylint fixes
2013-12-12 20:51:28 -07:00
Thomas S Hatch
781bfe2455
remove reduntant faulty test
2013-12-12 15:18:36 -07:00
Thomas S Hatch
ea22369481
lint fixes for mysql tests
2013-12-12 15:13:20 -07:00
Thomas S Hatch
7957455ff9
some pylint fixes for mysql tests
2013-12-12 14:56:45 -07:00
regilero
2e48812cfa
Merge remote-tracking branch 'upstream/develop' into mysql_additions
2013-12-12 22:10:50 +01:00
regilero
f1b6b4af55
MySQL tests: add a localhost target on mysqladmin test to check for MySQL server presence
2013-12-12 21:23:52 +01:00
Mike Place
6c991e3216
Extreme-self-tab-lart
2013-12-12 11:31:11 -07:00
Mike Place
7405a4eaf3
Pylinting.
2013-12-12 10:16:45 -07:00
Mike Place
6027940a55
More gitfs integration testing.
2013-12-12 10:16:45 -07:00
Thomas S Hatch
7ee36fce89
pylint fixes
2013-12-11 13:07:36 -07:00
regilero
9195f8e5f7
Lint fix
2013-12-11 14:40:42 +01:00
Thomas S Hatch
86e58abe54
Merge pull request #9152 from cachedout/roots_gitfs_testing
...
Fileserver integration testing.
2013-12-10 16:47:57 -08:00
Mike Place
d59d8ecfd7
Fileserver integration testing.
...
Finished the roots integration tests for now. Started on GitFS testing.
2013-12-10 17:45:54 -07:00
regilero
3b14cd7cb4
Merge remote-tracking branch 'upstream/develop' into mysql_additions
2013-12-11 00:56:56 +01:00
regilero
82c1cb8e64
MySQL states, grants integration tests
2013-12-11 00:54:05 +01:00
regilero
f980c64bc4
MySQL Module: remove use_unicode connection attribute, not needed for charset managment and would create new bugs with unicode() strings
2013-12-10 23:07:13 +01:00
regilero
532796b4d2
MySQL module integration tests: grants tests and percent and _ tests
2013-12-10 22:54:45 +01:00
Gareth J. Greenaway
ca9197c5a7
Added missing definitions for networking setting, add and get. Changed interface parsing to use a dictionary for inet and inet6 interfaces instead of an array. Certain assumptions were made within the code on the order the ipv4 & ipv6 interfaces would appear, using a dictionary instead resolves some potential issues that could have popped up with an array. removing the tests for ip.get_network_settings and ip.build_network_settings from the exclusion.
2013-12-10 11:46:47 -08:00
Thomas S Hatch
7d9adc697b
Merge pull request #9132 from cachedout/file-client-tests
...
Starting work on new set of tests for fileclient.
2013-12-09 19:55:02 -08:00
Mike Place
55ecc5d0ab
Starting work on new set of tests for fileclient.
...
Also, more integration testing for templates.
2013-12-09 16:47:49 -07:00
Pedro Algarvio
2648ed90ba
Fix lint issues.
2013-12-09 20:02:25 +00:00