Commit Graph

47811 Commits

Author SHA1 Message Date
Justin Findlay
604857811e Merge pull request #23495 from jayeshka/seed-unit-test
adding seed unit test case
2015-05-08 11:30:38 -06:00
Justin Findlay
70bc3c1415 Merge pull request #23494 from jayeshka/sensors-unit-test
adding sensors unit test case
2015-05-08 11:30:18 -06:00
Justin Findlay
b981b20d44 Merge pull request #23493 from jayeshka/incron-states-unit-test
adding states/incron unit test case
2015-05-08 11:29:59 -06:00
Justin Findlay
4019c493a1 Merge pull request #23492 from jayeshka/influxdb_database-states-unit-test
adding states/influxdb_database unit test case
2015-05-08 11:29:51 -06:00
Justin Findlay
d317a77afb Merge pull request #23491 from jayeshka/influxdb_user-states-unit-test
adding states/influxdb_user unit test case
2015-05-08 10:24:07 -06:00
Thomas S Hatch
6d42f30271 Merge pull request #23245 from freimer/issue_23244
Add Caller functionality to reactors.
2015-05-08 08:39:04 -06:00
Thomas S Hatch
ca2c21a63c Merge pull request #23467 from slinu3d/2014.7
Added AWS v4 signature support
2015-05-08 08:36:19 -06:00
Jayesh Kariya
9d4043f9ff adding states/influxdb_user unit test case 2015-05-08 16:21:17 +05:30
Jayesh Kariya
e1fcac815d adding states/influxdb_database unit test case 2015-05-08 16:16:24 +05:30
Jayesh Kariya
cc7bc170f3 adding states/incron unit test case 2015-05-08 16:15:06 +05:30
Jayesh Kariya
1fb48a31a8 adding sensors unit test case 2015-05-08 16:11:20 +05:30
Jayesh Kariya
3f134bc573 adding seed unit test case 2015-05-08 16:10:00 +05:30
Justin Findlay
e0b2a73eb4 Merge pull request #23477 from galet/ldap-filter-escaping
LDAP auth: Escape filter value for group membership search
2015-05-07 16:04:47 -06:00
Shouguan Lin
0b4081d8f4 Fixed pylint error at line 363 2015-05-07 14:57:44 -07:00
Shouguan Lin
5be5eb5b14 Fixed pylink errors 2015-05-07 13:37:08 -07:00
Michal Galet
33038b9f86 LDAP auth: Escape filter value for group membership search
The result from a user search need to be escaped when put to the group membership search. Otherwise the search will result with:

[ERROR   ] Exception thrown while retrieving group membership in AD: {'desc': 'Bad search filter'}
2015-05-07 22:35:40 +02:00
Mike Place
e1719fe26b Merge pull request #23476 from cachedout/lint_23431
Lint becaon
2015-05-07 13:55:36 -06:00
Mike Place
8d1ff209eb Lint becaon
Refs #23431
2015-05-07 13:55:01 -06:00
Mike Place
1e299ede4f Merge pull request #23431 from UtahDave/beacon_fixes
Beacon fixes
2015-05-07 13:53:47 -06:00
Mike Place
e6f9eec02e Merge pull request #23444 from techhat/novacreateattach
Add create_attach_volume to nova driver
2015-05-07 13:51:32 -06:00
Shouguan Lin
e64f374ffa Fixed lint errors 2015-05-07 12:29:50 -07:00
Justin Findlay
ea55c44bbb Merge pull request #23468 from rahulhan/states_win_system_unit_test
Adding states/win_system.py unit tests
2015-05-07 13:20:50 -06:00
Justin Findlay
e6e11147af Merge pull request #23466 from UtahDave/2015.5local
minor spelling fix
2015-05-07 13:19:06 -06:00
Justin Findlay
4eeb1e627a Merge pull request #23461 from s0undt3ch/hotfix/bootstrap-script
[2015.5] Update to latest stable bootstrap script v2015.05.07
2015-05-07 13:16:18 -06:00
Justin Findlay
e331463319 Merge pull request #23460 from s0undt3ch/hotfix/bootstrap-script-2014.7
[2014.7] Update to latest stable bootstrap script v2015.05.07
2015-05-07 13:10:54 -06:00
Justin Findlay
865127844a Merge pull request #23450 from jayeshka/scsi-unit-test
adding scsi unit test case
2015-05-07 13:00:28 -06:00
Justin Findlay
8b374ae64d Merge pull request #23449 from jayeshka/s3-unit-test
adding s3 unit test case
2015-05-07 12:59:45 -06:00
Justin Findlay
49b431c8e4 Merge pull request #23448 from jayeshka/keystone-states-unit-test
adding states/keystone unit test case
2015-05-07 12:58:59 -06:00
Justin Findlay
23d7e7ef92 Merge pull request #23447 from jayeshka/grafana-states-unit-test
adding states/grafana unit test case
2015-05-07 12:58:20 -06:00
Pedro Algarvio
83e88a3eb1 Call the windows specific function not the general one
This will make the `unit.modules.win_network_test.WinNetworkTestCase.test_interfaces` test fail, as it should fail given that it worked because it was being "fed" the linux interfaces when executed from linux.
2015-05-07 19:31:19 +01:00
Rahul Handay
33f8c12e9f Adding states/win_system.py unit tests 2015-05-07 23:59:13 +05:30
David Boucha
152f2235c2 remove unused import 2015-05-07 18:08:05 +00:00
David Boucha
81198f9399 fix interval logic and example 2015-05-07 18:08:05 +00:00
David Boucha
5504778adf update to proper examples 2015-05-07 18:08:05 +00:00
David Boucha
6890439d58 fix list for mask 2015-05-07 18:08:05 +00:00
David Boucha
ee7b579e90 remove custom interval code.
The beacon subsystem provides this now.
2015-05-07 18:08:05 +00:00
David Boucha
b2c399a137 minor spelling fix 2015-05-07 11:32:14 -06:00
Pedro Algarvio
638c63d635 Update to latest stable bootstrap script v2015.05.07
* Lower required requests version dependency. Use system requests package where possible.
* Allow Ubuntu alternate ppas. Thanks Peter Tripp(notpeter). saltstack/salt-bootstrap#563
2015-05-07 17:08:45 +01:00
Pedro Algarvio
edcd0c41f2 Update to latest stable bootstrap script v2015.05.07
* Lower required requests version dependency. Use system requests package where possible.
* Allow Ubuntu alternate ppas. Thanks Peter Tripp(notpeter). saltstack/salt-bootstrap#563
2015-05-07 17:06:38 +01:00
Jayesh Kariya
e7269ff29b adding scsi unit test case 2015-05-07 15:44:39 +05:30
Jayesh Kariya
85786bfe7f adding s3 unit test case 2015-05-07 15:43:32 +05:30
Jayesh Kariya
a3050eb3e2 adding states/keystone unit test case 2015-05-07 15:15:47 +05:30
Jayesh Kariya
7e90a4aaca adding states/grafana unit test case 2015-05-07 15:14:16 +05:30
Joseph Hall
ebdb7eae2d Add create_attach_volume to nova driver 2015-05-07 02:02:22 -06:00
Justin Findlay
7a8ce1a954 Merge pull request #23439 from techhat/maxtries
Add wait_for_passwd_maxtries variable
2015-05-07 01:28:56 -06:00
Justin Findlay
1fd0bc2011 Merge pull request #23438 from techhat/gaterequests
Gate requests import
2015-05-07 01:22:58 -06:00
Joseph Hall
0ad3ff2c88 Add wait_for_passwd_maxtries variable 2015-05-07 00:24:53 -06:00
Colton Myers
3c4f734332 Merge pull request #23429 from basepi/merge-forward-2015.5
[2015.5] Merge forward from 2014.7 to 2015.5
2015-05-06 23:35:13 -06:00
Joseph Hall
d5b15fc6ce Gate requests import 2015-05-06 22:49:11 -06:00
Shouguan Lin
b9d1ac4f1f Added AWS v4 signature support 2015-05-06 15:47:37 -07:00