Thomas Jackson
9ec426bdb2
Add basic Asyncpubchannel tests to zmq
2015-04-07 20:53:27 -07:00
Thomas Jackson
bfeb3bf7f1
Misc cleanup to get the minion to use async sign_in
2015-04-07 20:53:26 -07:00
Thomas Jackson
6ab5da87c4
Cleanup async
2015-04-07 20:53:26 -07:00
Thomas Jackson
de26e7eae2
Handle timeouts in auth/pub connect
2015-04-07 20:53:26 -07:00
Thomas Jackson
8c7ee3109d
Begin work on async auth/pub/req channels.
...
For a while we'll have to maintin sync and async versions. The plan is to replace the sync ones with wraps around the async ones.
2015-04-07 20:53:26 -07:00
Thomas Jackson
1a88eeeed4
Add basic Pub channel tests
2015-04-07 20:53:26 -07:00
Thomas Jackson
d619dfbf96
Add initial req_channel tests
2015-04-07 20:53:26 -07:00
Justin Findlay
2ef39ed380
add wake-on-lan unit tests
2015-04-07 14:41:28 -06:00
Mike Place
4a57d46004
Merge pull request #22354 from dmyerscough/firewalld-unittest
...
Unit test for firewalld features #22292
2015-04-06 08:09:52 -06:00
Luca Corti
b9b307f5f2
Fix postgres.db_alter test, add test for owner_recurse=True
...
The old db_alter test was probably failing anyway. The new test tests
owner_to is called when owner_recurse is set to true.
2015-04-06 00:19:19 +02:00
Damian Myerscough
a42055dabe
Remove duplicate test
2015-04-04 22:31:15 -07:00
Damian Myerscough
38ce75300c
New features and updated unittests for new features
2015-04-04 16:01:03 -07:00
Damian Myerscough
aefa84ae8e
Unittest for firewalld features 22292
2015-04-03 18:49:40 -07:00
Justin Findlay
257a1abc5e
decrease specificity in schedule.modify unit test
...
python-2.6 difflib's diff formatting is slightly different from the
formatting generated by the version of difflib python-2.7, so that
detail of the test has been removed.
2015-04-03 12:14:33 -06:00
Thomas S Hatch
74bc55a5f8
Merge pull request #22326 from rallytime/fix_network_unittest
...
Patch decorators.which for network_test.test_arp
2015-04-03 09:44:37 -06:00
rallytime
39f3ff526a
Patch decorators.which for network_test.test_arp
...
If salt.utils.which('arp') is None, we shouldn't fail this test.
This fixes the Arch and Fedora test failures on develop
2015-04-03 08:28:10 -06:00
rallytime
9c2ebd193c
Python 3 compatibility changes for develop
2015-04-02 14:04:28 -06:00
jfindlay
d9369b1be7
Merge pull request #22262 from basepi/merge-forward-develop
...
Merge forward from 2015.2 to develop
2015-04-02 08:36:06 -06:00
jfindlay
4ee34f0f62
Merge pull request #22282 from rahulhan/puppet_unit_test
...
Adding puppet.py unit test cases
2015-04-02 07:55:38 -06:00
Rahul Handay
78667caa68
Adding puppet.py unit test cases
2015-04-02 16:40:39 +05:30
Jayesh Kariya
1a9e6aab75
adding network unit test case.
2015-04-02 12:25:48 +05:30
jfindlay
b34d177a08
Merge pull request #22231 from jayeshka/rh_service_unit_test
...
adding rh_service unit test
2015-04-02 00:12:52 -06:00
Rahul Handay
f1f2a1ecf7
Adding nfs3.py unit test
2015-04-02 11:02:42 +05:30
Jayesh Kariya
79dafe79a1
changed FLAG to HAS_UPSTART
2015-04-02 10:50:58 +05:30
Colton Myers
5c9697f193
Fix data.cas test (mock dump)
2015-04-01 15:26:05 -06:00
Matthew Williams
6349352743
boto_vpc_test: fix name->subnet_name
2015-04-01 17:50:51 +00:00
Matthew Williams
89870b9146
fix typo in boto_vpc tests
2015-04-01 16:57:54 +00:00
Mike Place
8c4d064d9f
Merge pull request #22243 from jayeshka/schedule-unit-test
...
adding schedule unit test
2015-04-01 09:34:13 -06:00
jfindlay
bdd543ab15
Merge pull request #22237 from rahulhan/systemd_unit_test
...
Adding systemd.py unit tests
2015-04-01 09:17:44 -06:00
Jayesh Kariya
07ee9602f4
resolved error.
2015-04-01 18:58:43 +05:30
Jayesh Kariya
2b6eccb75e
adding schedule unit test
2015-04-01 18:11:48 +05:30
Jayesh Kariya
6ff102281d
removed error for CentOS
2015-04-01 15:41:25 +05:30
Rahul Handay
c50b842c66
Adding systemd.py unit tests
2015-04-01 14:59:16 +05:30
Jayesh Kariya
7e920e1d3b
adding rh_service unit test
2015-04-01 11:38:47 +05:30
Rahul Handay
7ef848edc1
Adding Reg.py unit test cases
2015-04-01 11:14:27 +05:30
Thomas S Hatch
a03efac22c
Merge pull request #22188 from claudiupopescu/vpc_subnet_features
...
Boto VPC subnet state
2015-03-31 12:05:44 -06:00
Thomas S Hatch
8efac4c8a2
Merge pull request #22186 from rahulhan/saltcloudmod_unit_test
...
Adding saltcloudmod.py unit test
2015-03-31 12:05:10 -06:00
Nicole Thomas
9412a83f2f
Revert "adding rh_service unit test"
2015-03-31 09:42:47 -06:00
Nicole Thomas
44c7eb4d4b
Merge pull request #22169 from basepi/merge-forward-develop
...
Merge forward from 2015.2 to develop
2015-03-31 09:21:36 -06:00
Claudiu Popescu
5562422135
Test parameters for delete_subnet
2015-03-31 15:04:20 +02:00
Claudiu Popescu
573027569c
Version and test fixes
2015-03-31 14:57:47 +02:00
Nicole Thomas
33727a5c32
Merge pull request #22190 from jayeshka/rh_service-unit-test
...
adding rh_service unit test
2015-03-31 06:48:36 -06:00
Nicole Thomas
7d47eded8b
Merge pull request #22187 from jayeshka/sqlite3-unit-test
...
adding sqlite3_test unit test
2015-03-31 06:47:35 -06:00
Jayesh Kariya
0190f4ac63
adding rh_service unit test
2015-03-31 17:42:14 +05:30
rallytime
88298c5599
Add mock exception class to keystone unit test
...
Fixes unit tests error for merge forward
2015-03-31 05:56:55 -06:00
Nicole Thomas
0ea0f3d592
Revert "Adding state.py unit test"
2015-03-31 05:32:29 -06:00
Jayesh Kariya
bada2e22fa
adding sqlite3_test unit test
2015-03-31 15:39:26 +05:30
Rahul Handay
0b7225ab89
Adding saltcloudmod.py unit test
2015-03-31 15:32:49 +05:30
jfindlay
7b95940d66
Merge pull request #22143 from rahulhan/state_unit_test
...
Adding state.py unit test
2015-03-30 23:53:36 -06:00
Colton Myers
124ad51c40
Merge remote-tracking branch 'upstream/2015.2' into merge-forward-develop
...
Conflicts:
doc/ref/index.rst
doc/topics/eauth/index.rst
salt/beacons/__init__.py
salt/beacons/service.py
salt/loader.py
salt/minion.py
salt/output/nested.py
2015-03-30 15:10:17 -06:00