summaryrefslogtreecommitdiff
path: root/test/units/modules/network/f5/fixtures/load_ltm_dns_nameserver_1.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/units/modules/network/f5/fixtures/load_ltm_dns_nameserver_1.json')
-rw-r--r--test/units/modules/network/f5/fixtures/load_ltm_dns_nameserver_1.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/test/units/modules/network/f5/fixtures/load_ltm_dns_nameserver_1.json b/test/units/modules/network/f5/fixtures/load_ltm_dns_nameserver_1.json
deleted file mode 100644
index e012103b00..0000000000
--- a/test/units/modules/network/f5/fixtures/load_ltm_dns_nameserver_1.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "kind": "tm:ltm:dns:nameserver:nameserverstate",
- "name": "foo",
- "partition": "Common",
- "fullPath": "/Common/foo",
- "generation": 8076,
- "selfLink": "https://localhost/mgmt/tm/ltm/dns/nameserver/~Common~foo?ver=13.1.0.7",
- "address": "127.0.0.1",
- "port": 53,
- "routeDomain": "/Common/0",
- "routeDomainReference": {
- "link": "https://localhost/mgmt/tm/net/route-domain/~Common~0?ver=13.1.0.7"
- },
- "tsigKey": "/Common/key1",
- "tsigKeyReference": {
- "link": "https://localhost/mgmt/tm/ltm/dns/tsig-key/~Common~key1?ver=13.1.0.7"
- }
-}