summaryrefslogtreecommitdiff
path: root/oslo_utils/tests/test_netutils.py
Commit message (Expand)AuthorAgeFilesLines
* New method in netutils: get_mac_addr_by_ipv6Bence Romsics2020-06-291-0/+33
* Use unittest.mock instead of third party mockSean McGinnis2020-03-311-1/+1
* Add method to escape ipv6 ip addressesDerek Higgins2017-08-181-0/+4
* Allow scoped ipv6 addressesAdam Harwell2016-10-281-0/+8
* [TrivialFix] Replace 'assertEqual(None, ...)' with 'assertIsNone(...)'howardlee2016-10-201-1/+1
* Add method is_valid_mac3.17.0ChangBo Guo(gcb)2016-10-171-0/+11
* Add method is_valid_ipv6_cidrChangBo Guo(gcb)2016-09-291-0/+11
* Merge "Fix flake8 issues"Jenkins2016-06-171-3/+2
|\
| * Fix flake8 issuesCostin Galan2016-06-171-3/+2
* | Use is_valid_ipv4 in get_ipv6_addr_by_EUI64ChangBo Guo(gcb)2016-06-131-0/+6
|/
* Allow assigning "0" to portDariusz Smigiel2016-06-081-2/+2
* Fix is_valid_cidr raises TypeErrorAbhishek Kekane2016-05-231-0/+1
* Add method is_valid_cidr to netutilsWen Zhi Yu2016-04-081-0/+11
* assertIsNone(val) instead of assertEqual(None,val)Javeme2015-12-211-2/+2
* Added ICMP 'type' and 'code' checking capability to 'netutils' moduleSuraj Deshmukh2015-11-101-0/+38
* Clean up TestIsIPv6EnabledDoug Hellmann2015-03-231-21/+57
* Fix test_netutils: stop patchesVictor Stinner2015-03-231-3/+8
* Utility API to generate EUI-64 IPv6 addresssridhargaddam2015-02-181-0/+71
* Return LOCALHOST if no default interface1.2.1Ben Nemec2015-01-081-0/+9
* Move files out of the namespace packageDoug Hellmann2015-01-061-0/+224