mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
nss: Introduce a test
A small test to see how is the nss module working. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
20
tests/nssdata/virbr1.status
Normal file
20
tests/nssdata/virbr1.status
Normal file
@@ -0,0 +1,20 @@
|
||||
[
|
||||
{
|
||||
"ip-address": "192.168.122.199",
|
||||
"mac-address": "52:54:00:a4:6f:93",
|
||||
"hostname": "fedora",
|
||||
"expiry-time": 1900000000
|
||||
},
|
||||
{
|
||||
"ip-address": "2001:1234:dead:beef::2",
|
||||
"mac-address": "52:54:00:04:be:64",
|
||||
"hostname": "gentoo",
|
||||
"expiry-time": 1900000000
|
||||
},
|
||||
{
|
||||
"ip-address": "192.168.122.200",
|
||||
"mac-address": "52:54:00:a4:6f:94",
|
||||
"hostname": "fedora",
|
||||
"expiry-time": 1
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user