You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/module_utils
Donatas Abraitis 11c1777d56
facts: List all local (scope host) IP address ranges (#79018)
After changes:
```
        "ansible_locally_reachable_ips": {
            "ipv4": [
                "127.0.0.0/8",
                "127.0.0.1",
                "192.168.0.1",
                "192.168.1.0/24"
            ],
            "ipv6": [
                "::1",
                "fe80::2eea:7fff:feca:fe68",
                ...
            ]
        },
```

192.168.1.0/24 is a local prefix, where any IP address inside this range
is reachable locally (or outside this host if this prefix is announced via
EGP/IGP).

Signed-off-by: Donatas Abraitis <donatas.abraitis@hostinger.com>
2 years ago
..
basic Prefer unittest.mock over mock. (#77886) 3 years ago
common Remove unit test pytz requirement. (#78368) 2 years ago
facts facts: List all local (scope host) IP address ranges (#79018) 2 years ago
json_utils Clean up unit test boilerplate. 5 years ago
parsing Clean up unit test boilerplate. 5 years ago
urls uri: added use_netrc argument to allow ignoring netrc (#74397) (#78569) 2 years ago
__init__.py
conftest.py Clean up unit test boilerplate. 5 years ago
test_api.py ansible-galaxy - increase page size and add retry decorator for throttling (#74240) 4 years ago
test_connection.py Don't show params when there is an issue with `set_option(s)` (#75805) 3 years ago
test_distro.py Make distro.id() report newer versions of OpenSuSE (at least >=15) also report as opensuse (#76121) 2 years ago