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 2596ac196f nmcli: Introduce VxLan (#45932)
This work enables to add vxlan via nmcli module

```
  - nmcli:
      type: vxlan
      conn_name: vxlan_test1
      vxlan_id: 16
      vxlan_local: 192.168.1.2
      vxlan_remote: 192.168.1.5
```
ansible 2.8.0

revision 1: Added tests

Signed-off-by: Susant Sahani <susant@redhat.com>
6 years ago
..
cloud Fix sanity test failure. 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 VxLan (#45932) 6 years ago
network Fixes unit tests for vcmp guest module (#47792) 6 years ago
packaging Move unit test compat code out of `lib/ansible/`. (#46996) 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 interfaces_file: Add test for pre-up/post-up with inet/inet6 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