Gareth J. Greenaway
|
6ae4cbe231
Updating the logic in IPv6InterfaceScoped to handle situation when this code is running on Python 2 where bytes & strings are treated as the same. Previously when an IPv6 network with a netmask was included it would be treated as a string and handled in the wrong block, which would result in the passed string as invalid.
|
4 年之前 |
Daniel A. Wozniak
|
c0f8790f49
Fix linter - redefined method
|
4 年之前 |
Daniel Wozniak
|
d9b4878da3
Merge branch 'master' into master-prevent-crashing-if-ss-returns-ipv6-connections
|
4 年之前 |
Pedro Algarvio
|
ba94b4b878
By these days, we should blowup if mock is not available
|
5 年之前 |
Pablo Suárez Hernández
|
6fdcd555ad
Add unit test for '_netlink_tool_remote_on'
|
5 年之前 |
Andrea Agosti
|
02ac01c8bf
Fix test_netlink_tool_remote_on
|
5 年之前 |
David Hilton
|
37bcc4cb5b
fix dns_check to return uri-compatible ipv6 addresses, add tests
|
5 年之前 |
Sean Brennan
|
c1eae841ca
Add test
|
5 年之前 |
Daniel Wozniak
|
d4b90933ac
Merge pull request #51336 from Ch3LL/merge-2019.2.0rc1
|
5 年之前 |
Gareth J. Greenaway
|
2284ea5162
Merge branch '2019.2' into merge-2019.2.0rc1
|
5 年之前 |
Ch3LL
|
18bf2369f8
Merge branch '2019.2.0.rc1' into 2019.2
|
5 年之前 |
Ch3LL
|
25ec653fd4
Merge branch '2018.3' into '2019.2'
|
5 年之前 |
Pedro Algarvio
|
3000d2095d
Fix tests. We no longer get `ipaddress` instances back.
|
5 年之前 |
Gareth J. Greenaway
|
c847f54293
Swap passed addr for string rather than ipaddress object.
|
5 年之前 |
Gareth J. Greenaway
|
87f3972606
removing another debugging log.
|
5 年之前 |
Gareth J. Greenaway
|
ad64efbabe
Use MagicMock
|
5 年之前 |
Gareth J. Greenaway
|
5812eae808
Adding a test to ensure dns_check works as expected.
|
5 年之前 |
Erik Johnson
|
3649bb063f
Fix edge case when minion ID is a 16-character string
|
5 年之前 |
Pedro Algarvio
|
344bf6567a
Fix tests. We no longer get `ipaddress` instances back.
|
5 年之前 |
Ch3LL
|
ffe23fa258
Merge branch '2018.3' into '2019.2'
|
5 年之前 |
Daniel Wozniak
|
58eede65a7
Merge pull request #51173 from dwoz/issue51160
|
5 年之前 |
Jeremy McMillan
|
0a92c4691d
Need more detail on test failure
|
5 年之前 |
Jeremy McMillan
|
c92a24752c
don't try to handle/log test exception
|
5 年之前 |
Jeremy McMillan
|
eb605867c6
remove bad extra test assertion inside exception handler
|
5 年之前 |
Jeremy McMillan
|
de823fd3ae
fix good_host_ports iteration
|
5 年之前 |
Jeremy McMillan
|
d28bab6fd0
fix test setup
|
5 年之前 |
Jeremy McMillan
|
194a024ed0
coverage for master host:port ipv4 and ipv6 config value support
|
5 年之前 |
Daniel A. Wozniak
|
11cc7b33d4
Remove un-needed test
|
5 年之前 |
Daniel A. Wozniak
|
0f87812aff
Merge develop, Revert exception handling
|
5 年之前 |
Daniel A. Wozniak
|
7365a1a8ec
Pass bytes to idna
|
5 年之前 |