Bo Maryniuk
|
e0ee188a19
|
Lintfix: too much empty lines
|
2018-01-26 10:34:31 +01:00 |
|
Bo Maryniuk
|
7e8a01e071
|
Add unit test for outdated timestamp with reply
|
2018-01-26 10:34:31 +01:00 |
|
Bo Maryniuk
|
6565c16be4
|
Add unit test for outdated timestamp at no reply
|
2018-01-26 10:34:31 +01:00 |
|
Bo Maryniuk
|
24ded041af
|
Add unit test datagram receives wrong timestamp, replies the reason
|
2018-01-26 10:34:31 +01:00 |
|
Bo Maryniuk
|
a7700e4a06
|
Fix unit test doc
|
2018-01-26 10:34:31 +01:00 |
|
Bo Maryniuk
|
671ed994b1
|
Add unit test for wrong timestamp with no reply (quiet)
|
2018-01-26 10:34:31 +01:00 |
|
Bo Maryniuk
|
0bcf66418d
|
Rename test to the more meaningful name
|
2018-01-26 10:34:31 +01:00 |
|
Bo Maryniuk
|
ce5f515b12
|
Bugfix: ValueError was not captured
|
2018-01-26 10:34:31 +01:00 |
|
Bo Maryniuk
|
84fc332817
|
Add unit test on datagram_received when bad signature is happening
|
2018-01-26 10:34:31 +01:00 |
|
Bo Maryniuk
|
fe26b59308
|
Add transport factory unit test for send_to retry/failure
|
2018-01-26 10:34:31 +01:00 |
|
Bo Maryniuk
|
05a663a4c6
|
Refactor exception side effects
|
2018-01-26 10:34:31 +01:00 |
|
Bo Maryniuk
|
cef644c71e
|
Add unit test for factory transport on sending success
|
2018-01-26 10:34:31 +01:00 |
|
Bo Maryniuk
|
405253f9a1
|
Add factory unit test protocol attribute check
|
2018-01-26 10:34:31 +01:00 |
|
Bo Maryniuk
|
02c1a4833d
|
Move sock mock away to the utils mixin
|
2018-01-26 10:34:31 +01:00 |
|
Bo Maryniuk
|
76cb070c44
|
Add self ip detection unit test
|
2018-01-26 10:34:31 +01:00 |
|
Bo Maryniuk
|
4585b37b4e
|
Add protocol settings unittest
|
2018-01-26 10:34:31 +01:00 |
|
Bo Maryniuk
|
a39462ecee
|
Add availability method test
|
2018-01-26 10:34:31 +01:00 |
|
Bo Maryniuk
|
5771eedd3e
|
Move test case to the unit tests
|
2018-01-26 10:34:31 +01:00 |
|
Bo Maryniuk
|
6090dc1539
|
Add SSDP unit test case (init)
|
2018-01-26 10:34:31 +01:00 |
|
Nicole Thomas
|
460173fa43
|
Merge pull request #45687 from terminalmage/docs
Fix traceback in btmp/wtmp beacons
|
2018-01-25 13:55:08 -05:00 |
|
Nicole Thomas
|
61fdde831b
|
Merge pull request #45613 from terminalmage/cmdmod-env-encoding
cmdmod: Remove more unnecessary environment variable encoding
|
2018-01-25 13:41:36 -05:00 |
|
Erik Johnson
|
449d5e35cd
|
Fix traceback in btmp/wtmp beacons
struct.calcsize requires str or bytes
|
2018-01-25 09:17:13 -06:00 |
|
Nicole Thomas
|
252e3942c5
|
Merge branch 'oxygen' into cmdmod-env-encoding
|
2018-01-25 10:09:28 -05:00 |
|
Nicole Thomas
|
1c079f7c4c
|
Merge pull request #45677 from twangboy/win_fix_test_saltclass
Fix `unit.pillar.test_saltclass` for Windows
|
2018-01-25 10:08:08 -05:00 |
|
Nicole Thomas
|
b2390e69ca
|
Merge pull request #45505 from DSRCorporation/bugs/raet_deprecation
Deprecate RAET
|
2018-01-25 10:05:02 -05:00 |
|
Nicole Thomas
|
16e4b5b57d
|
Merge pull request #45676 from terminalmage/ubuntu14-test-fixes
Ubuntu 14 test fixes
|
2018-01-25 09:57:50 -05:00 |
|
Nicole Thomas
|
07701f9868
|
Merge pull request #45331 from twangboy/win_fix_render_tmpl
Fix problem with unknown characters when detecting line endings
|
2018-01-25 09:04:24 -05:00 |
|
twangboy
|
5df6c97bf2
|
Remove extra line
|
2018-01-24 17:52:14 -07:00 |
|
twangboy
|
36ddffcbd9
|
Fix some typos in comments
|
2018-01-24 17:46:55 -07:00 |
|
twangboy
|
317146537c
|
Fix paths
|
2018-01-25 00:43:43 +00:00 |
|
Nicole Thomas
|
10ce809123
|
Merge pull request #44903 from rallytime/raising-auth-errors
Distinguish between Authorization and Authentication errors
|
2018-01-24 17:12:38 -05:00 |
|
Nicole Thomas
|
2a562243b6
|
Merge pull request #45541 from terminalmage/py3-tier1
[PY3] Add unicode_literals to high-priority modules/states
|
2018-01-24 16:54:24 -05:00 |
|
Nicole Thomas
|
9ed1978586
|
Merge branch 'oxygen' into win_fix_render_tmpl
|
2018-01-24 16:46:30 -05:00 |
|
Erik Johnson
|
fc92a30f7b
|
Ubuntu 14 test fixes
This fixes failures which were identified in Ubuntu 14 Jenkins PR builds
|
2018-01-24 15:39:08 -06:00 |
|
Nicole Thomas
|
36c4db07e0
|
Merge pull request #45578 from rallytime/unicode-changes-3
Add unicode_literals to even more modules and states
|
2018-01-24 16:33:33 -05:00 |
|
Nicole Thomas
|
66a38a1c61
|
Merge pull request #45601 from DSRCorporation/bugs/unicode_3
Salt Unicode Update 3rd tier 3rd bunch from DK
|
2018-01-24 16:32:29 -05:00 |
|
Dmitry Kuzmenko
|
34ef20ef1a
|
Unicode update for RAET
|
2018-01-24 22:49:18 +03:00 |
|
Dmitry Kuzmenko
|
f88bbbe147
|
Raet deprecation warning and release note.
|
2018-01-24 22:49:18 +03:00 |
|
Dmitry Kuzmenko
|
d7546318d2
|
Fixed raet transport to work on Py2 for the Oxygen release.
|
2018-01-24 22:49:15 +03:00 |
|
Nicole Thomas
|
b9b3e2e37e
|
Merge pull request #45610 from terminalmage/kill-six.b-with-fire
Replace all usage of six.b
|
2018-01-24 14:22:06 -05:00 |
|
Nicole Thomas
|
d58723e95a
|
Merge pull request #45657 from garethgreenaway/beacons_unicode_update
[oxygen] Updating the beacons to be Unicode friendly.
|
2018-01-24 14:20:37 -05:00 |
|
rallytime
|
15043fd2e3
|
Fixup remaining test failures
|
2018-01-24 14:18:02 -05:00 |
|
rallytime
|
a7460cebc6
|
Lint fixes
|
2018-01-24 14:07:46 -05:00 |
|
rallytime
|
c019a92610
|
Make minor edits from PR review
|
2018-01-24 14:07:46 -05:00 |
|
rallytime
|
83f6522986
|
Add unicode_literals to even more modules and states
|
2018-01-24 14:07:46 -05:00 |
|
rallytime
|
1b4744165b
|
Add auth error raising change to oxygen release notes
|
2018-01-24 14:03:35 -05:00 |
|
Dmitry Kuzmenko
|
8916b91aa8
|
Fixed unit tests.
|
2018-01-24 20:37:11 +03:00 |
|
Nicole Thomas
|
012935892b
|
Merge pull request #45658 from terminalmage/tests
Several oxygen test fixes
|
2018-01-24 12:13:44 -05:00 |
|
Erik Johnson
|
9c86cd627a
|
[PY3] Add unicode_literals to high-priority modules/states
|
2018-01-24 10:33:58 -06:00 |
|
Nicole Thomas
|
5a5e780b72
|
Merge pull request #45566 from twangboy/win_fix_test_docker
Fix `unit.utils.test_docker` for Windows
|
2018-01-24 11:31:18 -05:00 |
|