1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-15 08:21:31 +00:00

Move modules and module_utils unit tests to correct place (#81)

* Move modules and module_utils unit tests to correct place.

* Update ignore.txt

* Fix imports.

* Fix typos.

* Fix more typos.
This commit is contained in:
Felix Fontein 2020-03-31 10:42:38 +02:00 committed by GitHub
parent ab3c2120fb
commit be191cce6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
1170 changed files with 732 additions and 751 deletions

View file

@ -0,0 +1,10 @@
[
{
"href": "http://192.168.1.1/api/v1/misc/dns_servers/1",
"data": {
"number": "1",
"server": "192.168.1.20"
},
"id": 1
}
]

View file

@ -0,0 +1,18 @@
[
{
"table": "misc.dns_servers",
"data": {
"number": "1",
"server": "192.168.1.20"
},
"id": 1
},
{
"table": "misc.dns_servers",
"data": {
"number": "2",
"server": "192.168.1.30"
},
"id": 2
}
]

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,7 @@
[
{
"load-factory": {
"msg": "reverted the configuration to the factory configuration."
}
}
]

View file

@ -0,0 +1,20 @@
[
{
"table": "misc.dns_servers",
"href": "http://10.48.28.78/api/v1/misc/dns_servers/1",
"data": {
"number": "1",
"server": "192.168.1.20"
},
"id": 1
},
{
"table": "misc.dns_servers",
"href": "http://10.48.28.78/api/v1/misc/dns_servers/2",
"data": {
"number": "2",
"server": "192.168.1.30"
},
"id": 2
}
]

View file

@ -0,0 +1,10 @@
[
{
"table": "misc.unitname",
"href": "http://10.48.28.78/api/v1/misc/unitname/1",
"data": {
"unitname": "\"Testapi - 1541699806\""
},
"id": 1
}
]

View file

@ -0,0 +1,7 @@
[
{
"revert-edits": {
"msg": "reverted the configuration to the last applied configuration."
}
}
]

View file

@ -0,0 +1,7 @@
[
{
"store-edit": {
"msg": "Successfully applied and saved the configuration."
}
}
]

View file

@ -0,0 +1,21 @@
[
{
"unit-information": {
"lic_email": "dev@ingate.com",
"lang": "en",
"product": "Software SIParator/Firewall",
"installid": "any",
"patches": [],
"lic_mac": "any",
"unitname": "testname",
"interfaces": "eth0 eth1 eth2 eth3 eth4 eth5",
"modules": "failover vpn sip qturn ems qos rsc voipsm idsips siptrunk sipswitch",
"lic_name": "Ingate",
"macaddr": "52:54:00:4c:e2:07",
"version": "6.2.0-erik",
"systemid": "IG-200-840-5001-0",
"mode": "Firewall",
"serial": "IG-200-840-5001-0"
}
}
]