Commit 11610612 by Kálmán Viktor

dashboard: test fixture formatting

parent d5cd5030
...@@ -1373,7 +1373,7 @@ ...@@ -1373,7 +1373,7 @@
} }
}, },
{ {
"pk": 4, "pk": 1,
"model": "firewall.domain", "model": "firewall.domain",
"fields": { "fields": {
"description": "", "description": "",
...@@ -1389,7 +1389,7 @@ ...@@ -1389,7 +1389,7 @@
"model": "firewall.vlan", "model": "firewall.vlan",
"fields": { "fields": {
"comment": "", "comment": "",
"domain": 5, "domain": 1,
"dhcp_pool": "", "dhcp_pool": "",
"name": "test vlan", "name": "test vlan",
"vid": 1, "vid": 1,
...@@ -1397,7 +1397,8 @@ ...@@ -1397,7 +1397,8 @@
"modified_at": "2013-10-21T11:19:44.544Z", "modified_at": "2013-10-21T11:19:44.544Z",
"owner": null, "owner": null,
"snat_ip": null, "snat_ip": null,
"snat_to": [], "network6": null, "snat_to": [],
"network6": null,
"network4": "192.168.1.0/24", "network4": "192.168.1.0/24",
"reverse_domain": "%(d)d.%(c)d.%(b2)d.%(a)d.in-addr.arpa", "reverse_domain": "%(d)d.%(c)d.%(b2)d.%(a)d.in-addr.arpa",
"network_type": "public", "network_type": "public",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment