mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +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:
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"cdrom": {
|
||||
"type": "none"
|
||||
},
|
||||
"customization_agent": "custom",
|
||||
"disks": [
|
||||
{
|
||||
"name": "ansible-test-vm-2-root",
|
||||
"name_desc": "/",
|
||||
"os_device": "xvda",
|
||||
"size": 10737418240,
|
||||
"sr": "Ansible Test Storage 1",
|
||||
"sr_uuid": "767b30e4-f8db-a83d-8ba7-f5e6e732e06f",
|
||||
"vbd_userdevice": "0"
|
||||
},
|
||||
{
|
||||
"name": "ansible-test-vm-2-mysql",
|
||||
"name_desc": "/var/lib/mysql",
|
||||
"os_device": "xvdb",
|
||||
"size": 1073741824,
|
||||
"sr": "Ansible Test Storage 1",
|
||||
"sr_uuid": "767b30e4-f8db-a83d-8ba7-f5e6e732e06f",
|
||||
"vbd_userdevice": "1"
|
||||
}
|
||||
],
|
||||
"domid": "140",
|
||||
"folder": "/Ansible/Test",
|
||||
"hardware": {
|
||||
"memory_mb": 1024,
|
||||
"num_cpu_cores_per_socket": 1,
|
||||
"num_cpus": 1
|
||||
},
|
||||
"home_server": "ansible-test-host-2",
|
||||
"is_template": false,
|
||||
"name": "ansible-test-vm-2",
|
||||
"name_desc": "Created by Ansible",
|
||||
"networks": [
|
||||
{
|
||||
"gateway": "10.0.0.1",
|
||||
"gateway6": "",
|
||||
"ip": "169.254.0.2",
|
||||
"ip6": [],
|
||||
"mac": "16:87:31:70:d6:31",
|
||||
"mtu": "1500",
|
||||
"name": "Host internal management network",
|
||||
"netmask": "255.255.255.0",
|
||||
"prefix": "24",
|
||||
"prefix6": "",
|
||||
"vif_device": "0"
|
||||
}
|
||||
],
|
||||
"other_config": {
|
||||
"base_template_name": "CentOS 7",
|
||||
"folder": "/Ansible/Test",
|
||||
"import_task": "OpaqueRef:cf1402d3-b6c1-d908-fe62-06502e3b311a",
|
||||
"install-methods": "cdrom,nfs,http,ftp",
|
||||
"instant": "true",
|
||||
"linux_template": "true",
|
||||
"mac_seed": "0ab46664-f519-5383-166e-e4ea485ede7d"
|
||||
},
|
||||
"platform": {
|
||||
"acpi": "1",
|
||||
"apic": "true",
|
||||
"cores-per-socket": "1",
|
||||
"device_id": "0001",
|
||||
"nx": "true",
|
||||
"pae": "true",
|
||||
"timeoffset": "0",
|
||||
"vga": "std",
|
||||
"videoram": "8",
|
||||
"viridian": "false"
|
||||
},
|
||||
"state": "poweredon",
|
||||
"uuid": "0a05d5ad-3e4b-f0dc-6101-8c56623958bc",
|
||||
"xenstore_data": {
|
||||
"vm-data": "",
|
||||
"vm-data/networks": "",
|
||||
"vm-data/networks/0": "",
|
||||
"vm-data/networks/0/gateway": "10.0.0.1",
|
||||
"vm-data/networks/0/ip": "10.0.0.3",
|
||||
"vm-data/networks/0/mac": "16:87:31:70:d6:31",
|
||||
"vm-data/networks/0/name": "Host internal management network",
|
||||
"vm-data/networks/0/netmask": "255.255.255.0",
|
||||
"vm-data/networks/0/prefix": "24",
|
||||
"vm-data/networks/0/type": "static"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user