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/modules
Susant Sahani 88dcb11695 nmcli: Introduce IPIP Tunnel (#45933)
This work enables to add ipip tunnel via nmcli module

```
  - nmcli:
       state: present
       type: ipip
       conn_name: ipip_test1
       autoconnect: yes
       ip_tunnel_dev: enp0s8
       ip_tunnel_local: 192.168.1.2
       ip_tunnel_remote: 192.168.1.5
```

version2: Added tests
Signed-off-by: Susant Sahani <susant@redhat.com>

Rebase
6 years ago
..
cloud Add new linode_v4 module. (#46151) 6 years ago
files Fixes #34893 (#40166) 6 years ago
monitoring Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
net_tools nmcli: Introduce IPIP Tunnel (#45933) 6 years ago
network Remove the f5-sdk from bigip_remote_syslog (#48539) 6 years ago
notification Add threading to slack notification module (#47333) 6 years ago
packaging Fix unit test issues with pytest >= 4.0.0. 6 years ago
remote_management Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
source_control Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
storage Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
system Add tests filters (#43221) 6 years ago
web_infrastructure Python 3.8 collections compatibility fixes. 6 years ago
__init__.py Some algorithmic unittests for the apt and docker modules 9 years ago
conftest.py Python 3.8 collections compatibility fixes. 6 years ago
utils.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago